Hostname
lachmann.com.br
Last fetched
lachmann.com.br resolves to 1 IPv4 address operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
lachmann.com.br 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 |
|---|---|---|---|---|
| 20.230.71.105 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
WHOIS identity
- Registrar
- —
- Organization
- lachmann agencia maritima ltda
- Contact emails
Subdomains
12 observed subdomains of lachmann.com.br.
Web-graph footprint
Distinct hostnames that link to or from lachmann.com.br in the public web crawl.
13 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for lachmann.com.br.
| Mechanism | Target |
|---|---|
| SPF_A | lachmann.com.br |
| SPF_INCLUDE | _spf.mlsend.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 150.136.199.115 |
| SPF_IP | 177.124.250.226 |
| SPF_IP | 187.72.12.193 |
| SPF_IP | 201.73.222.50 |
| SPF_IP | 52.179.187.156 |
| SPF_MX | lachmann.com.br |
Related pages
Pivot deeper into the graph from lachmann.com.br.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lachmann.com.br"})-[: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.