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

29 lines
711 B
YAML
Raw Normal View History

2020-10-18 20:37:53 +04:00
title: Suspicious Runscripthelper.exe
id: eca49c87-8a75-4f13-9c73-a5a29e845f03
2021-11-27 11:33:14 +01:00
status: test
2020-10-18 20:37:53 +04:00
description: Detects execution of powershell scripts via Runscripthelper.exe
author: Victor Sergeev, oscd.community
2021-11-27 11:33:14 +01:00
references:
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OSBinaries/Runscripthelper.yml
2020-10-18 20:37:53 +04:00
date: 2020/10/09
2021-11-27 11:33:14 +01:00
modified: 2021/11/27
2020-10-18 20:37:53 +04:00
logsource:
2021-11-27 11:33:14 +01:00
category: process_creation
product: windows
2020-10-18 20:37:53 +04:00
detection:
2021-11-27 11:33:14 +01:00
image_path:
Image|endswith: '\Runscripthelper.exe'
cmd:
CommandLine|contains: 'surfacecheck'
condition: image_path and cmd
2020-10-18 20:37:53 +04:00
fields:
2021-11-27 11:33:14 +01:00
- CommandLine
2020-10-18 20:37:53 +04:00
falsepositives:
2021-11-27 11:33:14 +01:00
- Unknown
2020-10-18 20:37:53 +04:00
level: medium
2021-11-27 11:33:14 +01:00
tags:
- attack.execution
- attack.t1059
- attack.defense_evasion
- attack.t1202