Hostname
ku.lt
Last fetched
ku.lt resolves to 2 IPv4 addresses operated by TELIA-LIETUVA in LT. WHOIS lists registrar:kauno technologijos universitetas as the registrar.
Nutrition Label
Resolution chain
ku.lt resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 81.7.106.80 | 81.7.106.0/24 | AS43811 | TELIA-LIETUVA | LT |
| 193.219.77.6 | 193.219.64.0/20 | AS2847 | LITNET | LT |
WHOIS identity
- Registrar
- registrar:kauno technologijos universitetas
- Organization
- ktu ipc
- Contact emails
- —
Subdomains
58 observed subdomains of ku.lt.
Showing 25 of 58. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ku.lt in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for ku.lt.
| Mechanism | Target |
|---|---|
| SPF_A | ku.lt |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | sendersrv.com |
| SPF_INCLUDE | spf-eu.exlibrisgroup.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 185.193.26.48 |
| SPF_IP | 193.219.76.16 |
| SPF_IP | 46.255.211.75 |
| SPF_MX | ku.lt |
Related pages
Pivot deeper into the graph from ku.lt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ku.lt"})-[: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.