SigmaHQ/rules/apt/apt_slingshot.yml

34 lines
827 B
YAML
Raw Normal View History

2018-03-10 15:44:18 +00:00
---
action: global
2018-03-10 14:49:50 +00:00
title: Defrag Deactivation
author: Florian Roth
2018-03-10 14:49:50 +00:00
description: Detects the deactivation of the Scheduled defragmentation task as seen by Slingshot APT group
references:
- https://securelist.com/apt-slingshot/84312/
2018-07-25 07:50:01 +00:00
tags:
- attack.persistence
2019-03-13 09:50:39 +00:00
- attack.t1053
- attack.s0111
2018-03-10 14:49:50 +00:00
detection:
condition: 1 of them
2018-03-10 14:49:50 +00:00
falsepositives:
- Unknown
2018-03-10 15:44:18 +00:00
level: medium
---
logsource:
category: process_creation
2018-03-10 15:44:18 +00:00
product: windows
detection:
selection1:
2018-03-10 15:44:18 +00:00
CommandLine:
- '*schtasks* /delete *Defrag\ScheduledDefrag*'
---
logsource:
product: windows
service: security
definition: 'Requirements: Audit Policy : Audit Other Object Access Events > Success'
2018-03-10 15:44:18 +00:00
detection:
selection2:
2018-03-10 15:44:18 +00:00
EventID: 4701
2019-03-13 09:50:39 +00:00
TaskName: '\Microsoft\Windows\Defrag\ScheduledDefrag'