Hostname
lautec.com
Last fetched
lautec.com resolves to 2 IPv4 addresses operated by AS51468 in DK. WHOIS lists iana:1462 as the registrar.
Nutrition Label
Resolution chain
lautec.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 |
|---|---|---|---|---|
| 77.111.240.183 | 77.111.240.0/22 | AS51468 | — | DK |
| 77.111.240.184 | 77.111.240.0/22 | AS51468 | — | DK |
WHOIS identity
- Registrar
- iana:1462
- Organization
- contact privacy inc. customer 0139055667
- Contact emails
Subdomains
60 observed subdomains of lautec.com.
Showing 19 of 60. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from lautec.com in the public web crawl.
34 sites link to this hostname.
75 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for lautec.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 7870002.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | spf.brevo.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 168.245.73.218 |
| SPF_IP | 185.40.45.65 |
| SPF_IP | 52.186.121.110/32 |
Related pages
Pivot deeper into the graph from lautec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "lautec.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.