Skip to content

Commit

Permalink
Updated docker image to demisto/python3:3.10.14.92207. PR batch #1/6
Browse files Browse the repository at this point in the history
  • Loading branch information
anas-yousef committed Apr 21, 2024
1 parent 905da49 commit cef2a43
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 28 deletions.
2 changes: 1 addition & 1 deletion Packs/Arcanna/Integrations/ArcannaAI/ArcannaAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ script:
- contextPath: Arcanna.FeedbackField
description: XSOAR field used to signal feedback/label for Arcanna.
type: String
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runonce: false
script: '-'
subtype: python3
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ args:
- default: true
description: aaa
name: closing_reason
comment: |-
Arcanna.Ai post-processing script for sending feedback back to Arcanna about the closed incident. Additional modification might be required depending on each Cortex setup.
This script is intended to be used as a sample or in conjunction with the Arcanna-Generic-Investigation playbook.
comment: 'Arcanna.Ai post-processing script for sending feedback back to Arcanna about the closed incident. Additional modification might be required depending on each Cortex setup.
This script is intended to be used as a sample or in conjunction with the Arcanna-Generic-Investigation playbook.'
commonfields:
id: ArcannaFeedbackPostProcessing
version: -1
Expand All @@ -25,7 +25,7 @@ tags:
- post-processing
timeout: '0'
type: python
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
dependson:
should:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ comment: Loads a json from string input, and returns a json escaped result.
commonfields:
id: PrepareArcannaRawJson
version: -1
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
enabled: true
name: PrepareArcannaRawJson
outputs:
Expand Down
16 changes: 8 additions & 8 deletions Packs/ArcusTeam/Integrations/ArcusTeam/ArcusTeam.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ commonfields:
name: ArcusTeam
display: ArcusTeam
category: Data Enrichment & Threat Intelligence
description: 'The ArcusTeam API allows the user to inspect connected devices'' attack surface. By feeding device identifiers and the software it runs: DeviceTotal will return a map of the device’s attack surface. DeviceTotal was built from the ground up in order to provide complete visibility into connected devices and mitigate 3rd party risk. DeviceTotal can continuously identify & predict such that the connected device security posture is being assessed, prioritized and mitigated effectively.'
description: "The ArcusTeam API allows the user to inspect connected devices' attack surface. By feeding device identifiers and the software it runs: DeviceTotal will return a map of the device\u2019s attack surface. DeviceTotal was built from the ground up in order to provide complete visibility into connected devices and mitigate 3rd party risk. DeviceTotal can continuously identify & predict such that the connected device security posture is being assessed, prioritized and mitigated effectively."
configuration:
- display: Server URL (e.g. https://web.prod.arcusteam.com)
name: url
Expand All @@ -17,7 +17,7 @@ configuration:
type: 4
required: true
additionalinfo: ' The API Key required to authenticate to the service.'
- display: 'The client ID'
- display: The client ID
name: client_id
type: 0
required: true
Expand Down Expand Up @@ -78,22 +78,22 @@ script:
arguments:
- name: firmware_id
required: true
description: 'ArcusTeam Firmware ID (as returned by the arcusteam-get-devices command)'
description: ArcusTeam Firmware ID (as returned by the arcusteam-get-devices command)
- name: device_id
required: true
description: 'ArcusTeam Device ID (as returned by the arcusteam-get-devices command)'
description: ArcusTeam Device ID (as returned by the arcusteam-get-devices command)
- name: page_size
description: Page size. Minimum page size is 1, maximum is 100.
defaultValue: "10"
defaultValue: '10'
- name: page_number
description: ' Page number'
defaultValue: "1"
defaultValue: '1'
- name: sort_order
auto: PREDEFINED
predefined:
- desc
- asc
description: ' Sorting order (“asc”,”desc”)'
description: " Sorting order (\u201Casc\u201D,\u201Ddesc\u201D)"
defaultValue: desc
- name: sort_field
auto: PREDEFINED
Expand Down Expand Up @@ -166,7 +166,7 @@ script:
description: CVE url
type: string
description: ' Retrieve CVEs for an ArcusTeam device'
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
subtype: python3
fromversion: 6.0.0
tests:
Expand Down
10 changes: 5 additions & 5 deletions Packs/AttivoBotsink/Integrations/AttivoBotsink/AttivoBotsink.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ description: Network-based Threat Deception for Post-Compromise Threat Detection
configuration:
- display: Botsink name or address
name: server
defaultvalue: ""
defaultvalue: ''
type: 0
required: true
- display: BOTsink API credentials
name: credentials
defaultvalue: ""
defaultvalue: ''
type: 9
required: true
- display: Trust any certificate (not secure)
Expand All @@ -35,7 +35,7 @@ configuration:
required: false
- display: Number of days to go back for the initial fetch. Use "0" to only retrieve new incidents.
name: first_fetch
defaultvalue: "0"
defaultvalue: '0'
type: 0
required: true
script:
Expand Down Expand Up @@ -108,7 +108,7 @@ script:
- name: decoy_number
default: true
description: The number of decoys to deploy, default is "1"
defaultValue: "1"
defaultValue: '1'
outputs:
- contextPath: Attivo.DeployDecoy.Status
description: Was the network decoy successfully deployed
Expand Down Expand Up @@ -182,7 +182,7 @@ script:
description: List all deceptive users
isfetch: true
runonce: false
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
tests:
- AttivoBotsinkTest
fromversion: 5.0.0
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ subtype: python3
dependson:
must:
- '|||cofense-threat-indicator-list'
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.0.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ args:
description: Object Key.
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.8.36650
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ outputs:
type: Unknown
scripttarget: 0
subtype: python3
dockerimage: demisto/python3:3.10.8.36650
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.2.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: ConflueraDetectionsCount
script: '-'
type: python
tags: []
comment: |-
Logs detections count
comment: Logs detections count
enabled: true
scripttarget: 0
subtype: python3
Expand All @@ -15,7 +14,7 @@ dependson:
- Confluera|||confluera-fetch-detections
should:
- Confluera|||confluera-fetch-detections
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.0.0
tests:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ name: ConflueraDetectionsData
script: '-'
type: python
tags: []
comment: |-
Logs detections data ( detection vs risk-contribution )
comment: Logs detections data ( detection vs risk-contribution )
enabled: true
scripttarget: 0
subtype: python3
Expand All @@ -15,7 +14,7 @@ dependson:
- Confluera|||confluera-fetch-detections
should:
- Confluera|||confluera-fetch-detections
dockerimage: demisto/python3:3.10.12.63474
dockerimage: demisto/python3:3.10.14.92207
runas: DBotWeakRole
fromversion: 6.0.0
tests:
Expand Down

0 comments on commit cef2a43

Please sign in to comment.