Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_mshta_javascript.yml
T

29 lines
857 B
YAML
Raw Normal View History

2020-01-11 00:11:27 +01:00
title: Mshta JavaScript Execution
2019-12-19 23:56:36 +01:00
id: 67f113fa-e23d-4271-befa-30113b3e08b1
2021-11-27 11:33:14 +01:00
status: test
description: Identifies suspicious mshta.exe commands.
2019-11-11 21:49:46 +03:00
references:
2022-07-11 17:48:40 +01:00
- https://eqllib.readthedocs.io/en/latest/analytics/6bc283c4-21f2-4aed-a05c-a9a3ffa95dd4.html
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1218.005/T1218.005.md
2022-10-28 15:06:36 +02:00
author: E.M. Anhaus (originally from Atomic Blue Detections, Endgame), oscd.community
2021-11-27 11:33:14 +01:00
date: 2019/10/24
modified: 2021/11/27
2022-10-28 15:06:36 +02:00
tags:
- attack.defense_evasion
- attack.t1218.005
2020-01-19 22:34:16 +01:00
logsource:
2022-07-11 17:48:40 +01:00
category: process_creation
product: windows
2019-10-28 11:59:49 +01:00
detection:
2022-07-11 17:48:40 +01:00
selection:
Image|endswith: '\mshta.exe'
CommandLine|contains: 'javascript'
condition: selection
2020-01-11 00:11:27 +01:00
fields:
2022-07-11 17:48:40 +01:00
- ComputerName
- User
- CommandLine
2019-10-28 11:59:49 +01:00
falsepositives:
2022-07-11 17:48:40 +01:00
- Unknown
2019-10-28 11:59:49 +01:00
level: high