Skip to content

stamparm/ipsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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:ip
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 (2025-01-30)

IP DNS lookup Number of (black)lists
194.0.234.37 - 10
194.0.234.38 - 9
80.82.77.33 sky.census.shodan.io 8
93.174.95.106 battery.census.shodan.io 8
83.222.191.62 - 8
92.118.39.72 - 8
92.255.85.188 - 8
134.209.120.69 - 8
167.94.146.54 - 8
193.32.162.131 - 8
193.32.162.132 - 8
193.32.162.139 - 8
218.92.0.216 - 8
218.92.0.228 - 8
218.92.0.235 - 8
220.80.223.144 - 8
164.152.61.233 - 8
2.57.122.194 - 7
2.57.122.196 - 7
5.101.0.66 - 7
36.110.228.254 - 7
92.118.39.71 - 7
92.118.39.73 - 7
92.118.39.75 - 7
92.255.85.189 - 7
112.95.227.2 - 7
118.68.155.245 - 7
162.142.125.47 - 7
162.142.125.115 scanner-19.ch1.censys-scanner.com 7
162.142.125.202 - 7
162.142.125.218 scanner-25.ch1.censys-scanner.com 7
167.94.145.110 - 7
167.94.146.55 - 7
167.94.146.57 - 7
193.32.162.133 - 7
193.32.162.136 - 7
195.178.110.76 - 7
207.90.244.2 - 7
218.92.0.111 - 7
218.92.0.112 - 7
218.92.0.114 - 7
218.92.0.198 - 7
218.92.0.217 - 7
218.92.0.218 - 7
218.92.0.219 - 7
218.92.0.220 - 7
218.92.0.221 - 7
218.92.0.222 - 7
218.92.0.223 - 7
218.92.0.225 - 7
218.92.0.226 - 7
218.92.0.227 - 7
218.92.0.229 - 7
218.92.0.230 - 7
218.92.0.231 - 7
218.92.0.232 - 7
218.92.0.233 - 7
218.92.0.236 - 7
218.92.0.237 - 7
103.188.177.46 - 7
110.49.76.244 - 7
115.91.91.182 - 7
136.232.203.134 - 7
167.94.145.101 - 7
184.168.122.184 184.122.168.184.host.secureserver.net 7
186.96.151.198 fixed-186-96-151-198.totalplay.net 7
201.148.20.53 53.201-148-20.bestelclientes.com.mx 7
213.55.85.202 - 7
218.150.246.42 - 7
51.254.101.166 166.ip-51-254-101.eu 7
51.68.126.207 207.ip-51-68-126.eu 7
72.167.142.34 34.142.167.72.host.secureserver.net 7
111.67.194.206 - 7
111.67.194.39 - 7
181.225.140.68 - 7
187.16.96.250 mvx-187-16-96-250.mundivox.com 7
34.93.121.198 198.121.93.34.bc.googleusercontent.com 7
89.168.18.25 - 7

About

Daily feed of bad IPs (with blacklist hit scores)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published