Hostname
flex.roadwarrior.app
Last fetched
flex.roadwarrior.app resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
flex.roadwarrior.app resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.167.183.108 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.183.119 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.183.82 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.167.183.95 | 3.167.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.9.119 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.42 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.51 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
| 99.84.9.92 | 99.84.8.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IE |
WHOIS identity
No WHOIS records are currently associated with flex.roadwarrior.app in WhisperGraph.
Subdomains
1 observed subdomain of flex.roadwarrior.app.
| Subdomain |
|---|
| wildcard.flex.roadwarrior.app |
Web-graph footprint
Distinct hostnames that link to or from flex.roadwarrior.app in the public web crawl.
5 sites link to this hostname.
Threat posture
History
Related pages
Pivot deeper into the graph from flex.roadwarrior.app.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "flex.roadwarrior.app"})-[: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.