Hostname
fipa.bc.ca
Last fetched
fipa.bc.ca resolves to 1 IPv4 address operated by OVH in CA.
Nutrition Label
Resolution chain
fipa.bc.ca 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 |
|---|---|---|---|---|
| 198.50.157.3 | 198.50.128.0/17 | AS16276 | OVH | CA |
WHOIS identity
No WHOIS records are currently associated with fipa.bc.ca in WhisperGraph.
Subdomains
1 observed subdomain of fipa.bc.ca.
| Subdomain |
|---|
| www.fipa.bc.ca |
Web-graph footprint
Distinct hostnames that link to or from fipa.bc.ca in the public web crawl.
86 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for fipa.bc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | fipa.bc.ca |
| SPF_INCLUDE | spf.cyberimpact.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.web-dns1.com |
| SPF_IP | 149.56.185.118 |
| SPF_IP | 158.69.26.68 |
| SPF_IP | 198.50.215.64 |
| SPF_IP | 204.154.174.0/23 |
| SPF_IP | 54.39.101.30 |
| SPF_MX | fipa.bc.ca |
Related pages
Pivot deeper into the graph from fipa.bc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fipa.bc.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.