Skip to content

Hostname

learnpython.com

Last fetched

learnpython.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in FR. WHOIS lists iana:269 as the registrar.

Nutrition Label

WHISPER CANON · learnpython.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/learnpython.com

Resolution chain

learnpython.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
52.222.201.10052.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.201.10152.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.201.3952.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
52.222.201.7952.222.200.0/23AS16509AMAZON-02 - Amazon.com, Inc.FR
99.84.215.11299.84.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.215.11799.84.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.215.5699.84.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.215.7299.84.214.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

Registrar
iana:269
Organization
tim lakey
Contact emails

Subdomains

1 observed subdomain of learnpython.com.

Web-graph footprint

Distinct hostnames that link to or from learnpython.com in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

4 SPF mechanisms authorising senders for learnpython.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEemail.freshdesk.com
SPF_INCLUDEspf.tapfiliate.com

Related pages

Pivot deeper into the graph from learnpython.com.

Cypher and MCP

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

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