Detectionhightest

Suspicious Registry Modification From ADS Via Regini.EXE

Detects the import of an alternate data stream with regini.exe, regini.exe can be used to modify registry keys.

Convert In Phoenix Studio

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

Launch
Eli Salem, Sander Wiebing, oscd.communityCreated Mon Oct 12Updated Wed Feb 0877946e79-97f1-45a2-84b4-f37b5c0d8682windows
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: '\regini.exe'
        - OriginalFileName: 'REGINI.EXE'
    selection_re:
        CommandLine|re: ':[^ \\]'
    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
77946e79-97f1-45a2-84b4-f37b5c0d8682
Status
test
Level
high
Type
Detection
Created
Mon Oct 12
Modified
Wed Feb 08
Path
rules/windows/process_creation/proc_creation_win_regini_ads.yml
Raw Tags
attack.persistenceattack.t1112attack.defense-evasion
View on GitHub