用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t0895-autorun-image命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
macOS post-exploitation for credential harvesting, DTrace monitoring, TCC bypass, and stealth operations via native tools
Windows userland post-exploitation for credential harvesting, monitoring, AMSI/ETW bypass, and stealth operations
Kubernetes post-exploitation for container escape, secret extraction, RBAC abuse, and cluster persistence
基于 SOC 职业分类
正在显示 SKILL.md
| name | T0895_autorun-image |
| description | Adversaries may leverage AutoRun functionality or scripts to execute malicious code. |
| category | input-validation |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","ics","t0895","execution"] |
| technique_id | T0895 |
| tactic | execution |
| all_tactics | ["execution"] |
| platforms | ["ICS"] |
| mitre_url | https://attack.mitre.org/techniques/T0895 |
| tech_stack | ["ics"] |
| cwe_ids | ["CWE-94"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Adversaries may leverage AutoRun functionality or scripts to execute malicious code. Devices configured to enable AutoRun functionality or legacy operating systems may be susceptible to abuse of these features to run malicious code stored on various forms of removeable media (i.e., USB, Disk Images [.ISO]). Commonly, AutoRun or AutoPlay are disabled in many operating systems configurations to mitigate against this technique. If a device is configured to enable AutoRun or AutoPlay, adversaries may execute code on the device by mounting the removable media to the device, either through physical or virtual means. This may be especially relevant for virtual machine environments where disk images may be dynamically mapped to a guest system on a hypervisor.
An example could include an adversary gaining access to a hypervisor through the management interface to modify a virtual machine’s hardware configuration. They could then deploy an iso image with a malicious AutoRun script to cause the virtual machine to automatically execute the code contained on the disk image. This would enable the execution of malicious code within a virtual machine without needing any prior remote access to that system.
Platforms: ICS
Determine if the target ICS/SCADA environment is susceptible to Autorun Image by examining operational technology systems and network architecture.
Review whether mitigations for T0895 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.
Configure operating systems to disable the autorun of any specific file types or drives.
| Finding | Severity | Impact |
|---|---|---|
| Autorun Image technique applicable |
| Low |
| Execution |
| CWE ID | Title |
|---|---|
| CWE-94 | Improper Control of Generation of Code |