Hostname
gr-staging.com
Last fetched
gr-staging.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:3827 as the registrar.
Nutrition Label
Resolution chain
gr-staging.com 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.32.220.47 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.32.220.50 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.32.220.78 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 13.32.220.83 | 13.32.216.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 18.161.97.102 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.161.97.34 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.161.97.37 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.161.97.38 | 18.161.96.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 18.245.162.122 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.126 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.18 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.162.32 | 18.245.160.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
- Registrar
- iana:3827
- Organization
- gravity rail
- Contact emails
- —
Subdomains
10 observed subdomains of gr-staging.com.
Web-graph footprint
Distinct hostnames that link to or from gr-staging.com in the public web crawl.
2 sites linked to from this hostname.
Sample outbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gr-staging.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gr-staging.com"})-[: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.