mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 10:13:57 +00:00
27 lines
829 B
YAML
27 lines
829 B
YAML
title: Net.exe execution
|
|
status: experimental
|
|
description: Detects execution of Net.exe, whether suspicious or benign.
|
|
reference: https://pentest.blog/windows-privilege-escalation-methods-for-pentesters/
|
|
author: Michael Haag, Mark Woan (improvements)
|
|
logsource:
|
|
product: windows
|
|
service: sysmon
|
|
detection:
|
|
selection:
|
|
EventID: 1
|
|
Image:
|
|
- '*\net.exe'
|
|
- '*\net1.exe'
|
|
CommandLine:
|
|
- '* group*'
|
|
- '* localgroup*'
|
|
- '* user*'
|
|
- '* view*'
|
|
- '* share'
|
|
- '* accounts*'
|
|
- '* use*'
|
|
condition: selection
|
|
falsepositives:
|
|
- Will need to be tuned. If using Splunk, I recommend | stats count by Computer,CommandLine following the search for easy hunting by computer/CommandLine.
|
|
level: medium
|