用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1582-sms-control命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | T1582_sms-control |
| description | Adversaries may delete, alter, or send SMS messages without user authorization. |
| category | business-logic |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1582","impact","android"] |
| technique_id | T1582 |
| tactic | impact |
| all_tactics | ["impact"] |
| platforms | ["Android"] |
| mitre_url | https://attack.mitre.org/techniques/T1582 |
| tech_stack | ["android"] |
| cwe_ids | ["CWE-400"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Adversaries may delete, alter, or send SMS messages without user authorization. This could be used to hide C2 SMS messages, spread malware, or various external effects.
This can be accomplished by requesting the RECEIVE_SMS or SEND_SMS permissions depending on what the malware is attempting to do. If the app is set as the default SMS handler on the device, the SMS_DELIVER broadcast intent can be registered, which allows the app to write to the SMS content provider. The content provider directly modifies the messaging database on the device, which could allow malicious applications with this ability to insert, modify, or delete arbitrary messages on the device.
Platforms: Android
Determine if the target mobile environment is susceptible to SMS Control by examining the target platforms (Android).
Review whether mitigations for T1582 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Users should be encouraged to be very careful with what applications they grant SMS access to. Further, users should not change their default SMS handler to applications they do not recognize.
| Finding | Severity | Impact |
|---|---|---|
| SMS Control technique applicable | Low | Impact |
| CWE ID | Title |
|---|---|
| CWE-400 | Uncontrolled Resource Consumption |