Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add threat forecast docs #710

Merged
merged 2 commits into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions crowdsec-docs/sidebarsUnversioned.js
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,15 @@ module.exports = {
label: "Decisions Management 🏅"
}],
},
{
type: "category",
label: "Threat Forecast 🏅",
link: {
type: "doc",
id: "console/threat_forecast",
},
items: [],
},
{
type: "category",
label: "Enterprise support 🏅",
Expand Down
13 changes: 13 additions & 0 deletions crowdsec-docs/unversioned/console/threat_forecast.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Threat Forecast

> 🌟 Premium feature

The Threat Forecast is a special blocklist for paying customers. It provides an additional layer of security on top of the community blocklist. In contrast to the community blocklist it is generated on a per-organization basis to deliver more precise protection based on the signals shared by the organization.
rr404 marked this conversation as resolved.
Show resolved Hide resolved

## Enabling the Threat Forecast

The Threat Forecast is automatically enabled after a plan upgrade. Similar to the community blocklist, the Threat Forecast blocklist is also automatically pushed to all your security engines. Users that want more finegrained control over their subscription can manage the blocklist under the blocklist tab in their console. For more detail, check the [blocklist page](/console/blocklists/subscription.md).

## Disabling the Threat Forecast

To disable the Threat Forecast, simply unsubscribe your organization or engines from in inside the blocklist catalog. This will remove the decisions from your engine. After a while this will stop your Threat Forecast from being recomputed. To turn it on again, subscribe your engines or organization and the recompute should restart within a 24h window.
Loading