Skip to content

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

WHISPER CANON · api-dsa.aflacdev.comRouting diversity3.0/10Peering density9.2/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/api-dsa.aflacdev.com

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.

IPPrefixASNOperatorCountry
108.139.113.119108.139.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
108.139.113.121108.139.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
108.139.113.52108.139.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
108.139.113.75108.139.112.0/22AS16509AMAZON-02 - Amazon.com, Inc.BR
13.33.67.12513.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.3013.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.3313.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
13.33.67.3713.33.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
3.174.255.233.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.33.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.723.174.254.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
3.174.255.823.174.254.0/23AS16509AMAZON-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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.