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

29 lines
980 B
YAML
Raw Normal View History

title: Run Once Task Execution as Configured in Registry
id: 198effb6-6c98-4d0c-9ea3-451fa143c45c
2021-11-27 11:33:14 +01:00
status: test
description: This rule detects the execution of Run Once task as configured in the registry
references:
2022-07-11 17:48:40 +01:00
- https://twitter.com/pabraeken/status/990717080805789697
- https://lolbas-project.github.io/lolbas/Binaries/Runonce/
- https://twitter.com/0gtweet/status/1602644163824156672?s=20&t=kuxbUnZPltpvFPZdCrqPXA
author: 'Avneet Singh @v3t0_, oscd.community, Christopher Peacock @SecurePeacock (updated)'
date: 2020-10-18
modified: 2022-12-13
2022-10-28 15:06:36 +02:00
tags:
- attack.defense-evasion
2022-10-28 15:06:36 +02:00
- attack.t1112
logsource:
2022-07-11 17:48:40 +01:00
product: windows
category: process_creation
detection:
2022-07-11 17:48:40 +01:00
selection_img:
- Image|endswith: '\runonce.exe'
- Description: 'Run Once Wrapper'
selection_cli:
2022-12-14 11:09:35 +01:00
- CommandLine|contains: '/AlternateShellStartup'
- CommandLine|endswith: '/r'
2022-12-14 11:09:46 +01:00
condition: all of selection_*
falsepositives:
2022-07-11 17:48:40 +01:00
- Unknown
2021-04-03 00:00:43 +02:00
level: low