Skip to content

Commit 8ce0527

Browse files
committed
Added Tenable VMS
Added app, documentation and image
1 parent a6e832c commit 8ce0527

3 files changed

+8674
-0
lines changed
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
## Tenable Vulnerability Management
2+
- An app to interact with tenable cloud from Shuffle.
3+
- This app will help to manage assets, schedule scans, push policies, view scan findings, and control multiple Nessus scanners from the cloud.
4+
5+
![App_image](https://github.com/shalin24999/security-openapis/blob/master/tenable/Tenable_Vulnerability_app.png?raw=true)
6+
7+
## Authentication
8+
- Tenable.io generates a unique set of API keys for each user account. We need X-ApiKeys for authentication.
9+
#### To generate API keys for your own account :
10+
- Login into https://cloud.tenable.com/#/
11+
- Go to https://cloud.tenable.com/tio/app.html#/settings/my-account/api-keys
12+
- Click on Generate *(**Caution**: Any existing API keys are replaced when you click the Generate button. You must update the applications where the previous API keys were used.)*
13+
- Copy the new access and secret keys to a safe location. *(**Caution**: Be sure to copy the access and secret keys before you close the API Keys tab. After you close this tab, you cannot retrieve the keys.)*
14+
15+
#### Authentication in Shuffle:
16+
- In Apikey parameter you need to enter the access and secret key in the following **format**:
17+
- accessKey=ACCESS_KEY; secretKey=SECRET_KEY;
18+
- **Example**:accessKey=d95e12bcd59c6725823f3f84ea588bb46846447f8037b6e211d1c5e21bbbf847; secretKey=ae66a1r7761fb67da8b91bd7f8aea1e9de1cc38f40feb67cd920e93a5913a2ef
19+
20+
## Actions
21+
Read the official documentation for each actions which is available [here](https://developer.tenable.com/reference#io-v1-access-groups).
22+
23+

tenable/Tenable_Vulnerability_app.png

108 KB
Loading

tenable/tenable_vulnerability_management.yaml

+8,651
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)