Hostname
axa.com
Last fetched
axa.com resolves to 1 IPv4 address operated by AXA-TECH Paris in FR. WHOIS lists iana:292 as the registrar.
Nutrition Label
Resolution chain
axa.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 171.18.96.179 | 171.18.96.0/24 | AS12696 | AXA-TECH Paris | FR |
WHOIS identity
- Registrar
- iana:292
- Organization
- domain manager
- Contact emails
Subdomains
247 observed subdomains of axa.com.
Showing 25 of 247. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from axa.com in the public web crawl.
1,873 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for axa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.axa.com |
| SPF_INCLUDE | spf-a.axa.com |
| SPF_INCLUDE | spf-csod.axa.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 163.156.213.128/25 |
| SPF_IP | 171.18.24.12 |
| SPF_IP | 171.18.28.6/32 |
| SPF_IP | 171.18.34.0/24 |
| SPF_IP | 213.181.52.220/32 |
| SPF_IP | 213.181.52.221/32 |
| SPF_IP | 213.181.53.220/32 |
| SPF_IP | 213.181.53.221/32 |
Related pages
Pivot deeper into the graph from axa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "axa.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.