mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-11-10 02:21:43 +01:00
ebbf08ec4d
* Adding various tags as a first iteration * Adding quotes * Adding 'Custom Format' properly * Updating to key:value pairs * Update template
27 lines
1.0 KiB
YAML
27 lines
1.0 KiB
YAML
---
|
|
Name: Rasautou.exe
|
|
Description: Windows Remote Access Dialer
|
|
Author: 'Tony Lambert'
|
|
Created: 2020-01-10
|
|
Commands:
|
|
- Command: rasautou -d powershell.dll -p powershell -a a -e e
|
|
Description: Loads the target .DLL specified in -d and executes the export specified in -p. Options removed in Windows 10.
|
|
Usecase: Execute DLL code
|
|
Category: Execute
|
|
Privileges: User, Administrator in Windows 8
|
|
MitreID: T1218
|
|
OperatingSystem: Windows vista, Windows 7, Windows 8, Windows 8.1
|
|
Tags:
|
|
- Execute: DLL
|
|
Full_Path:
|
|
- Path: C:\Windows\System32\rasautou.exe
|
|
Detection:
|
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/08ca62cc8860f4660e945805d0dd615ce75258c1/rules/windows/process_creation/win_rasautou_dll_execution.yml
|
|
- IOC: rasautou.exe command line containing -d and -p
|
|
Resources:
|
|
- Link: https://github.com/fireeye/DueDLLigence
|
|
- Link: https://www.fireeye.com/blog/threat-research/2019/10/staying-hidden-on-the-endpoint-evading-detection-with-shellcode.html
|
|
Acknowledgement:
|
|
- Person: FireEye
|
|
Handle: '@FireEye'
|