GCIH Exam QuestionsBrowse all questions from this exam

GCIH Exam - Question 201


Which of the processes, shown in the output below, should be prioritized for examination during live response?

Command run: C:\> netstat -naob -

Output: see screen capture (irrelevant lines of output omitted for space)

Show Answer
Correct Answer: B

The process calc.exe (PID 5713) should be prioritized for examination. In the netstat output, the process calc.exe is shown to be connected to an IP address (5.1.24.17) on port 80, which is usually associated with HTTP traffic. Since calc.exe is typically a calculator application and does not normally establish network connections, this could indicate suspicious or compromised behavior, making it a priority for further investigation during live response.

Discussion

1 comment
Sign in to comment
Vikt0rOption: B
Dec 5, 2023

While I admit my instinct is B, can someone explain why W32Time is populating in the PID column?