ExamGecko
Home / CompTIA / CAS-004 / Practice Test 3
Ask Question

CompTIA CAS-004 Practice Test 3

00:00:00
Show Answer
Report Issue   Restart test

Question 1 / 40

A security analyst is concerned that a malicious piece of code was downloaded on a Linux system. After some research, the analyst determines that the suspected piece of code is performing a lot of input/output (I/O) on the disk drive.

CompTIA CAS-004 image Question 81 94049 10022024175034000000

Based on the output above, from which of the following process IDs can the analyst begin an investigation?

65
65
77
77
83
83
87
87
Comment (0)
Suggested answer: D
Explanation:

The process ID 87 can be the starting point for an investigation of a possible buffer overflow attack, as it shows a high percentage of CPU utilization (99.7%) and a suspicious command name (graphic.linux_randomization.prg). A buffer overflow attack is a type of attack that exploits a vulnerability in an application or system that allows an attacker to write data beyond the allocated buffer size, potentially overwriting memory segments and executing malicious code. A high CPU utilization could indicate that the process is performing intensive or abnormal operations, such as a buffer overflow attack. A suspicious command name could indicate that the process is trying to disguise itself or evade detection, such as by mimicking a legitimate program or using random characters. The other process IDs do not show signs of a buffer overflow attack, as they have low CPU utilization and normal command names. Verified

Reference: https://www.comptia.org/blog/what-is-buffer-overflow https://partners.comptia.org/docs/default-source/resources/casp-content-guide

asked 02/10/2024
Rashid Hashim
47 questions