Hostname
lexmark.cl
Last fetched
lexmark.cl resolves to 7 IPv4 addresses operated by AKAMAI-ASN1 in HK. WHOIS lists registrar:nic chile as the registrar.
Nutrition Label
Resolution chain
lexmark.cl resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 184.26.91.161 | 184.26.91.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 184.26.91.89 | 184.26.91.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.219.172.106 | 23.219.172.0/24 | AS20940 | AKAMAI-ASN1 | HK |
| 23.44.201.199 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.44.201.214 | 23.44.201.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.45.127.53 | 23.45.127.0/24 | AS20940 | AKAMAI-ASN1 | BR |
| 23.45.127.9 | 23.45.127.0/24 | AS20940 | AKAMAI-ASN1 | BR |
WHOIS identity
- Registrar
- registrar:nic chile
- Organization
- lexmark international de chile limitada
- Contact emails
- —
Web-graph footprint
Distinct hostnames that link to or from lexmark.cl in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from lexmark.cl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lexmark.cl"})-[: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.