Hostname
gorsetr.slideshowpro.com
Last fetched
gorsetr.slideshowpro.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
gorsetr.slideshowpro.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.249.82.122 | 13.249.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.82.201 | 13.249.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.82.211 | 13.249.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.249.82.51 | 13.249.82.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.137.163 | 3.166.136.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.137.168 | 3.166.136.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.137.207 | 3.166.136.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.166.137.34 | 3.166.136.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.123 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.167 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.53 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.169.243.61 | 3.169.243.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with gorsetr.slideshowpro.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from gorsetr.slideshowpro.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from gorsetr.slideshowpro.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gorsetr.slideshowpro.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.