Skip to content

Hostname

api.dhcc.wang

Last fetched

api.dhcc.wang resolves to 4 IPv4 addresses operated by ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd. in US.

Nutrition Label

WHISPER CANON · api.dhcc.wangRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/api.dhcc.wang

Resolution chain

api.dhcc.wang resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
156.225.111.12156.225.111.0/24AS139057ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd.US
156.225.111.14156.225.111.0/24AS139057ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd.US
156.225.111.19156.225.111.0/24AS139057ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd.US
156.225.111.23156.225.111.0/24AS139057ELD-AS-AP Edgenext Legend Dynasty Pte. Ltd.US

WHOIS identity

No WHOIS records are currently associated with api.dhcc.wang in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api.dhcc.wang.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api.dhcc.wang"})-[: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.