ID | Name |
---|---|
T1048.001 | Exfiltration Over Symmetric Encrypted Non-C2 Protocol |
T1048.002 | Exfiltration Over Asymmetric Encrypted Non-C2 Protocol |
T1048.003 | Exfiltration Over Unencrypted Non-C2 Protocol |
Adversaries may steal data by exfiltrating it over a symmetrically encrypted network protocol other than that of the existing command and control channel. The data may also be sent to an alternate network location from the main command and control server.
Symmetric encryption algorithms are those that use shared or the same keys/secrets on each end of the channel. This requires an exchange or pre-arranged agreement/possession of the value used to encrypt and decrypt data.
Network protocols that use asymmetric encryption often utilize symmetric encryption once keys are exchanged, but adversaries may opt to manually share keys and implement symmetric cryptographic algorithms (ex: RC4, AES) vice using mechanisms that are baked into a protocol. This may result in multiple layers of encryption (in protocols that are natively encrypted such as HTTPS) or encryption in protocols that not typically encrypted (such as HTTP or FTP).
ID | Mitigation | Description |
---|---|---|
M1037 | Filter Network Traffic |
Enforce proxies and use dedicated servers for services such as DNS and only allow those systems to communicate over respective ports/protocols, instead of all systems within a network. |
M1031 | Network Intrusion Prevention |
Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary command and control infrastructure and malware can be used to mitigate activity at the network level. |
M1030 | Network Segmentation |
Follow best practices for network firewall configurations to allow only necessary ports and traffic to enter and exit the network.[1] |
ID | Data Source | Data Component | Detects |
---|---|---|---|
DS0017 | Command | Command Execution |
Monitor for execution of encryption-related tools before outbound data transfer, use of symmetric encryption algorithms (AES, RC4, Blowfish) in scripts or binaries, or file encryption activity followed by network communication. Analytic 1 - Detecting Symmetric Encryption Before Exfiltration
|
DS0022 | File | File Access |
Monitor for files being encrypted before transfer, temporary storage of encrypted files before exfiltration, or files with unusual extensions indicative of encryption (.aes, .enc, .bin). Analytic 1 - Detecting Encrypted Files Before Exfiltration
|
DS0029 | Network Traffic | Network Connection Creation |
Monitor for outbound network connections using traditionally non-encrypted protocols, connections where data sent is significantly larger than data received, traffic spikes over uncommon ports (e.g., FTP, SMB, SMTP, ICMP), or traffic patterns indicative of encrypted payload transmission. Analytic 1 - Detecting Symmetric Encrypted Exfiltration via Alternative Protocols
|
Network Traffic Content |
Monitor for encrypted payloads using symmetric cryptography over plaintext channels, detection of RC4, AES, or Blowfish in network traffic, or HTTP, FTP, or DNS packets containing unusually long Base64 or XOR-encoded strings. Analytic 1 - Detecting Encrypted Payloads in Alternative Protocols
|
||
Network Traffic Flow |
Monitor network data for uncommon data flows. Processes utilizing the network that do not normally have network communication or have never been seen before are suspicious. |