Hostname
datux.nl
Last fetched
datux.nl resolves to 2 IPv4 addresses operated by HOSTHATCH - HostHatch, LLC in NL. WHOIS lists registrar:spothost b.v. as the registrar.
Nutrition Label
Resolution chain
datux.nl 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 |
|---|---|---|---|---|
| 31.220.42.135 | 31.220.42.0/24 | AS63473 | HOSTHATCH - HostHatch, LLC | NL |
| 65.108.13.219 | 65.108.0.0/16 | AS24940 | — | FI |
WHOIS identity
- Registrar
- registrar:spothost b.v.
- Organization
- —
- Contact emails
- —
Subdomains
47 observed subdomains of datux.nl.
Showing 25 of 47. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from datux.nl in the public web crawl.
9 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for datux.nl.
| Mechanism | Target |
|---|---|
| SPF_A | datux.nl |
| SPF_A | docker1.datux.nl |
| SPF_A | docker2.datux.nl |
| SPF_A | docker3.datux.nl |
| SPF_A | docker5.datux.nl |
| SPF_A | kantoor.datux.nl |
| SPF_MX | datux.nl |
Related pages
Pivot deeper into the graph from datux.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "datux.nl"})-[: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.