Windows_VulnDriver_CCProtect_0d3ee86f


Description

Windows.VulnDriver.CCProtect

Query · yara

strings:
        $pdb = "\\CcProtect.pdb"
        $original_filename = { 4F 00 72 00 69 00 67 00 69 00 6E 00 61 00 6C 00 46 00 69 00 6C 00 65 00 6E 00 61 00 6D 00 65 00 00 00 43 00 63 00 50 00 72 00 6F 00 74 00 65 00 63 00 74 00 2E 00 73 00 79 00 73 00 00 }
        $file_version = { 46 00 69 00 6C 00 65 00 56 00 65 00 72 00 73 00 69 00 6F 00 6E 00 00 00 00 00 31 00 2E 00 ( 30 | 31 | 32 | 33 ) 00 3? 00 00 00 }
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and all of them
Raw source Windows_VulnDriver_CCProtect_0d3ee86f · YARA
Esc
Published by elastic/protections-artifacts ↗, licensed under Elastic License 2.0 ↗. Reproduced here unmodified.
rule Windows_VulnDriver_CCProtect_0d3ee86f {
    meta:
        author = "Elastic Security"
        id = "0d3ee86f-c15e-4f6c-ae2c-56e309b20519"
        fingerprint = "84812f5aada840c4a0ae96a5a269a48cec215927211227bd362bed7e143e37eb"
        creation_date = "2024-09-09"
        last_modified = "2024-09-30"
        threat_name = "Windows.VulnDriver.CCProtect"
        reference_sample = "5f0cfe8357bb52b45068ddbac053e32bc38e6cb5e086746f5402657b0a5cfb1c"
        severity = 100
        arch_context = "x86"
        scan_context = "file, memory"
        license = "Elastic License v2"
        os = "windows"
    strings:
        $pdb = "\\CcProtect.pdb"
        $original_filename = { 4F 00 72 00 69 00 67 00 69 00 6E 00 61 00 6C 00 46 00 69 00 6C 00 65 00 6E 00 61 00 6D 00 65 00 00 00 43 00 63 00 50 00 72 00 6F 00 74 00 65 00 63 00 74 00 2E 00 73 00 79 00 73 00 00 }
        $file_version = { 46 00 69 00 6C 00 65 00 56 00 65 00 72 00 73 00 69 00 6F 00 6E 00 00 00 00 00 31 00 2E 00 ( 30 | 31 | 32 | 33 ) 00 3? 00 00 00 }
    condition:
        int16(uint32(0x3C) + 0x5c) == 0x0001 and all of them
}

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.