Skip to content

Hostname

edact.eu

Last fetched

edact.eu resolves to 1 IPv4 address operated by IPHOST .GR IpDomain in GR. WHOIS lists registrar:iphost as the registrar.

Nutrition Label

WHISPER CANON · edact.euRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/edact.eu

Resolution chain

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

IPPrefixASNOperatorCountry
93.174.121.12793.174.120.0/21AS47521IPHOST .GR IpDomainGR

WHOIS identity

Registrar
registrar:iphost
Organization
Contact emails

Subdomains

9 observed subdomains of edact.eu.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

  • edact.eu

SPF policy

3 SPF mechanisms authorising senders for edact.eu.

MechanismTarget
SPF_Aedact.eu
SPF_IP93.174.121.127
SPF_MXedact.eu

Related pages

Pivot deeper into the graph from edact.eu.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "edact.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 20

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