Hostname
aeon.com.hk
Last fetched
aeon.com.hk resolves to 1 IPv4 address operated by AS10103 in HK. WHOIS lists iana:1397 as the registrar.
Nutrition Label
Resolution chain
aeon.com.hk 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 |
|---|---|---|---|---|
| 14.136.102.123 | 14.136.96.0/21 | AS10103 | — | HK |
WHOIS identity
- Registrar
- iana:1397
- Organization
- company english name (it should be the same as the registered/corporation name on your business regi
- Contact emails
Subdomains
64 observed subdomains of aeon.com.hk.
Showing 25 of 64. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from aeon.com.hk in the public web crawl.
189 sites link to this hostname.
78 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for aeon.com.hk.
| Mechanism | Target |
|---|---|
| SPF_A | mail4.aeon.com.hk |
| SPF_A | net-mail.aeon.com.hk |
| SPF_A | news.aeon.com.hk |
| SPF_A | s1.aeon.com.hk |
| SPF_EXISTS | %{i}.spf.hc896-30.ap.iphmx.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from aeon.com.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aeon.com.hk"})-[: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.