CFR-310 Exam QuestionsBrowse all questions from this exam

CFR-310 Exam - Question 15


When performing an investigation, a security analyst needs to extract information from text files in a Windows operating system. Which of the following commands should the security analyst use?

Show Answer
Correct Answer: A,C

findstr is a command-line tool in Windows used to search for text within files. It helps a security analyst extract specific information from text files in a Windows operating system. While grep and awk are commonly found on Linux/Unix systems, findstr is the equivalent utility on Windows. sigverif, on the other hand, is used to check file signatures and is not relevant for text extraction.

Discussion

2 comments
Sign in to comment
r04dB10ckOption: A
Mar 17, 2023

awk is a linux tool, hence findstr

WutanOption: A
Sep 5, 2023

The answer is A, findstr. Findstr is a command-line tool in Windows that can be used to search for text in files. It can be used to extract specific information from text files, such as IP addresses, usernames, and passwords.