Initial commit
Other parameters besides \query may also be useful for credential dumping. This should be researched.
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
title: Nltest Credential Hash Theft
|
||||
description: Detects nltest query commands which may leak credential hashes
|
||||
references:
|
||||
- https://twitter.com/sysopfb/status/986799053668139009
|
||||
date: 2018/04/18
|
||||
modified: 2020/10/06
|
||||
tags:
|
||||
- attack.credential_access
|
||||
- attack.t1003
|
||||
status: experimental
|
||||
author: Craig Young
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
detection:
|
||||
selection_1:
|
||||
CommandLine|contains:
|
||||
- nltest
|
||||
selection_2:
|
||||
CommandLine|contains:
|
||||
- \query
|
||||
condition: selection_1 and selection_2
|
||||
falsepositives:
|
||||
- Legitimate administration
|
||||
level: medium
|
||||
Reference in New Issue
Block a user