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

28 lines
702 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
2021-11-27 11:33:14 +01:00
references:
2022-07-11 17:48:40 +01:00
- https://lolbas-project.github.io/lolbas/Binaries/Runscripthelper/
2022-10-28 15:06:36 +02:00
author: Victor Sergeev, oscd.community
2020-10-18 20:37:53 +04:00
date: 2020/10/09
modified: 2022/07/11
2022-10-28 15:06:36 +02:00
tags:
- attack.execution
- attack.t1059
- attack.defense_evasion
- attack.t1202
2020-10-18 20:37:53 +04:00
logsource:
2022-07-11 17:48:40 +01:00
category: process_creation
product: windows
2020-10-18 20:37:53 +04:00
detection:
selection:
2022-07-11 17:48:40 +01:00
Image|endswith: '\Runscripthelper.exe'
CommandLine|contains: 'surfacecheck'
condition: selection
2020-10-18 20:37:53 +04:00
fields:
2022-07-11 17:48:40 +01:00
- CommandLine
2020-10-18 20:37:53 +04:00
falsepositives:
2022-07-11 17:48:40 +01:00
- Unknown
2020-10-18 20:37:53 +04:00
level: medium