How to: Add or Update Threat CampaignsΒΆ

To apply a threat campaign to a WAF Next security policy, you must first have:

Now you are ready to create a service with the threat campaigns file.

PUT https://{{bigip_next_mgmt_floating_ip}}:5443/api/v1/

{
    "name": "service"
}

PUT https://{{bigip_next_mgmt_floating_ip}}:5443/api/v1/services/{{service_id}}/waf

{
    "wafSettings": {
        "threatCampaigns": {
            "securityUpdateFile": "threat_campaigns_file.im"
        }
    }
}

The threat campaign violation is enabled by default in security policy templates.