Giter Site home page Giter Site logo

ipsum'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 -D INPUT -m set --match-set ipsum src -j DROP 2>/dev/null
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 (2022-08-25)

IP DNS lookup Number of (black)lists
144.172.73.16 tor-exit4.riverside.rocks 9
89.234.157.254 marylou.nos-oignons.net 8
95.214.24.192 - 8
171.25.193.78 tor-exit-read-me.dfri.se 8
144.172.73.66 tor-exit3.riverside.rocks 8
179.60.147.161 - 8
103.251.167.21 tor-exit-at-the.quesadilla.party 8
64.113.32.29 tor.t-3.net 8
80.82.77.33 sky.census.shodan.io 7
162.247.74.202 - 7
171.25.193.77 tor-exit-read-me.dfri.se 7
185.220.100.255 tor-exit-4.zbau.f3netze.de 7
185.220.100.254 tor-exit-3.zbau.f3netze.de 7
165.227.211.85 - 7
162.241.70.133 162-241-70-133.webhostbox.net 7
192.42.116.16 tor-exit.hartvoorinternetvrijheid.nl 7
171.251.31.142 dynamic-adsl.viettel.vn 7
159.89.44.77 - 7
199.195.254.191 2.tor-exit.neelc.org 7
80.67.172.162 algrothendieck.nos-oignons.net 7
45.139.122.241 - 7
185.129.62.62 tor01.zencurity.com 7
158.69.63.54 torex2.fissionrelays.net 7

ipsum's People

Contributors

gonzalomelov avatar stamparm 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.