NexposeCreateIncidentsFromAssets
Creates incidents based on the Nexpose asset ID and vulnerability ID. Duplicate incidents are not created for the same asset ID and vulnerability ID.
#
Script DataName | Description |
---|---|
Script Type | python |
Tags | nexpose |
#
DependenciesThis script uses the following commands and scripts.
- nexpose-get-asset
#
InputsArgument Name | Description |
---|---|
assetID | The list of Nexpose assets' IDs. |
minSeverity | The minimum Nexpose severity to create incidents for. |
incidentType | The incident type to create incidents for. The default is "Vulnerability". |
#
OutputsThere are no outputs for this script.