30 lines
977 B
YAML
30 lines
977 B
YAML
title: Mshta Remotely Hosted HTA File Execution
|
|
id: b98d0db6-511d-45de-ad02-e82a98729620
|
|
status: experimental
|
|
description: Detects execution of the "mshta" utility with an argument containing the "http" keyword, which could indicate that an attacker is executing a remotely hosted malicious hta file
|
|
author: Nasreddine Bencherchali
|
|
references:
|
|
- https://www.trendmicro.com/en_us/research/22/e/avoslocker-ransomware-variant-abuses-driver-file-to-disable-anti-Virus-scans-log4shell.html
|
|
date: 2022/08/08
|
|
modified: 2022/08/19
|
|
logsource:
|
|
category: process_creation
|
|
product: windows
|
|
detection:
|
|
selection_img:
|
|
- Image|endswith: '\mshta.exe'
|
|
- OriginalFileName: 'MSHTA.EXE'
|
|
selection_cli:
|
|
CommandLine|contains:
|
|
- 'http://'
|
|
- 'https://'
|
|
- 'ftp://'
|
|
condition: all of selection_*
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.execution
|
|
- attack.t1218.005
|