Hostname
emails036.aedigital.dev
Last fetched
emails036.aedigital.dev resolves to 1 IPv4 address operated by AS213230 in US.
Nutrition Label
Resolution chain
emails036.aedigital.dev 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 |
|---|---|---|---|---|
| 5.161.59.27 | 5.161.59.0/24 | AS213230 | — | US |
WHOIS identity
No WHOIS records are currently associated with emails036.aedigital.dev in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- emails036.aedigital.dev
SPF policy
3 SPF mechanisms authorising senders for emails036.aedigital.dev.
| Mechanism | Target |
|---|---|
| SPF_A | emails036.aedigital.dev |
| SPF_IP | 5.161.59.27 |
| SPF_MX | emails036.aedigital.dev |
Related pages
Pivot deeper into the graph from emails036.aedigital.dev.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emails036.aedigital.dev"})-[: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.