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
Copy file name to clipboardExpand all lines: Packs/AttackIQFireDrill/Integrations/AttackIQFireDrill/README.md
+30-11
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,13 @@ This integration was integrated and tested with AttackIQ FireDrill v2.15.96.
4
4
5
5
## Use Cases
6
6
7
-
*Retrieves a list of testing scenarios.
8
-
*Executes testing of penetration assessments.
9
-
*Retrieves detailed assessment results.
10
-
*Triggers other playbook-based assessment results.
7
+
* Retrieves a list of testing scenarios.
8
+
* Executes testing of penetration assessments.
9
+
* Retrieves detailed assessment results.
10
+
* Triggers other playbook-based assessment results.
11
11
12
12
## Configure AttackIQ Platform in Cortex
13
13
14
-
15
14
|**Parameter**|**Description**|**Example**|
16
15
| --------- | ----------- | ------- |
17
16
| Name | A meaningful name for the integration instance. | AttackIQFireDrill_instance_2 |
@@ -20,7 +19,6 @@ This integration was integrated and tested with AttackIQ FireDrill v2.15.96.
20
19
| Trust any certificate (not secure) | When selected, certificates are not checked. | N/A |
21
20
| Use System Proxy Settings | Runs the integration instance using the proxy server (HTTP or HTTPS) that you defined in the server configuration. | https:/<span></span>/proxyserver.com |
22
21
23
-
24
22
## Commands
25
23
26
24
You can execute these commands from the CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
@@ -73,11 +71,13 @@ Returns all assessment information by ID.
73
71
| AttackIQ.Assessment.RemainingPages | Number | The number of remaining pages to return. For example, if the total number of pages is 6, and the last fetch was page 5, the value is 1. |
@@ -231,6 +235,7 @@ Runs all tests in the assessment.
231
235
| on_demand_only | Runs only on-demand tests in the assessment. True executes tests in the assessment that are not scheduled to run. False executes all tests in the assessment including scheduled tests. The default is false. | Optional |
| AttackIQ.Assessment.RemainingPages | Number | The number of remaining pages to return. For example, if the total number of pages is 6, and the last fetch was page 5, the value is 1. |
959
974
960
975
##### Command Example
976
+
961
977
```
962
978
!attackiq-create-assessment name="Assessment from test playbook" template_id="d09d29ba-eed8-4212-bff2-4d1ee11ed80c"
963
979
```
964
980
965
981
##### Context Example
982
+
966
983
```
967
984
{
968
985
"AttackIQ.Assessment": {
@@ -998,7 +1015,7 @@ Creates a new assesment.
998
1015
999
1016
##### Human Readable Output
1000
1017
1001
-
##### Created Assessment: 08023e86-3b8c-4f98-ab46-7c931d759157 successfully.
1018
+
##### Created Assessment: 08023e86-3b8c-4f98-ab46-7c931d759157 successfully
0 commit comments