Regsvr32 DLL Execution With Uncommon Extension
Description
Detects a "regsvr32" execution where the DLL doesn't contain a common file extension.
Query · sigma
selection: - Image|endswith: \regsvr32.exe - OriginalFileName: REGSVR32.EXE filter_main_legit_ext: CommandLine|contains: - .ax - .cpl - .dll - .ocx filter_optional_pascal: CommandLine|contains: .ppl filter_optional_avg: CommandLine|contains: .bav filter_main_null_4688: CommandLine: null filter_main_empty_4688: CommandLine: '' condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Other legitimate extensions currently not in the list either from third party or specific Windows components.