mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-02 11:27:20 +00:00
add driver/disable-driver-code-integrity
This commit is contained in:
parent
ccab1ab5b4
commit
cdc286d253
1 changed files with 22 additions and 0 deletions
22
host-interaction/driver/disable-driver-code-integrity.yml
Normal file
22
host-interaction/driver/disable-driver-code-integrity.yml
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
rule:
|
||||
meta:
|
||||
name: disable driver code integrity
|
||||
namespace: host-interaction/driver
|
||||
author: william.ballenthin@fireeye.com
|
||||
scope: function
|
||||
references:
|
||||
- https://www.fuzzysecurity.com/tutorials/28.html
|
||||
- https://j00ru.vexillium.org/2010/06/insight-into-the-driver-signature-enforcement/
|
||||
examples:
|
||||
- 31CEE4F66CF3B537E3D2D37A71F339F4:0x140004070
|
||||
features:
|
||||
- or:
|
||||
- string: CiInitialize
|
||||
description: exported symbol name used to resolve code integrity configuration
|
||||
- string: /g_CiEnabled/
|
||||
description: non-exported name for code integrity flag
|
||||
- string: /g_CiOptions/
|
||||
description: non-exported name for code integrity settings
|
||||
- optional:
|
||||
- string: /CI.dll/i
|
||||
description: code integrity implementation DLL
|
||||
Loading…
Add table
Add a link
Reference in a new issue