Hostname
douglas.lv
Last fetched
douglas.lv resolves to 1 IPv4 address operated by AS43811 in LT.
Nutrition Label
Resolution chain
douglas.lv 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 |
|---|---|---|---|---|
| 82.135.132.207 | 82.135.132.0/24 | AS43811 | — | LT |
WHOIS identity
- Registrar
- —
- Organization
- parfuemerie douglas
- Contact emails
Subdomains
14 observed subdomains of douglas.lv.
Web-graph footprint
Distinct hostnames that link to or from douglas.lv in the public web crawl.
128 sites link to this hostname.
42 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 douglas.lv.
| Mechanism | Target |
|---|---|
| SPF_A | douglas.lv |
| SPF_A | mail.dglecom.net |
| SPF_A | smtp.hostings.lv |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfcl.hostings.lv |
| SPF_IP | 195.191.69.25/32 |
| SPF_MX | douglas.lv |
Related pages
Pivot deeper into the graph from douglas.lv.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "douglas.lv"})-[: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.