Currently viewing ATT&CK v7.2 which was live between July 8, 2020 and October 26, 2020. Learn more about the versioning system or see the live site.
Register to stream the next session of ATT&CKcon Power Hour November 12

Application Layer Protocol: Mail Protocols

Adversaries may communicate using application layer protocols associated with electronic map delivery 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 SMTP/S, POP3/S, and IMAP that carry electronic mail 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 email messages themselves. An adversary may abuse these protocols to communicate with systems under their control within a victim network while also mimicking normal, expected traffic.

ID: T1071.003
Sub-technique of:  T1071
Tactic: Command And Control
Platforms: Linux, Windows, macOS
Data Sources: Netflow/Enclave netflow, Network protocol analysis, Packet capture, Process monitoring, Process use of network
Version: 1.0
Created: 15 March 2020
Last Modified: 26 March 2020

Procedure Examples

Name Description
Agent Tesla

Agent Tesla has used SMTP for C2 communications.[4][5][6]

APT28

APT28 used SMTP as a communication channel in various implants, initially using self-registered Google Mail accounts and later compromised email servers of its victims.[9]

APT32

APT32 has used email for C2 via an Office macro.[23][20]

BadPatch

BadPatch uses SMTP for C2.[7]

Cannon

Cannon uses SMTP/S and POP3/S for C2 communications by sending and receiving emails.[1]

CHOPSTICK

Various implementations of CHOPSTICK communicate with C2 over SMTP and POP3.[8]

ComRAT

ComRAT can use email attachments for command and control.[21]

CORESHELL

CORESHELL can communicate over SMTP and POP3 for C2.[9][10]

Goopy

Goopy has the ability to use a Microsoft Outlook backdoor macro to communicate with its C2.[20]

JPIN

JPIN can send email over SMTP.[11]

LightNeuron

LightNeuron uses SMTP for C2.[3]

NavRAT

NavRAT uses the email platform, Naver, for C2 communications, leveraging SMTP.[2]

OLDBAIT

OLDBAIT can use SMTP for C2.[9]

Remsec

Remsec is capable of using SMTP for C2.[12][13][14]

SilverTerrier

SilverTerrier uses SMTP for C2 communications.[22]

Zebrocy

Zebrocy uses SMTP and POP3 for C2.[15][1][16][17][18][19]

Mitigations

Mitigation Description
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.

Detection

Analyze network data for uncommon data flows (e.g., a client sending significantly more data than it receives from a server). Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. Analyze packet contents to detect application layer protocols that do not follow the expected protocol standards regarding syntax, structure, or any other variable adversaries could leverage to conceal data.[24]

References