Update proc_creation_win_lolbin_agentexecutor.yml
This commit is contained in:
@@ -15,15 +15,14 @@ logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection1:
|
||||
selection:
|
||||
Image: 'AgentExecutor.exe'
|
||||
selection2:
|
||||
CommandLine|contains: '-powershell'
|
||||
filter:
|
||||
CommandLine|contains:
|
||||
- ' C:\Windows\SysWOW64\WindowsPowerShell\'
|
||||
- ' C:\Windows\System32\WindowsPowerShell\'
|
||||
condition: selection1 and selection2 and not filter
|
||||
condition: selection and not filter
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: medium
|
||||
|
||||
Reference in New Issue
Block a user