mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
corrected logic
This commit is contained in:
parent
474a8617e5
commit
35b4806104
@ -5,20 +5,23 @@ description: Trickbot enumerates domain/network topology and executes certain co
|
||||
references:
|
||||
- https://www.sneakymonkey.net/2019/05/22/trickbot-analysis/
|
||||
author: David Burkett
|
||||
date: 12/28/2019
|
||||
tags:
|
||||
- attack.t1482
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection1:
|
||||
selection:
|
||||
Image:
|
||||
- '*\nltest.exe'
|
||||
selection2:
|
||||
CommandLine:
|
||||
- '/domain_trusts /all_trusts'
|
||||
- '/domain_trusts'
|
||||
condition: selection1 and (1 of CommandLine)
|
||||
condition: selection
|
||||
fields:
|
||||
- CommandLine
|
||||
- ParentCommandLine
|
||||
falsepositives:
|
||||
- System Admin Activity
|
||||
level: critical
|
Loading…
Reference in New Issue
Block a user