diff --git a/rules/windows/other/win_rare_schtask_creation.yml b/rules/windows/other/win_rare_schtask_creation.yml new file mode 100644 index 000000000..e99e6a939 --- /dev/null +++ b/rules/windows/other/win_rare_schtask_creation.yml @@ -0,0 +1,15 @@ +title: Rare Scheduled Task Creations +status: experimental +description: +author: Florian Roth +logsource: + product: windows + service: microsoft-windows-taskscheduler +detection: + selection: + EventID: 106 + timeframe: 7d + condition: selection | count() by TaskName < 5 +falsepositives: + - Software installation +level: low