-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #10 from splunk-soar-connectors/next
Merging next to main for release 2.2.1
- Loading branch information
Showing
36 changed files
with
505 additions
and
527 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: Generate Readme Doc | ||
on: | ||
workflow_dispatch: | ||
push: | ||
paths: | ||
- '*.json' | ||
- 'readme.html' | ||
- 'manual_readme_content.md' | ||
tags-ignore: | ||
- '**' | ||
branches-ignore: | ||
- next | ||
- main | ||
jobs: | ||
generate-doc: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: 'phantomcyber/dev-cicd-tools/github-actions/generate-doc@main' | ||
with: | ||
GITHUB_TOKEN: ${{ secrets.SOAR_APPS_TOKEN }} |
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,22 @@ | ||
name: Review Release | ||
concurrency: | ||
group: app-release | ||
cancel-in-progress: true | ||
permissions: | ||
contents: read | ||
id-token: write | ||
statuses: write | ||
on: | ||
workflow_dispatch: | ||
inputs: | ||
task_token: | ||
description: 'StepFunction task token' | ||
required: true | ||
|
||
jobs: | ||
review: | ||
uses: 'phantomcyber/dev-cicd-tools/.github/workflows/review-release.yml@main' | ||
with: | ||
task_token: ${{ inputs.task_token }} | ||
secrets: | ||
resume_release_role_arn: ${{ secrets.RESUME_RELEASE_ROLE_ARN }} |
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,11 +1,11 @@ | ||
repos: | ||
- repo: https://github.com/phantomcyber/dev-cicd-tools | ||
rev: v1.12 | ||
rev: v1.16 | ||
hooks: | ||
- id: org-hook | ||
- id: package-app-dependencies | ||
- repo: https://github.com/Yelp/detect-secrets | ||
rev: v1.2.0 | ||
rev: v1.4.0 | ||
hooks: | ||
- id: detect-secrets | ||
args: ['--no-verify', '--exclude-files', '^misp.json$'] |
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 was deleted.
Oops, something went wrong.
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,93 @@ | ||
[comment]: # "File: README.md" | ||
[comment]: # "Copyright (c) 2017-2024 Splunk Inc." | ||
[comment]: # "" | ||
[comment]: # "Licensed under the Apache License, Version 2.0 (the 'License');" | ||
[comment]: # "you may not use this file except in compliance with the License." | ||
[comment]: # "You may obtain a copy of the License at" | ||
[comment]: # "" | ||
[comment]: # " http://www.apache.org/licenses/LICENSE-2.0" | ||
[comment]: # "" | ||
[comment]: # "Unless required by applicable law or agreed to in writing, software distributed under" | ||
[comment]: # "the License is distributed on an 'AS IS' BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND," | ||
[comment]: # "either express or implied. See the License for the specific language governing permissions" | ||
[comment]: # "and limitations under the License." | ||
[comment]: # "" | ||
## pymisp-2.4.138 | ||
|
||
This app uses the pymisp module, which is licensed under an open source license. A simplified 2-BSD | ||
License, Copyright (c) 2017 Raphaël Vinot. | ||
|
||
## jsonschema-3.2.0 | ||
|
||
This app uses the jsonschema module, which is licensed under the MIT License, Copyright (c) 2013 | ||
Julian Berman. | ||
|
||
## Deprecated-1.2.12 | ||
|
||
This app uses the Deprecated module, which is licensed under the MIT License, Copyright (c) 2017 | ||
Laurent LAPORTE. | ||
|
||
## cachetools-4.2.2 | ||
|
||
This app uses the cachetools module, which is licensed under the MIT License, Copyright (c) | ||
2014-2021 Thomas Kemmer. | ||
|
||
Misp will return integers which correspond to various values. Here is the complete list: | ||
|
||
For **distribution** : | ||
|
||
- 0: Your Org Only | ||
- 1: This Community Only | ||
- 2: Connected Communities | ||
- 3: All Communities | ||
- 4: Sharing Group | ||
- 5: Inherit | ||
|
||
|
||
For **threat level id** : | ||
|
||
- 1: High | ||
- 2: Medium | ||
- 3: Low | ||
- 4: Undefined | ||
|
||
|
||
For **analysis** : | ||
|
||
- 0: Initial | ||
- 1: Ongoing | ||
- 2: Completed | ||
|
||
|
||
**Note:** | ||
|
||
- There is no validation provided in case of an incorrect value in the 'json' action parameter of | ||
the **'create event'** and **'update event'** actions. Hence, the action will pass even if an | ||
incorrect attribute value is passed in the 'json' action parameter and no attributes will be | ||
added. | ||
|
||
- The value of the attribute passed in the 'json' action parameter of **'create event'** and | ||
**'update event'** will be treated as a list if a list is specified. If a string is specified | ||
then a list will be created by splitting the string by comma (,). For example: | ||
|
||
- json: {"email_body": \["body 1", "body 2"\], "ip-dst": "8.8.8.8, 12.4.6.34"} | ||
|
||
The value of the 'email_body' will be considered a list and the value of the 'ip-dst' will be | ||
converted to a list having two elements(\["8.8.8.8", "12.4.6.34"\]). | ||
|
||
- In the **'run query'** action, tags containing a comma (,) in its value can be passed through | ||
the 'other' action parameter. For example: | ||
|
||
- other: {"tags": \["tag1, tag11", "tag_2"\]} | ||
|
||
"tag1, tag11" will be considered a single tag. | ||
|
||
## Port Information | ||
|
||
The app uses HTTP/HTTPS protocol for communicating with the Misp Server. Below are the default ports | ||
used by Splunk SOAR. | ||
|
||
| Service Name | Transport Protocol | Port | | ||
|--------------|--------------------|------| | ||
| http | tcp | 80 | | ||
| https | tcp | 443 | |
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.