How to: Modify Threat Campaign¶
You can enable or disable specific Threat Campaigns by modifying the properties of the Threat Campaign Violation - VIOL_THREAT_CAMPAIGN
.
In this example we disable both alarm and blocking.
{
"policy": {
"name": "policy_name",
"template": {
"name": "POLICY_TEMPLATE_BASE"
},
"applicationLanguage": "utf-8",
"enforcementMode": "blocking",
"blocking-settings": {
"violations": [
{
"name": "VIOL_THREAT_CAMPAIGN",
"alarm": false,
"block": false
}
]
}
}
}