Detectionmediumtest

DLL Loaded via CertOC.EXE

Detects when a user installs certificates by using CertOC.exe to loads the target DLL file.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Austin SongerCreated Sat Oct 23Updated Tue Mar 05242301bc-f92f-4476-8718-78004a6efd9fwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic2 selectors
detection:
    selection_img:
        - Image|endswith: '\certoc.exe'
        - OriginalFileName: 'CertOC.exe'
    selection_cli:
        CommandLine|contains|windash: ' -LoadDLL '
    condition: all of selection_*
False Positives
Unknown

False positive likelihood has not been assessed. Additional context may be needed during triage.

Rule Metadata
Rule ID
242301bc-f92f-4476-8718-78004a6efd9f
Status
test
Level
medium
Type
Detection
Created
Sat Oct 23
Modified
Tue Mar 05
Path
rules/windows/process_creation/proc_creation_win_certoc_load_dll.yml
Raw Tags
attack.defense-evasionattack.t1218
View on GitHub