You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For help or any questions related to Synack toolkit task, please contact Synack support at help@synack.com
2
3
3
-
This toolkit brings in data from Synack
4
+
## About the Synack task
4
5
5
-
To run this task you need the following information from Synack:
6
+
This toolkit task fetches Exploitable Vulnerabilities from Synack platform and ingests them into Kenna.
7
+
In Kenna, the Vulnerabilities will be added to an Asset. It will either create new Assets, or map to an existing one if there is a match.
6
8
7
-
1. Synack API Url. Just the domain name, no prefixes. For example, api.synack.com.
8
-
2. Synack API token
9
+
It is recommended to use the option **asset_defined_in_tag** (enabled by default). It allows you to:
10
+
- filter the list of Synack Exploitable Vulnerabilities that would be ingested into Kenna
11
+
- put the Vulnerabilities in the desired Assets in Kenna
12
+
13
+
To run this task you need the following information
14
+
### From Synack
15
+
- Synack API Url. Just the domain name, no prefixes. For example, api.synack.com
16
+
- Synack API token
17
+
18
+
### From Kenna
19
+
- Kenna Connector ID
20
+
- Kenna API key
9
21
10
22
## Command Line
11
23
12
-
See the main Toolkit for instructions on running tasks. For this task, if you leave off the Kenna API Key and Kenna Connector ID, the task will create a json file in the default or specified output directory. You can review the file before attempting to upload to the Kenna directly.
24
+
See the main Toolkit readme for [general instructions](https://github.com/KennaSecurity/toolkit/blob/master/README.md) on running Kenna toolkit tasks.
25
+
26
+
For this task, if you leave off the Kenna API Key and Kenna Connector ID, the task will create a json file in the default or specified output directory. You can review the file before attempting to upload to Kenna directly.
13
27
14
-
Recommended Steps:
28
+
### Recommended Steps:
15
29
16
30
1. Run with Synack keys only to ensure you are able to get data properly from Synack
17
31
1. Review output for expected data
@@ -20,15 +34,15 @@ Recommended Steps:
20
34
1. Click on the name of the connector to get the connector id
21
35
1. Run the task with Synack keys and Kenna key/connector id
| kenna_connector_id | false | If set, we'll try to upload to this connector | n/a |
32
-
| kenna_batch_size | false | Maximum number of vulnerabilities to upload to Kenna in each batch. Increasing this value could improve performance. | 1000 |
33
-
| output_directory | false | If set, will write a file upon completion. Path is relative to #{$basedir} | output/synack |
34
-
| asset_defined_in_tag | false | If set to false, we will only fetch from Synack vulnerbilities that have tag starting with "kenna::".The Kenna asset for vulnerability is defined by the tag "kenna::\<asset locator type\>::\<asset locator value\>".For example, if your Synack vulnerability has a tag "kenna::url::https\:\/\/www\.cisco\.com" it will be added to asset with locator type URL set to https\:\/\/www\.cisco\.com <br/><br/>If set to false - the assets will be created from Synack vulnerability's vulnerability location field. | true |
| kenna_connector_id | false | If set, we'll try to upload to this connector | n/a |
46
+
| kenna_batch_size | false | Maximum number of vulnerabilities to upload to Kenna in each batch. Increasing this value could improve performance. | 1000 |
47
+
| output_directory | false | If set, will write a file upon completion. Path is relative to #{$basedir} | output/synack |
48
+
| asset_defined_in_tag | false | If set to true, we will only fetch from Synack vulnerbilities that have tag starting with "kenna::".<br/>The Kenna asset for vulnerability is defined by the tag "kenna::\<asset locator type\>::\<asset locator value\>".<br/>For example, if your Synack vulnerability has a tag "kenna::url::https\:\/\/www\.cisco\.com" it will be added to asset with locator type URL set to https\:\/\/www\.cisco\.com <br/><br/>If set to false - the assets will be created from Synack vulnerability's vulnerability location field. | true |
0 commit comments