Skip to content

Commit

Permalink
Office process creates a scheduled task fix (#38049)
Browse files Browse the repository at this point in the history
* Office_process_creates_a_scheduled_task_fix

* ReleaseNotes
  • Loading branch information
OmriItzhak authored Jan 8, 2025
1 parent edcff56 commit 50b422d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1018,6 +1018,7 @@ tasks:
regex:
simple: (?i)(\\Downloads\\|\\INetCache\\Content.Outlook\\)
separatecontext: false
continueonerror: true
continueonerrortype: ""
view: |-
{
Expand Down
6 changes: 6 additions & 0 deletions Packs/CortexResponseAndRemediation/ReleaseNotes/1_0_3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

#### Playbooks

##### Office process creates a scheduled task via file access

Added the 'continue on error' option when the regex for the suspicious Office path did not match.
2 changes: 1 addition & 1 deletion Packs/CortexResponseAndRemediation/pack_metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "Cortex Response And Remediation",
"description": "The Cortex Response & Remediation Pack delivers a powerful collection of automated playbooks designed to streamline incident response and remediation processes. Built to support an Autonomous SOC vision.",
"support": "xsoar",
"currentVersion": "1.0.2",
"currentVersion": "1.0.3",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 50b422d

Please sign in to comment.