SigmaHQ/rules/windows/builtin/win_GPO_scheduledtasks.yml

27 lines
1016 B
YAML
Raw Normal View History

2020-01-30 16:26:09 +00:00
title: Persistence and Execution at Scale via GPO Scheduled Task
2019-11-12 22:12:27 +00:00
id: a8f29a7b-b137-4446-80a0-b804272f3da2
2020-04-13 16:09:00 +00:00
description: Detect lateral movement using GPO scheduled task, usually used to deploy ransomware at scale
2019-04-03 13:36:24 +00:00
author: Samir Bousseaden
date: 2019/04/03
2019-04-03 13:36:24 +00:00
references:
- https://twitter.com/menasec1/status/1106899890377052160
2020-04-13 16:09:36 +00:00
- https://www.secureworks.com/blog/ransomware-as-a-distraction
2019-04-03 13:36:24 +00:00
tags:
- attack.persistence
- attack.lateral_movement
2019-04-03 19:50:55 +00:00
- attack.t1053
2019-04-03 13:36:24 +00:00
logsource:
product: windows
service: security
description: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
detection:
selection:
EventID: 5145
ShareName: \\*\SYSVOL
RelativeTargetName: '*ScheduledTasks.xml'
Accesses: '*WriteData*'
condition: selection
falsepositives:
2019-04-03 13:36:24 +00:00
- if the source IP is not localhost then it's super suspicious, better to monitor both local and remote changes to GPO scheduledtasks
level: high