Hostname
property.hk
Last fetched
property.hk resolves to 3 IPv4 addresses operated by AS10103 in HK. WHOIS lists iana:2251 as the registrar.
Nutrition Label
Resolution chain
property.hk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 14.198.64.153 | 14.198.232.0/21 | AS10103 | — | HK |
| 14.198.64.156 | 14.198.232.0/21 | AS10103 | — | HK |
| 210.3.120.188 | 210.4.66.0/24 | AS9304 | — | HK |
WHOIS identity
- Registrar
- iana:2251
- Organization
- company english name (it should be the same as the registered/corporation name on your business register certificate or relevant documents): multiple listing service
- Contact emails
Subdomains
41 observed subdomains of property.hk.
Showing 25 of 41. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from property.hk in the public web crawl.
1,041 sites link to this hostname.
264 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for property.hk.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | property.hk |
Related pages
Pivot deeper into the graph from property.hk.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "property.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.