What is an alternate data stream?
Show answer and explanation
Correct answer: A
References:
https://blog.malwarebytes.com/101/2015/07/introduction-to-alternate-data-streams/
GCIH Online Exam
705 questions available ยท Page 1 of 71
What is an alternate data stream?
Correct answer: A
References:
https://blog.malwarebytes.com/101/2015/07/introduction-to-alternate-data-streams/
How would an attacker hide an executable from being viewed by Windows Explorer?
Correct answer: B
References:
https://www.bleepingcomputer.com/news/microsoft/hiding-windows-file-extensions-is-a-security-risk-enable-now/
When switching traffic on a LAN, what element of the Ethernet frame does a switch use to make its decision on where to send the data?
Correct answer: B
References:
https://www.oreilly.com/library/view/ethernet-switches/9781449367299/ch01.html
Which of the following Volatility commands will display the date and time an image was collected?
Correct answer: A
References:
https://www.andreafortuna.org/2017/06/25/volatility-my-own-cheatsheet-part-1-image-identification/
What information will be returned when an administrator executes the command below?
# last -f /var/log/btmp
Correct answer: D
References:
http://log0ymxm.github.io/slcc-eportfolio/su13-cs-1032-001-walsh/linux-notes/071-common-log-files.html
During the identification phase of a Web server compromise, you notice the following entries in the web server logs.
If "admin" is a valid username, but its corresponding password is not "pass1", and "root" is not a valid username, what can you infer solely from these logs?

Correct answer: D
What is the goal of an attacker who has entered the commands shown in the screenshot?

Correct answer: C
Which of the following packets saved in the file pingout.pcap would be returned with the following Berkley Packet Filters?
tcpdump -nn -r pingout.pcap `icmp and (dst host 8.8.8.8)'
Correct answer: A
What is one of the simplest AND most common ways for an attacker to camouflage files on a UNIX system?
Correct answer: E
References:
https://www.sciencedirect.com/topics/computer-science/rootkits
Which file contains information about failed login attempts on a Unix system?
Correct answer: B
References:
https://www.thegeekdiary.com/how-to-check-failed-or-bad-login-attempts-in-linux/