Skip to content

Hostname

amdcomic.net

Last fetched

amdcomic.net resolves to 5 IPv4 addresses operated by PEG-HK - PEG TECH INC in HK.

Nutrition Label

WHISPER CANON · amdcomic.netRouting diversity3.9/10Peering density5.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/amdcomic.net

Resolution chain

amdcomic.net resolves to 5 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
107.148.238.48107.148.236.0/22AS398478PEG-HK - PEG TECH INCHK
69.165.65.13469.165.64.0/21AS62468HKCLOUDX - VpsQuan L.L.C.HK
88.214.22.10388.214.22.0/24AS3258JP
38.76.205.538.76.204.0/22AS401701COGNETCLOUD-2 - cognetcloud INCHK
103.42.30.19103.42.28.0/22AS62468HKCLOUDX - VpsQuan L.L.C.HK

WHOIS identity

No WHOIS records are currently associated with amdcomic.net in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from amdcomic.net.

Cypher and MCP

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

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