Hostname
ckf.com.hk
Last fetched
ckf.com.hk resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA.
Nutrition Label
Resolution chain
ckf.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 |
|---|---|---|---|---|
| 104.21.74.236 | 104.21.64.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.67.164.161 | 172.67.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with ckf.com.hk in WhisperGraph.
Subdomains
1 observed subdomain of ckf.com.hk.
| Subdomain |
|---|
| www.ckf.com.hk |
Web-graph footprint
Distinct hostnames that link to or from ckf.com.hk in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for ckf.com.hk.
| Mechanism | Target |
|---|---|
| SPF_A | corpmail1.netvigator.com |
| SPF_A | mail1.acegr.com |
| SPF_A | mail5.pervace.com |
| SPF_A | mail7.pervcace.com |
| SPF_A | mail8.pervcace.com |
| SPF_A | mail9.pervcace.com |
| SPF_A | mailc.pervac.com |
| SPF_A | oboasclean.netvigator.com |
| SPF_A | spflist.netvigator.com |
| SPF_A | spfmisc.netvigator.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | imsavscan.netvigator.com |
| SPF_INCLUDE | pccw.com |
| SPF_IP | 173.248.239.94/32 |
| SPF_IP | 202.84.172.230/32 |
| SPF_IP | 218.102.23.0/24 |
| SPF_IP | 218.102.48.0/24 |
| SPF_IP | 219.76.94.0/24 |
| SPF_IP | 223.197.108.240/28 |
Related pages
Pivot deeper into the graph from ckf.com.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ckf.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.