Hostname
ios-db.lsfilter.com
Last fetched
ios-db.lsfilter.com resolves to 15 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
ios-db.lsfilter.com resolves to 15 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 100.21.132.82 | 100.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 100.21.149.7 | 100.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 100.23.193.194 | 100.20.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.208.156.98 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.213.34.4 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 34.217.244.106 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.162.56.10 | 35.160.0.0/13 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.81.0.30 | 35.80.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 50.112.208.178 | 50.112.192.0/18 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.12.69.97 | 52.12.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.13.215.186 | 52.12.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.34.248.208 | 52.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.144.168.116 | 16.144.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 184.34.147.137 | 184.32.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 16.145.42.200 | 16.145.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with ios-db.lsfilter.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from ios-db.lsfilter.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ios-db.lsfilter.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.