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

Add playbook trigger for remote psexec lolbin command execution playbook #32205

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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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