Hostname
dommel.be
Last fetched
dommel.be resolves to 1 IPv4 address operated by AS50083 in BE. WHOIS lists registrar:csl computer service langenbach gmbh as the registrar.
Nutrition Label
Resolution chain
dommel.be 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 |
|---|---|---|---|---|
| 86.39.2.178 | 86.39.0.0/18 | AS50083 | — | BE |
| 86.39.2.178 | 86.39.0.0/18 | AS50083 | — | BE |
WHOIS identity
- Registrar
- registrar:csl computer service langenbach gmbh
- Organization
- not shown, please visit www.dnsbelgium.be for webbased whois.
- Contact emails
- —
Subdomains
5 observed subdomains of dommel.be.
Web-graph footprint
Distinct hostnames that link to or from dommel.be in the public web crawl.
11 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for dommel.be.
| Mechanism | Target |
|---|---|
| SPF_A | dommel.be |
| SPF_A | mx01.be.a11.eu |
| SPF_IP | 185.83.138.0/24 |
| SPF_IP | 185.83.138.77 |
| SPF_IP | 2a05:9b81:0:25::/64 |
| SPF_IP | 2a05:9b81:0:80::25/64 |
| SPF_MX | dommel.be |
Related pages
Pivot deeper into the graph from dommel.be.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "dommel.be"})-[: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.