2021-10-21 11:00:47 +02:00
---
Name : Stordiag.exe
Description : Storage diagnostic tool
Author : 'Eral4m'
2021-12-14 15:57:32 +01:00
Created : 2021-10-21
2021-10-21 11:00:47 +02:00
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
2021-12-14 16:50:17 +01:00
OperatingSystem : Windows 10, Windows 11
2021-10-21 11:00:47 +02:00
Full_Path :
- Path : c:\windows\system32\stordiag.exe
- Path : c:\windows\syswow64\stordiag.exe
2021-11-05 19:58:26 +01:00
Detection :
2023-10-18 17:30:34 +02:00
- Sigma : https://github.com/SigmaHQ/sigma/blob/683b63f8184b93c9564c4310d10c571cbe367e1e/rules/windows/process_creation/proc_creation_win_stordiag_susp_child_process.yml
2021-10-21 11:30:54 +02:00
- IOC : systeminfo.exe, fltmc.exe or schtasks.exe being executed outside of their normal path of c:\windows\system32\ or c:\windows\syswow64\
2021-10-21 11:00:47 +02:00
Resources :
2021-10-21 11:14:04 +02:00
- Link : https://twitter.com/eral4m/status/1451112385041911809
2021-10-21 11:00:47 +02:00
Acknowledgement :
- Person : Eral4m
2021-10-22 15:56:52 +02:00
Handle : '@eral4m'