Skip to content

Commit c5c2b86

Browse files
content-botContent Bot
and
Content Bot
authored
Apply markdownlint (3) (#39449)
* Cybersixgill-ActionableAlerts: Apply markdownlint * AzureResourceGraph: Apply markdownlint * Malware: Apply markdownlint * Okta: Apply markdownlint * Koodous: Apply markdownlint * GoogleCloudStorage: Apply markdownlint * Incapsula: Apply markdownlint * PassiveTotal: Apply markdownlint * BreachRx: Apply markdownlint * isight: Apply markdownlint * XSIAMCompliance_ISO_27001: Apply markdownlint * SSLCertificates: Apply markdownlint * BitwardenPasswordManager: Apply markdownlint * GSuiteAdmin: Apply markdownlint * CuckooSandbox: Apply markdownlint * Sandblast: Apply markdownlint * FeedThreatConnect: Apply markdownlint * Base: Apply markdownlint * Genians: Apply markdownlint * Carbon_Black_Enterprise_Response: Apply markdownlint * Maltiverse: Apply markdownlint * ProofpointCasb: Apply markdownlint * Pcysys: Apply markdownlint * HYASProtect: Apply markdownlint * CTM360-CyberBlindspot: Apply markdownlint --------- Co-authored-by: Content Bot <bot@demisto.com>
1 parent 2615de6 commit c5c2b86

File tree

89 files changed

+4240
-3726
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+4240
-3726
lines changed

Packs/AzureResourceGraph/Integrations/AzureResourceGraph/README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,19 @@ For more details about the authentication used in this integration, see [Microso
1212

1313
- After authorizing the Self-Deployed Application, you will get an ID, Token, and Key, which should be inserted in the integration instance configuration's corresponding fields. After giving consent, the application has to have a role assigned so it can access the relevant resources per subscription.
1414
- In order to assign a role to the application after consent was given:
15-
- Go to the Azure Portal UI.
16-
- Go to **Subscriptions**, and then **Access Control (IAM)**.
17-
- Click "Add role assignment".
15+
- Go to the Azure Portal UI.
16+
- Go to **Subscriptions**, and then **Access Control (IAM)**.
17+
- Click "Add role assignment".
1818
- Create a new role or select a role that includes permissions for the queries you plan to run.
1919
- Select the Azure Resource Graph application. By default, Azure Applications aren't displayed in the available options. To find your application, search for the name and select it.
2020

21-
2221
### Client Credentials Flow
2322

2423
---
2524
Follow these steps for [client-credentials configuration:](https://xsoar.pan.dev/docs/reference/articles/microsoft-integrations---authentication#client-credentials-flow).
2625

2726
1. In the instance configuration, select the **Use a self-deployed Azure application - Client Credentials Authorization Flow** checkbox.
28-
2. Enter your Client ID in the **ID (Client ID)** parameter.
27+
2. Enter your Client ID in the **ID (Client ID)** parameter.
2928
3. Enter your Client Secret in the **Key (Client Secret)** parameter.
3029
4. Enter your Tenant ID in the **Token (Tenant ID)** parameter.
3130
5. Click **Test** to validate the URLs, token, and connection.
@@ -34,7 +33,6 @@ To use The Azure Resource Graph, you must have appropriate rights in Azure role-
3433

3534
## Configure Azure Resource Graph in Cortex
3635

37-
3836
| **Parameter** | **Description** | **Required** |
3937
| --- | --- | --- |
4038
| Token / Tenant ID | Received from the authorization process or from the self-deployed configuration process \(find the tenant ID in your app overview page in the Azure portal\) | False |
@@ -63,13 +61,13 @@ After you successfully execute a command, a DBot message appears in the War Room
6361

6462
| **Argument Name** | **Description** | **Required** |
6563
| --- | --- | --- |
66-
| limit | The maximum number of operations to return (Default is 50). | Optional |
64+
| limit | The maximum number of operations to return (Default is 50). | Optional |
6765

6866
#### Context Output
6967

7068
| **Path** | **Type** | **Description** |
7169
| --- | --- | --- |
72-
| AzureResourceGraph.Operations | String | A list of available Azure Resource Graph operations permissions and descriptions.|
70+
| AzureResourceGraph.Operations | String | A list of available Azure Resource Graph operations permissions and descriptions.|
7371

7472
#### Command Example
7573

@@ -109,7 +107,6 @@ After you successfully execute a command, a DBot message appears in the War Room
109107
| provider: Microsoft Resource Graph<br>resource: Operation<br>operation: Get Operations<br>description: Gets the list of supported operations | Microsoft.ResourceGraph/operations/read |
110108
| provider: Microsoft Resource Graph<br>resource: Resources<br>operation: Query resources<br>description: Submits a query on resources within specified subscriptions, management groups or tenant scope | Microsoft.ResourceGraph/resources/read |
111109

112-
113110
### azure-rg-query
114111

115112
---
@@ -122,13 +119,13 @@ After you successfully execute a command, a DBot message appears in the War Room
122119

123120
| **Argument Name** | **Description** | **Required** |
124121
| --- | --- | --- |
125-
| query | The query to execute. | Required |
122+
| query | The query to execute. | Required |
126123

127124
#### Context Output
128125

129126
| **Path** | **Type** | **Description** |
130127
| --- | --- | --- |
131-
| AzureResourceGraph.Query | String | Data returned from query. |
128+
| AzureResourceGraph.Query | String | Data returned from query. |
132129

133130
#### Command Example
134131

@@ -192,4 +189,4 @@ There are no input arguments for this command.
192189

193190
#### Context Output
194191

195-
There is no context output for this command.
192+
There is no context output for this command.

Packs/AzureResourceGraph/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ You can use Azure Resource Graph queries to:
2020
>
2121
> As a free service, queries to Resource Graph are throttled to provide the best experience and response time for all customers. If your organization wants to use the Resource Graph API for large-scale and frequent queries, use portal Feedback from the [Resource Graph portal page](https://portal.azure.com/#blade/HubsExtension/ArgQueryBlade).
2222
>
23-
> For more information, see [Guidance for throttled requests](https://learn.microsoft.com/en-us/azure/governance/resource-graph/concepts/guidance-for-throttled-requests).
23+
> For more information, see [Guidance for throttled requests](https://learn.microsoft.com/en-us/azure/governance/resource-graph/concepts/guidance-for-throttled-requests).

Packs/Base/Scripts/CheckDockerImageAvailable/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Check if a docker image is available for performing docker pull. Script simulates the docker pull flow but doesn't actually pull the image. Returns an entry with 'ok' if all is good otherwise will return an error.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -9,6 +10,7 @@ Check if a docker image is available for performing docker pull. Script simulate
910
| Cortex XSOAR Version | 5.0.0 |
1011

1112
## Inputs
13+
1214
---
1315

1416
| **Argument Name** | **Description** |
@@ -18,5 +20,6 @@ Check if a docker image is available for performing docker pull. Script simulate
1820
| trust_any_certificate | Trust any certificate \(not secure\) |
1921

2022
## Outputs
23+
2124
---
2225
There are no outputs for this script.

Packs/Base/Scripts/CreateIndicatorRelationship/README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
This automation creates a relationship between indicator objects.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,11 +11,14 @@ This automation creates a relationship between indicator objects.
1011
| Cortex XSOAR Version | 6.2.0 |
1112

1213
## Used In
14+
1315
---
1416
This script is used in the following playbooks and scripts.
17+
1518
* ACTI Create Report-Indicator Associations
1619

1720
## Inputs
21+
1822
---
1923

2024
| **Argument Name** | **Description** |
@@ -32,7 +36,8 @@ This script is used in the following playbooks and scripts.
3236
| create_indicator | True, if the non-existing indicators will be created according to the specified entities and their types. Default is false. |
3337

3438
## Outputs
39+
3540
---
3641
There are no outputs for this script.
3742

38-
[filter (Cortex XSOAR 6.13)](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.13/Cortex-XSOAR-Administrator-Guide/Indicators) or [filter (Cortex XSOAR 8 Cloud)](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation/Indicator-concepts) or [Cortex XSOAR 8.7 On-prem](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.7/Cortex-XSOAR-On-prem-Documentation/Indicator-concepts).
43+
[filter (Cortex XSOAR 6.13)](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.13/Cortex-XSOAR-Administrator-Guide/Indicators) or [filter (Cortex XSOAR 8 Cloud)](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation/Indicator-concepts) or [Cortex XSOAR 8.7 On-prem](https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.7/Cortex-XSOAR-On-prem-Documentation/Indicator-concepts).

Packs/Base/Scripts/DBotBuildPhishingClassifier/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Create a phishing classifier using machine learning technique, based on email content.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,6 +11,7 @@ Create a phishing classifier using machine learning technique, based on email co
1011
| Cortex XSOAR Version | 5.0.0 |
1112

1213
## Inputs
14+
1315
---
1416

1517
| **Argument Name** | **Description** |
@@ -34,5 +36,6 @@ Create a phishing classifier using machine learning technique, based on email co
3436
| trainingAlgorithm | The training algorithm to use for training the model. Default is "auto". If "auto" is selected, the training algorithm will be chosen automatically based on the number of incidents per each label. Use "from_scratch" to train a new model from scratch, based on your incidents only. In general, "from_scratch" will perform better where the number of incidents is high \(500 incidents or more per each verdict\). "fine-tune" trains a model based on the out-of-the-box model. "fine-tune" will perform better when the number of incidents is relatively low. It's possible to train multiple models using different algorithms options, and compare their results. |
3537

3638
## Outputs
39+
3740
---
3841
There are no outputs for this script.

Packs/Base/Scripts/DBotPredictPhishingWords/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Predict text label using a pre-trained machine learning phishing model, and get the most important words used in the classification decision.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,11 +11,14 @@ Predict text label using a pre-trained machine learning phishing model, and get
1011
| Cortex XSOAR Version | 5.0.0 |
1112

1213
## Used In
14+
1315
---
1416
This script is used in the following playbooks and scripts.
17+
1518
* Phishing Investigation - Generic v2
1619

1720
## Inputs
21+
1822
---
1923

2024
| **Argument Name** | **Description** |
@@ -36,6 +40,7 @@ This script is used in the following playbooks and scripts.
3640
| tokenizationMethod | Tokenization method for text. Only required when the language argument is set to "Other". Can be "tokenizer", "byWords", or "byLetters". |
3741

3842
## Outputs
43+
3944
---
4045

4146
| **Path** | **Description** | **Type** |

Packs/Base/Scripts/DBotPreprocessTextData/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Pre-process text data for the machine learning text classifier.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,14 +11,17 @@ Pre-process text data for the machine learning text classifier.
1011
| Cortex XSOAR Version | 5.0.0 |
1112

1213
## Used In
14+
1315
---
1416
This script is used in the following playbooks and scripts.
17+
1518
* DBot Create Phishing Classifier V2
1619
* DBot Create Phishing Classifier V2 From File
1720
* Get Mails By Folder Pathes
1821
* Get Mails By Folder Paths
1922

2023
## Inputs
24+
2125
---
2226

2327
| **Argument Name** | **Description** |
@@ -37,6 +41,7 @@ This script is used in the following playbooks and scripts.
3741
| tokenizationMethod | Tokenization method for text. Only required when the language argument is set to "Other". Can be "tokenizer", "byWords", or "byLetters". Default is "tokenizer". |
3842

3943
## Outputs
44+
4045
---
4146

4247
| **Path** | **Description** | **Type** |

Packs/Base/Scripts/DBotTrainTextClassifierV2/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Train a machine learning text classifier.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,12 +11,15 @@ Train a machine learning text classifier.
1011
| Cortex XSOAR Version | 5.0.0 |
1112

1213
## Used In
14+
1315
---
1416
This script is used in the following playbooks and scripts.
17+
1518
* DBot Create Phishing Classifier V2
1619
* DBot Create Phishing Classifier V2 From File
1720

1821
## Inputs
22+
1923
---
2024

2125
| **Argument Name** | **Description** |
@@ -40,6 +44,7 @@ This script is used in the following playbooks and scripts.
4044
| trainingAlgorithm | The training algorithm to use for training the model. Default is "auto". If "auto" is selected, the training algorithm will be chosen automatically based on the number of incidents per each label. Use "from_scratch" to train a new model from scratch, based on your incidents only. In general, "from_scratch" will perform better where the number of incidents is high \(500 incidents or more per each verdict\). "fine-tune" trains a model based on the out-of-the-box model. "fine-tune" will perform better when the number of incidents is relatively low. It's possible to train multiple models using different algorithms options, and compare their results. |
4145

4246
## Outputs
47+
4348
---
4449

4550
| **Path** | **Description** | **Type** |

Packs/Base/Scripts/GetIncidentsByQuery/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ This automation runs using the default Limited User role, unless you explicitly
55
For more information, see the section about permissions here: For Cortex XSOAR 6, see the https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.x/Cortex-XSOAR-Playbook-Design-Guide/Automations for Cortex XSOAR 8 Cloud, see the https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8/Cortex-XSOAR-Cloud-Documentation/Create-a-script for Cortex XSOAR 8 On-prem, see the https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/8.7/Cortex-XSOAR-On-prem-Documentation/Create-a-script.
66

77
## Script Data
8+
89
---
910

1011
| **Name** | **Description** |
@@ -14,11 +15,14 @@ For more information, see the section about permissions here: For Cortex XSOAR 6
1415
| Cortex XSOAR Version | 5.0.0 |
1516

1617
## Used In
18+
1719
---
1820
This script is used in the following playbooks and scripts.
21+
1922
* DBot Create Phishing Classifier V2
2023

2124
## Inputs
25+
2226
---
2327

2428
| **Argument Name** | **Description** |
@@ -36,6 +40,7 @@ This script is used in the following playbooks and scripts.
3640
| pageSize | Incidents query batch size |
3741

3842
## Outputs
43+
3944
---
4045

4146
| **Path** | **Description** | **Type** |

Packs/Base/Scripts/GetIndicatorsByQuery/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Gets a list of indicator objects and the associated indicator outputs that match the specified query and filters. The results are returned in a structured data file.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,6 +11,7 @@ Gets a list of indicator objects and the associated indicator outputs that match
1011
| Cortex XSOAR Version | 5.5.0 |
1112

1213
## Inputs
14+
1315
---
1416

1517
| **Argument Name** | **Description** |
@@ -23,5 +25,6 @@ Gets a list of indicator objects and the associated indicator outputs that match
2325
| populateFields | A comma-separated list of fields in the object to poplulate. Defaults are id, score, and investigationIDs. |
2426

2527
## Outputs
28+
2629
---
2730
There are no outputs for this script.
+3-1
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
Highlights words inside a given text.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
78
| --- | --- |
89
| Script Type | python |
910
| Tags | - |
1011

11-
1212
## Inputs
13+
1314
---
1415

1516
| **Argument Name** | **Description** |
@@ -18,5 +19,6 @@ Highlights words inside a given text.
1819
| terms | Terms to highlight in the text. Can be words or sentences (without commas ","). Note: if you use a sentences and word, the word shouldn't be as part of a sentence. For example, "thank,thank you" is an invalid input. (Comma-separated value). |
1920

2021
## Outputs
22+
2123
---
2224
There are no outputs for this script.

Packs/Base/Scripts/SanePdfReport/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Internal script used for generating PDF reports.
22

33
## Script Data
4+
45
---
56

67
| **Name** | **Description** |
@@ -10,6 +11,7 @@ Internal script used for generating PDF reports.
1011
| Cortex XSOAR Version | 5.5.0 |
1112

1213
## Inputs
14+
1315
---
1416

1517
| **Argument Name** | **Description** |
@@ -25,5 +27,6 @@ Internal script used for generating PDF reports.
2527
| tableTextMaxLength | table text max length |
2628

2729
## Outputs
30+
2831
---
2932
There are no outputs for this script.

0 commit comments

Comments
 (0)