diff --git a/rules/windows/sysmon/sysmon_file_block_shredding.yml b/rules/windows/sysmon/sysmon_file_block_shredding.yml index 850eb0824..1cdda5dcc 100644 --- a/rules/windows/sysmon/sysmon_file_block_shredding.yml +++ b/rules/windows/sysmon/sysmon_file_block_shredding.yml @@ -1,7 +1,7 @@ title: Sysmon Blocked File Shredding id: c3e5c1b1-45e9-4632-b242-27939c170239 status: experimental -description: Triggers on any Sysmon file block shredding event. Which should indicates a violation of the shredding policy set +description: Triggers on any new Sysmon "FileBlockShredding" event. Which should indicates a violation of the shredding policy set. references: - https://learn.microsoft.com/en-us/sysinternals/downloads/sysmon author: frack113 diff --git a/rules/windows/sysmon/sysmon_file_executable.yml b/rules/windows/sysmon/sysmon_file_executable.yml index 6e8062620..2d31902bf 100644 --- a/rules/windows/sysmon/sysmon_file_executable.yml +++ b/rules/windows/sysmon/sysmon_file_executable.yml @@ -1,7 +1,7 @@ title: Sysmon File Executable Detected id: 693a44e9-7f26-4cb6-b787-214867672d3a status: experimental -description: Triggers on any Sysmon file executable event. Which should indicates a violation of the shredding policy set +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