Skip to content
Threat Feed
high advisory

Suspicious Loading of Vssapi.dll

Detection of the Volume Shadow Copy API library (vssapi.dll) being loaded by unauthorized processes, a common indicator of ransomware activity targeting backup shadow copies.

The Windows Volume Shadow Copy Service (VSS) provides the framework for creating snapshots or backups of volumes. Attackers often interact with the VSS API directly or via administrative tools to list and delete shadow copies, effectively preventing system recovery following a ransomware deployment. The vssapi.dll library is responsible for these core shadow copy operations. By monitoring the loading of vssapi.dll by processes that are not standard system components or known, trusted backup solutions, security teams can detect potential pre-ransomware staging activities. This technique is frequently observed in the final stages of an attack chain before the primary encryption event.

Impact

Successful manipulation or deletion of Volume Shadow Copies prevents administrators from restoring data using native Windows features, significantly increasing the impact of ransomware deployments by ensuring there is no local recovery path.

Recommendation

Deploy the Sigma rule below to monitor for unexpected process activity involving shadow copy operations. Baseline your environment to identify legitimate backup software, EDR agents, or IT management tools that may legitimately load vssapi.dll and add them to the exclusion list to minimize false positives.


Immediate actions

Deploy Sigma rule to monitor for vssapi.dll loads

Detection Engineering 48h

Mitigations

Identify and whitelist enterprise backup software paths in the Sigma rule

medium_term IT Operations

False positives in the detection rule

Detection coverage 1

Suspicious Volume Shadow Copy Vssapi.dll Load

high

Detects the image load of vssapi.dll by uncommon executables, potentially indicating unauthorized shadow copy manipulation.

sigma tactics: impact techniques: T1490 sources: image_load, windows

Detection queries are available on the platform. Get full rules →