Hostname
actavian.com
Last fetched
actavian.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IT. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
actavian.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 |
|---|---|---|---|---|
| 3.160.212.112 | 3.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.160.212.22 | 3.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.160.212.30 | 3.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 3.160.212.94 | 3.160.212.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IT |
| 52.84.217.19 | 52.84.217.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.23 | 52.84.217.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.54 | 52.84.217.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.84.217.71 | 52.84.217.0/24 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of actavian.com owner
- Contact emails
- 20d0707b-0a20-4d8c-8095-637a2c694f94@identity-protect.org
- 3cc4de6e-01d9-4403-ab77-f6fa366bb1ac@identity-protect.org
- 67648aef-b007-4c16-9337-b06e287beae5@identity-protect.org
- 8a8ff258-1904-4a63-a0fd-fd71956bea2e@identity-protect.org
- 9e894c94-4e07-4e70-8f09-fbd4e55ab51a@identity-protect.org
- b8f9d983-f511-40d2-b633-52b1ed4f5632@identity-protect.org
- owner-218103@actavian.com.whoisprivacyservice.org
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for actavian.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
Related pages
Pivot deeper into the graph from actavian.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "actavian.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.