Hostname
www.mth.dk
Last fetched
www.mth.dk resolves to 1 IPv4 address operated by AS48854 in DK.
Nutrition Label
Resolution chain
www.mth.dk resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.20.204.81 | 185.20.204.0/22 | AS48854 | — | DK |
WHOIS identity
No WHOIS records are currently associated with www.mth.dk in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for www.mth.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.paychex.eu |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.comendosystems.com |
| SPF_INCLUDE | spf.hostnordic.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 148.59.101.17 |
| SPF_IP | 18.168.140.58/32 |
| SPF_IP | 18.168.51.200/32 |
| SPF_IP | 185.163.189.13 |
| SPF_IP | 185.163.189.17 |
| SPF_IP | 188.244.67.230 |
| SPF_IP | 194.255.110.227 |
| SPF_IP | 217.33.210.75 |
| SPF_IP | 3.123.206.219/32 |
| SPF_IP | 40.114.244.95 |
| SPF_IP | 52.157.180.94 |
| SPF_IP | 62.242.12.184 |
Related pages
Pivot deeper into the graph from www.mth.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.mth.dk"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.