Skip to content

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

WHISPER CANON · property.hkRouting diversity2.4/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency10.0/10Resolver footprint6.0/10canon.whisper.security/host/property.hk

Resolution chain

property.hk resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

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.

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.

Threat posture

History

Mail and authentication

SPF policy

2 SPF mechanisms authorising senders for property.hk.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEproperty.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.