Skip to content

Hostname

lex-educa.com

Last fetched

lex-educa.com resolves to 10 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE. WHOIS lists iana:638 as the registrar.

Nutrition Label

WHISPER CANON · lex-educa.comRouting diversity3.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency10.0/10Resolver footprint5.6/10canon.whisper.security/host/lex-educa.com

Resolution chain

lex-educa.com resolves to 10 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.226.244.4713.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.5113.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.7213.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
13.226.244.7413.226.244.0/22AS16509AMAZON-02 - Amazon.com, Inc.DE
216.198.79.65216.198.79.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.24.1103.168.24.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.24.1223.168.24.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.24.243.168.24.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
3.168.24.453.168.24.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
64.29.17.164.29.17.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:638
Organization
protected protected
Contact emails

Subdomains

1 observed subdomain of lex-educa.com.

Threat posture

History

Related pages

Pivot deeper into the graph from lex-educa.com.

Cypher and MCP

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

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