Hostname
sig.gg
Last fetched
sig.gg resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN.
Nutrition Label
Resolution chain
sig.gg resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.66.63.111 | 18.66.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.63.12 | 18.66.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.63.49 | 18.66.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 18.66.63.77 | 18.66.60.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.168.73.102 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.73.57 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.73.87 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.168.73.97 | 3.168.72.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with sig.gg in WhisperGraph.
Subdomains
1 observed subdomain of sig.gg.
| Subdomain |
|---|
| i.sig.gg |
Threat posture
History
Related pages
Pivot deeper into the graph from sig.gg.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sig.gg"})-[: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.