sophos_update_exploit_mitigation_app
Update exploit mitigation settings for an application by modifying executable paths, enabling or disabling overall protection, and toggling individual mitigations like ASLR and DEP.
Instructions
Update exploit mitigation settings for an application. Can update executable paths, toggle overall protection, and enable/disable individual exploit mitigations (ASLR, DEP, SEHOP, etc.).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Updated comma-separated list of executable paths | |
| protected | No | Enable or disable exploit mitigation protection for this application | |
| tenant_id | Yes | Tenant UUID | |
| mitigations | No | JSON object of individual mitigation settings, e.g. {"ASLR": true, "DEP": true, "SEHOP": false, "HeapSpray": true, "StackPivot": true, "BannedAPI": true, "BottomUpASLR": true, "DEP": true, "IAF": true, "NullCheck": true, "StackExec": true, "Caller": true} | |
| application_id | Yes | Exploit mitigation application UUID |