Hostname
api.dev.engineering.affixapi.com
Last fetched
api.dev.engineering.affixapi.com resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SG.
Nutrition Label
Resolution chain
api.dev.engineering.affixapi.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.157.254.10 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.254.109 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.254.14 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 108.157.254.81 | 108.157.252.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SG |
| 3.169.121.13 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.121.25 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.121.62 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.169.121.73 | 3.169.120.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | TW |
| 3.175.179.121 | 3.175.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KE |
| 3.175.179.47 | 3.175.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KE |
| 3.175.179.66 | 3.175.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KE |
| 3.175.179.69 | 3.175.176.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | KE |
WHOIS identity
No WHOIS records are currently associated with api.dev.engineering.affixapi.com in WhisperGraph.
Subdomains
1 observed subdomain of api.dev.engineering.affixapi.com.
Threat posture
History
Related pages
Pivot deeper into the graph from api.dev.engineering.affixapi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "api.dev.engineering.affixapi.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.