Skip to content

Commit

Permalink
Add playbook trigger for remote psexec lolbin command execution playb…
Browse files Browse the repository at this point in the history
…ook (#32205)

* Add playbook trigger

* Update release notes

* Fix validation error

* Fix field name according to review

* Update release notes
  • Loading branch information
efelmandar committed Jan 17, 2024
1 parent 63053ae commit 18b04de
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 1 deletion.
1 change: 1 addition & 0 deletions Packs/Core/ReleaseNotes/3_0_10.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
##### Identity Analytics - Alert Handling

Updated the task 'Set Number of Related Alerts' to count related alerts include low-severity alerts and above.

3 changes: 3 additions & 0 deletions Packs/Core/ReleaseNotes/3_0_11.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#### Triggers Recommendations

- New: **Remote PsExec with LOLBIN command execution alert**
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"trigger_id": "155e823d9d56d1e3cec9061cd9c0523d",
"playbook_id": "Remote PsExec with LOLBIN command execution alert",
"suggestion_reason": "Recommended for Remote PsExec with LOLBIN command execution alerts",
"description": "This trigger is responsible for handling Remote PsExec with LOLBIN command execution alerts",
"trigger_name": "Remote PsExec with LOLBIN command execution alert",
"fromVersion": "6.10.0",
"alerts_filter": {
"filter": {
"AND": [
{
"SEARCH_FIELD": "alert_name",
"SEARCH_TYPE": "EQ",
"SEARCH_VALUE": "Remote PsExec-like LOLBIN command execution from an unsigned non-standard PsExec service"
}
]
}
}
}
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.0.10",
"currentVersion": "3.0.11",
"author": "Cortex XSOAR",
"url": "https://www.paloaltonetworks.com/cortex",
"email": "",
Expand Down

0 comments on commit 18b04de

Please sign in to comment.