add description details

This commit is contained in:
Desiree Beck
2019-08-27 21:23:03 -04:00
parent 00f2478459
commit a86e6040ef
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
C2 Communication
================
All command and control malware uses client/server communication. The methods listed below can be used to capture explicit communication details.
All command and control malware uses client/server communication. The methods listed below can be used to capture explicit communication details. Remote file copy behavior is captured separately, as is done in ATT&CK - see [Remote File Copy](https://github.com/MBCProject/mbc-markdown/blob/master/command-and-control/remote-file-copy.md).
Command and Control Communication relates to *autonomous* client/server communications, not commands that are provided to an adversary. Commands provided to an attacker should be captured under [Remote Commands](https://github.com/MBCProject/mbc-markdown/blob/master/execution/remote-commands.md) under the Execution objective.
+1 -1
View File
@@ -7,7 +7,7 @@
Data Obfuscated
===============
Malware may obfuscate data before exfiltration. This behavior is more
Malware may obfuscate data before exfiltration.
**See ATT&CK Technique:** [**Data Encrypted**](https://attack.mitre.org/techniques/T1022/).