Skip to content

gu4xin1m/TenableTagAgentGroups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TenableTagAgentGroups

An alternative to implement automatic agent tagging based on agent groups in tenable.io

Flow

Application Flow

Requirements

  • The Tag Category + Value should be created previously
  • The asset group name should match the tag value
  • Right permissions to edit the Tag Value

Installation

pip install -r requirements.txt

Usage

export TENABLE_ACCESS_KEY=YOUR API KEY>
export TENABLE_SECRET_KEY=YOUR_SECRET_KEY

python3 run.py

Or just create the ".env" file with the following variables:

TENABLE_ACCESS_KEY=YOU_API_KEY
TENABLE_SECRET_KEY=YOUR_SECRET_KEY

python3 run.py

Docker

Build the image

Docker build -t tag-tenable-agent-groups .

Run

docker run -it --rm -e TENABLE_ACCESS_KEY=YOU_API_KEY -e TENABLE_SECRET_KEY=YOUR_SECRET_KEY tag-tenable-agent-groups

Help us request tenable to implement this feature

https://suggestions.tenable.com/ideas/IOCORE-I-27

https://suggestions.tenable.com/ideas/IOVM-I-995

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published