Hostname
mail.budpage.com
Last fetched
mail.budpage.com resolves to 2 IPv4 addresses operated by AS10010 in JP.
Nutrition Label
Resolution chain
mail.budpage.com 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 |
|---|---|---|---|---|
| 210.158.246.230 | 210.171.120.0/23 | AS10010 | — | JP |
| 52.25.92.0 | 52.46.39.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with mail.budpage.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for mail.budpage.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.budpage.com |
| SPF_IP | 202.208.223.101 |
| SPF_IP | 202.208.223.226 |
| SPF_IP | 210.158.246.230 |
| SPF_MX | mail.budpage.com |
Related pages
Pivot deeper into the graph from mail.budpage.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.budpage.com"})-[: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.