| name | T1608.001_upload-malware |
| description | Adversaries may upload malware to third-party or adversary controlled infrastructure to make it accessible during targeting. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1608.001","resource-development","pre","sub-technique"] |
| technique_id | T1608.001 |
| tactic | resource-development |
| all_tactics | ["resource-development"] |
| platforms | ["PRE"] |
| mitre_url | https://attack.mitre.org/techniques/T1608/001 |
| tech_stack | ["pre"] |
| cwe_ids | [] |
| chains_with | ["T1608","T1608.002","T1608.003","T1608.004","T1608.005","T1608.006"] |
| prerequisites | ["T1608"] |
| severity_boost | {"T1608":"Chain with T1608 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.001 Upload Malware
Sub-technique of: T1608
High-Level Description
Adversaries may upload malware to third-party or adversary controlled infrastructure to make it accessible during targeting. Malicious software can include payloads, droppers, post-compromise tools, backdoors, and a variety of other malicious content. Adversaries may upload malware to support their operations, such as making a payload available to a victim network to enable Ingress Tool Transfer by placing it on an Internet accessible web server.
Malware may be placed on infrastructure that was previously purchased/rented by the adversary (Acquire Infrastructure) or was otherwise compromised by them (Compromise Infrastructure). Malware can also be staged on web services, such as GitHub or Pastebin; hosted on the InterPlanetary File System (IPFS), where decentralized content storage makes the removal of malicious files difficult; or saved on the blockchain as smart contracts, which are resilient against takedowns that would affect traditional infrastructure.
Adversaries may upload backdoored files, such as software packages, application binaries, virtual machine images, or container images, to third-party software stores, package libraries, extension marketplaces, or repositories (ex: GitHub, CNET, AWS Community AMIs, Docker Hub, PyPi, NPM). By chance encounter, victims may directly download/install these backdoored files via User Execution. Masquerading, including typo-squatting legitimate software, may increase the chance of users mistakenly executing these files.
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 Upload Malware by examining the target platforms (PRE).
-
Assess Existing Defenses: Review whether mitigations for T1608.001 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.