Hostname
kb.fetchbc.ca
Last fetched
kb.fetchbc.ca resolves to 2 IPv4 addresses operated by IRONPATH - NetActuate, Inc in CA.
Nutrition Label
Resolution chain
kb.fetchbc.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 |
|---|---|---|---|---|
| 192.250.237.6 | 192.250.237.0/24 | AS36218 | IRONPATH - NetActuate, Inc | CA |
| 209.42.24.74 | 209.42.24.0/24 | AS36218 | IRONPATH - NetActuate, Inc | CA |
WHOIS identity
No WHOIS records are currently associated with kb.fetchbc.ca in WhisperGraph.
Subdomains
8 observed subdomains of kb.fetchbc.ca.
Web-graph footprint
Distinct hostnames that link to or from kb.fetchbc.ca in the public web crawl.
31 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- kb.fetchbc.ca
SPF policy
5 SPF mechanisms authorising senders for kb.fetchbc.ca.
| Mechanism | Target |
|---|---|
| SPF_A | kb.fetchbc.ca |
| SPF_INCLUDE | spf.mysecurecloudhost.com |
| SPF_IP | 209.42.24.71 |
| SPF_IP | 209.42.24.74 |
| SPF_MX | kb.fetchbc.ca |
Related pages
Pivot deeper into the graph from kb.fetchbc.ca.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "kb.fetchbc.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.