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

Exam CFR-310 All Questions

View all questions & answers for the CFR-310 exam

Exam CFR-310 topic 1 question 62 discussion

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

A Windows system administrator has received notification from a security analyst regarding new malware that executes under the process name of “armageddon.exe” along with a request to audit all department workstations for its presence. In the absence of GUI-based tools, what command could the administrator execute to complete this task?

  • A. ps -ef | grep armageddon
  • B. top | grep armageddon
  • C. wmic process list brief | find “armageddon.exe”
  • D. wmic startup list full | find “armageddon.exe”
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
044f354
1 month, 3 weeks ago
Selected Answer: C
C. wmic process list brief | find “armageddon.exe” Explanation: The wmic (Windows Management Instrumentation Command-line) tool allows administrators to query various system components, including running processes. Using wmic process list brief will list all active processes on the system, and find "armageddon.exe" filters the output to search for the specific process name, helping the administrator identify if "armageddon.exe" is running on any workstation. Why the other answers are less suitable: A. ps -ef | grep armageddon: ps is a Linux/Unix command. B. top | grep armageddon: top is a Linux/Unix command D. wmic startup list full | find "armageddon.exe": This command lists startup programs, not actively running processes. It wouldn’t help find if the malware process is currently executing.
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 ...