2019-01-16 23:36:31 +01:00
|
|
|
title: MSHTA Spawning Windows Shell
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 03cc0c25-389f-4bf8-b48d-11878079f1ca
|
2019-01-16 23:36:31 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects a Windows command line executable started from MSHTA.
|
|
|
|
|
references:
|
2019-03-02 00:14:20 +01:00
|
|
|
- https://www.trustedsec.com/july-2015/malicious-htas/
|
2019-01-16 23:36:31 +01:00
|
|
|
author: Michael Haag
|
|
|
|
|
logsource:
|
2019-03-02 00:14:20 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-01-16 23:36:31 +01:00
|
|
|
detection:
|
2019-03-02 00:14:20 +01:00
|
|
|
selection:
|
|
|
|
|
ParentImage: '*\mshta.exe'
|
|
|
|
|
Image:
|
|
|
|
|
- '*\cmd.exe'
|
|
|
|
|
- '*\powershell.exe'
|
|
|
|
|
- '*\wscript.exe'
|
|
|
|
|
- '*\cscript.exe'
|
|
|
|
|
- '*\sh.exe'
|
|
|
|
|
- '*\bash.exe'
|
|
|
|
|
- '*\reg.exe'
|
|
|
|
|
- '*\regsvr32.exe'
|
|
|
|
|
- '*\BITSADMIN*'
|
2019-04-04 22:33:32 +02:00
|
|
|
condition: selection
|
2019-01-16 23:36:31 +01:00
|
|
|
fields:
|
2019-03-02 00:14:20 +01:00
|
|
|
- CommandLine
|
|
|
|
|
- ParentCommandLine
|
2019-01-16 23:36:31 +01:00
|
|
|
tags:
|
2019-03-02 00:14:20 +01:00
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1170
|
2019-06-13 23:15:38 -05:00
|
|
|
- car.2013-02-003
|
|
|
|
|
- car.2013-03-001
|
|
|
|
|
- car.2014-04-003
|
2019-01-16 23:36:31 +01:00
|
|
|
falsepositives:
|
2019-03-02 00:14:20 +01:00
|
|
|
- Printer software / driver installations
|
2019-04-19 09:51:32 +02:00
|
|
|
- HP software
|
2019-01-16 23:36:31 +01:00
|
|
|
level: high
|