Exam CAS-004 All QuestionsBrowse all questions from this exam
Question 406

During a network defense engagement, a red team is able to edit the following registry key:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders

Which of the following tools is the red team using to perform this action?

    Correct Answer: A

    PowerShell is a powerful scripting tool that allows for direct interaction with the Windows registry. It enables users to create, edit, and delete registry keys and values, making it suitable for tasks such as modifying registry entries during a network defense engagement. The command line and scripting capabilities of PowerShell allow for detailed automation and manipulation of system components, including the registry key mentioned in the question.

Discussion
MacherGamingOption: A

A - PowerShell: This is the only tool that can interact directly (edit) with Registry Keys.

041ba31Option: A

The best answer is A. PowerShell. PowerShell can be used by the red team to edit registry keys, including the one specified, due to its powerful scripting and automation capabilities within Windows environments.

cf13076Option: A

A. PowerShell PowerShell is a powerful scripting tool that allows for the automation of tasks and the manipulation of system settings, including the Windows registry. By using PowerShell scripts, the red team can edit registry keys such as the one mentioned in the scenario to further their objectives during a network defense engagement.