用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t0811-data-from-information-repositories命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T0811_data-from-information-repositories |
| description | Adversaries may target and collect data from information repositories. |
| category | information-gathering |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0811","collection"] |
| technique_id | T0811 |
| tactic | collection |
| all_tactics | ["collection"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0811 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-200"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Adversaries may target and collect data from information repositories. This can include sensitive data such as specifications, schematics, or diagrams of control system layouts, devices, and processes. Examples of information repositories include reference databases in the process environment, as well as databases in the corporate network that might contain information about the ICS.
Information collected from these systems may provide the adversary with a better understanding of the operational environment, vendors used, processes, or procedures of the ICS.
In a campaign between 2011 and 2013 against ONG organizations, Chinese state-sponsored actors searched document repositories for specific information such as, system manuals, remote terminal unit (RTU) sites, personnel lists, documents that included the string SCAD*, user credentials, and remote dial-up access information.
Platforms: ICS
Determine if the target ICS/SCADA environment is susceptible to Data from Information Repositories by examining operational technology systems and network architecture.
Review whether mitigations for T0811 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Consider periodic reviews of accounts and privileges for critical and sensitive repositories.
Information which is sensitive to the operation and architecture of the process environment may be encrypted to ensure confidentiality and restrict access to only those who need to know.
Protect files with proper permissions to limit opportunities for adversaries to interact and collect information from databases.
Ensure users and user groups have appropriate permissions for their roles through Identity and Access Management (IAM) controls to prevent misuse. Implement user accounts for each individual that may access the repositories for role enforcement and non-repudiation of actions.
Minimize permissions and access for service accounts to limit the information that may be exposed or collected by malicious users or software.
Develop and publish policies that define acceptable information to be stored in repositories.
| Finding | Severity | Impact |
|---|---|---|
| Data from Information Repositories technique applicable | High | Collection |
| CWE ID | Title |
|---|---|
| CWE-200 | Exposure of Sensitive Information |