Hostname
eu.org
Last fetched
eu.org resolves to 1 IPv4 address operated by PROXAD in FR. WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
eu.org 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 |
|---|---|---|---|---|
| 78.194.169.74 | 78.192.0.0/11 | AS12322 | PROXAD | FR |
WHOIS identity
- Registrar
- iana:81
- Organization
- pierre beyssac
- Contact emails
Subdomains
33,787 observed subdomains of eu.org.
Showing 25 of 33,787. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from eu.org in the public web crawl.
131 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for eu.org.
| Mechanism | Target |
|---|---|
| SPF_IP | 176.175.35.24 |
| SPF_IP | 193.106.119.10 |
| SPF_IP | 2001:67c:1740:9007:0:0:0:10 |
| SPF_IP | 2001:861:8aca:6520::/60 |
| SPF_IP | 2a01:e34:ec2a:94a0::/60 |
| SPF_IP | 2a01:e34:ec2a:94a1:0:0:0:4 |
| SPF_IP | 45.63.100.187 |
| SPF_IP | 78.194.169.74 |
Related pages
Pivot deeper into the graph from eu.org.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eu.org"})-[: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.