Hostname
arks.org
Last fetched
arks.org resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.
Nutrition Label
Resolution chain
arks.org 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 |
|---|---|---|---|---|
| 34.212.51.154 | 34.208.0.0/12 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 35.155.244.101 | 35.155.0.0/16 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.237.117.184 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.250.83.146 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.252.206.104 | 44.224.0.0/11 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.12.192.128 | 52.12.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.13.43.229 | 52.12.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.26.129.125 | 52.24.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.42.82.185 | 52.40.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.187.53.251 | 54.186.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.188.108.67 | 54.188.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 54.245.99.178 | 54.245.0.0/17 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from arks.org in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for arks.org.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.improvmx.com |
Related pages
Pivot deeper into the graph from arks.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "arks.org"})-[: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.