Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam CFR-310 topic 1 question 2 discussion

Actual exam question from CertNexus's CFR-310
Question #: 2
Topic #: 1
[All CFR-310 Questions]

A secretary receives an email from a friend with a picture of a kitten in it. The secretary forwards it to the ~COMPANYWIDE mailing list and, shortly thereafter, users across the company receive the following message:
“You seem tense. Take a deep breath and relax!”
The incident response team is activated and opens the picture in a virtual machine to test it. After a short analysis, the following code is found in C:
\Temp\chill.exe:Powershell.exe –Command “do {(for /L %i in (2,1,254) do shutdown /r /m Error! Hyperlink reference not valid.> /f /t / 0 (/c “You seem tense. Take a deep breath and relax!”);Start-Sleep –s 900) } while(1)”
Which of the following BEST represents what the attacker was trying to accomplish?

  • A. Taunt the user and then trigger a shutdown every 15 minutes.
  • B. Taunt the user and then trigger a reboot every 15 minutes.
  • C. Taunt the user and then trigger a shutdown every 900 minutes.
  • D. Taunt the user and then trigger a reboot every 900 minutes.
Show Suggested Answer Hide Answer
Suggested Answer: B 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
surfuganda
2 weeks ago
Selected Answer: B
The code snippet includes: reboot /r This parameter ( /r ) instructs the system to reboot. -s 900 This parameter instructs the system to wait 900 seconds. 900 seconds / 60 seconds = 15 minutes Correct answer is : B. Taunt the user and then trigger a reboot every 15 minutes.
upvoted 1 times
...
Wutan
7 months, 3 weeks ago
Selected Answer: A
The correct answer is A. Taunt the user and then trigger a shutdown every 15 minutes. The code in the question is a PowerShell script that will: Taunt the user with the message "You seem tense. Take a deep breath and relax!" Shutdown the computer every 900 seconds (15 minutes).
upvoted 1 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 ...