mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-26 06:49:09 +01:00
Create Stordiag.yml
This commit is contained in:
parent
3b848e6121
commit
fd2a31b43b
26
yml/OSBinaries/Stordiag.yml
Normal file
26
yml/OSBinaries/Stordiag.yml
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
---
|
||||||
|
Name: Stordiag.exe
|
||||||
|
Description: Storage diagnostic tool
|
||||||
|
Author: 'Eral4m'
|
||||||
|
Created: '2021-10-21'
|
||||||
|
Commands:
|
||||||
|
- Command: stordiag.exe
|
||||||
|
Description: Once executed, Stordiag.exe will execute schtasks.exe systeminfo.exe and fltmc.exe - if stordiag.exe is copied to a folder and an arbitrary executable is renamed to one of these names, stordiag.exe will execute it.
|
||||||
|
Usecase: Possible defence evasion purposes.
|
||||||
|
Category: Execute
|
||||||
|
Privileges: User
|
||||||
|
MitreID: T1218
|
||||||
|
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
|
||||||
|
OperatingSystem: Windows 10
|
||||||
|
Full_Path:
|
||||||
|
- Path: c:\windows\system32\stordiag.exe
|
||||||
|
- Path: c:\windows\syswow64\stordiag.exe
|
||||||
|
Detection:
|
||||||
|
- IOC: systeminfo.exe, fltmc.exe or schtasks.exe being executed outside of their normal path of c:\windows\system32\
|
||||||
|
|
||||||
|
Resources:
|
||||||
|
- Link: https://twitter.com/eral4m/status/1451110158428512256
|
||||||
|
Acknowledgement:
|
||||||
|
- Person: Eral4m
|
||||||
|
Handle: @eral4m
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user