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
Resolution chain
wadg.cc resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 103.214.172.239 | 103.214.172.0/24 | AS42960 | — | HK |
| 103.43.8.107 | 103.43.8.0/24 | AS35876 | VOLTNET-01 -03 - VoltNet inc | HK |
| 149.88.87.5 | 149.88.80.0/21 | AS401696 | COGNETCLOUD - cognetcloud INC | HK |
| 154.219.108.230 | 154.219.104.0/21 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 154.219.108.231 | 154.219.104.0/21 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 154.222.27.132 | 154.222.24.0/21 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 156.225.24.161 | 156.225.24.0/22 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 156.225.24.169 | 156.225.24.0/22 | AS401701 | COGNETCLOUD-2 - cognetcloud INC | HK |
| 38.55.99.251 | 38.55.99.0/24 | AS42960 | — | HK |
| 70.39.205.243 | 70.39.205.0/24 | AS979 | NETLAB-SDN - NetLab Global | HK |
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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.