Hostname
l2it.site
Last fetched
l2it.site resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA. WHOIS lists iana:3862 as the registrar.
Nutrition Label
Resolution chain
l2it.site resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 18.239.6.12 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.13 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.47 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 18.239.6.50 | 18.239.0.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 3.164.36.102 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.107 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.124 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
| 3.164.36.93 | 3.164.32.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | IN |
WHOIS identity
- Registrar
- iana:3862
- Organization
- —
- Contact emails
- —
Subdomains
15 observed subdomains of l2it.site.
Threat posture
History
Related pages
Pivot deeper into the graph from l2it.site.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "l2it.site"})-[: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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.