GCIH · Question #599
The Conficker worm can run every time Windows starts on infected machines. What tool would you use to test whether the worm will do this on a machine that you think may have been infected?
The correct answer is D. reg. reg can show the contents of any key in the registry. The command 'reg query hkcu\software\microsoft\windows\currentversion\run' shows the programs that run when Windows starts. The other tools show connections, programs that run or are currently running, but not programs that ru
Question
The Conficker worm can run every time Windows starts on infected machines. What tool would you use to test whether the worm will do this on a machine that you think may have been infected?
Options
- Anetstat
- Btasklist
- Cipconfig
- Dreg
How the community answered
(25 responses)- B4% (1)
- C8% (2)
- D88% (22)
Explanation
reg can show the contents of any key in the registry. The command 'reg query hkcu\software\microsoft\windows\currentversion\run' shows the programs that run when Windows starts. The other tools show connections, programs that run or are currently running, but not programs that run at startup.
Topics
Community Discussion
No community discussion yet for this question.