Files
blue-team-tools/rules/windows/process_creation/win_susp_netsh_dll_persistence.yml
T
2021-08-19 13:55:09 +02:00

33 lines
807 B
YAML

title: Suspicious Netsh DLL Persistence
id: 56321594-9087-49d9-bf10-524fe8479452
description: Detects persitence via netsh helper
status: test
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1546.007/T1546.007.md
- https://attack.mitre.org/software/S0108/
tags:
- attack.privilege_escalation
- attack.t1546.007
- attack.s0108
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