Skip to content

Hostname

leledm12.cc

Last fetched

leledm12.cc resolves to 10 IPv4 addresses operated by PEG-LA - PEG TECH INC in US.

Nutrition Label

WHISPER CANON · leledm12.ccRouting diversity4.5/10Peering density7.9/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint8.0/10canon.whisper.security/host/leledm12.cc

Resolution chain

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

IPPrefixASNOperatorCountry
107.148.19.26107.148.16.0/21AS398823PEG-LA - PEG TECH INCUS
154.26.213.149154.26.213.0/24AS213840SG
154.26.213.24154.26.213.0/24AS213840SG
154.40.58.76154.40.58.0/24AS979NETLAB-SDN - NetLab GlobalUS
156.238.229.148156.238.228.0/23AS8796FD-298-8796 - FASTNET DATA INCHK
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.US
208.91.112.55208.91.112.0/24AS40934FORTINET - Fortinet Inc.CA
74.48.25.4074.48.0.0/18AS35916MULTA-ASN1 - MULTACOM CORPORATIONUS
74.48.25.4474.48.0.0/18AS35916MULTA-ASN1 - MULTACOM CORPORATIONUS
154.40.58.75154.40.58.0/24AS979NETLAB-SDN - NetLab GlobalUS
103.232.93.66103.232.92.0/22AS35916MULTA-ASN1 - MULTACOM CORPORATIONAU

WHOIS identity

No WHOIS records are currently associated with leledm12.cc in WhisperGraph.

Subdomains

1 observed subdomain of leledm12.cc.

Threat posture

History

Related pages

Pivot deeper into the graph from leledm12.cc.

Cypher and MCP

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

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