alerts_create_alert
Create custom security alerts in Cortex XSIAM with required vendor, product, severity, and category, and add extra alert fields for comprehensive monitoring.
Instructions
Create a Custom Alert
Create a custom alert.
In addition to the mandatory fields (vendor, product, severity, category), any field that appears in the alert table can be used. In order to use a field from the alert table, use its lower camel case representation. For example: Container ID -> container_id. If the field in the alert table contains a hyphen, replace it with underscore, for example: App - ID -> app_id.
The following fields are recommended for creating an alert:
- remote_ip
- remote_host
- host_name
- group_id
- initiated_by
- initiator_sha256
- target_process_sha256
- cgo_sha256
- file_sha256
- os_parent_cmd
- os_parent_user_name
By using multiple calls of create_alert, you can send up to 600 alerts per minute.
Required role: App Service Account
Required licenses: Cortex XSIAM Enterprise or Cortex XSIAM Enterprise Plus.
[POST /public_api/v1/alerts/create_alert] · Incidents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request_data | No |