Valid CS0-003 Dumps shared by EduDump.com for Helping Passing CS0-003 Exam! EduDump.com now offer the newest CS0-003 exam dumps, the EduDump.com CS0-003 exam questions have been updated and answers have been corrected get the newest EduDump.com CS0-003 dumps with Test Engine here:
An IT professional is reviewing the output from the top command in Linux. In this company, only IT and security staff are allowed to have elevated privileges. Both departments have confirmed they are not working on anything that requires elevated privileges. Based on the output below: PID USER VIRT RES SHR %CPU %MEM TIME+ COMMAND 34834 person 4980644 224288 111076 5.3 14.44 1:41.44 cinnamon 34218 person 51052 30920 23828 4.7 0.2 0:26.54 Xorg 2264 root 449628 143500 26372 14.0 3.1 0:12.38 bash 35963 xrdp 711940 42356 10560 2.0 0.2 0:06.81 xrdp Which of the following PIDs is most likely to contribute to data exfiltration?
Correct Answer: A
PID 2264 (bash running as root) is suspicious because: It has elevated privileges (root user). Bash (command-line shell) is running with high CPU usage (14.0%), which is unusual unless actively being used. If unauthorized, an attacker could be exfiltrating data via command-line methods like scp, wget, or custom scripts. Why Not Other Options? B: (34218 - Xorg) → Xorg is a display server for GUI; no signs of exfiltration. C: (34834 - Cinnamon) → Cinnamon is a desktop environment, not a threat. D: (35963 - xrdp) → xrdp is a remote desktop service, expected behavior.