Hostname
cedarcom.hk
Last fetched
cedarcom.hk resolves to 4 IPv4 addresses operated by AS20940 in JP.
Nutrition Label
Resolution chain
cedarcom.hk resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.53.3.142 | 23.53.3.0/24 | AS20940 | — | JP |
| 23.53.3.146 | 23.53.3.0/24 | AS20940 | — | JP |
| 23.55.44.103 | 23.55.44.0/24 | AS20940 | — | SG |
| 23.55.44.114 | 23.55.44.0/24 | AS20940 | — | SG |
WHOIS identity
No WHOIS records are currently associated with cedarcom.hk in WhisperGraph.
Subdomains
1 observed subdomain of cedarcom.hk.
| Subdomain |
|---|
| www.cedarcom.hk |
Web-graph footprint
Distinct hostnames that link to or from cedarcom.hk in the public web crawl.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for cedarcom.hk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.oneomnicom.com |
Related pages
Pivot deeper into the graph from cedarcom.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cedarcom.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.