Skip to content

Hostname

leland.codes

Last fetched

leland.codes resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in IN. WHOIS lists iana:1861 as the registrar.

Nutrition Label

WHISPER CANON · leland.codesRouting diversity2.4/10Peering density9.3/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency6.7/10Resolver footprint8.3/10canon.whisper.security/host/leland.codes

Resolution chain

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

IPPrefixASNOperatorCountry
18.172.64.10218.172.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.172.64.12318.172.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.172.64.1818.172.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
18.172.64.5918.172.64.0/22AS16509AMAZON-02 - Amazon.com, Inc.IN
3.162.66.1153.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.323.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.413.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN
3.162.66.983.162.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.VN

WHOIS identity

Registrar
iana:1861
Organization
privacy service provided by withheld for privacy ehf
Contact emails

Subdomains

1 observed subdomain of leland.codes.

Threat posture

History

Related pages

Pivot deeper into the graph from leland.codes.

Cypher and MCP

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

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