{"id":"3669afd2-9891-4534-a626-e5cf03810a61","title":"Load Of RstrtMgr.DLL By An Uncommon Process","description":"Detects the load of RstrtMgr DLL (Restart Manager) by an uncommon process.\nThis library has been used during ransomware campaigns to kill processes that would prevent file encryption by locking them (e.g. Conti ransomware, Cactus ransomware). It has also recently been seen used by the BiBi wiper for Windows.\nIt could also be used for anti-analysis purposes by shut downing specific processes.\n","author":"Luc Génaux","status":"test","level":"low","date":"2023-11-28","modified":"2025-12-08","tags":["attack.impact","attack.defense-impairment","attack.t1486","attack.t1685"],"technique_ids":["T1486","T1685"],"logsource":{"category":"image_load","product":"windows"},"falsepositives":["Other legitimate Windows processes not currently listed","Processes related to software installation"],"references":["https://www.crowdstrike.com/blog/windows-restart-manager-part-1/","https://www.crowdstrike.com/blog/windows-restart-manager-part-2/","https://web.archive.org/web/20231221193106/https://www.swascan.com/cactus-ransomware-malware-analysis/","https://taiwan.postsen.com/business/88601/Hamas-hackers-use-data-destruction-software-BiBi-which-consumes-a-lot-of-processor-resources-to-wipe-Windows-computer-data--iThome.html"],"source_path":"rules/windows/image_load/image_load_dll_rstrtmgr_uncommon_load.yml","source_sha256":"d9935ecbc6c3a35e01a3d3ce1a915d7e9467c8f01edfecf691fffcc3a86a0ef9","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/image_load/image_load_dll_rstrtmgr_uncommon_load.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Load Of RstrtMgr.DLL By An Uncommon Process\nid: 3669afd2-9891-4534-a626-e5cf03810a61\nrelated:\n    - id: b48492dc-c5ef-4572-8dff-32bc241c15c8\n      type: derived\nstatus: test\ndescription: |\n    Detects the load of RstrtMgr DLL (Restart Manager) by an uncommon process.\n    This library has been used during ransomware campaigns to kill processes that would prevent file encryption by locking them (e.g. Conti ransomware, Cactus ransomware). It has also recently been seen used by the BiBi wiper for Windows.\n    It could also be used for anti-analysis purposes by shut downing specific processes.\nreferences:\n    - https://www.crowdstrike.com/blog/windows-restart-manager-part-1/\n    - https://www.crowdstrike.com/blog/windows-restart-manager-part-2/\n    - https://web.archive.org/web/20231221193106/https://www.swascan.com/cactus-ransomware-malware-analysis/\n    - https://taiwan.postsen.com/business/88601/Hamas-hackers-use-data-destruction-software-BiBi-which-consumes-a-lot-of-processor-resources-to-wipe-Windows-computer-data--iThome.html\nauthor: Luc Génaux\ndate: 2023-11-28\nmodified: 2025-12-08\ntags:\n    - attack.impact\n    - attack.defense-impairment\n    - attack.t1486\n    - attack.t1685\nlogsource:\n    category: image_load\n    product: windows\ndetection:\n    selection:\n        - ImageLoaded|endswith: '\\RstrtMgr.dll'\n        - OriginalFileName: 'RstrtMgr.dll'\n    filter_main_generic:\n        Image|startswith:\n            - C:\\$WINDOWS.~BT\\'\n            - C:\\$WinREAgent\\'\n            - C:\\Program Files (x86)\\'\n            - C:\\Program Files\\'\n            - C:\\ProgramData\\'\n            - C:\\Windows\\explorer.exe'\n            - C:\\Windows\\SoftwareDistribution\\'\n            - C:\\Windows\\SysNative\\'\n            - C:\\Windows\\System32\\'\n            - C:\\Windows\\SysWOW64\\'\n            - C:\\Windows\\WinSxS\\'\n            - C:\\WUDownloadCache\\'\n    filter_main_user_software_installations:\n        Image|startswith: C:\\Users\\'\n        Image|contains|all:\n            - '\\AppData\\Local\\Temp\\is-'\n            - '.tmp\\'\n        Image|endswith: '.tmp'\n    filter_main_admin_software_installations:\n        Image|startswith: C:\\Windows\\Temp\\'\n    filter_optional_onedrive:\n        Image|startswith: 'C:\\Users\\'\n        Image|endswith: '\\AppData\\Local\\Microsoft\\OneDrive\\OneDriveStandaloneUpdater.exe'\n    condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*\nfalsepositives:\n    - Other legitimate Windows processes not currently listed\n    - Processes related to software installation\nlevel: low\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1486","id":"T1486","name":"Data Encrypted for Impact","page":"techniques/enterprise/T1486/"},{"key":"enterprise/T1685","id":"T1685","name":"Disable or Modify Tools","page":"techniques/enterprise/T1685/"}],"data_path":"data/detection-rules/3669afd2-9891-4534-a626-e5cf03810a61.json","kind":"sigma"}
