用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/CyberStrikeus/CyberStrike --skill t1644-out-of-band-data命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 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
正在显示 SKILL.md
基于 SOC 职业分类
| name | T1644_out-of-band-data |
| description | Adversaries may communicate with compromised devices using out of band data streams. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1644","command-and-control","android","ios"] |
| technique_id | T1644 |
| tactic | command-and-control |
| all_tactics | ["command-and-control"] |
| platforms | ["Android","iOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1644 |
| tech_stack | ["android","ios"] |
| cwe_ids | ["CWE-300"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
Adversaries may communicate with compromised devices using out of band data streams. This could be done for a variety of reasons, including evading network traffic monitoring, as a backup method of command and control, or for data exfiltration if the device is not connected to any Internet-providing networks (i.e. cellular or Wi-Fi). Several out of band data streams exist, such as SMS messages, NFC, and Bluetooth.
On Android, applications can read push notifications to capture content from SMS messages, or other out of band data streams. This requires that the user manually grant notification access to the application via the settings menu. However, the application could launch an Intent to take the user directly there.
On iOS, there is no way to programmatically read push notifications.
Platforms: Android, iOS
Determine if the target mobile environment is susceptible to Out of Band Data by examining the target platforms (Android, iOS).
Review whether mitigations for T1644 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Users should be instructed to not grant applications unexpected or unnecessary permissions.
| Finding | Severity | Impact |
|---|---|---|
| Out of Band Data technique applicable | Low | Command And Control |
| CWE ID | Title |
|---|---|
| CWE-300 |
| Channel Accessible by Non-Endpoint |