mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
16 lines
516 B
YAML
16 lines
516 B
YAML
title: Rare Scheduled Task Creations
|
|
status: experimental
|
|
description: This rule detects rare scheduled task creations. Typically software gets installed on multiple systems and not only on a few. The aggregation and count function selects tasks with rare names.
|
|
author: Florian Roth
|
|
logsource:
|
|
product: windows
|
|
service: taskscheduler
|
|
detection:
|
|
selection:
|
|
EventID: 106
|
|
timeframe: 7d
|
|
condition: selection | count() by TaskName < 5
|
|
falsepositives:
|
|
- Software installation
|
|
level: low
|