Adversaries may gain persistence and elevate privileges by executing malicious content triggered by PowerShell profiles. A PowerShell profile (<code>profile.ps1</code>) is a script that runs when PowerShell starts and can be used as a logon script to customize user environments.
PowerShell supports several profiles depending on the user or host program. For example, there can be different profiles for PowerShell host programs such as the PowerShell console, PowerShell ISE or Visual Studio Code. An administrator can also configure a profile that applies to all users and host programs on the local computer. (Citation: Microsoft About Profiles)
Adversaries may modify these profiles to include arbitrary commands, functions, modules, and/or PowerShell drives to gain persistence. Every time a user opens a PowerShell session the modified script will be executed unless the <code>-NoProfile</code> flag is used when it is launched. (Citation: ESET Turla PowerShell May 2019)
An adversary may also be able to escalate privileges if a script in a PowerShell profile is loaded and executed by an account with higher privileges, such as a domain administrator. (Citation: Wits End and Shady PowerShell Profiles)
View in MITRE ATT&CK®Capability ID | Capability Description | Mapping Type | ATT&CK ID | ATT&CK Name |
---|---|---|---|---|
AC-3 | Access Enforcement | Protects | T1546.013 | PowerShell Profile |
AC-6 | Least Privilege | Protects | T1546.013 | PowerShell Profile |
CA-7 | Continuous Monitoring | Protects | T1546.013 | PowerShell Profile |
CM-10 | Software Usage Restrictions | Protects | T1546.013 | PowerShell Profile |
CM-2 | Baseline Configuration | Protects | T1546.013 | PowerShell Profile |
CM-6 | Configuration Settings | Protects | T1546.013 | PowerShell Profile |
IA-9 | Service Identification and Authentication | Protects | T1546.013 | PowerShell Profile |
SI-3 | Malicious Code Protection | Protects | T1546.013 | PowerShell Profile |
SI-4 | System Monitoring | Protects | T1546.013 | PowerShell Profile |
SI-7 | Software, Firmware, and Information Integrity | Protects | T1546.013 | PowerShell Profile |
attribute.integrity.variety.Alter behavior | Influence or alter human behavior | related-to | T1546.013 | Event Triggered Execution: PowerShell Profile |