exam questions

Exam CS0-002 All Questions

View all questions & answers for the CS0-002 exam

Exam CS0-002 topic 1 question 4 discussion

Actual exam question from CompTIA's CS0-002
Question #: 4
Topic #: 1
[All CS0-002 Questions]

During an incident response procedure, a security analyst collects a hard drive to analyze a possible vector of compromise. There is a Linux swap partition on the hard drive that needs to be checked. Which of the following should the analyst use to extract human-readable content from the partition?

  • A. strings
  • B. head
  • C. fsstat
  • D. dd
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
rodwave
Highly Voted 2 years, 6 months ago
Selected Answer: A
Answer: strings The strings command returns strings of printable characters in files. It's mainly used for extracting text (strings) from non-text files like binary/data files and help us understand the contents of the files. Binary files can contain non-printable characters which doesn't work well with the terminal. We can assume printable characters means human-readable which works for the situation. The dd (disk duplicator/destroyer) command is used in forensics for raw images of a system that can be used in tools like Autopsy or FTK for analysis. You can extract raw data with the command but it doesn't mean that the extracted data is human-readable so it doesn't mean it would work for the situation. =========================== Other Info: head - command that prints the first line(s) in a file fsstat - command shows file system information
upvoted 18 times
...
f405aa0
Most Recent 1 year, 7 months ago
Selected Answer: D
I would say D, since this is DURING an incident response, using dd will not modify any changes to files. Afterwards, then you can use the strings command
upvoted 1 times
...
NerdAlert
2 years, 3 months ago
Selected Answer: A
*"Strings" grabs and lists Strings of charactersin a file, making it easy to notice human-readable words and phrases. *"dd" is a command used to clone a hard drive and bit by bit copy (an image). *"fstat" shows info about a File System (FS) *"head" prints out the top of a file (the head)
upvoted 1 times
NerdAlert
2 years, 3 months ago
*meant to say "FSstat" = File System stats answer is still Strings
upvoted 1 times
...
...
2Fish
2 years, 4 months ago
Selected Answer: A
Yup, this is Strings.
upvoted 3 times
...
boletri
2 years, 4 months ago
Selected Answer: D
Answer is D. Disassemblers and Decompilers Disassemblers and decompilers are software that translate low-level machine language code into higher level code.
upvoted 1 times
...
Lunarr
2 years, 4 months ago
Option D (dd) can be used to create a bit-by-bit copy of a partition, but it does not extract human-readable content. Answer is A - Strings
upvoted 2 times
...
DrVoIP
2 years, 4 months ago
A. strings is the tool that can be used to extract human-readable content from a Linux swap partition. The Linux swap partition is used as virtual memory and contains data that has been swapped out of RAM to free up space. The data in the swap partition is not in a human-readable format, but it may contain fragments of files or other data that can be extracted using the "strings" tool. - ChatGPT
upvoted 1 times
...
encxorblood
2 years, 5 months ago
Selected Answer: A
First can use dd to secure the disc as a image. But the answer is A - strings.
upvoted 1 times
...
mrodmv
2 years, 7 months ago
Strings without doubt https://forensicswiki.xyz/wiki/index.php?title=Strings
upvoted 1 times
...
Just2a
2 years, 7 months ago
Linux partition uses strings
upvoted 1 times
...
Cizzla7049
2 years, 8 months ago
Selected Answer: A
Some people said its A. unsure of this one
upvoted 1 times
...
Angie_1
2 years, 8 months ago
dd is bit by bit disk image , so dd is a good choice
upvoted 1 times
...
SolventCourseisSCAM
2 years, 8 months ago
Selected Answer: A
question asks human readable context, so string provides it.
upvoted 1 times
...
Smolz
2 years, 8 months ago
DD would be the most appropriate answer because we're being told its an incident response and as a rule of thumb when you conduct IR you need to clone your source evidence b4 any forencis investigation, then with the cloned image one can now mount it, after mounting thats when it becomes readable! So DD makes the most appropriate for this question your views are welcome.
upvoted 2 times
...
IT_Master_Tech
2 years, 8 months ago
I have looked for answers about dd and it doesn't mention anywhere about human-readable text.
upvoted 2 times
...
CW4901
2 years, 8 months ago
So in the Comptia CySA+ study guide book in chapter 18 under dd utility is says: "dd can duplicate data across files, devices, partitions, and volumes." So would that make this answer "D"?
upvoted 2 times
...
R00ted
2 years, 8 months ago
Selected Answer: A
Strings is the correct answer
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 ...