Hostname
mail.legendrevived.com
Last fetched
mail.legendrevived.com resolves to 2 IPv4 addresses operated by VNPT-AS-VN - VIETNAM POSTS AND TELECOMMUNICATIONS GROUP in VN.
Nutrition Label
Resolution chain
mail.legendrevived.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 |
|---|---|---|---|---|
| 103.138.88.118 | 103.138.88.0/23 | AS135905 | VNPT-AS-VN - VIETNAM POSTS AND TELECOMMUNICATIONS GROUP | VN |
| 103.3.61.129 | 103.3.60.0/22 | AS63949 | AKAMAI-LINODE-AP - Akamai Connected Cloud | SG |
WHOIS identity
No WHOIS records are currently associated with mail.legendrevived.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
- mail.legendrevived.com
SPF policy
2 SPF mechanisms authorising senders for mail.legendrevived.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 112.78.2.116 |
| SPF_MX | mail.legendrevived.com |
Related pages
Pivot deeper into the graph from mail.legendrevived.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.legendrevived.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.