Removed unnecessary '1 of them' in condition

This commit is contained in:
Tareq AlKhatib 2019-02-13 21:26:02 +03:00
parent 8d819cfeea
commit cd3cdc9451
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ detection:
selection:
EventID: 4688
ProcessCommandLine: 'C:\Windows\PSEXESVC.exe'
condition: 1 of them
condition: selection
falsepositives:
- Administrative activity
level: low

View File

@ -15,7 +15,7 @@ detection:
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\\*\ReportingMode'
- '*\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SilentProcessExit\\*\MonitorProcess'
EventType: 'SetValue'
condition: 1 of them
condition: selection_reg1
tags:
- attack.privilege_escalation
- attack.persistence