Hostname
dir.endd.eu
Last fetched
dir.endd.eu resolves to 1 IPv4 address operated by AS31554 in RO.
Nutrition Label
Resolution chain
dir.endd.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 |
|---|---|---|---|---|
| 188.212.134.103 | 188.212.134.0/24 | AS31554 | — | RO |
WHOIS identity
No WHOIS records are currently associated with dir.endd.eu in WhisperGraph.
Subdomains
1 observed subdomain of dir.endd.eu.
| Subdomain |
|---|
| www.dir.endd.eu |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for dir.endd.eu.
| Mechanism | Target |
|---|---|
| SPF_A | dir.endd.eu |
| SPF_IP | 188.212.134.103 |
| SPF_IP | 80.86.106.12 |
| SPF_IP | 89.149.7.43 |
| SPF_IP | 89.35.160.117 |
| SPF_MX | dir.endd.eu |
Related pages
Pivot deeper into the graph from dir.endd.eu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dir.endd.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.