You will learn how to format a CSV file that you can upload to update Target Criticality in bulk.
Last Updated: 12/14/2023
Requirements
- User must have Settings.read and Settings.write
- Target Criticality Settings found in Settings page must be:
- Allow privileged users to manually edit Target Criticality values set to True/On
- Leverage UVRM Auto Criticality Rules set to False/Off
- IMPORTANT: If you do not turn off Auto Criticality Rules, NopSec may overwrite your settings over time as it determines a target may have a different criticality based on its rules and logic.
CSV Template
target_id | criticality |
0029c957-f9a3-424c-acbb-9df20599d8ea
|
Critical |
- Two Columns are required
- target_id
- criticality
- Target ID is the specific NopSec ID for the Target.
- You can find this in a Group By Target query in Prioritize Page.
- Make sure to add the ID column to your view.
- Criticality column takes any of the following values:
- Critical
- High
- Medium
- Low
- None
Steps to find Target ID and existing Criticality
- Go To Prioritize
- Click on Group By Target
- Create a Column Preset with the following Columns visible:
- Target ID
- Target Criticality
- Select All rows
- Click Download CSV
- Select All Rows and Download
- Open up your CSV
- Rename the columns from:
- ID to target_id
- Criticality to criticality
- You can now edit the criticality values and save the file.
Steps to upload File
- Click on Settings
- Click on Target Criticality
- Ensure that Allow privileged users are allowed to edit criticality is set to On
- Ensure that Leverage UVRM Auto Criticality Rules is turned Off
- This is required because NopSec may overwrite your manual edits over time so it is recommended to turn off.
- Click on File Uploads
- Click the Criticality Tab
- Click Attach File
- Find the CSV file you created using the above template and upload.
- Refresh page and view the task table.
- Once table says Finished you can go to Prioritize to validate changes have taken effect