Hostname
basisdata.nl
Last fetched
basisdata.nl resolves to 2 IPv4 addresses operated by DIGICON-NIX-AS-AP Digicon Telecommunication Ltd in NL.
Nutrition Label
Resolution chain
basisdata.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 |
|---|---|---|---|---|
| 185.104.29.68 | 185.104.29.0/24 | AS206281 | DIGICON-NIX-AS-AP Digicon Telecommunication Ltd | NL |
| 213.154.231.201 | 213.154.224.0/19 | AS12859 | NL-BIT BIT BV | NL |
WHOIS identity
No WHOIS records are currently associated with basisdata.nl in WhisperGraph.
Subdomains
3 observed subdomains of basisdata.nl.
Web-graph footprint
Distinct hostnames that link to or from basisdata.nl in the public web crawl.
8 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for basisdata.nl.
| Mechanism | Target |
|---|---|
| SPF_A | basisdata.nl |
| SPF_INCLUDE | filter-out.zxcs.nl |
| SPF_INCLUDE | filter.theory7.net |
| SPF_IP | 185.104.29.68 |
| SPF_IP | 2001:7b8:618:a:213:154:231:201 |
| SPF_IP | 213.154.231.201 |
| SPF_IP | 2a06:2ec0:1:0:0:0:0:112 |
| SPF_MX | basisdata.nl |
Related pages
Pivot deeper into the graph from basisdata.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "basisdata.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.