2023-02-07 13:55:14 +01:00
title : Remotely Hosted HTA File Executed Via Mshta.EXE
2022-08-09 18:35:45 +01:00
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
references :
- https://www.trendmicro.com/en_us/research/22/e/avoslocker-ransomware-variant-abuses-driver-file-to-disable-anti-Virus-scans-log4shell.html
2023-02-01 11:14:59 +01:00
author : Nasreddine Bencherchali (Nextron Systems)
2022-08-09 18:35:45 +01:00
date : 2022 /08/08
2023-02-07 13:55:14 +01:00
modified : 2023 /02/06
2022-10-28 15:06:36 +02:00
tags :
- attack.defense_evasion
- attack.execution
- attack.t1218.005
2022-08-09 18:35:45 +01:00
logsource :
category : process_creation
product : windows
detection :
selection_img :
- Image|endswith : '\mshta.exe'
- OriginalFileName : 'MSHTA.EXE'
selection_cli :
2022-08-19 23:05:46 +01:00
CommandLine|contains :
- 'http://'
- 'https://'
- 'ftp://'
2022-08-09 18:35:45 +01:00
condition : all of selection_*
falsepositives :
- Unknown
level : high