SigmaHQ/rules/windows/process_creation/win_mshta_javascript.yml

31 lines
885 B
YAML
Raw Normal View History

title: Mshta JavaScript Execution
id: 67f113fa-e23d-4271-befa-30113b3e08b1
2019-11-11 18:49:46 +00:00
description: Identifies suspicious mshta.exe commands
2019-10-28 10:59:49 +00:00
status: experimental
2019-11-11 18:49:46 +00:00
author: E.M. Anhaus (orignally from Atomic Blue Detections, Endgame), oscd.community
2019-10-28 10:59:49 +00:00
date: 2019/10/24
2019-11-11 18:49:46 +00:00
modified: 2019/11/11
references:
- https://eqllib.readthedocs.io/en/latest/analytics/6bc283c4-21f2-4aed-a05c-a9a3ffa95dd4.html
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1170/T1170.yaml
2019-10-28 10:59:49 +00:00
tags:
- attack.execution
- attack.defense_evasion
- attack.t1170
2020-01-19 21:34:16 +00:00
logsource:
category: process_creation
product: windows
2019-10-28 10:59:49 +00:00
detection:
selection:
2019-11-11 18:49:46 +00:00
Image|endswith: '\mshta.exe'
CommandLine|contains: 'javascript'
2019-10-28 10:59:49 +00:00
condition: selection
fields:
- ComputerName
- User
- CommandLine
2019-10-28 10:59:49 +00:00
falsepositives:
- unknown
level: high
2019-11-11 18:49:46 +00:00
## todo — add sysmon eid 3 for this rule