mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
33 lines
783 B
YAML
33 lines
783 B
YAML
title: Suspicious Netsh DLL Persistence
|
|
id: 56321594-9087-49d9-bf10-524fe8479452
|
|
description: Detects persitence via netsh helper
|
|
status: testing
|
|
references:
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1128/T1128.md
|
|
tags:
|
|
- attack.persistence
|
|
- attack.t1546.007
|
|
- attack.s0108
|
|
- attack.t1128 # an old one
|
|
date: 2019/10/25
|
|
modified: 2020/08/30
|
|
author: Victor Sergeev, oscd.community
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection:
|
|
Image|endswith: '\netsh.exe'
|
|
CommandLine|contains|all:
|
|
- 'add'
|
|
- 'helper'
|
|
condition: selection
|
|
fields:
|
|
- ComputerName
|
|
- User
|
|
- CommandLine
|
|
- ParentCommandLine
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|