Adding new sig to detect password on commandline

This commit is contained in:
Tim Shelton
2021-12-09 20:33:37 +00:00
parent 6edd674a55
commit ae34e020c2
@@ -0,0 +1,21 @@
title: Password provided in command line of net.exe
id: d4498716-1d52-438f-8084-4a603157d131
status: experimental
description: Detects a when net.exe is called with a password in the command line
references:
- Internal Research
author: Tim Shelton (HAWK.IO)
date: 2021/12/09
logsource:
category: process_creation
product: windows
detection:
selection:
Image: C:\Windows\System32\net.exe
selection_special:
- Image|re:
- 'net.*use [a-zA-]\:\s+\\\\[^\s]+\s+\/USER:\s*[^\s]+\s+([^\s]+)'
condition: all of selection*
falsepositives:
- Unknown
level: high