Potential Persistence Via Shim Database Modification

Last updated on:

About the rule

Rule Type

Standard

Rule Description

Adversaries may establish persistence and/or elevate privileges by executing malicious content triggered by application shims. The Microsoft Windows Application Compatibility Infrastructure/Framework (Application Shim) was created to allow for backward compatibility of software as the operating system codebase changes over time

Severity

Trouble

Rule Requirement

Criteria

Action1: actionname = "Registry value modified" AND (OBJECTNAME contains "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\InstalledSDB\,\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Custom" OR ((OBJECTNAME endswith "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\InstalledSDB" AND isExist(OBJECTVALUENAME)) OR (OBJECTNAME endswith "\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Custom" AND isExist(OBJECTVALUENAME)))) AND INFORMATION != "" select Action1.HOSTNAME,Action1.MESSAGE,Action1.OBJECTNAME,Action1.PROCESSNAME,Action1.PREVVAL,Action1.CHANGES

Detection

Execution Mode

realtime

Log Sources

Windows

Author

frack113