2020-10-07 16:52:19 +03:00
|
|
|
title: Abused Debug Privilege by Arbitrary Parent Processes
|
|
|
|
|
id: d522eca2-2973-4391-a3e0-ef0374321dae
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detection of unusual child processes by different system processes
|
|
|
|
|
references:
|
2020-10-26 14:44:27 +03:00
|
|
|
- https://image.slidesharecdn.com/kheirkhabarovoffzonefinal-181117201458/95/hunting-for-privilege-escalation-in-windows-environment-74-638.jpg
|
2020-10-28 20:11:29 +03:00
|
|
|
date: 2020/10/28
|
2020-10-07 16:52:19 +03:00
|
|
|
tags:
|
|
|
|
|
- attack.privilege_escalation
|
2020-10-26 14:01:46 +03:00
|
|
|
- attack.t1548
|
2020-10-31 23:57:13 +01:00
|
|
|
author: 'Semanur Guneysu @semanurtg, oscd.community'
|
2020-10-07 16:52:19 +03:00
|
|
|
logsource:
|
|
|
|
|
product: windows
|
2020-10-07 17:25:32 +03:00
|
|
|
category: process_creation
|
2020-10-07 16:52:19 +03:00
|
|
|
detection:
|
2020-10-26 14:01:46 +03:00
|
|
|
selection1:
|
2020-10-10 13:19:02 +03:00
|
|
|
ParentImage|endswith:
|
|
|
|
|
- '\winlogon.exe'
|
|
|
|
|
- '\services.exe'
|
|
|
|
|
- '\lsass.exe'
|
|
|
|
|
- '\csrss.exe'
|
|
|
|
|
- '\smss.exe'
|
|
|
|
|
- '\wininit.exe'
|
|
|
|
|
- '\spoolsv.exe'
|
|
|
|
|
- '\searchindexer.exe'
|
2020-10-26 14:01:46 +03:00
|
|
|
selection2:
|
2021-04-03 00:00:43 +02:00
|
|
|
Image|endswith:
|
2020-10-10 13:19:02 +03:00
|
|
|
- '\powershell.exe'
|
|
|
|
|
- '\cmd.exe'
|
2020-10-26 14:01:46 +03:00
|
|
|
selection3:
|
2021-08-26 12:46:15 +00:00
|
|
|
User|startswith:
|
|
|
|
|
- 'NT AUTHORITY\SYSTEM'
|
|
|
|
|
- 'AUTORITE NT\Sys' # French language settings
|
2020-10-26 14:01:46 +03:00
|
|
|
filter:
|
|
|
|
|
CommandLine|contains|all:
|
2020-11-04 22:30:27 +01:00
|
|
|
- ' route '
|
2020-10-26 17:45:13 +03:00
|
|
|
- ' ADD '
|
2020-10-26 14:01:46 +03:00
|
|
|
condition: selection1 and selection2 and selection3 and not filter
|
2020-10-07 16:52:19 +03:00
|
|
|
fields:
|
|
|
|
|
- ParentImage
|
|
|
|
|
- Image
|
|
|
|
|
- User
|
|
|
|
|
- CommandLine
|
|
|
|
|
falsepositives:
|
|
|
|
|
- unknown
|
|
|
|
|
level: high
|