From f6063cd5bfee052d2b2b5dba77c2964fa12511de Mon Sep 17 00:00:00 2001 From: Desiree Beck Date: Thu, 19 Sep 2019 11:21:58 -0400 Subject: [PATCH] modify description --- impact/remote-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/impact/remote-access.md b/impact/remote-access.md index 21e96e8..9d0e9cd 100644 --- a/impact/remote-access.md +++ b/impact/remote-access.md @@ -7,7 +7,7 @@ Remote Access ============= -Malware may provide an attacker with potentially full access to a system via a remote network connection. A RAT (Remote Access Trojan) is an example of malware that provides remote access. +Malware may provide an attacker with potentially full access to a system via a remote network connection. A RAT (Remote Access Trojan) is an example of malware that provides a degree of remote access. If the malware provides an "execute" command, the attacker may choose to delete files or corrupt data, power-off the machine, or upload and execute other applications. The malware may also provide specific commands to the attacker (e.g., Delete File). Explicit commands provided by the malware can be captured with Methods associated with the [**Execution:Remote Commands**](https://github.com/MBCProject/mbc-markdown/blob/master/execution/remote-commands.md) behavior; examples include *Execution:Remote Commands:Execute* and *Execution:Remote Commands:Delete File*.