Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_fsutil_symlinkevaluation.yml
T
Nasreddine Bencherchali 1e57208fa2 fix: update broken selection
2023-01-19 21:33:29 +01:00

32 lines
1.0 KiB
YAML

title: Fsutil Behavior Set SymlinkEvaluation
id: c0b2768a-dd06-4671-8339-b16ca8d1f27f
status: experimental
description: |
A symbolic link is a type of file that contains a reference to another file.
This is probably done to make sure that the ransomware is able to follow shortcuts on the machine in order to find the original file to encrypt
references:
- https://www.cybereason.com/blog/cybereason-vs.-blackcat-ransomware
- https://docs.microsoft.com/fr-fr/windows-server/administration/windows-commands/fsutil-behavior
author: frack113
date: 2022/03/02
modified: 2023/01/19
tags:
- attack.execution
- attack.t1059
logsource:
category: process_creation
product: windows
detection:
selection_img:
- Image|endswith: '\fsutil.exe'
- OriginalFileName: 'fsutil.exe'
selection_cli:
CommandLine|contains|all:
- 'behavior '
- 'set '
- 'SymlinkEvaluation'
condition: all of selection_*
falsepositives:
- Legitimate use
level: medium