Hostname
businessfleetsolutions.ca
Last fetched
businessfleetsolutions.ca resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
businessfleetsolutions.ca 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 |
|---|---|---|---|---|
| 45.60.152.173 | 45.60.152.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.172.173 | 45.60.172.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
- Registrar
- —
- Organization
- sa web
- Contact emails
Subdomains
1 observed subdomain of businessfleetsolutions.ca.
| Subdomain |
|---|
| www.businessfleetsolutions.ca |
Web-graph footprint
Distinct hostnames that link to or from businessfleetsolutions.ca in the public web crawl.
35 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for businessfleetsolutions.ca.
| Mechanism | Target |
|---|---|
| SPF_IP | 103.18.109.138/32 |
| SPF_IP | 172.255.62.10/32 |
| SPF_IP | 172.255.62.11/32 |
| SPF_IP | 199.10.31.235/32 |
| SPF_IP | 199.10.31.236/32 |
| SPF_IP | 23.83.208.0/20 |
| SPF_IP | 46.232.183.0/24 |
| SPF_IP | 54.214.232.113/32 |
| SPF_IP | 54.245.125.39/32 |
Related pages
Pivot deeper into the graph from businessfleetsolutions.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "businessfleetsolutions.ca"})-[: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.