exam questions

Exam CAS-004 All Questions

View all questions & answers for the CAS-004 exam

Exam CAS-004 topic 1 question 38 discussion

Actual exam question from CompTIA's CAS-004
Question #: 38
Topic #: 1
[All CAS-004 Questions]

A security analyst notices a number of SIEM events that show the following activity:

Which of the following response actions should the analyst take FIRST?

  • A. Disable powershell.exe on all Microsoft Windows endpoints.
  • B. Restart Microsoft Windows Defender.
  • C. Configure the forward proxy to block 40.90.23.154.
  • D. Disable local administrator privileges on the endpoints.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
AnnoyingIAGuy
Highly Voted 2 years, 6 months ago
Selected Answer: C
C. I think disabling powershell on all endpoints is a step too far. First you would block the suspicious external IP, then investigate further from there
upvoted 12 times
Orean
11 months, 1 week ago
Agreed. PowerShell might also be actively used to automate other, critical tasks, so disabling it altogether could disrupt some business (and even security) functions. Try to isolate the solution to the actor rather than the technology or process.
upvoted 1 times
...
...
ito4862
Highly Voted 2 years, 8 months ago
Selected Answer: C
Going off the Cyber Kill Chain, A and D should have been done at Step 4/5. Since it already established a connection outward, it would be at Step 5: C2. The defender’s last best chance to block the operation: by blocking the C2 channel. I'm assuming the test would want to follow this framework (even though I would think there would be multiple IPs as backups). https://www.lockheedmartin.com/content/dam/lockheed-martin/rms/documents/cyber/Gaining_the_Advantage_Cyber_Kill_Chain.pdf
upvoted 8 times
...
23169fd
Most Recent 1 year, 1 month ago
Selected Answer: C
Blocking the external IP address 40.90.23.154 will immediately stop the connection and prevent any further data exfiltration or malicious command execution. This action contains the threat and limits its potential impact
upvoted 2 times
...
Bright07
1 year, 2 months ago
Answer: C. Configure the forward proxy to block 40.90.23.154. Explanation: The question does not provide specific details about the SIEM events, but it implies that there is suspicious activity related to the IP address 40.90.23.154. The first response action should be to block this IP address to prevent further potentially harmful activity. This can be done by configuring the forward proxy to block the IP address. Option A, disabling powershell.exe, might not be effective if the threat is not specifically related to powershell.exe. Option B, restarting Windows Defender, might not be effective if the threat has already bypassed it. Option D, disabling local administrator privileges, might not be effective if the threat does not rely on these privileges. Therefore, option C is the most direct and potentially effective first response action.
upvoted 1 times
...
imather
2 years ago
Selected Answer: C
A. Disable powershell.exe on all Microsoft Windows endpoints. - Powershell can be used in incident response and investigation, such as using invoke-ciommand B. Restart Microsoft Windows Defender. - This may temporarily work but the attacker has already demonstrated the ability to disable defender C. Configure the forward proxy to block 40.90.23.154. - This will prevent C2 and/or data exfiltration D. Disable local administrator privileges on the endpoints. - This may prevent incident response C makes the most sense as the first option before investigating further.
upvoted 2 times
...
BiteSize
2 years ago
Selected Answer: C
Stop the Bleed! Block the data leaving! Source: Verifying each answer against Chat GPT, my experience, other test banks, a written book, and weighing in the discussion from all users to create a 100% accurate guide for myself before I take the exam. (It isn't easy because of the time needed, but it is doing my diligence)
upvoted 3 times
...
FOURDUE
2 years, 6 months ago
Selected Answer: C
Stop data exfiltration and stop all malicious traffic first... then clean up mess.
upvoted 2 times
...
John199506
2 years, 8 months ago
The actual status and concern here is that there is a remote connection in place. Disabling of powershell may be considered in lessons learned to avoid further attacks. Restart Microsoft Defender has no benefit. Disable local adminsitrator privileges on the endpoints. Why would you do that on all the endpoints when you have only one impacted host ? Be careful guys.. C is the answer.
upvoted 4 times
...
itgod
2 years, 8 months ago
Don’t you guys think stopping powershell on all endpoints in the system is higher level of effort and may have unforeseen consequences than blocking an IP on FP? Going with C
upvoted 3 times
Andy2345
2 years, 8 months ago
Agreed. Immediately after, efforts could be concentrated on disabling Powershell, if needed.
upvoted 2 times
...
Mr_BuCk3th34D
2 years, 7 months ago
No, first you have to control and isolate the current threat. If you stop powershell execution on all endpoints you can have two scenarios: 1) Users that need the tool will not be able to use it, impacting the administrative operations of the environment. 2) The current threat will not be blocked and the adversary can move to another process and establish persistence on the environment anyways, even with powershell disabled.
upvoted 3 times
...
...
[Removed]
2 years, 9 months ago
Selected Answer: A
Another vague stupid CompTIA question with vague answers. The question asks us [Which of the following response actions should the analyst take FIRST?] First thing is to stop the attack. and since the attacker is using PowerShell then we want to disable Powershell. restarting Microsoft windows defender doesn't do crap because the attacker can disable it again unless we put policies in place to prevent MWD from being disabled blocking the IP address will not stop the attack as the attacker can change the destination IP address. disabling local administration privilege will also stop the attack as not only PowerShell is able to be accessed but even windows defender can't be disabled either. but this approach will take time and a lot of configurations. so for the time being you want to stop PowerShell from exporting the CompTIA file through HTTPS and that can only be done by disabling PowerShell. then later you can implement stricter configurations such as disabling local administrator privileges.
upvoted 4 times
[Removed]
2 years, 9 months ago
so if anything go with A or D
upvoted 1 times
...
...
BotWayne
2 years, 10 months ago
Selected Answer: C
I would say C. Reason for this, is FIRST you'd stop the current attack. Then you'd disable powershell to prevent further attacks and try restart the defender. Disabling local admin on all endpoints will take some time, and will be a longer remediation engagement.
upvoted 4 times
...
ccryptix
2 years, 10 months ago
Selected Answer: C
I'm going with C. Powershell scripts may be in use for other reasons on the endpoint. Block the IP that data is being sent to.
upvoted 2 times
...
ts260
2 years, 11 months ago
Selected Answer: C
C, stop attack
upvoted 3 times
dangerelchulo
2 years, 11 months ago
c dont stop the attack, the threat will just change ip
upvoted 2 times
...
...
dangerelchulo
2 years, 11 months ago
Selected Answer: A
stop the exploit tool then address changes.
upvoted 4 times
...
Big_Harambe
3 years ago
Wouldn't powershell stop the attack first because this attacker has already infiltrated an internal system? What is stopping the attacker from changing the destination address?
upvoted 3 times
...
pthread1
3 years, 2 months ago
Selected Answer: A
It says what would you do FIRST.
upvoted 4 times
...
RevZig67
3 years, 3 months ago
Selected Answer: C
Stop the attack
upvoted 3 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...