Initial Core 2 study project
This commit is contained in:
commit
10de90430c
120 changed files with 12696 additions and 0 deletions
68
quizzes/SEC-6-quiz.md
Normal file
68
quizzes/SEC-6-quiz.md
Normal file
|
|
@ -0,0 +1,68 @@
|
|||
# SEC-6 Quiz: Malware Removal Process
|
||||
|
||||
Take this after studying `notes/SEC-6-malware-removal-process.md`.
|
||||
|
||||
Reply with answers like:
|
||||
`1B 2A 3D 4C 5B 6A 7D`
|
||||
|
||||
## Questions
|
||||
|
||||
1. What is the first step in the malware removal process?
|
||||
|
||||
A. Educate the end user
|
||||
B. Investigate and verify symptoms
|
||||
C. Reimage immediately
|
||||
D. Enable System Restore
|
||||
|
||||
2. After verifying malware symptoms, what should be done next?
|
||||
|
||||
A. Create a restore point
|
||||
B. Re-enable System Protection
|
||||
C. Install random cleanup tools
|
||||
D. Quarantine the infected system
|
||||
|
||||
3. Why is System Restore/System Protection disabled before remediation?
|
||||
|
||||
A. It improves Wi-Fi range
|
||||
B. It resets the BIOS password
|
||||
C. Malware may be stored in restore points
|
||||
D. It assigns DHCP addresses
|
||||
|
||||
4. After malicious files are remediated, what should be updated before scanning?
|
||||
|
||||
A. Desktop wallpaper
|
||||
B. Anti-virus/anti-malware signatures and engine
|
||||
C. Monitor refresh rate
|
||||
D. Printer queue
|
||||
|
||||
5. If malware cannot be trusted as fully removed, especially with persistent infection, what is often the best response?
|
||||
|
||||
A. Ignore the issue
|
||||
B. Disable all updates
|
||||
C. Share the files over the network
|
||||
D. Reimage or reinstall from known-good media/image
|
||||
|
||||
6. When should System Protection be re-enabled and a restore point created?
|
||||
|
||||
A. After cleanup, updates, and scans are complete
|
||||
B. Before quarantine
|
||||
C. Before investigating symptoms
|
||||
D. While malware is still active
|
||||
|
||||
7. What is the final step in the malware removal process?
|
||||
|
||||
A. Disable the firewall permanently
|
||||
B. Delete all backups
|
||||
C. Educate the end user
|
||||
D. Turn off antivirus
|
||||
|
||||
## Answer Key For Instructor
|
||||
|
||||
1. B
|
||||
2. D
|
||||
3. C
|
||||
4. B
|
||||
5. D
|
||||
6. A
|
||||
7. C
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue