Files
blue-team-tools/rules/windows/sysmon/sysmon_file_executable.yml
T
2023-07-20 14:08:49 +02:00

22 lines
710 B
YAML

title: Sysmon File Executable Detected
id: 693a44e9-7f26-4cb6-b787-214867672d3a
status: experimental
description: Triggers on any new Sysmon "FileExecutableDetected" event. Which triggers every time a PE monitored by the config is created.
references:
- https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon
- https://medium.com/@olafhartong/sysmon-15-0-file-executable-detected-40fd64349f36
author: frack113
date: 2023/07/20
tags:
- attack.defense_evasion
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 29 # this is fine, we want to match any FileBlockShredding event
condition: selection
falsepositives:
- Unlikely
level: medium