Skip to content

Hostname

eddev.co

Last fetched

eddev.co resolves to 2 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IE. WHOIS lists iana:1626 as the registrar.

Nutrition Label

WHISPER CANON · eddev.coRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.0/10canon.whisper.security/host/eddev.co

Resolution chain

eddev.co resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.50.178.12752.48.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IE
81.201.132.24481.201.128.0/20AS61323UKFAST - ANS ACADEMY LIMITEDGB

WHOIS identity

Registrar
iana:1626
Organization
elementary digital
Contact emails

Subdomains

107 observed subdomains of eddev.co.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for eddev.co.

MechanismTarget
SPF_INCLUDE_spf.smtp.com
SPF_INCLUDEsoverin.net
SPF_INCLUDEspf.mandrillapp.com

Related pages

Pivot deeper into the graph from eddev.co.

Cypher and MCP

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

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