# T1509_non-standard-port

> Adversaries may generate network traffic using a protocol and port pairing that are typically not associated.

- Skill: `cyberstrikeus/t1509-non-standard-port` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t1509-non-standard-port`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t1509-non-standard-port/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/t1509-non-standard-port

---


# T1509 Non-Standard Port

## High-Level Description

Adversaries may generate network traffic using a protocol and port pairing that are typically not associated. For example, HTTPS over port 8088 or port 587 as opposed to the traditional port 443. Adversaries may make changes to the standard port used by a protocol to bypass filtering or muddle analysis/parsing of network data.

## Kill Chain Phase

- Command and Control (TA0037)

**Platforms:** Android, iOS

## What to Check

- [ ] Identify if Non-Standard Port technique is applicable to target mobile environment
- [ ] Check Android devices for indicators of Non-Standard Port
- [ ] Check iOS devices for indicators of Non-Standard Port
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target mobile environment is susceptible to Non-Standard Port by examining the target platforms (Android, iOS).

### Assess Existing Defenses

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

## Remediation Guide

No specific mitigations documented for this technique.

## Detection

### Detection of Non-Standard Port

## Risk Assessment

| Finding                                | Severity | Impact              |
| -------------------------------------- | -------- | ------------------- |
| Non-Standard Port technique applicable | Low      | Command And Control |

## CWE Categories

| CWE ID  | Title                              |
| ------- | ---------------------------------- |
| CWE-300 | Channel Accessible by Non-Endpoint |

## References

- [MITRE ATT&CK Mobile - T1509](https://attack.mitre.org/techniques/T1509)

