Hostname
api-dsa.aflacdev.com
Last fetched
api-dsa.aflacdev.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in BR.
Nutrition Label
Resolution chain
api-dsa.aflacdev.com resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.139.113.119 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.113.121 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.113.52 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 108.139.113.75 | 108.139.112.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | BR |
| 13.33.67.125 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.30 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.33 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 13.33.67.37 | 13.33.64.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 3.174.255.23 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.3 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.72 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
| 3.174.255.82 | 3.174.254.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | FR |
WHOIS identity
No WHOIS records are currently associated with api-dsa.aflacdev.com in WhisperGraph.
Threat posture
History
Related pages
Pivot deeper into the graph from api-dsa.aflacdev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api-dsa.aflacdev.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.