GCIH · Question #391
You are a member of your organization's IT security team. Your team has limited resources, so investigating every suspicious event is impossible. Which one of the following items, when considered by…
The correct answer is A. 1. An established outbound HTTPS connection attributed to iexplore.exe on a Windows file server where Internet Explorer is not open is a strong indicator of malware or process masquerading.
Question
You are a member of your organization's IT security team. Your team has limited resources, so investigating every suspicious event is impossible. Which one of the following items, when considered by itself, warrants further investigation by the security team? 1: One of your system administrators sent you the following snippet from a 'netstat -ob' command he performed from the console on one of your Windows 2008 r2 File Servers. He noted that he did not have Internet Explorer running on the console. TCP 10.10.10.10:51813 log.clickstream.co.za:https ESTABLISHED 2676 [iexplore.exe] TCP 10.10.10.10:51816 log.clickstream.co.za:https TIME_WAIT 0 TCP 10.10.10.10:51817 log.clickstream.co.za:https TIME_WAIT 0 TCP 10.10.10.10:51818 log.clickstream.co.za:https TIME_WAIT 0 TCP 10.10.10.10:51819 log.clickstream.co.za:https TIME_WAIT 0 TCP 10.10.10.10:51822 log.clickstream.co.za:https TIME_WAIT 0 TCP 10.10.10.10:51826 log.clickstream.co.za:https ESTABLISHED 2676 [iexplore.exe] TCP 10.10.10.10:51827 log.clickstream.co.za:https ESTABLISHED 2676 [iexplore.exe] TCP 10.10.10.10:51828 log.clickstream.co.za:https ESTABLISHED 2676 2: The following was found by a system administrator in a Microsoft Windows 7 workstation's Microsoft Windows event log. 'Your computer was not assigned an address from the network (by the DHCP Server) for the Network Card with network address 0xE0ED9B3ACBBC. The following error occurred: 0x79. Your computer will continue to try and obtain an address on its own from the network address (DHCP) server.' 3: One of your system administrators sent you the following snippet from a 'netstat -nao' command he performed on one of your Windows 2008 R2 File Servers:
Active Connections Proto Local Address Foreign Address State PID TCP 0.0.0.0:21 0.0.0.0:0 LISTENING 2236 TCP 0.0.0.0:80 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:135 0.0.0.0:0 LISTENING 920 TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4 TCP 0.0.0.0:554 0.0.0.0:0 LISTENING 6232 TCP 0.0.0.0:623 0.0.0.0:0 LISTENING 7980 TCP 0.0.0.0:902 0.0.0.0:0 LISTENING 3636 TCP 0.0.0.0:912 0.0.0.0:0 LISTENING 3636 4: A user complained that their computer was running very slowly, and they suspected it was because of a virus, even though an anti-virus solution has been installed and is operating correctly.
Options
- A1
- B3
- C2
- D4
How the community answered
(25 responses)- A60% (15)
- B24% (6)
- C4% (1)
- D12% (3)
Why each option
An established outbound HTTPS connection attributed to iexplore.exe on a Windows file server where Internet Explorer is not open is a strong indicator of malware or process masquerading.
The netstat output shows process iexplore.exe holding an ESTABLISHED TCP connection to an external domain (log.clickstream.co.za:443) even though the administrator confirmed Internet Explorer was not running. A process using the IE executable name to maintain covert outbound connections on a file server is a classic indicator of malware masquerading as a legitimate process or a process injection technique, which warrants immediate forensic investigation.
Item 3 is not described in the question text provided, and without its content it cannot be evaluated as independently suspicious.
Item 2 is not described in the question text provided, and without its content it cannot be evaluated as independently suspicious.
Item 4 is not described in the question text provided, and without its content it cannot be evaluated as independently suspicious.
Concept tested: Detecting suspicious process network connections as malware indicator
Source: https://www.cisa.gov/sites/default/files/2024-01/fact-sheet-expanded-cybersecurity-guidance-508c.pdf
Topics
Community Discussion
No community discussion yet for this question.