Hostname
bolk.com
Last fetched
bolk.com resolves to 1 IPv4 address operated by AS20559 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
bolk.com 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 |
|---|---|---|---|---|
| 46.19.218.217 | 46.19.216.0/21 | AS20559 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- bolk transport b.v.
- Contact emails
Subdomains
30 observed subdomains of bolk.com.
Showing 22 of 30. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bolk.com in the public web crawl.
42 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for bolk.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.afasonline.nl |
| SPF_INCLUDE | mailgun.org |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.eu.exclaimer.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 178.170.151.98 |
| SPF_IP | 178.170.151.99 |
| SPF_IP | 185.113.85.60 |
| SPF_IP | 185.113.85.61 |
| SPF_IP | 213.206.253.0/25 |
| SPF_IP | 46.19.218.217 |
| SPF_IP | 91.218.150.0/24 |
Related pages
Pivot deeper into the graph from bolk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bolk.com"})-[: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.