mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2025-07-27 04:32:24 +02:00
Changed all OSBinaries according to the new template
This commit is contained in:
@@ -1,20 +1,28 @@
|
||||
---
|
||||
Name: Runonce.exe
|
||||
Description: Execute
|
||||
Author: ''
|
||||
Description:
|
||||
Author: 'Oddvar Moe'
|
||||
Created: '2018-05-25'
|
||||
Categories: []
|
||||
Commands:
|
||||
- Command: Runonce.exe /AlternateShellStartup
|
||||
Description: Executes a Run Once Task that has been configured in the registry.
|
||||
Description: Executes a Run Once Task that has been configured in the registry
|
||||
Usecase: Persistence, bypassing defensive counter measures
|
||||
Category: Execute
|
||||
Privileges: Administrator
|
||||
MitreID: T1218
|
||||
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
||||
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1, Windows 10
|
||||
Full Path:
|
||||
- c:\windows\system32\runonce.exe
|
||||
- c:\windows\sysWOW64\runonce.exe
|
||||
Code Sample: []
|
||||
Detection: []
|
||||
- Path: C:\Windows\System32\runonce.exe
|
||||
- Path: C:\Windows\SysWOW64\runonce.exe
|
||||
Code Sample:
|
||||
- Code:
|
||||
Detection:
|
||||
- IOC: HKLM\SOFTWARE\Microsoft\Active Setup\Installed Components\YOURKEY
|
||||
Resources:
|
||||
- https://twitter.com/pabraeken/status/990717080805789697
|
||||
- https://cmatskas.com/configure-a-runonce-task-on-windows/
|
||||
Notes: |
|
||||
Thanks to Pierre-Alexandre Braeken - @pabraeken
|
||||
Requires Administrative access.
|
||||
- Link: https://twitter.com/pabraeken/status/990717080805789697
|
||||
- Link: https://cmatskas.com/configure-a-runonce-task-on-windows/
|
||||
Acknowledgement:
|
||||
- Person: Pierre-Alexandre Braeken
|
||||
Handle: '@pabraeken'
|
||||
---
|
Reference in New Issue
Block a user