Files
blue-team-tools/rules/windows/sysmon/sysmon_file_block_executable.yml
T

22 lines
659 B
YAML
Raw Normal View History

2022-08-16 19:47:44 +01:00
title: Sysmon Blocked Executable
id: 23b71bc5-953e-4971-be4c-c896cda73fc2
status: test
description: Triggers on any Sysmon "FileBlockExecutable" event, which indicates a violation of the configured block policy
2022-10-25 12:00:56 +02:00
references:
- https://medium.com/@olafhartong/sysmon-14-0-fileblockexecutable-13d7ba3dff3e
2023-02-01 11:14:59 +01:00
author: Nasreddine Bencherchali (Nextron Systems)
date: 2022-08-16
modified: 2023-09-16
2022-08-16 19:47:44 +01:00
tags:
- attack.defense-evasion
2022-08-16 19:47:44 +01:00
logsource:
product: windows
service: sysmon
2022-08-16 19:47:44 +01:00
detection:
selection:
EventID: 27 # this is fine, we want to match any FileBlockExecutable event
2022-08-16 19:47:44 +01:00
condition: selection
falsepositives:
- Unlikely
level: high