Hostname
capearthur.org
Last fetched
capearthur.org resolves to 6 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
capearthur.org resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 35.161.103.167 | 35.184.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.240.141.53 | 45.2.222.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 44.240.190.217 | 45.2.222.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.34.32.167 | 52.46.22.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.38.46.226 | 52.46.23.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.42.137.207 | 52.46.28.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- mynetwire admin
- Contact emails
Subdomains
2 observed subdomains of capearthur.org.
Web-graph footprint
Distinct hostnames that link to or from capearthur.org in the public web crawl.
5 sites link to this hostname.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for capearthur.org.
| Mechanism | Target |
|---|---|
| SPF_A | capearthur.org |
| SPF_INCLUDE | _spf.mailspamprotection.com |
| SPF_IP | 35.208.252.74 |
| SPF_MX | capearthur.org |
Related pages
Pivot deeper into the graph from capearthur.org.
- IP · 35.161.103.167
- ASN · AS16509AMAZON-02 - Amazon.com, Inc.
- Registrar · iana:69
- Country · US
- Email · domain@mynetwire.com
- TLD · .org
- Browse hostnames · ca…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "capearthur.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.