mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
18 lines
789 B
YAML
18 lines
789 B
YAML
title: Rare SchTasks Creations
|
|
description: Detects rare scheduled tasks creations that only appear a few times per time frame and could reveal password dumpers, backdoor installs or other types of malicious code
|
|
status: experimental
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: security
|
|
description: 'The Advanced Audit Policy setting Object Access > Audit Other Object Access Events has to be configured to allow this detection (not in the baseline recommendations by Microsoft). We also recommend extracting the Command field from the embedded XML in the event data.'
|
|
detection:
|
|
selection:
|
|
EventID: 4698
|
|
timeframe: 7d
|
|
condition: selection | count(TaskName) < 5
|
|
falsepositives:
|
|
- Software installation
|
|
- Software updates
|
|
level: low
|