All hostnames fls-fe.amazon.com resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label WHISPER CANON · fls-fe.amazon.com Routing diversity 7.0/10 Peering density 9.5/10 MOAS conflict ✓ none Threat-feed listings 8.0/10 WHOIS transparency 0.0/10 Resolver footprint 7.6/10 canon.whisper.security/host/fls-fe.amazon.com Resolution chain fls-fe.amazon.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
IP Prefix ASN Operator Country 16.146.213.117 16.146.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 16.148.237.0 16.148.128.0/17 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.208.87.241 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.209.189.111 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.210.62.190 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.211.218.115 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.212.152.178 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.214.192.24 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 34.223.184.87 34.208.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.160.207.202 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.160.37.220 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.161.116.18 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.161.239.6 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.162.218.108 35.160.0.0/13 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.81.123.75 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.81.51.168 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.83.186.173 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 35.85.131.180 35.80.0.0/12 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.224.130.163 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US 44.227.100.184 44.224.0.0/11 AS16509 AMAZON-02 - Amazon.com, Inc. US
WHOIS identity No WHOIS records are currently associated with fls-fe.amazon.com in WhisperGraph.
Web-graph footprint Distinct hostnames that link to or from fls-fe.amazon.com in the public web crawl.
15 sites link to this hostname.
Related pages Pivot deeper into the graph from fls-fe.amazon.com.
Cypher and MCP Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fls-fe.amazon.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 .