Skip to content

Hostname

learning.ekonnect.net

Last fetched

learning.ekonnect.net resolves to 1 IPv4 address operated by AMAZON-02 - Amazon.com, Inc. in IN.

Nutrition Label

WHISPER CANON · learning.ekonnect.netRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/learning.ekonnect.net

Resolution chain

learning.ekonnect.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
65.2.0.17865.0.0.0/14AS16509AMAZON-02 - Amazon.com, Inc.IN

WHOIS identity

No WHOIS records are currently associated with learning.ekonnect.net in WhisperGraph.

Subdomains

1 observed subdomain of learning.ekonnect.net.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for learning.ekonnect.net.

MechanismTarget
SPF_Alearning.ekonnect.net
SPF_IP150.242.140.137
SPF_IP65.2.0.178
SPF_MXlearning.ekonnect.net

Related pages

Pivot deeper into the graph from learning.ekonnect.net.

Cypher and MCP

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

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