Hostname
dexeus.com
Last fetched
dexeus.com resolves to 1 IPv4 address operated by AS16371 in ES. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
dexeus.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 |
|---|---|---|---|---|
| 194.116.185.10 | 194.116.185.0/24 | AS16371 | — | ES |
WHOIS identity
- Registrar
- iana:379
- Organization
- dexeus_com
- Contact emails
Subdomains
17 observed subdomains of dexeus.com.
Web-graph footprint
Distinct hostnames that link to or from dexeus.com in the public web crawl.
320 sites link to this hostname.
526 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for dexeus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | eu.transmail.net |
| SPF_INCLUDE | spf.hornetsecurity.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.zoho.eu |
| SPF_IP | 157.90.90.78 |
| SPF_IP | 34.240.49.61/24 |
| SPF_IP | 94.23.82.2 |
| SPF_MX | correo.dexeus.com |
| SPF_MX | dexeus.com |
Related pages
Pivot deeper into the graph from dexeus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dexeus.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.