Files
blue-team-tools/rules/windows/sysmon/sysmon_file_block_shredding.yml
T
Nasreddine Bencherchali 598d29f811 Merge PR #4950 from @nasbench - Comply With v2 Spec Changes
chore: change tags, date, modified fields to comply with v2 of the Sigma spec.
chore: update the related type from `obsoletes` to `obsolete`.
chore: update local json schema to the latest version.
2024-08-12 12:02:50 +02:00

21 lines
599 B
YAML

title: Sysmon Blocked File Shredding
id: c3e5c1b1-45e9-4632-b242-27939c170239
status: test
description: Triggers on any Sysmon "FileBlockShredding" event, which indicates a violation of the configured shredding policy.
references:
- https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon
author: frack113
date: 2023-07-20
tags:
- attack.defense-evasion
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 28 # this is fine, we want to match any FileBlockShredding event
condition: selection
falsepositives:
- Unlikely
level: high