chg: [censys] jq all the things
parent
cb70ff9311
commit
8554db2df9
|
@ -1,8 +1,14 @@
|
||||||
{
|
{
|
||||||
"name": "Censys IP Ranges Used for Scanning",
|
|
||||||
"type": "cidr",
|
|
||||||
"version": 1,
|
|
||||||
"description": "List containing IP's associated with Censys scanning [https://support.censys.io/hc/en-us/articles/360043177092-Opt-Out-of-Data-Collection#Can_I_opt_out_of_Censys_data_collection?]",
|
"description": "List containing IP's associated with Censys scanning [https://support.censys.io/hc/en-us/articles/360043177092-Opt-Out-of-Data-Collection#Can_I_opt_out_of_Censys_data_collection?]",
|
||||||
|
"list": [
|
||||||
|
"162.142.125.0/24",
|
||||||
|
"167.248.133.0/24",
|
||||||
|
"167.94.138.0/24",
|
||||||
|
"167.94.145.0/24",
|
||||||
|
"167.94.146.0/24",
|
||||||
|
"2602:80d:1000:b0cc:e::/80",
|
||||||
|
"2620:96:e000:b0cc:e::/80"
|
||||||
|
],
|
||||||
"matching_attributes": [
|
"matching_attributes": [
|
||||||
"ip-src",
|
"ip-src",
|
||||||
"ip-dst",
|
"ip-dst",
|
||||||
|
@ -10,13 +16,7 @@
|
||||||
"ip-dst|port",
|
"ip-dst|port",
|
||||||
"ip-src|port"
|
"ip-src|port"
|
||||||
],
|
],
|
||||||
"list": [
|
"name": "Censys IP Ranges Used for Scanning",
|
||||||
"162.142.125.0/24",
|
"type": "cidr",
|
||||||
"167.94.138.0/24",
|
"version": 1
|
||||||
"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