LOLBAS/yml/OSBinaries/fsutil.yml

32 lines
1.1 KiB
YAML
Raw Normal View History

2021-08-17 01:37:37 +02:00
---
Name: fsutil.exe
Description: File System Utility
Author: 'Elliot Killick'
Created: '2021-08-16'
Commands:
- Command: fsutil file setZeroData offset=0 length=9999999999 C:\Windows\Temp\payload.dll
Description: Zero out a file
Usecase: Can be used to forensically erase a file
Category: Tamper
2021-08-17 01:37:37 +02:00
Privileges: User
MitreID: T1485
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
2022-09-17 14:04:58 +02:00
- Command: fsutil.exe usn deletejournal /d c:
Description: Delete the USN journal volume to hide file creation activity
Usecase: Can be used to hide file creation activity
Category: Tamper
Privileges: User
MitreID: T1485
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
2021-08-17 01:37:37 +02:00
Full_Path:
- Path: C:\Windows\System32\fsutil.exe
- Path: C:\Windows\SysWOW64\fsutil.exe
Detection:
- IOC: fsutil.exe should not be run on a normal workstation
- IOC: file setZeroData (not case-sensitive) in the process arguments
Acknowledgement:
- Person: Elliot Killick
Handle: '@elliotkillick'
- Person: Jimmy
Handle: '@bohops'