Hostname
lsb-international.com
Last fetched
lsb-international.com resolves to 2 IPv4 addresses operated by AS16097 in DE. WHOIS lists iana:226 as the registrar.
Nutrition Label
Resolution chain
lsb-international.com 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 |
|---|---|---|---|---|
| 146.0.105.133 | 146.0.96.0/19 | AS16097 | — | DE |
| 80.149.95.45 | 80.144.0.0/13 | AS3320 | — | DE |
WHOIS identity
- Registrar
- iana:226
- Organization
- karsten seipp
- Contact emails
Subdomains
1 observed subdomain of lsb-international.com.
| Subdomain |
|---|
| dns.lsb-international.com |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for lsb-international.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 80.149.95.0/26 |
| SPF_IP | 87.191.41.208/29 |
Related pages
Pivot deeper into the graph from lsb-international.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lsb-international.com"})-[: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.