ID | Name |
---|---|
T1071.001 | Web Protocols |
T1071.002 | File Transfer Protocols |
T1071.003 | Mail Protocols |
T1071.004 | DNS |
T1071.005 | Publish/Subscribe Protocols |
Adversaries may communicate using application layer protocols associated with transferring files to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.
Protocols such as SMB[1], FTP[2], FTPS, and TFTP that transfer files may be very common in environments. Packets produced from these protocols may have many fields and headers in which data can be concealed. Data could also be concealed within the transferred files. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.
ID | Name | Description |
---|---|---|
G0096 | APT41 |
APT41 used exploit payloads that initiate download via ftp.[3] |
S0438 | Attor | |
S1081 | BADHATCH |
BADHATCH can emulate an FTP server to connect to actor-controlled C2 servers.[5] |
S0465 | CARROTBALL |
CARROTBALL has the ability to use FTP in C2 communications.[6] |
S0154 | Cobalt Strike |
Cobalt Strike can conduct peer-to-peer communication over Windows named pipes encapsulated in the SMB protocol. All protocols use their standard assigned ports.[7][8] |
S1088 | Disco | |
G0035 | Dragonfly | |
S0201 | JPIN | |
S0265 | Kazuar |
Kazuar uses FTP and FTPS to communicate with the C2 server.[11] |
G0094 | Kimsuky |
Kimsuky has used FTP to download additional malware to the target machine.[12] |
S0409 | Machete | |
S0699 | Mythic | |
S0353 | NOKKI | |
C0006 | Operation Honeybee |
During Operation Honeybee, the threat actors had the ability to use FTP for C2.[17] |
S0428 | PoetRAT | |
S0019 | Regin |
The Regin malware platform supports many standard protocols, including SMB.[19] |
S0596 | ShadowPad | |
S1089 | SharpDisco |
SharpDisco has the ability to transfer data between SMB shares.[9] |
G0083 | SilverTerrier |
SilverTerrier uses FTP for C2 communications.[21] |
S0464 | SYSCON |
SYSCON has the ability to use FTP in C2 communications.[22][6] |
S0161 | XAgentOSX |
XAgentOSX contains the ftpUpload function to use the FTPManager:uploadFile method to upload files from the target system.[23] |
S0412 | ZxShell |
ID | Mitigation | Description |
---|---|---|
M1031 | Network Intrusion Prevention |
Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate activity at the network level. |
ID | Data Source | Data Component | Detects |
---|---|---|---|
DS0029 | Network Traffic | Network Traffic Content |
Monitor and analyze traffic patterns and packet inspection associated to protocol(s), leveraging SSL/TLS inspection for encrypted traffic, that do not follow the expected protocol standards and traffic flows (e.g extraneous packets that do not belong to established flows, gratuitous or anomalous traffic patterns, anomalous syntax, or structure). Consider correlation with process monitoring and command line to detect anomalous processes execution and command line arguments associated to traffic patterns (e.g. monitor anomalies in use of files that do not normally initiate connections for respective protocol(s)). |
Network Traffic Flow |
Monitor and analyze traffic flows that do not follow the expected protocol standards and traffic flows (e.g extraneous packets that do not belong to established flows, or gratuitous or anomalous traffic patterns). Consider correlation with process monitoring and command line to detect anomalous processes execution and command line arguments associated to traffic patterns (e.g. monitor anomalies in use of files that do not normally initiate connections for respective protocol(s)). |