Giter VIP home page Giter VIP logo

ipsum-1's Introduction

Logo

License

About

IPsum is a threat intelligence feed based on 30+ different publicly available lists of suspicious and/or malicious IP addresses. All lists are automatically retrieved and parsed on a daily (24h) basis and the final result is pushed to this repository. List is made of IP addresses together with a total number of (black)list occurrence (for each). Greater the number, lesser the chance of false positive detection and/or dropping in (inbound) monitored traffic. Also, list is sorted from most (problematic) to least occurent IP addresses.

As an example, to get a fresh and ready-to-deploy auto-ban list of "bad IPs" that appear on at least 3 (black)lists you can run:

curl --compressed https://raw.githubusercontent.com/stamparm/ipsum/master/ipsum.txt 2>/dev/null | grep -v "#" | grep -v -E "\s[1-2]$" | cut -f 1

If you want to try it with ipset, you can do the following:

sudo su
apt-get -qq install iptables ipset
ipset -q flush ipsum
ipset -q create ipsum hash:net
for ip in $(curl --compressed https://raw.githubusercontent.com/stamparm/ipsum/master/ipsum.txt 2>/dev/null | grep -v "#" | grep -v -E "\s[1-2]$" | cut -f 1); do ipset add ipsum $ip; done
iptables -I INPUT -m set --match-set ipsum src -j DROP

In directory levels you can find preprocessed raw IP lists based on number of blacklist occurrences (e.g. levels/3.txt holds IP addresses that can be found on 3 or more blacklists).

Wall of shame (2020-04-05)

IP DNS lookup Number of (black)lists
18.27.197.252 wholesomeserver.media.mit.edu 10
195.206.105.217 zrh-exit.privateinternetaccess.com 10
89.234.157.254 marylou.nos-oignons.net 9
46.165.245.154 - 9
185.220.100.253 tor-exit-2.zbau.f3netze.de 9
144.217.255.89 ns542132.ip-144-217-255.net 9
178.165.72.177 178-165-72-177-kh.maxnet.ua 9
62.102.148.68 - 9
46.165.230.5 tor-exit.dhalgren.org 9
185.220.100.241 tor-exit-14.zbau.f3netze.de 9
171.25.193.77 tor-exit1-readme.dfri.se 8
171.25.193.78 tor-exit4-readme.dfri.se 8
92.63.194.91 - 8
185.220.100.252 tor-exit-1.zbau.f3netze.de 8
185.220.100.255 tor-exit-4.zbau.f3netze.de 8
185.220.100.254 tor-exit-3.zbau.f3netze.de 8
192.42.116.16 tor-exit.hartvoorinternetvrijheid.nl 8
162.247.74.27 turing.tor-exit.calyxinstitute.org 8
167.88.7.134 the-windy-onion.tor-exits.alec.ninja 8
171.25.193.20 tor-exit0-readme.dfri.se 8
51.75.144.43 ns3129517.ip-51-75-144.eu 8
77.247.181.165 politkovskaja.torservers.net 8
185.220.100.243 tor-exit-16.zbau.f3netze.de 8
213.74.176.36 host-213-74-176-36.superonline.net 8
221.229.252.42 - 8

ipsum-1's People

Contributors

stamparm avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.