forked from MISP/misp-warninglists
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlist.json
42 lines (42 loc) · 980 Bytes
/
list.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"description": "List of known Googlebot IP ranges (https://www.lifewire.com/what-is-the-ip-address-of-google-818153 )",
"list": [
"216.239.33.128/25",
"216.239.33.96/27",
"216.239.34.0/23",
"216.239.36.0/22",
"216.239.40.0/21",
"216.239.48.0/21",
"216.239.56.0/23",
"216.239.58.0/24",
"216.239.59.0/25",
"216.239.59.128/32",
"64.233.173.193/32",
"64.233.173.194/31",
"64.233.173.196/30",
"64.233.173.200/29",
"64.233.173.208/28",
"64.233.173.224/27",
"64.68.90.0/24",
"66.249.64.1/32",
"66.249.64.128/25",
"66.249.64.16/28",
"66.249.64.2/31",
"66.249.64.32/27",
"66.249.64.4/30",
"66.249.64.64/26",
"66.249.64.8/29",
"66.249.65.0/24",
"66.249.66.0/23",
"66.249.68.0/22",
"66.249.72.0/21"
],
"matching_attributes": [
"ip-dst",
"ip-src",
"domain|ip"
],
"name": "List of known Googlebot IP ranges",
"type": "cidr",
"version": 20190724
}