Catalog DÆMON

DMN · Tool

fsutil.exe

1 technique WindowsDÆMON GPL-3.0

Indicator Removal

NEW
Defense Evasion Windows

The fsutil usn deletejournal subcommand with /d disables the NTFS Update Sequence Number (USN) change journal on a volume and deletes its records, destroying a key forensic timeline of file creation, deletion, and modification.

Use Wipe the NTFS change journal to hamper forensic reconstruction of file-level activity on a compromised host.

fsutil usn deletejournal /d C:
Context
admin
Native
Indicator Removal, Delete Volume USN Journal
MITRE
T1070
Detection
Detection: Log process creation (Sysmon 1 / 4688) for fsutil.exe with 'usn' and 'deletejournal'. During forensics, a reset USN journal ID or an abrupt discontinuity/gap in journal records indicates deletion; ship file-audit and journal data off-host in near real time.
Verified
✓ MS Learn fsutil-usn confirms 'fsutil usn deletejournal {/d|/n} <volumepath>' with '/d' disabling the active USN change journal (docs example: fsutil usn deletejournal /d c:); ATT&CK T1070. No change.