Exclude a Behavior from Triggering Malops

Endpoint URL: https://<your server>/rest/detection/exclude
Endpoint URI: detection/exclude

Action: POST

Instruct the Cybereason platform not to trigger additional Malops for the behavior in a specific existing Malop.

This request is supported for versions 20.1.43 and later.

Note

Ensure that you have logged into the Cybereason platform. For details, see Log in with the API.

Request Headers

Add a Content-Type:application/json header.

Note

If you are using cURL, add the authorization cookie details or the path to the file containing the cookie details as part of every request.


Request Body

Input: JSON

["<malop id>"]

Request Parameters

URL/URI parameters: none

Request Body Parameters: Add a string containing the Malop ID.


Response Status Codes

This request can return the following status codes:

  • 200: Success OK or an error message saying why


Response Success Schema

None


Response Failure Schema

None


Example: Exclude a Malop’s behavior

Request

curl --request GET \
        --url https://12.34.56.78/rest/detection/add-label \
        --header 'Content-Type:application/json' \
        --data '["11.461213833426626418"]'

Response

None