Hostname
static.flat-ads.com
Last fetched
static.flat-ads.com resolves to 16 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB.
Nutrition Label
Resolution chain
static.flat-ads.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 |
|---|---|---|---|---|
| 18.245.187.101 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.107 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.4 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.245.187.62 | 18.245.186.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 2.16.10.174 | 2.16.10.0/24 | AS20940 | — | DE |
| 2.16.10.183 | 2.16.10.0/24 | AS20940 | — | DE |
| 2.16.168.109 | 2.16.168.0/24 | AS20940 | — | DE |
| 2.16.168.119 | 2.16.168.0/24 | AS20940 | — | DE |
| 23.32.238.161 | 23.32.238.0/23 | AS20940 | — | DE |
| 23.32.238.97 | 23.32.238.0/23 | AS20940 | — | DE |
| 23.34.82.21 | 23.34.82.0/24 | AS20940 | — | US |
| 23.34.82.26 | 23.34.82.0/24 | AS20940 | — | US |
| 23.48.23.20 | 23.48.23.0/24 | AS20940 | — | DE |
| 23.48.23.49 | 23.48.23.0/24 | AS20940 | — | DE |
| 23.50.131.116 | 23.50.131.0/24 | AS20940 | — | DE |
| 23.50.131.100 | 23.50.131.0/24 | AS20940 | — | DE |
WHOIS identity
No WHOIS records are currently associated with static.flat-ads.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from static.flat-ads.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from static.flat-ads.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "static.flat-ads.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.