Hostname
mailbox.md
Last fetched
mailbox.md resolves to 2 IPv4 addresses operated by AS15836 in MD.
Nutrition Label
Resolution chain
mailbox.md resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 217.26.160.47 | 217.26.160.0/20 | AS15836 | — | MD |
| 217.26.160.5 | 217.26.160.0/20 | AS15836 | — | MD |
WHOIS identity
No WHOIS records are currently associated with mailbox.md in WhisperGraph.
Subdomains
2 observed subdomains of mailbox.md.
| Subdomain |
|---|
| mail.mailbox.md |
| ns1.mailbox.md |
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for mailbox.md.
| Mechanism | Target |
|---|---|
| SPF_IP | 217.26.160.0/25 |
| SPF_IP | 5.32.168.0/30 |
Related pages
Pivot deeper into the graph from mailbox.md.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mailbox.md"})-[: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.