-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'contrib/CyberInt_feature/sync-indicators' into feature/…
…sync-indicators
- Loading branch information
Showing
2,322 changed files
with
48,281 additions
and
14,373 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
name: Security Label Check | ||
on: | ||
pull_request: | ||
types: [opened, edited, labeled, synchronize, unlabeled] | ||
jobs: | ||
security-check: | ||
runs-on: ubuntu-latest | ||
if: github.repository == 'demisto/content' && github.event.pull_request.head.repo.fork == true && contains(github.head_ref, 'xsoar-bot-contrib-ContributionTestPack') == false | ||
steps: | ||
- name: Checkout code | ||
uses: actions/checkout@v3 | ||
- name: Check if PR base branch starts with "contrib" and labels are correct | ||
id: security_check | ||
run: | | ||
BASE_BRANCH=$(jq --raw-output .pull_request.base.ref "$GITHUB_EVENT_PATH") | ||
LABELS=$(jq --raw-output '.pull_request.labels | map(.name) | join(",")' "$GITHUB_EVENT_PATH") | ||
if [[ "$LABELS" == *"Security Review"* ]]; then | ||
echo "Security Review label present. Checking if Security Approved label is added..." | ||
if [[ "$LABELS" != *"Security Approved"* ]]; then | ||
echo "Security Approved label is missing. The PR still requires a review from the security team." | ||
exit 1 | ||
else | ||
echo "Security Approved label is present." | ||
fi | ||
else | ||
echo "Security Review label is not added. Security review is not required." | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
#### Integrations | ||
|
||
##### APIVoid | ||
- Updated the Docker image to: *demisto/python3:3.11.10.116439*. | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
The ARIA Cybesecurity Solutions Software-Defined Security (SDS) platform integrates with Cortex XSOAR to add robustness when responding to incidents. The combination of ARIA hardware, in the form of a Secure Intelligent Adapter (SIA), and software, specifically Packet Intelligence and SDS orchestrator (SDSo), provides the elements required to react instantly when an incident is detected. When integrated with the ARIA solution, you can create playbooks that instruct one or more SIAs to add, modify, or delete rules automatically. These rule changes, which take effect immediately, can block conversations, redirect packets to a recorder or VLAN, or perform a variety of other actions. | ||
This integration was integrated and tested with version 1.0.9 of ARIA Packet Intelligence | ||
## Configure ARIA Packet Intelligence on Cortex XSOAR | ||
## Configure ARIA Packet Intelligence in Cortex | ||
|
||
1. Navigate to **Settings** > **Integrations** > **Servers & Services**. | ||
2. Search for ARIA Packet Intelligence. | ||
3. Click **Add instance** to create and configure a new integration instance. | ||
|
||
| **Parameter** | **Description** | **Required** | | ||
| --- | --- | --- | | ||
| sdso | SDSo Base URL \(e.g. http://<IP address or FQDN of SDSo Node>:7443\) | True | | ||
| proxy | Use system proxy settings | False | | ||
| insecure | Trust any certificate \(not secure\) | False | | ||
|
||
4. Click **Test** to validate the URLs, token, and connection. | ||
## Commands | ||
You can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. | ||
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. | ||
|
||
Note that all commands support a remediation configuration string (RCS). It is a set of parameters that defines how and | ||
|
@@ -2308,4 +2304,4 @@ equivalent to using the wildcard. For example, MA.all.all is equivalent to "MA.\ | |
> | securityDomain@ARIA-NORTH@<br/>[email protected]1,sia2,^ARIA-SOUTH| This RCS will select the SIA with a region label of "MA", group label of "HR", and name label of "sia1". It will also select the SIA named "sia2" as well as any SIAs that are members of both domains (i.e., ARIA-NORTH and ARIA-SOUTH). | | ||
## Additional Information | ||
For more information, please see the ARIA_SOAR_Integration_Guide_XSOAR. | ||
For more information, please see the ARIA_SOAR_Integration_Guide_XSOAR. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
|
||
#### Integrations | ||
|
||
##### AWS - ACM | ||
|
||
|
||
- Updated the Docker image to: *demisto/boto3py3:1.0.0.115129*. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.