Skip to main content

NetwitnessSACreateIncident

This Script is part of the RSA NetWitness Security Analytics Pack.#

Creates an incident inside NetWitness SA from a set of NetWitness events.

Script Data#


NameDescription
Script Typepython
TagsRSA NetWitness Security Analytics

Dependencies#


This script uses the following commands and scripts.

  • nw-create-incident

Inputs#


Argument NameDescription
alertSummaryThe short summary of the alert which will be attached to incident. (string)
severityThe severity level. The default set to "50". (optional string)
nameThe name of the incident. (string)
assignedSets the assignee login name if the assignee has changed. You can execute nw-get-available-assignees to get the list of users. For example, demisto123. (optional string)
eventListThe list of event IDs separated by comma (,). This must not include spaces in it. In order to get the list of events you can should use the nw-get-events command.
deviceIdThe ID of the device/component (Concentrator, Log Decoder, Packet Decoder, etc.) from which the events are retrieved. The list of devices can be retrieved by executing the command nw-get-components.
priorityThe priority of the incident.
summaryThe summary of the incident.
incidentManagementIdThe ID of NetWitness INCIDENT_MANAGEMENT device/component ID. It can be received by running nw-get-component command. If this argument is not filled/passed, the script will automatically get the first device of type INCIDENT_MANAGEMENT from the SA server. (optional number)

Outputs#


There are no outputs for this script.