forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR SigmaHQ#4472 From @Tuutaans - New Registry Rule Related To HVCI
new: Hypervisor Enforced Code Integrity Disabled --------- Co-authored-by: Nasreddine Bencherchali <[email protected]>
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
...gistry/registry_set/registry_set_deviceguard_hypervisorenforcedcodeintegrity_disabled.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
title: Hypervisor Enforced Code Integrity Disabled | ||
id: 8b7273a4-ba5d-4d8a-b04f-11f2900d043a | ||
status: experimental | ||
description: Detects changes to the HypervisorEnforcedCodeIntegrity registry key and the "Enabled" value being set to 0 in order to disable the Hypervisor Enforced Code Integrity feature. This allows an attacker to load unsigned and untrusted code to be run in the kernel | ||
references: | ||
- https://www.welivesecurity.com/2023/03/01/blacklotus-uefi-bootkit-myth-confirmed/ | ||
- https://github.com/redcanaryco/atomic-red-team/blob/04e487c1828d76df3e834621f4f893ea756d5232/atomics/T1562.001/T1562.001.md#atomic-test-43---disable-hypervisor-enforced-code-integrity-hvci | ||
author: Nasreddine Bencherchali (Nextron Systems), Anish Bogati | ||
date: 2023/03/14 | ||
tags: | ||
- attack.defense_evasion | ||
- attack.t1562.001 | ||
logsource: | ||
category: registry_set | ||
product: windows | ||
detection: | ||
selection: | ||
EventType: SetValue | ||
TargetObject|endswith: '\Control\DeviceGuard\Scenarios\HypervisorEnforcedCodeIntegrity\Enabled' | ||
Details: 'DWORD (0x00000000)' | ||
condition: selection | ||
falsepositives: | ||
- Unknown | ||
level: high |