chg: [findip-host] updated (sourced from Passive DNS)

pull/259/head
Alexandre Dulaunoy 2023-10-31 17:13:33 +01:00
parent 4a137f870a
commit f3be9f4e45
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 7 additions and 2 deletions

View File

@ -2,10 +2,15 @@
"description": "Event contains one or more entries of known hostname querying your source IP.", "description": "Event contains one or more entries of known hostname querying your source IP.",
"list": [ "list": [
"api.extralargecoffee.com", "api.extralargecoffee.com",
"ip.dyn.bortzmeyer.fr",
"ip.parrotdns.com", "ip.parrotdns.com",
"ns.rydgames.com", "ns.rydgames.com",
"o-o.myaddr.l.google.com", "o-o.myaddr.l.google.com",
"whoami.akamai.net" "resolver-identity.cloudfront.net",
"resolver.00f.net",
"whoami.akamai.net",
"whoami.nisl-research.com",
"whoami.v4.powerdns.org"
], ],
"matching_attributes": [ "matching_attributes": [
"domain", "domain",
@ -14,5 +19,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": 2 "version": 3
} }