SigmaHQ/rules/windows/process_creation/win_susp_netsh_dll_persistence.yml

31 lines
724 B
YAML
Raw Normal View History

title: Suspicious Netsh DLL Persistence
id: 56321594-9087-49d9-bf10-524fe8479452
description: Detects persitence via netsh helper
2019-10-25 11:38:47 +00:00
status: test
references:
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1060/T1060.yaml
tags:
- attack.persistence
- attack.t1060
date: 2019/10/25
modified: 2019/10/25
author: Victor Sergeev, oscd.community
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith: '\netsh.exe'
CommandLine|contains|all:
- 'add'
- 'helper'
2019-10-25 11:38:47 +00:00
condition: selection
fields:
- ComputerName
- User
2019-10-25 11:38:47 +00:00
- CommandLine
- ParentCommandLine
falsepositives:
- Unkown
level: high