Hostname
bicompass.ca
Last fetched
bicompass.ca resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US.
Nutrition Label
Resolution chain
bicompass.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.109.54 | 45.60.109.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.60.73.54 | 45.60.73.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
WHOIS identity
No WHOIS records are currently associated with bicompass.ca in WhisperGraph.
Subdomains
3 observed subdomains of bicompass.ca.
| Subdomain |
|---|
| test.bicompass.ca |
| www.bicompass.ca |
Showing 2 of 3. View all subdomains →
Threat posture
History
Mail and authentication
SPF policy
4 SPF mechanisms authorising senders for bicompass.ca.
| Mechanism | Target |
|---|---|
| SPF_A | bicompass.ca |
| SPF_INCLUDE | _8af99ce292368c5cfa0d4f539aa59b17.spf.dnssmarthost.net |
| SPF_IP | 35.215.72.213 |
| SPF_MX | bicompass.ca |
Related pages
Pivot deeper into the graph from bicompass.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bicompass.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.