Hostname
hkcec.com
Last fetched
hkcec.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CZ. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
hkcec.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:2
- Organization
- hk convention & exhibition centre
- Contact emails
Subdomains
15 observed subdomains of hkcec.com.
Web-graph footprint
Distinct hostnames that link to or from hkcec.com in the public web crawl.
448 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for hkcec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-dc10.sapsf.com |
| SPF_INCLUDE | emarsys.us |
| SPF_INCLUDE | emsmtp.us |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 125.215.169.195 |
| SPF_IP | 125.215.169.224 |
| SPF_IP | 125.215.169.233 |
| SPF_IP | 14.136.206.105 |
| SPF_IP | 14.136.206.65 |
| SPF_IP | 14.136.206.71 |
| SPF_IP | 14.136.206.87 |
| SPF_IP | 52.175.63.70 |
| SPF_IP | 58.64.241.22 |
Related pages
Pivot deeper into the graph from hkcec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hkcec.com"})-[: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.