Skip to content

Hostname

lenet.com

Last fetched

lenet.com resolves to 2 IPv4 addresses operated by CLOUDFLARESPECTRUM Cloudflare, Inc. in US. WHOIS lists iana:440 as the registrar.

Nutrition Label

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

Resolution chain

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

IPPrefixASNOperatorCountry
199.60.103.113199.60.103.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US
199.60.103.13199.60.103.0/24AS209242CLOUDFLARESPECTRUM Cloudflare, Inc.US

WHOIS identity

Registrar
iana:440
Organization
chen jian hong
Contact emails

Subdomains

19 observed subdomains of lenet.com.

Web-graph footprint

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

33 sites link to this hostname.

Threat posture

History

Mail and authentication

SPF policy

9 SPF mechanisms authorising senders for lenet.com.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.lenet.com
SPF_INCLUDEsendgrid.net
SPF_IP167.89.70.61/32
SPF_IP18.235.148.122
SPF_IP3.231.16.109
SPF_IP34.224.142.43
SPF_IP34.234.8.8
SPF_IP50.17.153.252

Related pages

Pivot deeper into the graph from lenet.com.

Cypher and MCP

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

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