Skip to content

Hostname

admintest.lectio.ec

Last fetched

admintest.lectio.ec resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · admintest.lectio.ecRouting diversity1.5/10Peering density9.6/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/admintest.lectio.ec

Resolution chain

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

IPPrefixASNOperatorCountry
52.38.8.23752.36.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with admintest.lectio.ec in WhisperGraph.

Subdomains

1 observed subdomain of admintest.lectio.ec.

Threat posture

History

Mail and authentication

SPF policy

6 SPF mechanisms authorising senders for admintest.lectio.ec.

MechanismTarget
SPF_Aadmintest.lectio.ec
SPF_IP138.201.51.42
SPF_IP157.90.212.183
SPF_IP159.69.71.34
SPF_IP23.145.120.19
SPF_MXadmintest.lectio.ec

Related pages

Pivot deeper into the graph from admintest.lectio.ec.

Cypher and MCP

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

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