Skip to content

Commit 9f2d072

Browse files
content-botContent Bot
and
Content Bot
authored
Apply markdownlint (37) (#39487)
* NozomiNetworks: Apply markdownlint * AttackIQFireDrill: Apply markdownlint * EWSMailSender: Apply markdownlint * VMRay: Apply markdownlint * CVE_2021_40444: Apply markdownlint * NationalVulnerabilityDatabaseFeed: Apply markdownlint * Hey: Apply markdownlint * SimpleDebugger: Apply markdownlint * DeHashed: Apply markdownlint * MultiTenantPerformance: Apply markdownlint * IdentityRecordedFuture: Apply markdownlint * ProofpointThreatProtection: Apply markdownlint * SpurContextAPI: Apply markdownlint * CounterCraft: Apply markdownlint * CortexResponseAndRemediation: Apply markdownlint * PostmarkSpamcheck: Apply markdownlint * EWS: Apply markdownlint * Endace: Apply markdownlint * OracleCloudInfrastructureFeed: Apply markdownlint * Cyberpion: Apply markdownlint * SonicWallNSv: Apply markdownlint * CofenseIntelligenceV2: Apply markdownlint * Tidy: Apply markdownlint * Tenable_io: Apply markdownlint * Axonius: Apply markdownlint --------- Co-authored-by: Content Bot <bot@demisto.com>
1 parent b97041c commit 9f2d072

File tree

32 files changed

+2315
-2133
lines changed

32 files changed

+2315
-2133
lines changed

Packs/AttackIQFireDrill/Integrations/AttackIQFireDrill/README.md

+30-11
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,13 @@ This integration was integrated and tested with AttackIQ FireDrill v2.15.96.
44

55
## Use Cases
66

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.
1111

1212
## Configure AttackIQ Platform in Cortex
1313

14-
1514
| **Parameter** | **Description** | **Example** |
1615
| --------- | ----------- | ------- |
1716
| 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.
2019
| Trust any certificate (not secure) | When selected, certificates are not checked. | N/A |
2120
| 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 |
2221

23-
2422
## Commands
2523

2624
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.
7371
| 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. |
7472

7573
##### Command Example
74+
7675
```
7776
!attackiq-get-assessment-by-id assessment_id=c4e352ae-1506-4c74-bd90-853f02dd765a
7877
```
7978

8079
##### Context Example
80+
8181
```
8282
{
8383
"AttackIQ.Assessment": {
@@ -166,11 +166,13 @@ Returns all assessment details by page.
166166
| AttackIQ.Assessment.MasterJobCount | Number | The number of tests that ran in the assessment. |
167167

168168
##### Command Example
169+
169170
```
170171
!attackiq-list-assessments page_size=5
171172
```
172173

173174
##### Context Example
175+
174176
```
175177
{
176178
"AttackIQ.Assessment": 11
@@ -189,7 +191,7 @@ Returns all assessment details by page.
189191
| 5baca9b4-e55c-497f-a05a-8004b9a36efe | Custom | Custom project | goo<span></span>@test.com | 2019-09-10T08:38:55.165853Z | 2019-09-10T08:38:55.165874Z |
190192
| 58440d47-d7b5-4f57-913f-3e13903fa2fc | Arseny's ransomware project | Test of common ransomware variants | foo<span></span>@test.com | 2019-09-02T11:52:13.933084Z | 2019-09-02T11:52:16.100942Z |
191193

192-
### Activate an assessment 
194+
### Activate an assessment
193195

194196
* * *
195197

@@ -206,9 +208,11 @@ Deprecated, without available replacement. Activates the assessment, which is re
206208
| assessment_id | ID of the assessment to activate. | Required |
207209

208210
##### Command Example
211+
209212
```
210213
!attackiq-activate-assessment assessment_id=c4e352ae-1506-4c74-bd90-853f02dd765a
211214
```
215+
212216
##### Human Readable Output
213217

214218
Successfully activated project c4e352ae-1506-4c74-bd90-853f02dd765a
@@ -231,6 +235,7 @@ Runs all tests in the assessment.
231235
| 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 |
232236

233237
##### Command Example
238+
234239
```
235240
!attackiq-run-all-tests-in-assessment assessment_id=8978fe24-607a-4815-a36a-89fb6191b318
236241
```
@@ -263,11 +268,13 @@ Returns an assessment execution status when running an on-demand execution only.
263268
| AttackIQ.Assessment.Id | String | The ID of the assessment. |
264269

265270
##### Command Example
271+
266272
```
267273
!attackiq-get-assessment-execution-status assessment_id=c4e352ae-1506-4c74-bd90-853f02dd765a
268274
```
269275

270276
##### Context Example
277+
271278
```
272279
{
273280
"AttackIQ.Assessment": {
@@ -310,11 +317,13 @@ Returns the status of the test.
310317
| AttackIQTest.Id | String | The ID of the assessment test. |
311318

312319
##### Command Example
320+
313321
```
314322
!attackiq-get-test-execution-status test_id=9aed2cef-8c64-4e29-83b4-709de5963b66
315323
```
316324

317325
##### Context Example
326+
318327
```
319328
{
320329
"AttackIQTest": {
@@ -384,11 +393,13 @@ Returns a list of tests by an assessment.
384393
| AttackIQTest.Count | Number | The total number of tests. |
385394

386395
##### Command Example
396+
387397
```
388398
!attackiq-list-tests-by-assessment assessment_id=c4e352ae-1506-4c74-bd90-853f02dd765a page_size=3 page_number=1
389399
```
390400

391401
##### Context Example
402+
392403
```
393404
{
394405
"AttackIQTest": 0
@@ -552,11 +563,13 @@ Returns the test results of an assessment.
552563
| AttackIQTestResult.Count | Number | The total number of tests. |
553564

554565
##### Command Example
566+
555567
```
556568
!attackiq-get-test-results test_id=1c350a5a-84f2-4938-93d8-cc31f0a99482 page_number=10 page_size=5 outcome_filter=Passed
557569
```
558570

559571
##### Context Example
572+
560573
```
561574
{
562575
"AttackIQTestResult": 62
@@ -576,8 +589,6 @@ Returns the test results of an assessment.
576589
| Arseny's ransomware project | Download Mobef Ransomware | ec2amaz-g4iu5no | 172.31.39.254 |   | 2019-09-16T08:41:23.089756Z |   |
577590
| Arseny's ransomware project | Download BadBlock Ransomeware | ec2amaz-g4iu5no | 172.31.39.254 |   | 2019-09-16T08:41:18.225112Z |   |
578591

579-
580-
581592
### List all assessment templates
582593

583594
* * *
@@ -604,11 +615,13 @@ There are no input arguments for this command.
604615
| AttackIQ.Template.Hidden | Boolean | Whether the template is hidden. |
605616

606617
##### Command Example
618+
607619
```
608620
!attackiq-list-assessment-templates
609621
```
610622

611623
##### Context Example
624+
612625
```
613626
{
614627
"AttackIQ.Template": [
@@ -870,11 +883,13 @@ There are no input arguments for this command.
870883
| AttackIQ.Asset.Groups.Name | String | The name of the asset's group. |
871884

872885
##### Command Example
886+
873887
```
874888
!attackiq-list-assets
875889
```
876890

877891
##### Context Example
892+
878893
```
879894
{
880895
"AttackIQ.Asset": [
@@ -903,7 +918,7 @@ There are no input arguments for this command.
903918

904919
##### Human Readable Output
905920

906-
##### Assets:
921+
##### Assets
907922

908923
| **ID** | **Hostname** | **IPv4** | **MacAddress** | **Domain** | **Description** | **User** | **Status** |
909924
| --- | --- | --- | --- | --- | --- | --- | --- |
@@ -958,11 +973,13 @@ Creates a new assesment.
958973
| 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. |
959974

960975
##### Command Example
976+
961977
```
962978
!attackiq-create-assessment name="Assessment from test playbook" template_id="d09d29ba-eed8-4212-bff2-4d1ee11ed80c"
963979
```
964980

965981
##### Context Example
982+
966983
```
967984
{
968985
"AttackIQ.Assessment": {
@@ -998,7 +1015,7 @@ Creates a new assesment.
9981015

9991016
##### Human Readable Output
10001017

1001-
##### Created Assessment: 08023e86-3b8c-4f98-ab46-7c931d759157 successfully.
1018+
##### Created Assessment: 08023e86-3b8c-4f98-ab46-7c931d759157 successfully
10021019

10031020
| **Id** | **Name** | **Description** | **User** | **Created** | **Modified** |
10041021
| --- | --- | --- | --- | --- | --- |
@@ -1027,6 +1044,7 @@ Adds assets or asset groups to an assesment.
10271044
There are no context outputs for this command.
10281045

10291046
##### Command Example
1047+
10301048
```
10311049
!attackiq-add-assets-to-assessment assets="03e17460-849e-4b86-b6c6-ef0db72823ff" assessment_id="b2fc06d4-5d0a-4924-a126-66320887dce0"
10321050
```
@@ -1056,6 +1074,7 @@ Deletes an assessment.
10561074
There are no context outputs for this command.
10571075

10581076
##### Command Example
1077+
10591078
```
10601079
!attackiq-delete-assessment assessment_id="b2fc06d4-5d0a-4924-a126-66320887dce0"
10611080
```

0 commit comments

Comments
 (0)