IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
Potential Application Shimming via Sdbinst
editPotential Application Shimming via Sdbinst
editThe Application Shim was created to allow for backward compatibility of software as the operating system codebase changes over time. This Windows functionality has been abused by attackers to stealthily gain persistence and arbitrary code execution in legitimate Windows processes.
Rule type: query
Rule indices:
- winlogbeat-*
- logs-endpoint.events.*
Severity: low
Risk score: 21
Runs every: 5 minutes
Searches indices from: now-6m (Date Math format, see also Additional look-back time
)
Maximum alerts per execution: 100
Tags:
- Elastic
- Host
- Windows
- Threat Detection
- Persistence
Version: 4 (version history)
Added (Elastic Stack release): 7.6.0
Last modified (Elastic Stack release): 7.10.0
Rule authors: Elastic
Rule license: Elastic License
Rule query
editevent.category:process and event.type:(start or process_started) and process.name:sdbinst.exe
Threat mapping
editFramework: MITRE ATT&CKTM
-
Tactic:
- Name: Persistence
- ID: TA0003
- Reference URL: https://attack.mitre.org/tactics/TA0003/
-
Technique:
- Name: Application Shimming
- ID: T1138
- Reference URL: https://attack.mitre.org/techniques/T1138/
-
Tactic:
- Name: Privilege Escalation
- ID: TA0004
- Reference URL: https://attack.mitre.org/tactics/TA0004/
-
Technique:
- Name: Application Shimming
- ID: T1138
- Reference URL: https://attack.mitre.org/techniques/T1138/
Rule version history
edit- Version 4 (7.10.0 release)
-
-
Updated query, changed from:
event.code:1 and process.name:sdbinst.exe
-
- Version 3 (7.9.0 release)
-
- Formatting only
- Version 2 (7.7.0 release)
-
- Formatting only