Hostname
ombudsman.lu
Last fetched
ombudsman.lu resolves to 1 IPv4 address operated by AS57205 in LU.
Nutrition Label
Resolution chain
ombudsman.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 |
|---|---|---|---|---|
| 195.35.81.14 | 195.35.81.0/24 | AS57205 | — | LU |
WHOIS identity
No WHOIS records are currently associated with ombudsman.lu in WhisperGraph.
Subdomains
4 observed subdomains of ombudsman.lu.
Web-graph footprint
Distinct hostnames that link to or from ombudsman.lu in the public web crawl.
368 sites link to this hostname.
30 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ombudsman.lu.
| Mechanism | Target |
|---|---|
| SPF_A | mail.arianesoft.com |
| SPF_A | mail2.arianesoft.com |
| SPF_A | mail3.arianesoft.com |
| SPF_A | ombudsman.lu |
| SPF_A | smtprcarre.rcarre.eu |
| SPF_INCLUDE | _spf.etat.lu |
| SPF_IP | 178.32.42.232 |
| SPF_IP | 195.35.81.11 |
| SPF_IP | 195.35.81.12 |
| SPF_IP | 195.35.81.3 |
| SPF_IP | 195.35.81.5 |
| SPF_IP | 91.121.217.204 |
| SPF_IP | 91.121.217.205 |
| SPF_MX | ombudsman.lu |
Related pages
Pivot deeper into the graph from ombudsman.lu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ombudsman.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.