Skip to content

Hostname

hdnsk.com

Last fetched

hdnsk.com resolves to 2 IPv4 addresses operated by OWGELS-AS-AP OWGELS INTERNATIONAL CO., LIMITED in HK. WHOIS lists iana:3775 as the registrar.

Nutrition Label

WHISPER CANON · hdnsk.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/hdnsk.com

Resolution chain

hdnsk.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
156.254.85.149156.254.64.0/19AS139880OWGELS-AS-AP OWGELS INTERNATIONAL CO., LIMITEDHK
67.215.232.2167.215.232.0/24AS36352AS-COLOCROSSING - HostPapaUS

WHOIS identity

Registrar
iana:3775
Organization
dropcatch.com auctions
Contact emails

Subdomains

1 observed subdomain of hdnsk.com.

Subdomain
www.hdnsk.com

Web-graph footprint

Distinct hostnames that link to or from hdnsk.com in the public web crawl.

Threat posture

History

Related pages

Pivot deeper into the graph from hdnsk.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "hdnsk.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 20

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