ipsum
ipsum copied to clipboard
Daily feed of bad IPs (with blacklist hit scores)
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-10-17)
IP | DNS lookup | Number of (black)lists |
---|---|---|
89.234.157.254 | marylou.nos-oignons.net | 8 |
171.25.193.78 | tor-exit-read-me.dfri.se | 8 |
62.84.127.106 | - | 8 |
179.60.147.99 | - | 8 |
34.91.116.19 | 19.116.91.34.bc.googleusercontent.com | 8 |
221.2.93.118 | - | 8 |
185.56.83.83 | onion.xor.sc | 8 |
45.95.55.229 | 45.95.55.229.pfcloud.io | 8 |
185.129.62.62 | tor01.zencurity.com | 8 |
185.209.179.41 | - | 8 |
80.82.77.139 | dojo.census.shodan.io | 7 |
69.40.195.236 | h236.195.40.69.dynamic.ip.windstream.net | 7 |
80.82.77.33 | sky.census.shodan.io | 7 |
193.142.146.35 | - | 7 |
71.6.199.23 | einstein.census.shodan.io | 7 |
171.25.193.77 | tor-exit-read-me.dfri.se | 7 |
137.184.224.142 | - | 7 |
172.104.242.173 | winnti-scanner-victims-will-be-notified.threatsinkhole.com | 7 |
144.172.73.16 | tor-exit4.riverside.rocks | 7 |
178.20.55.16 | marcuse.nos-oignons.net | 7 |
185.51.61.82 | - | 7 |
222.87.110.49 | - | 7 |
84.201.177.42 | - | 7 |
185.220.102.4 | communityexit.torservers.net | 7 |
185.246.188.67 | - | 7 |
165.22.214.169 | - | 7 |
162.247.74.27 | - | 7 |
107.152.217.4 | ip285.njohjeonline.net | 7 |
143.244.161.234 | - | 7 |
144.48.136.235 | - | 7 |
179.43.140.150 | hostedby.privatealps.net | 7 |
20.127.48.140 | - | 7 |
185.142.236.34 | hat.census.shodan.io | 7 |
13.82.236.85 | - | 7 |