Skip to content

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

WHISPER CANON · eu.orgRouting diversity1.5/10Peering density4.4/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint9.6/10canon.whisper.security/host/eu.org

Resolution chain

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

IPPrefixASNOperatorCountry
78.194.169.7478.192.0.0/11AS12322PROXADFR

WHOIS identity

Registrar
iana:81
Organization
pierre beyssac
Contact emails

Subdomains

33,787 observed subdomains of eu.org.

Web-graph footprint

Distinct hostnames that link to or from eu.org in the public web crawl.

131 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for eu.org.

MechanismTarget
SPF_IP176.175.35.24
SPF_IP193.106.119.10
SPF_IP2001:67c:1740:9007:0:0:0:10
SPF_IP2001:861:8aca:6520::/60
SPF_IP2a01:e34:ec2a:94a0::/60
SPF_IP2a01:e34:ec2a:94a1:0:0:0:4
SPF_IP45.63.100.187
SPF_IP78.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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.