How to: Add or update bot signatures¶
To apply a bot signature to a WAF Next security policy, you must first have:
Uploaded a bot signature file to the file store .
Now you are ready to create a service with the bot signature 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": {
"botSignatures": {
"securityUpdateFile": "bot_signatures.im"
}
}
}