diff --git a/docs/source/action_masking.rst b/docs/source/action_masking.rst index 2b17075b..264ab254 100644 --- a/docs/source/action_masking.rst +++ b/docs/source/action_masking.rst @@ -111,35 +111,35 @@ The following logic is applied: +------------------------------------------+---------------------------------------------------------------------+ | **FIREWALL_ACL_REMOVERULE** | Firewall is on. | +------------------------------------------+---------------------------------------------------------------------+ -| NODE_NMAP_PING_SCAN | Node is on. | +| **NODE_NMAP_PING_SCAN** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| NODE_NMAP_PORT_SCAN | Node is on. | +| **NODE_NMAP_PORT_SCAN** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| NODE_NMAP_NETWORK_SERVICE_RECON | Node is on. | +| **NODE_NMAP_NETWORK_SERVICE_RECON** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| CONFIGURE_DATABASE_CLIENT | Node is on. | +| **CONFIGURE_DATABASE_CLIENT** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| CONFIGURE_RANSOMWARE_SCRIPT | Node is on. | +| **CONFIGURE_RANSOMWARE_SCRIPT** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| CONFIGURE_DOSBOT | Node is on. | +| **CONFIGURE_DOSBOT** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| CONFIGURE_C2_BEACON | Node is on. | +| **CONFIGURE_C2_BEACON** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| C2_SERVER_RANSOMWARE_LAUNCH | Node is on. | +| **C2_SERVER_RANSOMWARE_LAUNCH** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| C2_SERVER_RANSOMWARE_CONFIGURE | Node is on. | +| **C2_SERVER_RANSOMWARE_CONFIGURE** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| C2_SERVER_TERMINAL_COMMAND | Node is on. | +| **C2_SERVER_TERMINAL_COMMAND** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| C2_SERVER_DATA_EXFILTRATE | Node is on. | +| **C2_SERVER_DATA_EXFILTRATE** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| NODE_ACCOUNTS_CHANGE_PASSWORD | Node is on. | +| **NODE_ACCOUNTS_CHANGE_PASSWORD** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| SSH_TO_REMOTE | Node is on. | +| **SSH_TO_REMOTE** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| SESSIONS_REMOTE_LOGOFF | Node is on. | +| **SESSIONS_REMOTE_LOGOFF** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+ -| NODE_SEND_REMOTE_COMMAND | Node is on. | +| **NODE_SEND_REMOTE_COMMAND** | Node is on. | +------------------------------------------+---------------------------------------------------------------------+