Skip to main content
WordPress Plugin RCE: Webshell on a Vulnerable Site operation cover
BeginnerSIEM

WordPress Plugin RCE: Webshell on a Vulnerable Site

A media company's WordPress server is compromised after an attacker exploits an unpatched file-upload plugin to drop a PHP webshell into the public uploads directory. Work through the Apache access logs and IDS alerts step by step, tracing the probe, the upload bypass, and the command execution that followed.

25m
7 tasks
25 points
Free

Start this operation

Investigation Tasks

Complete each task by investigating alerts and submitting your findings.

1

Brief: the site that served itself

0

Your SIEM fired a cluster of alerts on the Ridgeline Media web server this morning. Before you dig into the logs, get oriented on how this kind of compromise works.

2

Identify the scanner

10

Before the attacker exploited anything, an automated tool probed the WordPress install looking for a vulnerable plugin version. Identify the IP address that performed that reconnaissance.

SOC{A.B.C.D}Hint available
3

Locate the upload handler that was exploited

15

The attacker switched IPs and sent the malicious file to a specific plugin endpoint. Identify the path of the upload handler.

SOC{/wp-content/plugins/plugin-name/filename.php}Hint available
4

Name the webshell file

15

The upload handler wrote the PHP file to disk. Identify the filename it was given.

SOC{filename.php}Hint available
5

Confirm the source IP executing commands

15

The webshell was accessed from an IP that did not make the upload. Identify that IP.

SOC{A.B.C.D}Hint available
6

Name the first OS command the attacker ran

15

The attacker's first webshell request confirmed they had code execution. Identify the command they ran.

SOC{command}Hint available
7

Classify the initial access technique

10

Wrap up by labeling how the attacker got in. They did not phish a user or brute-force a password: they exploited a vulnerability in a web-facing service.

SOC{Txxxx}Hint available

7 tasks · 80 points total

Training Tools

Skills You'll Build

Investigate realistic security alerts
SIEM log analysis
MITRE ATT&CK® technique identification
Triage decisions: escalate, investigate, or close
Evidence collection and documentation
Job-ready incident response methodology
Beginner

Ideal for newcomers to SOC operations. Guided investigation with clear indicators.

Prerequisites

  • No prior experience required
  • Familiarity with SIEM concepts

Ready to investigate?

More Operations

View all