Hostname
alpha.dknog.dk
Last fetched
alpha.dknog.dk resolves to 1 IPv4 address operated by AS31590 in DK.
Nutrition Label
Resolution chain
alpha.dknog.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 |
|---|---|---|---|---|
| 77.247.71.202 | 77.247.68.0/22 | AS31590 | — | DK |
WHOIS identity
No WHOIS records are currently associated with alpha.dknog.dk in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for alpha.dknog.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_IP | 130.226.11.118 |
| SPF_IP | 2001:878:6:0:a800:ff:fe2d:e430 |
| SPF_IP | 2a02:4de0:42:0:0:0:0:42 |
| SPF_IP | 77.247.71.202 |
Related pages
Pivot deeper into the graph from alpha.dknog.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "alpha.dknog.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.