Skip to content

Hostname

edb.io

Last fetched

edb.io has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:800087 as the registrar.

Nutrition Label

WHISPER CANON · edb.ioRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint4.6/10canon.whisper.security/host/edb.io

Resolution chain

edb.io has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:800087
Organization
edb datenbankgesellschaft hanel mbh
Contact emails

Subdomains

25 observed subdomains of edb.io.

Threat posture

History

Mail and authentication

SPF policy

10 SPF mechanisms authorising senders for edb.io.

MechanismTarget
SPF_Aedb.io
SPF_IP136.243.174.59
SPF_IP178.63.224.218
SPF_IP80.147.205.91/32
SPF_IP85.13.147.233/32
SPF_IP85.13.155.176
SPF_IP85.13.162.252/32
SPF_IP85.13.163.176
SPF_IP87.151.89.73
SPF_MXedb.io

Related pages

Pivot deeper into the graph from edb.io.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "edb.io"})-[: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.