Hostname
boalgroup.com
Last fetched
boalgroup.com resolves to 1 IPv4 address operated by AS209549 in NL. WHOIS lists iana:1647 as the registrar.
Nutrition Label
Resolution chain
boalgroup.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 |
|---|---|---|---|---|
| 185.149.37.73 | 185.149.37.0/24 | AS209549 | — | NL |
WHOIS identity
- Registrar
- iana:1647
- Organization
- boal international b.v.
- Contact emails
Subdomains
28 observed subdomains of boalgroup.com.
Showing 22 of 28. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from boalgroup.com in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for boalgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | boalgroup.com |
| SPF_INCLUDE | o365.crossware.co.nz |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.40.179.195 |
| SPF_IP | 216.241.183.0/24 |
| SPF_IP | 5.39.185.0/24 |
| SPF_IP | 64.78.151.128/26 |
| SPF_IP | 93.117.192.121/32 |
| SPF_MX | boalgroup.com |
Related pages
Pivot deeper into the graph from boalgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "boalgroup.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.