Skip to content

Commit

Permalink
Falcon CrowdStrike - True Positive handling playbook fixes (demisto#3…
Browse files Browse the repository at this point in the history
…3764)

* fixed condition issue for checking on provided indicators to be blocked

* RN

* add fixes

* Update Packs/CrowdStrikeFalcon/ReleaseNotes/1_13_4.md

Co-authored-by: ShirleyDenkberg <[email protected]>

---------

Co-authored-by: ShirleyDenkberg <[email protected]>
  • Loading branch information
ssokolovich and ShirleyDenkberg authored Apr 9, 2024
1 parent 2509eb2 commit 74c025f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -280,10 +280,10 @@ tasks:
continueonerrortype: ""
'9':
id: '9'
taskid: 4e6cdd2e-5ef1-49a9-8905-aa8088bbc0c0
taskid: 9f17bc5d-8609-4fb8-8d07-637b1aa26394
type: regular
task:
id: 4e6cdd2e-5ef1-49a9-8905-aa8088bbc0c0
id: 9f17bc5d-8609-4fb8-8d07-637b1aa26394
version: -1
name: Tag Indicators
description: commands.local.cmd.set.indicators
Expand All @@ -296,9 +296,14 @@ tasks:
- '10'
scriptarguments:
indicatorsValues:
simple: ${Indicators to block.Answers.0}
complex:
root: Indicators to block.Answers
accessor: "0"
transformers:
- operator: uniq
tags:
simple: ${inputs.BlockIOCTagName}
complex:
root: inputs.BlockIOCTagName
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -398,7 +403,7 @@ tasks:
{
"position": {
"x": 730,
"y": 1540
"y": 1560
}
}
note: false
Expand Down Expand Up @@ -435,7 +440,7 @@ tasks:
{
"position": {
"x": 530,
"y": 1370
"y": 1390
}
}
note: false
Expand Down Expand Up @@ -474,7 +479,7 @@ tasks:
{
"position": {
"x": 930,
"y": 1370
"y": 1390
}
}
note: false
Expand Down Expand Up @@ -528,7 +533,7 @@ tasks:
{
"position": {
"x": 730,
"y": 1200
"y": 1220
}
}
note: false
Expand Down Expand Up @@ -560,8 +565,6 @@ tasks:
scriptarguments:
brandname:
simple: ServiceNow v2
results:
- brandInstances
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -599,8 +602,6 @@ tasks:
scriptarguments:
brandname:
simple: jira-v2
results:
- brandInstances
separatecontext: false
view: |-
{
Expand Down Expand Up @@ -1154,10 +1155,10 @@ tasks:
continueonerrortype: ""
'49':
id: '49'
taskid: 5fd58b06-c350-42d4-808e-3f60fd486eb0
taskid: 7ff4b4ce-3878-4104-8698-356105dd43ac
type: condition
task:
id: 5fd58b06-c350-42d4-808e-3f60fd486eb0
id: 7ff4b4ce-3878-4104-8698-356105dd43ac
version: -1
name: Were values provided?
type: condition
Expand All @@ -1174,19 +1175,16 @@ tasks:
conditions:
- label: yes
condition:
- - operator: isEqualString
- - operator: isNotEmpty
left:
value:
simple: '1'
simple: 'Indicators to block.Answers.0'
iscontext: true
right:
value:
simple: '1'
view: |-
{
"position": {
"x": 1330,
"y": 315
"y": 320
}
}
note: false
Expand Down Expand Up @@ -1856,7 +1854,7 @@ view: |-
},
"paper": {
"dimensions": {
"height": 3145,
"height": 3165,
"width": 2760,
"x": -360,
"y": -1540
Expand Down
6 changes: 6 additions & 0 deletions Packs/CrowdStrikeFalcon/ReleaseNotes/1_13_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### CrowdStrike Falcon - True Positive Incident Handling

Fixed an issue with the conditional task that checks if indicators were provided for blocking.
2 changes: 1 addition & 1 deletion Packs/CrowdStrikeFalcon/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "CrowdStrike Falcon",
"description": "The CrowdStrike Falcon OAuth 2 API (formerly the Falcon Firehose API), enables fetching and resolving detections, searching devices, getting behaviors by ID, containing hosts, and lifting host containment.",
"support": "xsoar",
"currentVersion": "1.13.3",
"currentVersion": "1.13.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 74c025f

Please sign in to comment.