A Security Operations Center (SOC) analyst is inspecting SIEM alerts originating from an internal web server hosting an enterprise customer portal. The SIEM correlated the following sequential Sysmon process creation events:
text
EventID: 1 (Process Create)
UtcTime: 2026-07-27 11:04:12.102
Image: C:\Windows\System32\inetsrv\w3wp.exe
CommandLine: w3wp.exe -ap "CustomerPortalPool"
User: NT AUTHORITY\NETWORK SERVICE
EventID: 1 (Process Create)
UtcTime: 2026-07-27 11:04:15.884
ParentImage: C:\Windows\System32\inetsrv\w3wp.exe
Image: C:\Windows\System32\cmd.exe
CommandLine: cmd.exe /c powershell.exe -nop -w hidden -EncodedCommand aW52b2tlLXdlYnJlcXVlc3Q...
User: NT AUTHORITY\NETWORK SERVICE
Based on the log evidence provided, which of the following best describes the security incident taking place?
- A web application vulnerability was exploited to achieve remote code execution by spawning a command interpreter from the IIS worker process.Answer
- BA client-side Cross-Site Scripting (XSS) attack was successfully executed within an end user's web browser session.
- CAn administrator logged in via SSH/RDP and launched a standard scheduled maintenance task within the application pool.
- DA brute-force authentication attack succeeded in elevating privileges to domain administrator via the web login page.