ID | Name |
---|---|
T1001.001 | Junk Data |
T1001.002 | Steganography |
T1001.003 | Protocol or Service Impersonation |
Adversaries may add junk data to protocols used for command and control to make detection more difficult.[1] By adding random or meaningless data to the protocols used for command and control, adversaries can prevent trivial methods for decoding, deciphering, or otherwise analyzing the traffic. Examples may include appending/prepending data with junk characters or writing junk characters between significant characters.
ID | Name | Description |
---|---|---|
G0007 | APT28 |
APT28 added "junk data" to each encoded string, preventing trivial decoding without knowledge of the junk removal algorithm. Each implant was given a "junk length" value when created, tracked by the controller software to allow seamless communication but prevent analysis of the command protocol on the wire.[2] |
S0574 | BendyBear |
BendyBear has used byte randomization to obscure its behavior.[3] |
S0134 | Downdelph |
Downdelph inserts pseudo-random characters between each original character during encoding of C2 network requests, making it difficult to write signatures on them.[4] |
S0588 | GoldMax |
GoldMax has used decoy traffic to surround its malicious network traffic to avoid detection.[5] |
S0632 | GrimAgent |
GrimAgent can pad C2 messages with random generated values.[6] |
S1020 | Kevin |
Kevin can generate a sequence of dummy HTTP C2 requests to obscure traffic.[7] |
S1047 | Mori | |
S0016 | P2P ZeuS |
P2P ZeuS added junk data to outgoing UDP packets to peer implants.[9] |
S0626 | P8RAT |
P8RAT can send randomly-generated data as part of its C2 communication.[10] |
S0435 | PLEAD |
PLEAD samples were found to be highly obfuscated with junk code.[11][12] |
S0559 | SUNBURST | |
S0682 | TrailBlazer |
TrailBlazer has used random identifier strings to obscure its C2 operations and result codes.[13] |
S0647 | Turian |
Turian can insert pseudo-random characters into its network encryption setup.[14] |
S0022 | Uroburos |
Uroburos can add extra characters in encoded strings to help mimic DNS legitimate requests.[15] |
S0514 | WellMess |
WellMess can use junk data in the Base64 string for additional obfuscation.[16] |
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 some obfuscation activity at the network level. |
ID | Data Source | Data Component | Detects |
---|---|---|---|
DS0029 | Network Traffic | Network Traffic Content |
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 communications that do not follow the expected protocol behavior for the port that is being used.[17] |