Hostname
lzo.com
Last fetched
lzo.com resolves to 1 IPv4 address operated by AS15790 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
lzo.com 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 |
|---|---|---|---|---|
| 62.181.150.48 | 62.181.128.0/19 | AS15790 | — | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- landessparkasse zu oldenburg
- Contact emails
Subdomains
5 observed subdomains of lzo.com.
Web-graph footprint
Distinct hostnames that link to or from lzo.com in the public web crawl.
261 sites link to this hostname.
250 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for lzo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.kundenserver.de |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | emsd1.com |
| SPF_INCLUDE | spf.emma.sparkasse.de |
| SPF_INCLUDE | spf.mail.s-web.de |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.pitcom.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.tixxt.com |
| SPF_IP | 212.34.64.185/32 |
| SPF_IP | 80.243.46.18 |
Related pages
Pivot deeper into the graph from lzo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lzo.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.