Skip to content

Hostname

2lt.net

Last fetched

2lt.net resolves to 10 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:3863 as the registrar.

Nutrition Label

WHISPER CANON · 2lt.netRouting diversity5.0/10Peering density10.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint3.2/10canon.whisper.security/host/2lt.net

Resolution chain

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

IPPrefixASNOperatorCountry
104.17.125.38104.17.112.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.18.190.78104.18.176.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.19.14.131104.19.0.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.19.253.184104.19.240.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.21.238.150104.21.224.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.21.239.224104.21.224.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
104.24.173.4104.24.160.0/20AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.158.39172.64.158.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.176.135172.64.176.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA
172.64.79.150172.64.79.0/24AS13335CLOUDFLARENET - Cloudflare, Inc.CA

WHOIS identity

Registrar
iana:3863
Organization
chen jun
Contact emails

Subdomains

6 observed subdomains of 2lt.net.

Web-graph footprint

Distinct hostnames that link to or from 2lt.net in the public web crawl.

Sample inbound links

Threat posture

History

Related pages

Pivot deeper into the graph from 2lt.net.

Cypher and MCP

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

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