SigmaHQ/rules/windows/process_creation/win_apt_slingshot.yml

40 lines
1.0 KiB
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
2019-11-12 22:12:27 +00:00
id: 958d81aa-8566-4cea-a565-59ccd4df27b0
author: Florian Roth, Bartlomiej Czyz (@bczyz1)
date: 2019/03/04
modified: 2020/11/05
description: Detects the deactivation and disabling of the Scheduled defragmentation task as seen by Slingshot APT group
2018-03-10 14:49:50 +00:00
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.s0111
2018-03-10 14:49:50 +00:00
detection:
condition: all 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:
2020-11-23 12:43:19 +00:00
Image|endswith: '\schtasks.exe'
CommandLine|contains:
- '/delete'
- '/change'
CommandLine|contains|all:
- '/TN'
- '\Microsoft\Windows\Defrag\ScheduledDefrag'
2018-03-10 15:44:18 +00:00
---
logsource:
product: windows
service: security
definition: 'Requirements: Audit Policy : Audit Other Object Access Events > Success'
2018-03-10 15:44:18 +00:00
detection:
selection3:
2018-03-10 15:44:18 +00:00
EventID: 4701
2019-03-13 09:50:39 +00:00
TaskName: '\Microsoft\Windows\Defrag\ScheduledDefrag'