Hostname
bol.com
Last fetched
bol.com resolves to 1 IPv4 address operated by QOSL-AS-AP Qovic Online Solutions LLP in NL. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
bol.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 |
|---|---|---|---|---|
| 79.170.100.62 | 79.170.100.0/24 | AS396982 | QOSL-AS-AP Qovic Online Solutions LLP | NL |
WHOIS identity
- Registrar
- iana:470
- Organization
- bol.com b.v.
- Contact emails
Subdomains
189 observed subdomains of bol.com.
Showing 25 of 189. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bol.com in the public web crawl.
27,434 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for bol.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf1.bol.com |
| SPF_IP | 185.14.168.0/27 |
| SPF_IP | 185.14.168.192/27 |
| SPF_IP | 185.14.168.64/27 |
| SPF_IP | 185.14.169.192/27 |
| SPF_IP | 185.14.171.64/28 |
| SPF_IP | 185.14.171.80/28 |
| SPF_IP | 91.194.0.0/26 |
Related pages
Pivot deeper into the graph from bol.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bol.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.