chg: ['find_ip'] added the obscure 'o-o.myaddr.l.google.com' used to get
ip via TXT dns lookuppull/259/head
parent
632e6d2744
commit
451e26fbb7
|
@ -3,6 +3,8 @@
|
||||||
"list": [
|
"list": [
|
||||||
"api.extralargecoffee.com",
|
"api.extralargecoffee.com",
|
||||||
"ip.parrotdns.com",
|
"ip.parrotdns.com",
|
||||||
|
"ns.rydgames.com",
|
||||||
|
"o-o.myaddr.l.google.com",
|
||||||
"whoami.akamai.net"
|
"whoami.akamai.net"
|
||||||
],
|
],
|
||||||
"matching_attributes": [
|
"matching_attributes": [
|
||||||
|
@ -12,5 +14,5 @@
|
||||||
],
|
],
|
||||||
"name": "List of known hostname used for querying your source IP. This can be used as exclusion for your Passive DNS lookup.",
|
"name": "List of known hostname used for querying your source IP. This can be used as exclusion for your Passive DNS lookup.",
|
||||||
"type": "hostname",
|
"type": "hostname",
|
||||||
"version": 1
|
"version": 2
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue