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 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 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).
IP | DNS lookup | Number of (black)lists |
---|---|---|
179.43.189.98 | hostedby.privatelayer.com | 11 |
176.65.149.226 | hosted-by.pfcloud.io | 10 |
80.94.95.15 | - | 9 |
164.92.183.8 | - | 9 |
176.65.148.12 | hosted-by.pfcloud.io | 9 |
193.32.162.146 | - | 9 |
193.32.162.157 | - | 9 |
195.178.110.125 | - | 9 |
195.178.110.160 | - | 9 |
195.178.110.211 | - | 9 |
195.178.110.224 | - | 9 |
64.226.98.94 | - | 8 |
71.6.165.200 | census12.shodan.io | 8 |
80.82.77.202 | rnd.group-ib.com | 8 |
89.97.218.142 | 89-97-218-142.ip19.fastwebnet.it | 8 |
93.123.109.181 | - | 8 |
93.123.109.185 | - | 8 |
93.174.95.106 | battery.census.shodan.io | 8 |
128.1.40.207 | - | 8 |
133.125.84.247 | - | 8 |
137.74.131.208 | ip208.ip-137-74-131.eu | 8 |
146.185.182.65 | bettrade.stage.pg-1 | 8 |
162.142.125.122 | scanner-20.ch1.censys-scanner.com | 8 |
162.142.125.197 | - | 8 |
167.94.145.100 | scanner-01.fr7.censys-scanner.com | 8 |
167.94.146.51 | - | 8 |
167.94.146.59 | - | 8 |
167.99.121.234 | - | 8 |
176.65.148.235 | hosted-by.pfcloud.io | 8 |
176.65.148.240 | hosted-by.pfcloud.io | 8 |
193.32.162.151 | - | 8 |
195.178.110.108 | - | 8 |
195.178.110.133 | - | 8 |
196.251.85.101 | - | 8 |
213.55.85.202 | - | 8 |
1.55.33.86 | - | 7 |
1.197.78.123 | 197.1.broad.ha.dynamic.163data.com.cn | 7 |
3.132.23.201 | scan.cypex.ai | 7 |
3.134.148.59 | scan.cypex.ai | 7 |
14.29.240.154 | - | 7 |
14.63.196.175 | - | 7 |
14.63.217.28 | - | 7 |
27.254.235.3 | - | 7 |
34.175.118.185 | 185.118.175.34.bc.googleusercontent.com | 7 |
36.64.68.99 | - | 7 |
36.67.70.198 | sehati.tanjabtimkab.go.id | 7 |
36.139.226.237 | - | 7 |
39.89.220.96 | - | 7 |
41.214.17.158 | - | 7 |
41.223.40.78 | - | 7 |
45.61.187.220 | node3.anycasthub.com | 7 |
45.79.181.94 | luxembourg.scan.bufferover.run | 7 |
45.118.146.109 | - | 7 |
45.172.152.74 | - | 7 |
46.3.36.195 | - | 7 |
46.101.119.111 | - | 7 |
46.238.32.247 | - | 7 |
47.122.66.232 | - | 7 |
47.180.114.229 | 47-180-114-229.944e76fe48b133ae6f88b784db937d44.ip.frontiernet.net | 7 |
47.236.115.10 | - | 7 |
51.158.120.121 | 121-120-158-51.instances.scw.cloud | 7 |
51.178.43.161 | prod1.masterit.fr | 7 |
60.217.78.80 | - | 7 |
61.188.205.76 | 76.205.188.61.broad.nj.sc.dynamic.163data.com.cn | 7 |
64.62.156.192 | - | 7 |
64.227.174.243 | - | 7 |
66.240.192.138 | census8.shodan.io | 7 |
68.233.116.124 | - | 7 |
71.6.135.131 | soda.census.shodan.io | 7 |
71.6.199.23 | einstein.census.shodan.io | 7 |
78.128.112.74 | ip-112-74.4vendeta.com | 7 |
80.82.77.139 | dojo.census.shodan.io | 7 |
81.192.46.45 | adsl-45-46-192-81.adsl.iam.net.ma | 7 |
82.207.8.154 | 154-8-207-82.pool.ukrtel.net | 7 |
85.18.236.229 | 85-18-236-229.ip.fastwebnet.it | 7 |
86.54.31.34 | wine.census.shodan.io | 7 |
89.248.172.16 | house.census.shodan.io | 7 |
91.205.219.185 | - | 7 |
92.55.190.215 | - | 7 |
93.123.109.189 | - | 7 |
95.85.114.218 | - | 7 |
101.43.12.185 | - | 7 |
102.140.97.134 | - | 7 |
103.49.238.104 | ip103-49-238-104.cloudhost.web.id | 7 |
103.134.154.185 | ip103-134-154-185.cloudhost.web.id | 7 |
103.137.75.74 | - | 7 |
103.139.192.212 | ip103-139-192-212.cloudhost.web.id | 7 |
103.146.158.159 | - | 7 |
103.148.100.146 | - | 7 |
103.164.9.117 | - | 7 |
103.165.231.131 | 131.231.165.103.net.iforte.net.id | 7 |
103.191.178.123 | - | 7 |
103.237.144.204 | - | 7 |
103.240.110.90 | - | 7 |
104.248.86.240 | - | 7 |
107.170.228.16 | wfinancial20230805-s-1vcpu-2gb-sfo1-01-ubuntu-16.04 | 7 |
113.193.234.210 | - | 7 |
117.241.78.89 | - | 7 |
118.122.147.195 | - | 7 |
118.128.237.197 | - | 7 |
125.17.108.32 | server.serverinfo.in.net | 7 |
128.201.78.253 | - | 7 |
136.228.161.66 | - | 7 |
142.93.116.14 | - | 7 |
143.198.66.243 | - | 7 |
146.70.146.50 | - | 7 |
146.190.22.228 | - | 7 |
147.182.194.60 | - | 7 |
150.136.129.10 | - | 7 |
150.223.20.12 | - | 7 |
154.219.113.50 | - | 7 |
156.67.111.97 | vmi2695873.contaboserver.net | 7 |
157.230.29.84 | - | 7 |
159.65.146.196 | - | 7 |
159.89.20.61 | - | 7 |
160.174.129.232 | - | 7 |
161.49.89.39 | 161.49.89.39.convergeict.com | 7 |
162.142.125.112 | scanner-19.ch1.censys-scanner.com | 7 |
162.142.125.126 | scanner-20.ch1.censys-scanner.com | 7 |
162.243.168.76 | - | 7 |
164.92.184.12 | - | 7 |
165.22.82.201 | - | 7 |
167.94.138.187 | - | 7 |
167.94.145.97 | - | 7 |
167.94.145.107 | - | 7 |
167.94.146.49 | - | 7 |
167.94.146.56 | - | 7 |
167.94.146.58 | - | 7 |
167.99.73.157 | - | 7 |
168.167.228.74 | - | 7 |
170.64.166.123 | - | 7 |
171.244.37.103 | - | 7 |
172.245.177.148 | forexbonus2.com | 7 |
176.65.148.55 | hosted-by.pfcloud.io | 7 |
176.65.148.61 | hosted-by.pfcloud.io | 7 |
178.176.250.39 | - | 7 |
180.100.217.164 | - | 7 |
182.18.161.165 | static-182-18-161-165.ctrls.in | 7 |
183.110.116.126 | - | 7 |
183.224.219.194 | - | 7 |
185.165.191.26 | purple.census.shodan.io | 7 |
185.177.72.210 | - | 7 |
185.213.165.72 | static.72.165.213.185.clients.irandns.com | 7 |
186.96.151.198 | fixed-186-96-151-198.totalplay.net | 7 |
189.7.17.61 | bd07113d.virtua.com.br | 7 |
189.112.0.11 | 189-112-000-011.static.ctbctelecom.com.br | 7 |
190.12.102.58 | static.58.102.12.190.cps.com.ar | 7 |
190.129.122.185 | - | 7 |
190.202.130.61 | 190-202-130-61.chc-00.rai.cantv.net | 7 |
193.32.162.141 | - | 7 |
193.37.70.6 | - | 7 |
193.106.245.20 | do-fn.rom.net.pl | 7 |
196.251.118.184 | - | 7 |
197.5.145.102 | - | 7 |
197.5.145.121 | - | 7 |
198.46.207.98 | 198-46-207-98-host.colocrossing.com | 7 |
199.45.155.78 | scanner-202.hk2.censys-scanner.com | 7 |
200.69.236.207 | seldon.tecnologica.com.ar | 7 |
200.73.135.75 | 75.135.73.200.cab.prima.net.ar | 7 |
200.118.99.170 | dynamic-ip-cr20011899170.cable.net.co | 7 |
201.76.120.30 | 30.120.76.201.in-addr.arpa.verointernet.com.br | 7 |
201.131.212.19 | - | 7 |
202.51.214.99 | - | 7 |
206.168.34.33 | unused-space.coop.net | 7 |
206.168.34.43 | unused-space.coop.net | 7 |
209.38.228.147 | core1.bbe.masterit-dev.cloud | 7 |
209.38.239.154 | - | 7 |
209.38.247.74 | - | 7 |
211.20.14.156 | 211-20-14-156.hinet-ip.hinet.net | 7 |
211.37.11.229 | - | 7 |
211.253.9.49 | - | 7 |
211.253.10.96 | - | 7 |
211.254.212.59 | - | 7 |
212.33.198.185 | - | 7 |
216.10.250.218 | server.digitalspoint.com | 7 |
216.126.238.127 | node.sales5rrt.digital | 7 |
216.172.190.206 | col.colettelounge.com | 7 |
220.77.245.227 | - | 7 |
220.80.223.144 | - | 7 |
221.156.126.1 | - | 7 |
221.159.150.85 | - | 7 |
221.161.235.168 | - | 7 |
223.98.188.122 | - | 7 |
223.197.186.7 | 223-197-186-7.static.imsbiz.com | 7 |
223.241.247.214 | - | 7 |