Skip to content

Hostname

api-dev.pet-hunter.com

Last fetched

api-dev.pet-hunter.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BH.

Nutrition Label

WHISPER CANON · api-dev.pet-hunter.comRouting diversity3.0/10Peering density9.4/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api-dev.pet-hunter.com

Resolution chain

api-dev.pet-hunter.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.35.182.10813.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
13.35.182.11813.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
13.35.182.12613.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
13.35.182.2013.32.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.BH
18.172.21.12718.172.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
18.172.21.4118.172.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
18.172.21.618.172.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
18.172.21.9618.172.16.0/21AS16509AMAZON-02 - Amazon.com, Inc.SG
3.171.139.393.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.503.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.543.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
3.171.139.943.171.136.0/22AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with api-dev.pet-hunter.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from api-dev.pet-hunter.com.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "api-dev.pet-hunter.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.