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

Falcon CrowdStrike - True Positive handling playbook fixes #33764

Merged
merged 6 commits into from
Apr 9, 2024
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
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
Loading