Skip to content

Commit e5d1770

Browse files
authored
Merge pull request #367 from elhoim/warninglists/refresh-check-host-net
fix: [check-host-net] refresh list and add generator to generate_all.sh
2 parents 4ff4460 + 70fda9d commit e5d1770

2 files changed

Lines changed: 45 additions & 26 deletions

File tree

generate_all.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ python3 generate-bunny-net.py
5151
python3 generate-ovh.py
5252
python3 generate-microsoft-mdca.py
5353
python3 generate-palo-alto-networks-cortex-cloud.py
54+
python3 generate-check-host-net.py
5455
popd
5556

5657
./jq_all_the_things.sh

lists/check-host-net/list.json

Lines changed: 44 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,54 +2,72 @@
22
"description": "check-host IP addresses (https://check-host.net/nodes/ips)",
33
"list": [
44
"103.214.169.52/32",
5+
"103.42.116.205/32",
6+
"104.28.192.94/32",
7+
"107.149.201.15/32",
8+
"107.181.134.162/32",
9+
"141.255.165.104/32",
510
"141.98.234.68/32",
6-
"167.235.135.184/32",
7-
"170.205.54.119/32",
11+
"142.132.174.167/32",
12+
"143.246.193.61/32",
13+
"147.45.60.14/32",
14+
"151.243.12.65/32",
15+
"157.254.174.204/32",
16+
"162.217.248.181/32",
817
"178.17.171.235/32",
9-
"178.216.200.169/32",
10-
"179.43.148.195/32",
18+
"178.239.146.199/32",
19+
"178.83.180.17/32",
20+
"181.214.10.239/32",
1121
"185.105.238.209/32",
1222
"185.120.77.165/32",
1323
"185.130.104.238/32",
14-
"185.138.164.21/32",
15-
"185.143.223.66/32",
16-
"185.185.132.232/32",
17-
"185.209.161.169/32",
18-
"185.230.55.13/32",
19-
"185.24.253.139/32",
24+
"185.209.161.145/32",
25+
"185.221.199.82/32",
26+
"185.224.3.111/32",
27+
"185.23.17.21/32",
28+
"185.244.28.180/32",
2029
"185.25.204.60/32",
2130
"185.37.147.117/32",
22-
"185.39.205.237/32",
2331
"185.83.213.25/32",
2432
"185.86.77.126/32",
25-
"193.8.95.39/32",
2633
"194.146.57.64/32",
34+
"194.26.100.165/32",
2735
"194.26.229.20/32",
36+
"195.137.244.1/32",
37+
"195.137.245.1/32",
2838
"195.154.114.92/32",
39+
"195.182.38.164/32",
40+
"195.211.24.52/32",
2941
"195.211.27.85/32",
30-
"209.14.69.16/32",
42+
"195.234.80.20/32",
43+
"198.135.169.20/32",
44+
"217.15.166.168/32",
3145
"38.145.202.12/32",
32-
"45.12.81.15/32",
33-
"45.141.149.25/32",
34-
"45.146.7.45/32",
35-
"45.95.168.235/32",
36-
"5.159.54.120/32",
37-
"5.44.42.40/32",
46+
"45.135.242.142/32",
47+
"45.162.230.209/32",
48+
"45.252.248.142/32",
49+
"45.9.168.235/32",
50+
"64.72.205.76/32",
3851
"65.109.182.130/32",
39-
"77.75.230.51/32",
52+
"77.104.108.3/32",
4053
"77.92.151.181/32",
41-
"88.119.179.10/32",
42-
"91.102.183.15/32",
54+
"78.40.111.151/32",
55+
"83.143.119.103/32",
56+
"88.135.75.5/32",
57+
"91.102.127.2/32",
58+
"91.199.41.138/32",
4359
"91.231.182.39/32",
44-
"92.223.65.81/32",
45-
"93.123.16.89/32"
60+
"93.123.16.89/32",
61+
"94.154.123.196/32"
4662
],
4763
"matching_attributes": [
4864
"ip-src",
4965
"ip-dst",
50-
"domain|ip"
66+
"domain|ip",
67+
"ip-src|port",
68+
"ip-dst|port"
5169
],
5270
"name": "List of known check-host.net IP address ranges",
5371
"type": "cidr",
54-
"version": 20240402
72+
"version": 20260829
5573
}

0 commit comments

Comments
 (0)