All hostnames returns.girlfriend.com resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · returns.girlfriend.com Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/returns.girlfriend.com Resolution chain returns.girlfriend.com resolves to 16 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 16.15.187.1 16.15.184.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.194.171 16.15.192.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.195.35 16.15.192.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.223.229 16.15.216.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.182.66.133 16.182.64.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.182.96.197 16.182.96.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 3.5.9.30 3.5.9.0/24 AS14618 AMAZON-AES - Amazon.com, Inc. US 52.216.215.5 52.216.208.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.241.83 52.216.241.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.251.171 52.216.251.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.53.93 52.216.48.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.77.227 52.216.77.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.101.43 52.217.100.0/22 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.123.53 52.217.112.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.88.67 52.217.88.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.231.160.109 54.231.160.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with returns.girlfriend.com in WhisperGraph.
Related pages Pivot deeper into the graph from returns.girlfriend.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "returns.girlfriend.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 .