Hostname
agnesb.com.hk
Last fetched
agnesb.com.hk resolves to 2 IPv4 addresses operated by AS45102 in SG.
Nutrition Label
Resolution chain
agnesb.com.hk 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 |
|---|---|---|---|---|
| 47.236.182.2 | 47.236.0.0/16 | AS45102 | — | SG |
| 47.236.25.220 | 47.236.0.0/16 | AS45102 | — | SG |
WHOIS identity
No WHOIS records are currently associated with agnesb.com.hk in WhisperGraph.
Subdomains
12 observed subdomains of agnesb.com.hk.
Web-graph footprint
Distinct hostnames that link to or from agnesb.com.hk in the public web crawl.
88 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for agnesb.com.hk.
| Mechanism | Target |
|---|---|
| SPF_A | agnesb.com.hk |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.surfmandelivery.com |
| SPF_INCLUDE | webhost66.smtp-spf.sureserver.com |
| SPF_MX | agnesb.com.hk |
Related pages
Pivot deeper into the graph from agnesb.com.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "agnesb.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.