2020-02-20 22:00:16 +00:00
|
|
|
title: Suspicious Netsh DLL Persistence
|
2019-12-19 22:56:36 +00:00
|
|
|
id: 56321594-9087-49d9-bf10-524fe8479452
|
2020-01-10 23:11:27 +00:00
|
|
|
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:
|
2019-11-10 18:21:42 +00:00
|
|
|
Image|endswith: '\netsh.exe'
|
|
|
|
CommandLine|contains|all:
|
|
|
|
- 'add'
|
|
|
|
- 'helper'
|
2019-10-25 11:38:47 +00:00
|
|
|
condition: selection
|
|
|
|
fields:
|
2020-01-10 23:11:27 +00:00
|
|
|
- ComputerName
|
|
|
|
- User
|
2019-10-25 11:38:47 +00:00
|
|
|
- CommandLine
|
|
|
|
- ParentCommandLine
|
|
|
|
falsepositives:
|
|
|
|
- Unkown
|
|
|
|
level: high
|