Hostname
bit.nl
Last fetched
bit.nl resolves to 1 IPv4 address operated by NL-BIT BIT BV in NL. WHOIS lists registrar:bit b.v. as the registrar.
Nutrition Label
Resolution chain
bit.nl 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 |
|---|---|---|---|---|
| 213.136.12.98 | 213.136.0.0/19 | AS12859 | NL-BIT BIT BV | NL |
WHOIS identity
- Registrar
- registrar:bit b.v.
- Organization
- —
- Contact emails
- —
Subdomains
10,919 observed subdomains of bit.nl.
Showing 25 of 10,919. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bit.nl in the public web crawl.
238 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for bit.nl.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf-breaks-email.bit.nl |
| SPF_IP | 193.27.86.20/32 |
| SPF_IP | 193.27.86.70/32 |
| SPF_IP | 2001:1af8:4700:a119:16:0:8517:1588/128 |
| SPF_IP | 2a01:4d60:3:1:71::1/128 |
| SPF_IP | 2a01:4d60:3:1:74::1/128 |
| SPF_IP | 2a02:22a0:0b17::2/48 |
| SPF_IP | 37.153.222.234/29 |
| SPF_IP | 85.17.15.88/32 |
Related pages
Pivot deeper into the graph from bit.nl.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bit.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.