Skip to content

Hostname

axa.es

Last fetched

axa.es resolves to 1 IPv4 address operated by AS12696 in FR.

Nutrition Label

WHISPER CANON · axa.esRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint8.6/10canon.whisper.security/host/axa.es

Resolution chain

axa.es resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
171.18.34.94171.18.34.0/24AS12696FR

WHOIS identity

No WHOIS records are currently associated with axa.es in WhisperGraph.

Subdomains

79 observed subdomains of axa.es.

Web-graph footprint

Distinct hostnames that link to or from axa.es in the public web crawl.

1,112 sites link to this hostname.

117 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for axa.es.

MechanismTarget
SPF_INCLUDE_spf-sfdc.successfactors.com
SPF_INCLUDE_spf.axa.com
SPF_INCLUDE_spf.salesforce.com
SPF_INCLUDE_spf01.axa.es
SPF_INCLUDE_spf02.axa.es
SPF_INCLUDEspf-csod.axa.com
SPF_INCLUDEspf.mandrillapp.com
SPF_INCLUDEspf.tipimail.com
SPF_IP171.18.34.0/24
SPF_MXaxa.es

Related pages

Pivot deeper into the graph from axa.es.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "axa.es"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.