Skip to content

Commit

Permalink
[Marketplace Contribution] Tenable.sc - Content Pack Update (#35341) (#…
Browse files Browse the repository at this point in the history
…35889)

* "contribution update to pack 'Tenable.sc'"

* fix human readable output

* mid work

* mid work

* Parsing according to fields.

* yml description

* Added unit test for organization command.

* Fix RN

* revert changes to readme

* Add readme for new command

* pre-commit changes

* Apply suggestions from code review



* revert changes to section order.

---------

Co-authored-by: xsoar-bot <[email protected]>
Co-authored-by: Danny Fried <[email protected]>
Co-authored-by: ShirleyDenkberg <[email protected]>
  • Loading branch information
4 people authored and maimorag committed Aug 27, 2024
1 parent 570c3b7 commit 133ced3
Show file tree
Hide file tree
Showing 7 changed files with 209 additions and 85 deletions.
23 changes: 21 additions & 2 deletions Packs/Tenable_sc/Integrations/Tenable_sc/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Use the Tenable.sc integration to get a real-time, continuous assessment of your security posture so you can find and fix vulnerabilities faster.
All data in Tenable.sc is managed using group level permissions. If you have several groups, data (scans, scan results, assets, etc) can be viewable but not manageable. Users with Security Manager role  can manage everything. These permissions come into play when multiple groups are in use.
All data in Tenable.sc is managed using group level permissions. If you have several groups, data (scans, scan results, assets, etc) can be viewable but not manageable. Users with Security Manager role can manage everything. These permissions come into play when multiple groups are in use.
It is important to know what data is manageable for the user in order to work with the integration.
This integration was integrated and tested with Tenable.sc v5.7.0.

Expand Down Expand Up @@ -1707,4 +1707,23 @@ Creates a remediation scan. Requires security manager role. This command is a pr

## Troubleshooting

For errors within Tenable.sc, the cause is generally specified, e.g., The currently logged in used is not an administrator, Unable to retrieve Asset #2412. Asset #2412 does not exist or Invalid login credentials. However there might be connection errors, for example when the server URL provided is incorrect.
For errors within Tenable.sc, the cause is generally specified, e.g., The currently logged in used is not an administrator, Unable to retrieve Asset #2412. Asset #2412 does not exist or Invalid login credentials. However there might be connection errors, for example when the server URL provided is incorrect.

### tenable-sc-get-organization

***
Requires administrator role. Command to get a list of organizations' information, depending on the comma-separated list of fields provided.

#### Base Command

`tenable-sc-get-organization`

#### Input

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| fields | Optional fields to return specific values, example: restrictedIPs. | Optional |

#### Context Output

There is no context output for this command.
Loading

0 comments on commit 133ced3

Please sign in to comment.