Skip to content

Hostname

staging.api.pettable.com

Last fetched

staging.api.pettable.com resolves to 9 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · staging.api.pettable.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/staging.api.pettable.com

Resolution chain

staging.api.pettable.com resolves to 9 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
3.211.45.1993.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.222.129.1013.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.229.27.1463.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
34.237.103.24134.224.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.193.244.12844.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.71.160.22152.70.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
54.160.45.17554.160.0.0/14AS14618AMAZON-AES - Amazon.com, Inc.US
54.210.158.1154.210.0.0/16AS14618AMAZON-AES - Amazon.com, Inc.US
54.92.202.22954.92.128.0/17AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with staging.api.pettable.com in WhisperGraph.

Subdomains

1 observed subdomain of staging.api.pettable.com.

Threat posture

History

Related pages

Pivot deeper into the graph from staging.api.pettable.com.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "staging.api.pettable.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.