Hostname
caef.eu
Last fetched
caef.eu resolves to 1 IPv4 address operated by AS16218 in DE. WHOIS lists registrar:mesh digital limited as the registrar.
Nutrition Label
Resolution chain
caef.eu 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 |
|---|---|---|---|---|
| 217.113.38.180 | 217.113.32.0/20 | AS16218 | — | DE |
WHOIS identity
- Registrar
- registrar:mesh digital limited
- Organization
- —
- Contact emails
- —
Subdomains
1 observed subdomain of caef.eu.
| Subdomain |
|---|
| www.caef.eu |
Web-graph footprint
Distinct hostnames that link to or from caef.eu in the public web crawl.
46 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for caef.eu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 62.75.165.15 |
| SPF_IP | 62.75.176.139 |
| SPF_IP | 80.149.127.211 |
| SPF_IP | 85.159.12.67 |
| SPF_IP | 87.234.214.67 |
| SPF_MX | caef.eu |
Related pages
Pivot deeper into the graph from caef.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "caef.eu"})-[: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.