Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Docker Image To demisto/python3 #24695

Merged
merged 17 commits into from
Feb 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Packs/AMP/Integrations/AMPv2/AMPv2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2003,7 +2003,7 @@ script:
- contextPath: DBotScore.Score
description: The actual score.
type: Number
dockerimage: demisto/python3:3.10.9.46032
dockerimage: demisto/python3:3.10.10.48392
feed: false
isfetch: true
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/AMP/ReleaseNotes/2_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Cisco AMP v2
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
2 changes: 1 addition & 1 deletion Packs/AMP/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cisco AMP",
"description": "Uses CISCO AMP Endpoint",
"support": "xsoar",
"currentVersion": "2.0.1",
"currentVersion": "2.0.2",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/AppNovi/Integrations/appNovi/appNovi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ script:
type: textArea
description: Server IP to search
description: Search for servers using IP address
dockerimage: demisto/python3:3.10.9.46032
dockerimage: demisto/python3:3.10.10.48392
tests:
- No tests (auto formatted)
fromversion: 6.5.0
3 changes: 3 additions & 0 deletions Packs/AppNovi/ReleaseNotes/1_0_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### appNovi
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
2 changes: 1 addition & 1 deletion Packs/AppNovi/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "AppNovi",
"description": "Search your combined security data in appNovi via simplified search or search via the appNovi security graph.",
"support": "partner",
"currentVersion": "1.0.2",
"currentVersion": "1.0.3",
"author": "appNovi",
"url": "https://appnovi.com/support",
"email": "",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ script:
- contextPath: ConfluenceCloud.Group._links.self
description: Link to the group.
type: String
dockerimage: demisto/python3:3.10.9.46032
dockerimage: demisto/python3:3.10.10.48392
feed: false
isfetch: false
longRunning: false
Expand Down
3 changes: 3 additions & 0 deletions Packs/AtlassianConfluenceCloud/ReleaseNotes/1_0_7.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Atlassian Confluence Cloud
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
2 changes: 1 addition & 1 deletion Packs/AtlassianConfluenceCloud/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Atlassian Confluence Cloud",
"description": "Atlassian Confluence Cloud allows users to interact with confluence entities like content, space, users and groups. Users can also manage the space permissions.",
"support": "xsoar",
"currentVersion": "1.0.6",
"currentVersion": "1.0.7",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/Automox/Integrations/Automox/Automox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1104,7 +1104,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.9.46032
dockerimage: demisto/python3:3.10.10.48392
fromversion: 6.0.0
tests:
- No tests
3 changes: 3 additions & 0 deletions Packs/Automox/ReleaseNotes/1_0_5.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Automox
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
2 changes: 1 addition & 1 deletion Packs/Automox/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Automox",
"description": "This pack empowers you with comprehensive solutions to manage your Automox device fleet with ease!",
"support": "partner",
"currentVersion": "1.0.4",
"currentVersion": "1.0.5",
"author": "Automox Inc.",
"url": "https://www.automox.com/",
"email": "support@automox.com",
Expand Down
4 changes: 2 additions & 2 deletions Packs/Cryptosim/Integrations/Cryptosim/Cryptosim.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
import traceback
import json
import base64
import requests
import urllib3

# Disable insecure warnings
requests.packages.urllib3.disable_warnings() # pylint: disable=no-member
urllib3.disable_warnings() # pylint: disable=no-member

''' CONSTANTS '''

Expand Down
2 changes: 1 addition & 1 deletion Packs/Cryptosim/Integrations/Cryptosim/Cryptosim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ script:
script: '-'
type: python
subtype: python3
dockerimage: demisto/python3:3.10.4.27798
dockerimage: demisto/python3:3.10.10.48392
fromversion: 5.5.0
tests:
- No tests (auto formatted)
31 changes: 31 additions & 0 deletions Packs/Cryptosim/Integrations/Cryptosim/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,34 @@ After you successfully execute a command, a DBot message appears in the War Room
**Examples:**
1. !cryptosim-get-correlations limit=100 sortType=desc
2. !cryptosim-get-correlationalerts startDate=2022-01-01T12:00:00 endDate=2022-01-01T23:59:59 etc.(shown when command is written)
### cryptosim-get-correlation-alerts
***
The command is used to get correlation alerts.


#### Base Command

`cryptosim-get-correlation-alerts`
#### Input

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| startDate | This denotes the start date of the search period. It must be used in all API fields. E.g.: “startDate”: “2021-04-24T12:00:00”. | Required |
| endDate | This denotes the end date of the search period. It must be used in all API fields. E.g.: endDate: “2021-04-24T24:00:00”. | Required |
| showSolved | Boolean, show only solved correlations if the parameter is true, otherwise take all correlations. | Optional |
| crrPluginId | If user want to take specific correlation, can take it when ID of correlation is given as parameter. | Optional |
| containStr | This is used to search for a word specified in the request. (Contains String) E.g.: “containStr”: “Unsuccessful”. | Optional |
| risk | The risk level of correlation rules to filter. Default: -1. Default get all. | Optional |
| srcIPPort | This used to search the source IP address in the request. E.g.: “srcIPPort”: “127.0.0.1”. | Optional |
| destIPPort | This used to search the destination IP address in the request. E.g.: “dest IPPort”: “127.0.0.1”. | Optional |
| srcPort | This is used to filter the responses using the source port. E.g.: “srcPort”: “6335”. | Optional |
| destPort | This is used to filter the responses using the source port. E.g.: “destPort”: “6335”. | Optional |
| riskOperatorID | risk operator name. It can be equal, greaternumber, greaterorequalnumber, lessnumber, lessnumberorequal, notequal. Default: equal. Default is equal. | Optional |
| limit | The limit to get how many correlation alerts get. Default: 100. | Optional |


#### Context Output

| **Path** | **Type** | **Description** |
| --- | --- | --- |
| CorrelationAlerts.Output | Dictionary | Return StatusCode, Data or ErrorMessage and Outparameters. StatusCode represent html response code. If it is 200, return Data as list of desired Correlation object. If not, return ErrorMessage. OutParameters is empty. |
3 changes: 3 additions & 0 deletions Packs/Cryptosim/ReleaseNotes/1_0_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Integrations
##### Cryptosim
- Updated the Docker image to: *demisto/python3:3.10.10.48392*.
2 changes: 1 addition & 1 deletion Packs/Cryptosim/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cryptosim",
"description": "CRYPTOSIM meets the SIEM needs of corporations by its unique correlation engine works, capable of hierarchical correlation.",
"support": "partner",
"currentVersion": "1.0.1",
"currentVersion": "1.0.2",
"itemPrefix": [
"CRYPTOSIM"
],
Expand Down