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
|
2020-01-30 15:07:37 +00:00
|
|
|
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
|
2020-08-24 23:09:17 +00:00
|
|
|
- attack.t1053 # an old one
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1053.005
|
2019-04-03 13:36:24 +00:00
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
2020-07-13 21:02:17 +00:00
|
|
|
definition: 'The advanced audit policy setting "Object Access > Audit Detailed File Share" must be configured for Success/Failure'
|
2019-04-03 13:36:24 +00:00
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 5145
|
|
|
|
ShareName: \\*\SYSVOL
|
2020-10-15 18:07:16 +00:00
|
|
|
RelativeTargetName|endswith: 'ScheduledTasks.xml'
|
|
|
|
Accesses|contains: 'WriteData'
|
2019-04-03 13:36:24 +00:00
|
|
|
condition: selection
|
2020-01-30 15:07:37 +00:00
|
|
|
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
|