Skip to content

Hostname

edex.es

Last fetched

edex.es resolves to 1 IPv4 address operated by AXARNET-AS in ES.

Nutrition Label

WHISPER CANON · edex.esRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/edex.es

Resolution chain

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

IPPrefixASNOperatorCountry
91.142.212.8691.142.208.0/20AS50926AXARNET-ASES

WHOIS identity

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

Subdomains

42 observed subdomains of edex.es.

Web-graph footprint

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

118 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for edex.es.

MechanismTarget
SPF_Acorreo.edex.es
SPF_Aedex.es
SPF_INCLUDE_spf.google.com
SPF_IP91.142.212.86
SPF_MXedex.es

Related pages

Pivot deeper into the graph from edex.es.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "edex.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.