Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Adversaries may use port knocking to hide open ports used for persistence or command and control.
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-10 | ✗→✓ | ▲ Improved | -13% | 0% |
| case-09 | ✗→✓ | ▲ Improved | -61% | 0% |
| case-13 | ✗→✓ | ▲ Improved | -41% | 0% |
| case-18 | ✗→✓ | ▲ Improved | -48% | 0% |
| case-19 | ✗→✓ | ▲ Improved | -22% | 0% |
> Sub-technique of: T1205
Adversaries may use port knocking to hide open ports used for persistence or command and control. To enable a port, an adversary sends a series of attempted connections to a predefined sequence of closed ports. After the sequence is completed, opening a port is often accomplished by the host based firewall, but could also be implemented by custom software.
This technique has been observed both for the dynamic opening of a listening port as well as the initiating of a connection to a listening server on a different system.
The observation of the signal packets to trigger the communication can be conducted through different methods. One means, originally implemented by Cd00r , is to use the libpcap libraries to sniff for the packets in question. Another method leverages raw sockets, which enables the malware to use ports that are already open for use by other programs.
Platforms: Linux, macOS, Windows, Network Devices
> Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Mitigation of some variants of this technique could be achieved through the use of stateful firewalls, depending upon how it is implemented.
| Finding | Severity | Impact | | ---------------------------------- | -------- | --------------- | | Port Knocking technique applicable | Low | Defense Evasion |
| CWE ID | Title | | ------- | ---------------------------- | | CWE-693 | Protection Mechanism Failure |
Other measured skills in the registry, with their headline benchmark lift.