23 Flashcards
Which of the following answers refers to an anti-malware tool that enables automated analysis of suspicious files in a sandbox environment?
** Cuckoo **
Cuckoo Sandbox is the leading open source automated malware analysis system
A Linux command that allows to display the beginning of a file (by default its first 10 lines) is known as:
** head **
the head command will output the first part of the file
Which of the following commands in Linux displays the last part (by default its 10 last lines) of a file?
** Tail **
the tail command will print the last part of the file
A Linux command that allows to create, view, and concatenate files is called:
cat
A Linux command-line command that enables searching files for lines containing a match to a given text pattern is called
grep
What is the function of the Linux chmod command?
Changes file/directory access permissions
Which of the following commands enables adding messages to the /var/log/syslog file in Linux?
Logger
A type of extended command-line shell and a scripting language designed to simplify administrative tasks in Microsoft Windows is known as
Windows PowerShell
Which of the following answers refers to a cross-platform, general-purpose programming language?
Python
Which of the following answers refers to a software library used to implement encrypted connections?
OpenSSL
Which of the following answers refers to a Command-Line Interface (CLI) packet-crafting tool?
Tcpreplay
Which of the following tools enables sending custom packets that can be used to evaluate the security of a network device?
Tcpreplay
Which of the following is a Command-Line Interface (CLI) packet-capturing tool used in Unix-like operating systems?
tcpdump
Which of the following answers refers to an advanced cross-platform packet-capturing tool equipped with a Graphical User Interface (GUI)?
WireShark
A Linux command-line utility that can be used in the forensic process for creating and copying image files is called:
** dd **
dd (Data Dump)