Skip to content

Commit

Permalink
Fix-large-upload-playbooks (#37899)
Browse files Browse the repository at this point in the history
* Changed ResolveIP to be False by default

* Added RN

* Rename Playbook-Large_Upload_Alert.yml to playbook-Large_Upload_Alert.yml

* Rename Playbook-Large_Upload_Alert_README.md to playbook-Large_Upload_Alert_README.md
  • Loading branch information
ssokolovich authored Jan 2, 2025
1 parent 7dd659f commit 591e5f1
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ tasks:
InternalRange:
simple: ${inputs.InternalIPRanges}
ResolveIP:
simple: "True"
simple: "False"
SHA256:
complex:
root: Core.OriginalAlert._all_events
Expand Down
6 changes: 6 additions & 0 deletions Packs/Core/ReleaseNotes/3_2_15.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Large Upload Alert

- Changed "ResolveIP" input to be "False" in the " Entity Enrichment - Generic v2" sub-playbook.
2 changes: 1 addition & 1 deletion Packs/Core/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Core - Investigation and Response",
"description": "Automates incident response",
"support": "xsoar",
"currentVersion": "3.2.14",
"currentVersion": "3.2.15",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down
2 changes: 1 addition & 1 deletion Packs/CortexXDR/Playbooks/Cortex_XDR_-_Large_Upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3803,7 +3803,7 @@ tasks:
complex:
root: inputs.InternalIPRanges
ResolveIP:
simple: "True"
simple: "False"
SHA256:
complex:
root: PaloAltoNetworksXDR.OriginalAlert._all_events
Expand Down
6 changes: 6 additions & 0 deletions Packs/CortexXDR/ReleaseNotes/6_2_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Cortex XDR - Large Upload

- Changed "ResolveIP" input to be "False" in the " Entity Enrichment - Generic v2" sub-playbook.
2 changes: 1 addition & 1 deletion Packs/CortexXDR/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex XDR by Palo Alto Networks",
"description": "Automates Cortex XDR incident response, and includes custom Cortex XDR incident views and layouts to aid analyst investigations.",
"support": "xsoar",
"currentVersion": "6.2.3",
"currentVersion": "6.2.4",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 591e5f1

Please sign in to comment.