Hostname
atoka.io
Last fetched
atoka.io resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
atoka.io 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.150.111 | 108.157.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.150.51 | 108.157.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.150.67 | 108.157.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 108.157.150.72 | 108.157.148.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 65.9.175.10 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.110 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.111 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 65.9.175.16 | 65.9.174.0/23 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.252.17 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.37 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.69 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.252.82 | 99.84.248.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:81
- Organization
- davide setti
- Contact emails
- —
Subdomains
22 observed subdomains of atoka.io.
Showing 20 of 22. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from atoka.io in the public web crawl.
249 sites link to this hostname.
36 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for atoka.io.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 15.161.211.143 |
| SPF_IP | 15.161.84.122 |
| SPF_IP | 18.197.50.142 |
| SPF_IP | 18.198.45.82 |
| SPF_IP | 3.67.25.56 |
| SPF_IP | 35.152.100.150 |
| SPF_MX | atoka.io |
Related pages
Pivot deeper into the graph from atoka.io.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "atoka.io"})-[: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.