Is there a way to tag multiple assets at one time using a query or a csv file?
Have you tried any of the APIs?
https://help.rapid7.com/insightvm/en-us/api/index.html#operation/tagAsset
There are different Tagging API endpoints based on what is getting Tagged
1 Like
If your query can be implemented into InsightVM’s filtered asset search you can add them using the tag page UI.
- Click Create at the top and then Tags
- Click Add Tags and create the new tag (click the blue Add button twice)
- Click on the new tag in the table below
- On the Assets Table, click Add Assets
- Create your query and click Search
- Select the assets you would like to add the tag to or Select All Displayed (you will need to do this for all the pages returned)
- Then click Add Assets at the bottom (if you don’t see this button reduce Rows Per Page to 25)
To use a CSV of IP addresses or hostnames to add tags:
- Click Create at the top and then Tags
- Click Add Tags and create the new tag (click the blue Add button twice)
- Click on the new tag in the table below
- On the Assets Table, click Add Assets From File
- Upload your CSV
- Select Append To Tag (if you want to keep the original list of assets tagged) or Override Tag (if you want to replace the original list of assets tagged)
2 Likes
This answer was exactly what I needed. Thank you!