Skip to content

Hostname

petmd.co

Last fetched

petmd.co resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.

Nutrition Label

WHISPER CANON · petmd.coRouting diversity5.4/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/petmd.co

Resolution chain

petmd.co resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
16.15.176.13316.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.178.1016.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.179.24916.15.176.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.193.11216.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.195.4016.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.199.14916.15.192.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.15.223.1816.15.216.0/21AS14618AMAZON-AES - Amazon.com, Inc.US
16.182.100.4516.182.96.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.214.6952.216.208.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.32.22152.216.32.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.216.61.5352.216.48.0/20AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.108.352.217.108.0/22AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.141.24552.217.128.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.174.10952.217.160.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.197.15752.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US
52.217.206.552.217.192.0/19AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:81
Organization
pet360,
Contact emails

Threat posture

History

Related pages

Pivot deeper into the graph from petmd.co.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "petmd.co"})-[: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.