Hostname
dotcom.lu
Last fetched
dotcom.lu resolves to 1 IPv4 address operated by AS12876 in FR.
Nutrition Label
Resolution chain
dotcom.lu 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 |
|---|---|---|---|---|
| 212.129.40.50 | 212.129.0.0/18 | AS12876 | — | FR |
WHOIS identity
No WHOIS records are currently associated with dotcom.lu in WhisperGraph.
Subdomains
21 observed subdomains of dotcom.lu.
Web-graph footprint
Distinct hostnames that link to or from dotcom.lu in the public web crawl.
78 sites link to this hostname.
8 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for dotcom.lu.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 153.92.245.65 |
| SPF_IP | 163.172.74.2 |
| SPF_IP | 194.242.114.114 |
| SPF_IP | 194.242.114.116 |
| SPF_IP | 194.242.114.163 |
| SPF_IP | 212.129.40.50 |
| SPF_IP | 213.135.227.187 |
| SPF_IP | 213.32.134.229 |
| SPF_IP | 62.4.14.102 |
Related pages
Pivot deeper into the graph from dotcom.lu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dotcom.lu"})-[: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.