Hostname
axios.com
Last fetched
axios.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
axios.com 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 |
|---|---|---|---|---|
| 52.85.31.104 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.50 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.94 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.98 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 99.84.152.17 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.42 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.7 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
| 99.84.152.73 | 99.84.152.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | DE |
WHOIS identity
- Registrar
- iana:468
- Organization
- axios media
- Contact emails
- help@cmdsec.com
- y78uz3pj7mz@networksolutionsprivateregistration.com
- 0c4f5303-9988-49d5-b830-fee323b70e63@identity-protect.org
- 313daac0-9b56-4063-bd59-9dbb625651de@identity-protect.org
- 37992780-114e-4b26-ba6a-1930b870c8d3@identity-protect.org
- 3a630463-2073-41aa-ba91-a50b0e60f3a3@identity-protect.org
- 71188ecd-67a3-4a8c-9710-03cc2b3d93f9@identity-protect.org
- 941abed7-a00f-4c3d-945b-cb80d800646b@identity-protect.org
- b2e85ab9-85c7-49d6-bb15-bf3124e7c11c@identity-protect.org
- owner-10121334@axios.com.whoisprivacyservice.org
- owner-10318716@axios.com.whoisprivacyservice.org
- owner-1033440@axios.com.whoisprivacyservice.org
- owner-10588665@axios.com.whoisprivacyservice.org
- owner-10608100@axios.com.whoisprivacyservice.org
- owner-10661232@axios.com.whoisprivacyservice.org
- owner-10805482@axios.com.whoisprivacyservice.org
- owner-1303389@axios.com.whoisprivacyservice.org
- owner-1649530@axios.com.whoisprivacyservice.org
- owner-1846912@axios.com.whoisprivacyservice.org
- owner-2023975@axios.com.whoisprivacyservice.org
- and 52 more
Subdomains
36 observed subdomains of axios.com.
Showing 25 of 36. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from axios.com in the public web crawl.
60,387 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for axios.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21431559.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.intacct.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.sailthru.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_IP | 148.163.141.127 |
| SPF_IP | 148.163.144.231 |
| SPF_MX | axios.com |
Related pages
Pivot deeper into the graph from axios.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "axios.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.