Skip to content

Hostname

ledev.io

Last fetched

ledev.io resolves to 4 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US. WHOIS lists iana:48 as the registrar.

Nutrition Label

WHISPER CANON · ledev.ioRouting diversity2.4/10Peering density8.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency3.3/10Resolver footprint8.3/10canon.whisper.security/host/ledev.io

Resolution chain

ledev.io resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.45.189.2252.44.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US
66.81.203.13266.81.203.0/24AS40676AS40676 - Psychz NetworksUS
66.81.203.19766.81.203.0/24AS40676AS40676 - Psychz NetworksUS
66.81.203.766.81.203.0/24AS40676AS40676 - Psychz NetworksUS

WHOIS identity

Registrar
iana:48
Organization
elie elhabr
Contact emails

Subdomains

1 observed subdomain of ledev.io.

Subdomain
mx.ledev.io

Web-graph footprint

Distinct hostnames that link to or from ledev.io in the public web crawl.

Sample inbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

2 SPF mechanisms authorising senders for ledev.io.

MechanismTarget
SPF_INCLUDEwebsitewelcome.com
SPF_IP66.96.128.0/18

Related pages

Pivot deeper into the graph from ledev.io.

Cypher and MCP

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

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