Skip to content

Hostname

p12.wang

Last fetched

p12.wang resolves to 4 IPv4 addresses operated by COGNETCLOUD - cognetcloud INC in HK. WHOIS lists iana:4163 as the registrar.

Nutrition Label

WHISPER CANON · p12.wangRouting diversity3.5/10Peering density7.2/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/p12.wang

Resolution chain

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

IPPrefixASNOperatorCountry
154.12.80.100154.12.80.0/21AS401696COGNETCLOUD - cognetcloud INCHK
154.222.16.191154.222.16.0/21AS401701COGNETCLOUD-2 - cognetcloud INCHK
38.76.202.18138.76.200.0/22AS401701COGNETCLOUD-2 - cognetcloud INCHK
47.86.222.14247.86.128.0/17AS45102HK

WHOIS identity

Registrar
iana:4163
Organization
huang wan liang
Contact emails

Subdomains

8 observed subdomains of p12.wang.

Threat posture

History

Related pages

Pivot deeper into the graph from p12.wang.

Cypher and MCP

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

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