用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1074-data-staged命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1074_data-staged |
| description | Adversaries may stage collected data in a central location or directory prior to Exfiltration. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1074","collection","windows","iaas","linux","macos","esxi"] |
| technique_id | T1074 |
| tactic | collection |
| all_tactics | ["collection"] |
| platforms | ["Windows","IaaS","Linux","macOS","ESXi"] |
| mitre_url | https://attack.mitre.org/techniques/T1074 |
| tech_stack | ["windows","cloud","linux","macos","esxi"] |
| cwe_ids | ["CWE-200"] |
| chains_with | ["T1074.001","T1074.002"] |
| prerequisites | [] |
| severity_boost | {"T1074.001":"Chain with T1074.001 for deeper attack path","T1074.002":"Chain with T1074.002 for deeper attack path"} |
Adversaries may stage collected data in a central location or directory prior to Exfiltration. Data may be kept in separate files or combined into one file through techniques such as Archive Collected Data. Interactive command shells may be used, and common functionality within cmd and bash may be used to copy data into a staging location.
In cloud environments, adversaries may stage data within a particular instance or virtual machine before exfiltration. An adversary may Create Cloud Instance and stage data in that instance.
Adversaries may choose to stage data from a victim network in a centralized location prior to Exfiltration to minimize the number of connections made to their C2 server and better evade detection.
Platforms: Windows, IaaS, Linux, macOS, ESXi
Identify Attack Surface: Determine if the target environment is susceptible to Data Staged by examining the target platforms (Windows, IaaS, Linux).
Assess Existing Defenses: Review whether mitigations for T1074 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.
No specific mitigations documented for this technique.
| Finding | Severity | Impact |
|---|
| Data Staged technique applicable | Low | Collection |
| CWE ID | Title |
|---|---|
| CWE-200 | Exposure of Sensitive Information |