Hostname
goron.de
Last fetched
goron.de resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
goron.de 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 |
|---|---|---|---|---|
| 108.159.10.159 | 108.159.10.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.159.10.169 | 108.159.10.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.159.10.171 | 108.159.10.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.159.10.205 | 108.159.10.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 143.204.19.73 | 143.204.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 143.204.19.74 | 143.204.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 143.204.19.83 | 143.204.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 143.204.19.93 | 143.204.18.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 3.169.72.19 | 3.169.72.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.72.195 | 3.169.72.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.72.29 | 3.169.72.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
| 3.169.72.98 | 3.169.72.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IL |
WHOIS identity
No WHOIS records are currently associated with goron.de in WhisperGraph.
Subdomains
2 observed subdomains of goron.de.
| Subdomain |
|---|
| mail.goron.de |
| www.goron.de |
Web-graph footprint
Distinct hostnames that link to or from goron.de in the public web crawl.
20 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from goron.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goron.de"})-[: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.