mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
Revert "Update win_susp_net_execution.yml"
This reverts commit f7e26b1e0b
.
This commit is contained in:
parent
f7e26b1e0b
commit
c248842995
@ -3,17 +3,11 @@ status: experimental
|
||||
description: Detects execution of Net.exe, whether suspicious or benign.
|
||||
references:
|
||||
- https://pentest.blog/windows-privilege-escalation-methods-for-pentesters/
|
||||
- https://eqllib.readthedocs.io/en/latest/analytics/4d2e7fc1-af0b-4915-89aa-03d25ba7805e.html
|
||||
- https://eqllib.readthedocs.io/en/latest/analytics/e61f557c-a9d0-4c25-ab5b-bbc46bb24deb.html
|
||||
author: Michael Haag, Mark Woan (improvements), James Pemberton / @4A616D6573 / oscd.community (improvements)
|
||||
author: Michael Haag, Mark Woan (improvements)
|
||||
tags:
|
||||
- attack.s0039
|
||||
- attack.t1027
|
||||
- attack.t1049
|
||||
- attack.t1135
|
||||
- attack.lateral_movement
|
||||
- attack.discovery
|
||||
- attack.defense.evasion
|
||||
logsource:
|
||||
category: process_creation
|
||||
product: windows
|
||||
@ -22,11 +16,6 @@ detection:
|
||||
Image:
|
||||
- '*\net.exe'
|
||||
- '*\net1.exe'
|
||||
filename:
|
||||
OriginalFileName:
|
||||
- 'net.exe'
|
||||
- 'net1.exe'
|
||||
cmdline:
|
||||
CommandLine:
|
||||
- '* group*'
|
||||
- '* localgroup*'
|
||||
@ -36,7 +25,7 @@ detection:
|
||||
- '* accounts*'
|
||||
- '* use*'
|
||||
- '* stop *'
|
||||
condition: selection or filename and cmdline
|
||||
condition: selection
|
||||
fields:
|
||||
- CommandLine
|
||||
- ParentCommandLine
|
||||
|
Loading…
Reference in New Issue
Block a user