Create list.json
List of IP ranges used by Censys for scanning public facing systemspull/252/head
parent
744d78e214
commit
31c7b30e3b
|
@ -0,0 +1,22 @@
|
||||||
|
{
|
||||||
|
"name": "Censys IP Ranges Used for Scanning",
|
||||||
|
"type": "cidr",
|
||||||
|
"version": 1,
|
||||||
|
"description": "List containing IP's accocaited with Censys scanning",
|
||||||
|
"matching_attributes": [
|
||||||
|
"ip-src",
|
||||||
|
"ip-dst",
|
||||||
|
"domain|ip",
|
||||||
|
"ip-dst|port",
|
||||||
|
"ip-src|port"
|
||||||
|
],
|
||||||
|
"list": [
|
||||||
|
"162.142.125.0/24",
|
||||||
|
"167.94.138.0/24",
|
||||||
|
"167.94.145.0/24",
|
||||||
|
"167.94.146.0/24",
|
||||||
|
"167.248.133.0/24",
|
||||||
|
"2602:80d:1000:b0cc:e::/80",
|
||||||
|
"2620:96:e000:b0cc:e::/80"
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue