misp-warninglists/lists/findip-host/list.json

17 lines
443 B
JSON

{
"description": "Event contains one or more entries of known hostname querying your source IP.",
"list": [
"api.extralargecoffee.com",
"ip.parrotdns.com",
"whoami.akamai.net"
],
"matching_attributes": [
"domain",
"hostname",
"domain|ip"
],
"name": "List of known hostname used for querying your source IP. This can be used as exclusion for your Passive DNS lookup.",
"type": "hostname",
"version": 1
}