Hostname
sb.lt
Last fetched
sb.lt resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists registrar:telia lietuva, ab as the registrar.
Nutrition Label
Resolution chain
sb.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 |
|---|---|---|---|---|
| 104.20.22.164 | 104.20.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 172.66.174.1 | 172.66.160.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- registrar:telia lietuva, ab
- Organization
- telia lietuva, ab
- Contact emails
- —
Subdomains
66 observed subdomains of sb.lt.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from sb.lt in the public web crawl.
283 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
13 SPF mechanisms authorising senders for sb.lt.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.atlassian.net |
| SPF_INCLUDE | email-messaging.com |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.183.225.87 |
| SPF_IP | 185.189.155.0/24 |
| SPF_IP | 185.189.155.42 |
| SPF_IP | 185.189.155.43 |
| SPF_IP | 185.189.155.44 |
| SPF_IP | 193.23.59.155/32 |
| SPF_IP | 204.220.181.156 |
| SPF_IP | 212.11.79.0/24 |
| SPF_IP | 88.119.156.95 |
Related pages
Pivot deeper into the graph from sb.lt.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sb.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.