T1505

Server Software Component

Windows · Linux · macOS · Network Devices · ESXi4 pieces on this siteT1505 on attack.mitre.org

Adversaries may abuse legitimate extensible development features of servers to establish persistent access to systems. Enterprise server applications may include features that allow developers to write and install software or scripts to extend the functionality of the main application. Adversaries may install malicious components to extend and abuse server applications.

MITRE ATT&CK 19.2, retrieved 2026-09-12

If this is happening now

1

Checklists and playbooks to open while the alert is still live.

First-hour playbookMembers

Web shell on a public-facing server

An unfamiliar file in a web root, a web server process spawning a shell, or outbound traffic from a machine that should only ever receive it.

T1505.003

Detect it

1

Hunts and rules you can run, each stating what it needs and what else it returns.

Practise it

1

Labs, timelines, evidence packs and tabletop scenarios to work before you need to.

Read

1

Analyses, case studies, guides, references and interview questions.

AnalysisMembers

Case study: one appliance, and the disclosure that followed

CL0P against MOVEit Transfer, worked as a case rather than read as news. A zero-day in an internet-facing file transfer product, a web shell, and a scope question that has nothing to do with how many hosts were touched. Nine questions, and the answers are in the advisory.

T1505.003

how MITRE says to see it

Detection Strategy for T1505 - Server Software Component

  • Installation of malicious IIS/Apache/SQL server modules that later execute command-line interpreters or establish outbound connections.
  • Abuse of extensible server modules (e.g., Apache, Nginx, Tomcat) to load rogue plugins that initiate bash, connect to C2, or spawn reverse shells.
  • Malicious use of webserver plugins (e.g., for nginx, PHP, Node.js) that execute AppleScript or open network sockets.
  • Use of ESXi web interface plugins or vSphere extensions to embed persistent malicious scripts or services.

what reduces it

  • M1045 Code Signing. Ensure all application component binaries are signed by the correct application developers.
  • M1046 Boot Integrity. Enabling secure boot allows validation of software and drivers during initial system boot.
  • M1018 User Account Management. Enforce the principle of least privilege by limiting privileges of user accounts so only authorized accounts can modify and/or add server software components.
  • M1026 Privileged Account Management. Do not allow administrator accounts that have permissions to add component software on these services to be used for day-to-day operations that may expose them to potential adversaries on unprivileged systems.
  • M1024 Restrict Registry Permissions. Consider using Group Policy to configure and block modifications to service and other critical server parameters in the Registry.
  • M1047 Audit. Regularly check component software on critical services that adversaries may target for persistence to verify the integrity of the systems and identify if unexpected changes have been made.

sub-techniques

The description, detection analytics and mitigations are reproduced from MITRE ATT&CK, version 19.2, under its terms of use. The checklists, hunts, labs and everything else linked here are this site’s.