-
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.
'convert readme.html to manual_readme_content.md'
- Loading branch information
1 parent
d2c16c7
commit 2b1cb70
Showing
2 changed files
with
93 additions
and
115 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,93 @@ | ||
[comment]: # "File: README.md" | ||
[comment]: # "Copyright (c) 2017-2022 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 was deleted.
Oops, something went wrong.