Hostname
gc-data.emf.org
Last fetched
gc-data.emf.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
gc-data.emf.org resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.33.252.111 | 13.35.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.4 | 13.35.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.67 | 13.35.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.252.77 | 13.35.11.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.162.58.25 | 3.162.56.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.162.58.41 | 3.162.56.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.162.58.69 | 3.162.56.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.162.58.81 | 3.162.56.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | VN |
| 3.164.206.103 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.206.122 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.206.15 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
| 3.164.206.76 | 3.164.206.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FI |
WHOIS identity
No WHOIS records are currently associated with gc-data.emf.org in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from gc-data.emf.org in the public web crawl.
24 sites link to this hostname.
5 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gc-data.emf.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gc-data.emf.org"})-[: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.