Create list.json

List of IP ranges used by Censys for scanning public facing systems
pull/252/head
TomOgs 2023-08-30 18:15:48 +08:00 committed by GitHub
parent 744d78e214
commit 31c7b30e3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

View File

@ -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"
]
}