Files
hayabusa/rules/sigma/other/taskscheduler/win_rare_schtask_creation.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

28 lines
668 B
YAML

title: Rare Scheduled Task Creations
ruletype: Sigma
author: Florian Roth
date: 2017/03/17
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.
detection:
SELECTION_1:
EventID: 106
condition: SELECTION_1 | count() by TaskName < 5
timeframe: 7d
falsepositives:
- Software installation
id: b20f6158-9438-41be-83da-a5a16ac90c2b
level: low
logsource:
product: windows
service: taskscheduler
modified: 2021/11/27
status: test
tags:
- attack.persistence
- attack.t1053
- attack.s0111
- attack.t1053.005