mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
28 lines
829 B
YAML
28 lines
829 B
YAML
title: Invoke-Obfuscation Via Use MSHTA
|
|
id: e55a5195-4724-480e-a77e-3ebe64bd3759
|
|
description: Detects Obfuscated Powershell via use MSHTA in Scripts
|
|
status: experimental
|
|
author: Nikita Nazarov, oscd.community
|
|
date: 2020/10/08
|
|
references:
|
|
- https://github.com/Neo23x0/sigma/issues/1009 #(Task31)
|
|
tags:
|
|
- attack.defense_evasion
|
|
- attack.t1027
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
logsource:
|
|
product: windows
|
|
service: powershell
|
|
detection:
|
|
selection_1:
|
|
EventID: 4104
|
|
ScriptBlockText|re: '(?i).*(set).*(&&).*(mshta).*(vbscript:createobject).*(\.run).*\(window\.close\).*"'
|
|
selection_2:
|
|
EventID: 4103
|
|
Payload|re: '(?i).*(set).*(&&).*(mshta).*(vbscript:createobject).*(\.run).*\(window\.close\).*"'
|
|
condition: 1 of them
|
|
falsepositives:
|
|
- Unknown
|
|
level: high
|