{"id":"333cdbe8-27bb-4246-bf82-b41a0dca4b70","title":"Suspicious Volume Shadow Copy VSS_PS.dll Load","description":"Detects the image load of vss_ps.dll by uncommon executables. This DLL is used by the Volume Shadow Copy Service (VSS) to manage shadow copies of files and volumes.\nIt is often abused by attackers to delete or manipulate shadow copies, which can hinder forensic investigations and data recovery efforts.\nThe fact that it is loaded by processes that are not typically associated with VSS operations can indicate suspicious activity.\n","author":"Markus Neis, @markus_neis","status":"test","level":"high","date":"2021-07-07","modified":"2025-07-11","tags":["attack.impact","attack.t1490"],"technique_ids":["T1490"],"logsource":{"category":"image_load","product":"windows"},"falsepositives":["Unknown"],"references":["https://www.virustotal.com/gui/file/ba88ca45589fae0139a40ca27738a8fc2dfbe1be5a64a9558f4e0f52b35c5add","https://twitter.com/am0nsec/status/1412232114980982787"],"source_path":"rules/windows/image_load/image_load_dll_vss_ps_susp_load.yml","source_sha256":"d341f4878744d05eaeb3fa3dcf8d286067f597120db787f82e771306b704b468","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/image_load/image_load_dll_vss_ps_susp_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: Suspicious Volume Shadow Copy VSS_PS.dll Load\nid: 333cdbe8-27bb-4246-bf82-b41a0dca4b70\nrelated:\n    - id: 48bfd177-7cf2-412b-ad77-baf923489e82 # vsstrace.dll\n      type: similar\n    - id: 37774c23-25a1-4adb-bb6d-8bb9fd59c0f8 # vssapi.dll\n      type: similar\nstatus: test\ndescription: |\n    Detects the image load of vss_ps.dll by uncommon executables. This DLL is used by the Volume Shadow Copy Service (VSS) to manage shadow copies of files and volumes.\n    It is often abused by attackers to delete or manipulate shadow copies, which can hinder forensic investigations and data recovery efforts.\n    The fact that it is loaded by processes that are not typically associated with VSS operations can indicate suspicious activity.\nreferences:\n    - https://www.virustotal.com/gui/file/ba88ca45589fae0139a40ca27738a8fc2dfbe1be5a64a9558f4e0f52b35c5add\n    - https://twitter.com/am0nsec/status/1412232114980982787\nauthor: Markus Neis, @markus_neis\ndate: 2021-07-07\nmodified: 2025-07-11\ntags:\n    - attack.impact\n    - attack.t1490\nlogsource:\n    category: image_load\n    product: windows\ndetection:\n    selection:\n        ImageLoaded|endswith: '\\vss_ps.dll'\n    filter_main_legit:\n        Image|startswith: 'C:\\Windows\\'\n        Image|endswith:\n            - '\\clussvc.exe'\n            - '\\dismhost.exe'\n            - '\\dllhost.exe'\n            - '\\inetsrv\\appcmd.exe'\n            - '\\inetsrv\\iissetup.exe'\n            - '\\msiexec.exe'\n            - '\\rundll32.exe'\n            - '\\searchindexer.exe'\n            - '\\srtasks.exe'\n            - '\\svchost.exe'\n            - '\\System32\\SystemPropertiesAdvanced.exe'\n            - '\\taskhostw.exe'\n            - '\\thor.exe'\n            - '\\thor64.exe'\n            - '\\tiworker.exe'\n            - '\\vssvc.exe'\n            - '\\vssadmin.exe'\n            - '\\WmiPrvSE.exe'\n            - '\\wsmprovhost.exe'\n    filter_main_update:\n        CommandLine|startswith: 'C:\\$WinREAgent\\Scratch\\'\n        CommandLine|contains: '\\dismhost.exe {'\n    filter_main_image_null:\n        Image: null\n    filter_optional_programfiles:\n        # When using this rule in your environment replace the \"Program Files\" folder by the exact applications you know use this. Examples would be software such as backup solutions\n        Image|startswith:\n            - 'C:\\Program Files\\'\n            - 'C:\\Program Files (x86)\\'\n    condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1490","id":"T1490","name":"Inhibit System Recovery","page":"techniques/enterprise/T1490/"}],"data_path":"data/detection-rules/333cdbe8-27bb-4246-bf82-b41a0dca4b70.json","kind":"sigma"}
