Non-DLL Extension File Renamed With DLL Extension
Description
Detects rename operations of files with non-DLL extensions to files with a DLL extension. This is often performed by malware in order to avoid initial detections based on extensions.
Query · sigma
selection: TargetFilename|endswith: .dll filter_main_dll: SourceFilename|endswith: .dll filter_main_installers: SourceFilename|endswith: .tmp filter_main_empty_source: SourceFilename: '' filter_main_null_source: SourceFilename: null filter_main_tiworker: Image|contains: :\Windows\WinSxS\ Image|endswith: \TiWorker.exe filter_main_upgrade: - Image|endswith: :\Windows\System32\wuauclt.exe - TargetFilename|contains: :\$WINDOWS.~BT\Sources\ filter_main_generic: Image|contains: - :\Program Files (x86)\ - :\Program Files\ filter_optional_squirrel: SourceFilename|contains: \SquirrelTemp\temp condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*
Known false positives
- Likely from installers and temporary locations