When attempting to collect data from a suspected system compromise, which of the following should generally be collected first?
Reveal answer details Close answer details
Correct answerB
GIAC ยท GCED
Review the question wording, option layout, and available explanations before choosing a study plan.
|
Single choice
When attempting to collect data from a suspected system compromise, which of the following should generally be collected first? Reveal answer details Close answer detailsCorrect answerB
Single choice
The creation of a filesystem timeline is associated with which objective? Reveal answer details Close answer detailsCorrect answerA
Single choice
Which of the following is a major problem that attackers often encounter when attempting to develop or use a kernel mode rootkit? Reveal answer details Close answer detailsCorrect answerB
Single choice
To detect worms and viruses buried deep within a network packet payload, Gigabytes worth of traffic content entering and exiting a network must be checked with which of the following technologies? Reveal answer details Close answer detailsCorrect answerC
Single choice
What would be the output of the following Google search? Reveal answer details Close answer detailsCorrect answerD
Single choice
When an IDS system looks for a pattern indicating a known worm, what type of detection method is it using? Reveal answer details Close answer detailsCorrect answerA
Single choice
Requiring background checks for employees who access protected data is an example of which type of data loss control? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: Once sensitive data is identified and classified, preventive measures can be taken. Among these are software-based controls, such as auditing and access control, as well as human controls such as background checks, psychological examinations, and such.
Single choice
Monitoring the transmission of data across the network using a man-in-the-middle attack presents a threat against which type of data? Reveal answer details Close answer detailsCorrect answerB
Single choice
Following a Digital Forensics investigation, which of the following should be included in the final forensics report? Reveal answer details Close answer detailsCorrect answerD Explanation Explanation: A professional forensic report should include an executive summary, including a description of the incident and the overall findings. The written report needs to be factually accurate and free from speculation or bias, meaning that an analyst's unverified or unsubstantiated opinions should not be included in the report. Beyond the executive summary, the detailed report should include a description of the data preserved, a detailed explanation of the procedures performed, and a summary of the facts. Disciplinary action, if needed, would be addressed through other channels and not included in the forensic analyst's report.
Single choice
Throughout the week following a new IPS deployment, nearly every user on the protected subnet submits helpdesk tickets regarding network performance and not being able to access several critical resources. What is the most likely reason for the performance issues? Reveal answer details Close answer detailsCorrect answerA Explanation Explanation: When deploying an IPS, you should carefully monitor and tune your systems and be aware of the risks involved. You should also have an in-depth understanding of your network, its traffic, and both its normal and abnormal characteristics. It is always recommended to run IPS and active response technologies in test mode for a while to thoroughly understand their behavior. If the IPS had been previously powered off the performance issues would have impacted all network traffic, not just critical resources, and the issue would have begun on day 1 of deployment.
Single choice
Although the packet listed below contained malware, it freely passed through a layer 3 switch. Why didn't the switch detect the malware in this packet? ![]() Reveal answer details Close answer detailsCorrect answerD Explanation Explanation: Routers, layer 3 switches, some firewalls, and other gateways are packet filtering devices that use access control lists (ACLs) and perform packet inspection. This type of device uses a small subset of the packet to make filtering decisions, such as source and destination IP address and protocol. These devices will then allow or deny protocols based on their associated ports. This type of packet inspection and access control is still highly susceptible to malicious attacks, because payloads and other areas of the packet are not being inspected. For example, application level attacks that are tunneled over open ports such as HTTP (port 80) and HTTPS (port 443).
Single choice
What does the following WMIC command accomplish? process where name='malicious.exe' delete Reveal answer details Close answer detailsCorrect answerB
Single choice
Why would a Cisco network device with the latest updates and patches have the service config setting enabled, making the device vulnerable to the TFTP Server Attack? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: Enabling the service config setting causes a Cisco router to be vulnerable to the TFTP Server The service config setting was disabled by default in the Cisco IOS in version 12.0, but had been enabled by default in the 11.x series of the IOS trains. This feature is often enabled in later versions since organizations don't always realize the risk of this setting and will leave it enabled as the migrate through multiple IOS upgrades. The other items listed don't enable the service config setting.
Single choice
Which command is the Best choice for creating a forensic backup of a Linux system? Reveal answer details Close answer detailsCorrect answerB Explanation Explanation: Using dd from a bootable CD is the only forensically sound method of creating an image. |