corrected logic

This commit is contained in:
david-burkett 2019-12-28 09:55:39 -05:00
parent 474a8617e5
commit 35b4806104
No known key found for this signature in database
GPG Key ID: 700F26CD19A9C6D6

View File

@ -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