Skip to content

Hostname

wadg.cc

Last fetched

wadg.cc resolves to 10 IPv4 addresses operated by AS42960 in HK. WHOIS lists iana:1599 as the registrar.

Nutrition Label

WHISPER CANON · wadg.ccRouting diversity4.8/10Peering density5.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint3.2/10canon.whisper.security/host/wadg.cc

Resolution chain

wadg.cc resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
103.214.172.239103.214.172.0/24AS42960HK
103.43.8.107103.43.8.0/24AS35876VOLTNET-01 -03 - VoltNet incHK
149.88.87.5149.88.80.0/21AS401696COGNETCLOUD - cognetcloud INCHK
154.219.108.230154.219.104.0/21AS401701COGNETCLOUD-2 - cognetcloud INCHK
154.219.108.231154.219.104.0/21AS401701COGNETCLOUD-2 - cognetcloud INCHK
154.222.27.132154.222.24.0/21AS401701COGNETCLOUD-2 - cognetcloud INCHK
156.225.24.161156.225.24.0/22AS401701COGNETCLOUD-2 - cognetcloud INCHK
156.225.24.169156.225.24.0/22AS401701COGNETCLOUD-2 - cognetcloud INCHK
38.55.99.25138.55.99.0/24AS42960HK
70.39.205.24370.39.205.0/24AS979NETLAB-SDN - NetLab GlobalHK

WHOIS identity

Registrar
iana:1599
Organization
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from wadg.cc.

Cypher and MCP

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

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