False positive when amazon workspaces is running and doing its weird little things

This commit is contained in:
Tim Shelton
2022-07-14 19:41:52 +00:00
parent 8ace9631d0
commit 6187cfdfd6
@@ -2,8 +2,9 @@ title: Suspicious PowerShell Sub Processes
id: e4b6d2a7-d8a4-4f19-acbd-943c16d90647
description: Detects suspicious sub processes spawned by PowerShell
status: experimental
author: Florian Roth
author: Florian Roth, Tim Shelton
date: 2022/04/26
modified: 2022/07/14
references:
- https://twitter.com/ankit_anubhav/status/1518835408502620162
logsource:
@@ -28,7 +29,10 @@ detection:
- '\rundll32.exe'
- '\forfiles.exe'
- '\scriptrunner.exe'
condition: selection
falsepositive:
ParentCommandLine|contains: '\Program Files\Amazon\WorkspacesConfig\Scripts\' # AWS Workspaces
CommandLine|contains: '\Program Files\Amazon\WorkspacesConfig\Scripts\' # AWS Workspaces
condition: selection and not falsepositive
falsepositives:
- Unknown
level: high