Files
hayabusa/rules/sigma/process_creation/win_susp_runonce_execution.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

36 lines
884 B
YAML

title: Run Once Task Execution as Configured in Registry
ruletype: Sigma
author: Avneet Singh @v3t0_, oscd.community
date: 2020/10/18
description: This rule detects the execution of Run Once task as configured in the
registry
detection:
SELECTION_1:
EventID: 1
SELECTION_2:
Image:
- '*\runonce.exe'
SELECTION_3:
Description:
- Run Once Wrapper
SELECTION_4:
CommandLine:
- '* /AlternateShellStartup*'
condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3) and SELECTION_4)
falsepositives:
- Unknown
id: 198effb6-6c98-4d0c-9ea3-451fa143c45c
level: low
logsource:
category: process_creation
product: windows
modified: 2021/11/27
references:
- https://twitter.com/pabraeken/status/990717080805789697
- https://github.com/LOLBAS-Project/LOLBAS/blob/master/yml/OSBinaries/Runonce.yml
status: test
tags:
- attack.defense_evasion
- attack.t1112