Hostname
abs.edu
Last fetched
abs.edu resolves to 1 IPv4 address operated by AS9925 in HK.
Nutrition Label
Resolution chain
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.153.122.114 | 202.153.122.0/24 | AS9925 | — | HK |
WHOIS identity
- Registrar
- —
- Organization
- the alliance bible seminary
- Contact emails
- —
Subdomains
22 observed subdomains of abs.edu.
Showing 18 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from abs.edu in the public web crawl.
91 sites link to this hostname.
56 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for abs.edu.
| Mechanism | Target |
|---|---|
| SPF_A | ecampus.abs.edu |
| SPF_INCLUDE | corpmail1.netvigator.com |
| SPF_INCLUDE | rspread.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 113.28.222.17 |
| SPF_IP | 223.197.70.173 |
| SPF_MX | abs.edu |
| SPF_MX | vm1.abs.edu |
| SPF_MX | vm2.abs.edu |
Related pages
Pivot deeper into the graph from abs.edu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "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.