2018-03-10 15:44:18 +00:00
|
|
|
action: global
|
2018-03-10 14:49:50 +00:00
|
|
|
title: Defrag Deactivation
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 958d81aa-8566-4cea-a565-59ccd4df27b0
|
2019-03-04 13:13:27 +00:00
|
|
|
author: Florian Roth
|
2020-01-30 14:32:39 +00:00
|
|
|
date: 2019/03/04
|
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:
|
2019-03-04 13:13:27 +00:00
|
|
|
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:
|
2019-03-04 13:13:27 +00:00
|
|
|
category: process_creation
|
2018-03-10 15:44:18 +00:00
|
|
|
product: windows
|
|
|
|
detection:
|
2019-03-04 13:13:27 +00:00
|
|
|
selection1:
|
2020-01-30 14:32:39 +00:00
|
|
|
CommandLine:
|
2018-03-10 15:44:18 +00:00
|
|
|
- '*schtasks* /delete *Defrag\ScheduledDefrag*'
|
|
|
|
---
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2020-01-30 14:32:39 +00:00
|
|
|
definition: 'Requirements: Audit Policy : Audit Other Object Access Events > Success'
|
2018-03-10 15:44:18 +00:00
|
|
|
detection:
|
2019-03-04 13:13:27 +00:00
|
|
|
selection2:
|
2018-03-10 15:44:18 +00:00
|
|
|
EventID: 4701
|
2019-03-13 09:50:39 +00:00
|
|
|
TaskName: '\Microsoft\Windows\Defrag\ScheduledDefrag'
|