35.5k views
1 vote
Which of the following is not a reason that threat actors use PowerShell for attacks?

A) Cross-platform compatibility
B) Obfuscation capabilities
C) Built-in scripting language
D) Limited access to system resources

User Honn
by
7.5k points

2 Answers

7 votes

Final answer:

PowerShell is used by threat actors for various reasons, except for limited access to system resources.The correct option is D.

Step-by-step explanation:

The correct answer is D) Limited access to system resources. Threat actors, also known as hackers, use PowerShell for various reasons, but limited access to system resources is not one of them. PowerShell is a powerful scripting language and automation framework that provides cross-platform compatibility, allowing it to run on different operating systems. It also has obfuscation capabilities, which means it can hide the true intent of the code to evade detection. Additionally, PowerShell has a built-in scripting language, making it easier for threat actors to execute their malicious commands and operations.

User Mocktheduck
by
8.7k points
5 votes

Final Answer:

A) Cross-platform compatibility is not a reason that threat actors use PowerShell for attacks.

Step-by-step explanation:

PowerShell is a powerful scripting language and command-line shell that is unfortunately exploited by threat actors for various cyber attacks. Options B, C, and D are valid reasons for threat actors to use PowerShell. PowerShell provides obfuscation capabilities, allowing attackers to hide their malicious activities by obfuscating the code. It serves as a built-in scripting language, enabling the creation and execution of scripts for nefarious purposes.

Additionally, PowerShell can be employed to navigate and manipulate system resources, contributing to unauthorized access and data breaches. However, cross-platform compatibility (Option A) is not a primary factor for threat actors when utilizing PowerShell, as it is more closely associated with native Windows environments.

Option A (Cross-platform compatibility) is the answer.