All hostnames app2.fleetcommand.io resolves to 16 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · app2.fleetcommand.io Routing diversity — Peering density — MOAS conflict — Threat-feed listings — WHOIS transparency — Resolver footprint — canon.whisper.security/host/app2.fleetcommand.io Resolution chain app2.fleetcommand.io 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.193.48 16.15.192.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.202.143 16.15.200.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.15.223.98 16.15.216.0/21 AS14618 AMAZON-AES - Amazon.com, Inc. US 16.182.100.125 16.182.96.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.182.67.13 16.182.64.0/21 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.210.181 52.216.208.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.220.109 52.216.208.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.53.53 52.216.48.0/20 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.77.51 52.216.77.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.216.92.162 52.216.92.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.204.53 52.217.192.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.230.237 52.217.224.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.235.13 52.217.224.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.74.11 52.217.74.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 52.217.88.27 52.217.88.0/24 AS16509 AMAZON-02 - Amazon.com, Inc. US 54.231.230.181 54.231.224.0/19 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with app2.fleetcommand.io in WhisperGraph.
Related pages Pivot deeper into the graph from app2.fleetcommand.io.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "app2.fleetcommand.io"})-[: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 .