Hostname
docs.api.adstate.net
Last fetched
docs.api.adstate.net resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in EG.
Nutrition Label
Resolution chain
docs.api.adstate.net 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 |
|---|---|---|---|---|
| 108.159.120.123 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.120.21 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.120.64 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 108.159.120.79 | 108.159.120.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | EG |
| 18.165.227.41 | 18.165.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.227.43 | 18.165.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.227.73 | 18.165.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 18.165.227.85 | 18.165.227.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with docs.api.adstate.net in WhisperGraph.
Subdomains
1 observed subdomain of docs.api.adstate.net.
| Subdomain |
|---|
| id.docs.api.adstate.net |
Threat posture
History
Related pages
Pivot deeper into the graph from docs.api.adstate.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "docs.api.adstate.net"})-[: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.