Hostname
lumen.kz
Last fetched
lumen.kz resolves to 1 IPv4 address operated by AS51115 in RU.
Nutrition Label
Resolution chain
lumen.kz resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.65.148.57 | 185.65.148.0/23 | AS51115 | — | RU |
WHOIS identity
No WHOIS records are currently associated with lumen.kz in WhisperGraph.
Subdomains
2 observed subdomains of lumen.kz.
| Subdomain |
|---|
| mail.lumen.kz |
| www.lumen.kz |
Web-graph footprint
Distinct hostnames that link to or from lumen.kz in the public web crawl.
9 sites link to this hostname.
25 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for lumen.kz.
| Mechanism | Target |
|---|---|
| SPF_A | lumen.kz |
| SPF_INCLUDE | mxsspf.sendpulse.com |
| SPF_IP | 185.111.104.42 |
| SPF_IP | 185.111.104.43 |
| SPF_IP | 185.113.132.42 |
| SPF_IP | 185.113.132.43 |
| SPF_IP | 185.116.195.192 |
| SPF_IP | 185.98.7.193 |
| SPF_MX | lumen.kz |
Related pages
Pivot deeper into the graph from lumen.kz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lumen.kz"})-[: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.