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