Hostname
mail.abs.edu
Last fetched
mail.abs.edu resolves to 1 IPv4 address operated by AS38802 in HK.
Nutrition Label
Resolution chain
mail.abs.edu 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 |
|---|---|---|---|---|
| 202.134.63.144 | 202.134.63.0/24 | AS38802 | — | HK |
WHOIS identity
No WHOIS records are currently associated with mail.abs.edu in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for mail.abs.edu.
| Mechanism | Target |
|---|---|
| SPF_IP | 202.134.60.108 |
| SPF_IP | 202.134.60.110 |
| SPF_IP | 202.134.60.161 |
| SPF_IP | 202.134.61.108 |
| SPF_IP | 202.134.61.110 |
| SPF_IP | 202.134.61.161 |
| SPF_IP | 202.134.62.108 |
| SPF_IP | 202.134.62.110 |
| SPF_IP | 202.134.62.161 |
| SPF_IP | 202.134.63.108 |
| SPF_IP | 202.134.63.110 |
| SPF_IP | 202.134.63.161 |
Related pages
Pivot deeper into the graph from mail.abs.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mail.abs.edu"})-[: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.