用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1569-system-services命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1569_system-services |
| description | Adversaries may abuse system services or daemons to execute commands or programs. |
| category | input-validation |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1569","execution","windows","macos","linux"] |
| technique_id | T1569 |
| tactic | execution |
| all_tactics | ["execution"] |
| platforms | ["Windows","macOS","Linux"] |
| mitre_url | https://attack.mitre.org/techniques/T1569 |
| tech_stack | ["windows","macos","linux"] |
| cwe_ids | ["CWE-94"] |
| chains_with | ["T1569.001","T1569.002","T1569.003"] |
| prerequisites | [] |
| severity_boost | {"T1569.001":"Chain with T1569.001 for deeper attack path","T1569.002":"Chain with T1569.002 for deeper attack path","T1569.003":"Chain with T1569.003 for deeper attack path"} |
Adversaries may abuse system services or daemons to execute commands or programs. Adversaries can execute malicious content by interacting with or creating services either locally or remotely. Many services are set to run at boot, which can aid in achieving persistence (Create or Modify System Process), but adversaries can also abuse services for one-time or temporary execution.
Platforms: Windows, macOS, Linux
Identify Attack Surface: Determine if the target environment is susceptible to System Services by examining the target platforms (Windows, macOS, Linux).
Assess Existing Defenses: Review whether mitigations for T1569 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.
Ensure that permissions disallow services that run at a higher permissions level from being created or interacted with by a user with a lower permission level.
Prevent users from installing their own launch agents or launch daemons.
On Windows 10, enable Attack Surface Reduction (ASR) rules to block processes created by PsExec from running.
Ensure that high permission level service binaries cannot be replaced or modified by users with a lower permission level.
| Finding | Severity | Impact |
|---|---|---|
| System Services technique applicable | Low | Execution |
| CWE ID | Title |
|---|---|
| CWE-94 | Improper Control of Generation of Code |