CAS-004 Security Operations Practice Question
A security analyst is investigating a potential data exfiltration incident. The analyst has collected a memory dump from the affected server. Which Volatility command should the analyst use to extract the contents of the clipboard, which may contain copied sensitive data?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
volatility -f dump.raw clipboard
The 'clipboard' plugin in Volatility extracts the contents of the Windows clipboard, which can contain copied text, including passwords or sensitive data.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
volatility -f dump.raw clipboards
Why it's wrong here
Incorrect syntax; the correct plugin name is 'clipboard'.
- ✗
volatility -f dump.raw windows.clipboard
Why it's wrong here
Incorrect plugin name; the correct name is 'clipboard'.
- ✓
volatility -f dump.raw clipboard
Why this is correct
Correct command to extract clipboard contents.
- ✗
volatility -f dump.raw memdump --pid 1234
Why it's wrong here
This dumps the memory of a specific process, not the clipboard.
Go deeper
Related to this question
About these practice questions
One of 968 original CAS-005 practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This CAS-005 practice question is part of Courseiva's free CompTIA certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the CAS-005 exam.