Detectionhighstable

Fsutil Suspicious Invocation

Detects suspicious parameters of fsutil (deleting USN journal, configuring it with small size, etc). Might be used by ransomwares during the attack (seen by NotPetya and others).

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Ecco, E.M. Anhaus, oscd.communityCreated Thu Sep 26Updated Sat Sep 09add64136-62e5-48ea-807e-88638d02df1ewindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic2 selectors
detection:
    selection_img:
        - Image|endswith: '\fsutil.exe'
        - OriginalFileName: 'fsutil.exe'
    selection_cli:
        CommandLine|contains:
            - 'deletejournal'        # usn deletejournal ==> generally ransomware or attacker
            - 'createjournal'        # usn createjournal ==> can modify config to set it to a tiny size
            - 'setZeroData'          # file setZeroData  ==> empties a file with zeroes
    condition: all of selection_*
False Positives

Admin activity

Scripts and administrative tools used in the monitored environment

Rule Metadata
Rule ID
add64136-62e5-48ea-807e-88638d02df1e
Status
stable
Level
high
Type
Detection
Created
Thu Sep 26
Modified
Sat Sep 09
Path
rules/windows/process_creation/proc_creation_win_fsutil_usage.yml
Raw Tags
attack.defense-evasionattack.impactattack.t1070attack.t1485
View on GitHub