2023-05-17 17:21:59 +02:00
|
|
|
title: Windows Kernel Debugger Execution
|
|
|
|
|
id: 27ee9438-90dc-4bef-904b-d3ef927f5e7e
|
2024-04-01 15:14:10 +02:00
|
|
|
status: test
|
2023-05-17 17:21:59 +02:00
|
|
|
description: Detects execution of the Windows Kernel Debugger "kd.exe".
|
|
|
|
|
references:
|
|
|
|
|
- Internal Research
|
|
|
|
|
author: Nasreddine Bencherchali (Nextron Systems)
|
2024-08-12 12:02:50 +02:00
|
|
|
date: 2023-05-15
|
|
|
|
|
modified: 2024-04-24
|
2023-05-17 17:21:59 +02:00
|
|
|
tags:
|
2024-08-12 12:02:50 +02:00
|
|
|
- attack.defense-evasion
|
|
|
|
|
- attack.privilege-escalation
|
2023-05-17 17:21:59 +02:00
|
|
|
logsource:
|
|
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
|
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
- Image|endswith: '\kd.exe'
|
|
|
|
|
- OriginalFileName: 'kd.exe'
|
|
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- Rare occasions of legitimate cases where kernel debugging is necessary in production. Investigation is required
|
2024-04-26 13:40:11 +02:00
|
|
|
level: medium
|