Hostname
vm01.moveon.dk
Last fetched
vm01.moveon.dk resolves to 1 IPv4 address operated by AS31027 in DK.
Nutrition Label
Resolution chain
vm01.moveon.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.233.252.243 | 77.233.224.0/19 | AS31027 | — | DK |
WHOIS identity
No WHOIS records are currently associated with vm01.moveon.dk in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for vm01.moveon.dk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | legalmails.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf.webcrm.com |
| SPF_IP | 212.27.13.241 |
| SPF_IP | 62.243.73.0/24 |
| SPF_IP | 77.233.252.243 |
| SPF_IP | 77.233.252.244 |
| SPF_IP | 77.233.252.245 |
| SPF_IP | 77.233.252.248 |
| SPF_IP | 77.32.175.81 |
| SPF_IP | 83.89.199.62 |
| SPF_MX | vm01.moveon.dk |
Related pages
Pivot deeper into the graph from vm01.moveon.dk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "vm01.moveon.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.