Hostname
zigum.cc
Last fetched
zigum.cc resolves to 2 IPv4 addresses operated by AS4766 in KR.
Nutrition Label
Resolution chain
zigum.cc resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 222.122.118.124 | 222.122.0.0/16 | AS4766 | — | KR |
| 54.215.31.113 | 54.215.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with zigum.cc in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from zigum.cc in the public web crawl.
34 sites linked to from this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from zigum.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "zigum.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.