| name | T1608_stage-capabilities |
| description | Adversaries may upload, install, or otherwise set up capabilities that can be used during targeting. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1608","resource-development","pre"] |
| technique_id | T1608 |
| tactic | resource-development |
| all_tactics | ["resource-development"] |
| platforms | ["PRE"] |
| mitre_url | https://attack.mitre.org/techniques/T1608 |
| tech_stack | ["pre"] |
| cwe_ids | [] |
| chains_with | ["T1608.001","T1608.002","T1608.003","T1608.004","T1608.005","T1608.006"] |
| prerequisites | [] |
| severity_boost | {"T1608.001":"Chain with T1608.001 for deeper attack path","T1608.002":"Chain with T1608.002 for deeper attack path","T1608.003":"Chain with T1608.003 for deeper attack path"} |
T1608 Stage Capabilities
High-Level Description
Adversaries may upload, install, or otherwise set up capabilities that can be used during targeting. To support their operations, an adversary may need to take capabilities they developed (Develop Capabilities) or obtained (Obtain Capabilities) and stage them on infrastructure under their control. These capabilities may be staged on infrastructure that was previously purchased/rented by the adversary (Acquire Infrastructure) or was otherwise compromised by them (Compromise Infrastructure). Capabilities may also be staged on web services, such as GitHub or Pastebin, or on Platform-as-a-Service (PaaS) offerings that enable users to easily provision applications.
Staging of capabilities can aid the adversary in a number of initial access and post-compromise behaviors, including (but not limited to):
- Staging web resources necessary to conduct Drive-by Compromise when a user browses to a site.
- Staging web resources for a link target to be used with spearphishing.
- Uploading malware or tools to a location accessible to a victim network to enable Ingress Tool Transfer.
- Installing a previously acquired SSL/TLS certificate to use to encrypt command and control traffic (ex: Asymmetric Cryptography with Web Protocols).
Kill Chain Phase
- Resource Development (TA0042)
Platforms: PRE
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Stage Capabilities by examining the target platforms (PRE).
-
Assess Existing Defenses: Review whether mitigations for T1608 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.