Hostname
millfield.hu
Last fetched
millfield.hu resolves to 1 IPv4 address operated by DRAVANET-AS - Dravanet Co Ltd. in HU.
Nutrition Label
Resolution chain
millfield.hu 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 |
|---|---|---|---|---|
| 62.112.193.206 | 62.112.192.0/21 | AS197248 | DRAVANET-AS - Dravanet Co Ltd. | HU |
WHOIS identity
No WHOIS records are currently associated with millfield.hu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for millfield.hu.
| Mechanism | Target |
|---|---|
| SPF_A | d7610cf8c15e.sn.mynetname.net |
| SPF_A | spam.divergen.com |
| SPF_IP | 31.46.31.70 |
| SPF_IP | 46.107.209.122 |
| SPF_IP | 46.139.158.178 |
| SPF_IP | 80.88.90.19 |
Related pages
Pivot deeper into the graph from millfield.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "millfield.hu"})-[: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.