Adding quotes since the ":" falls at the end to fix linting error

This commit is contained in:
Conor Richard 2022-09-17 08:09:27 -04:00 committed by GitHub
parent 4615fbc582
commit 181672267b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,14 +4,14 @@ Description: File System Utility
Author: 'Elliot Killick' Author: 'Elliot Killick'
Created: '2021-08-16' Created: '2021-08-16'
Commands: Commands:
- Command: fsutil file setZeroData offset=0 length=9999999999 C:\Windows\Temp\payload.dll - Command: fsutil.exe file setZeroData offset=0 length=9999999999 C:\Windows\Temp\payload.dll
Description: Zero out a file Description: Zero out a file
Usecase: Can be used to forensically erase a file Usecase: Can be used to forensically erase a file
Category: Tamper Category: Tamper
Privileges: User Privileges: User
MitreID: T1485 MitreID: T1485
OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10 OperatingSystem: Windows XP, Windows Vista, Windows 7, Windows 8, Windows 8.1, Windows 10
- Command: fsutil.exe usn deletejournal /d c: - Command: 'fsutil.exe usn deletejournal /d c:'
Description: Delete the USN journal volume to hide file creation activity Description: Delete the USN journal volume to hide file creation activity
Usecase: Can be used to hide file creation activity Usecase: Can be used to hide file creation activity
Category: Tamper Category: Tamper