# T1643_generate-traffic-from-victim

> Adversaries may generate outbound traffic from devices.

- Skill: `cyberstrikeus/t1643-generate-traffic-from-victim` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t1643-generate-traffic-from-victim`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t1643-generate-traffic-from-victim/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cyberstrikeus (https://skillmd.com/u/cyberstrikeus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberstrikeus/t1643-generate-traffic-from-victim

---


# T1643 Generate Traffic from Victim

## High-Level Description

Adversaries may generate outbound traffic from devices. This is typically performed to manipulate external outcomes, such as to achieve carrier billing fraud or to manipulate app store rankings or ratings. Outbound traffic is typically generated as SMS messages or general web traffic, but may take other forms as well.

If done via SMS messages, Android apps must hold the `SEND_SMS` permission. Additionally, sending an SMS message requires user consent if the recipient is a premium number. Applications cannot send SMS messages on iOS

## Kill Chain Phase

- Impact (TA0034)

**Platforms:** Android, iOS

## What to Check

- [ ] Identify if Generate Traffic from Victim technique is applicable to target mobile environment
- [ ] Check Android devices for indicators of Generate Traffic from Victim
- [ ] Check iOS devices for indicators of Generate Traffic from Victim
- [ ] Verify mitigations are bypassed or absent (1 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target mobile environment is susceptible to Generate Traffic from Victim by examining the target platforms (Android, iOS).

### Assess Existing Defenses

Review whether mitigations for T1643 are in place. If defenses are absent or misconfigured, this technique may be exploitable.

## Remediation Guide

### M1011 User Guidance

Users should be advised that applications generally do not require permission to send SMS messages.

## Detection

### Detection of Generate Traffic from Victim

## Risk Assessment

| Finding                                           | Severity | Impact |
| ------------------------------------------------- | -------- | ------ |
| Generate Traffic from Victim technique applicable | Low      | Impact |

## CWE Categories

| CWE ID  | Title                             |
| ------- | --------------------------------- |
| CWE-400 | Uncontrolled Resource Consumption |

## References

- [NIST Mobile Threat Catalogue](https://pages.nist.gov/mobile-threat-catalogue/application-threats/APP-16.html)
- [MITRE ATT&CK Mobile - T1643](https://attack.mitre.org/techniques/T1643)

