Island UI: reword the info for LateralMovement.tsx to not contain encryption part in description

This commit is contained in:
VakarisZ 2021-07-28 10:28:35 +03:00
parent 73f06a5551
commit e10d2246a3
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import pluralize from 'pluralize'
const LATERAL_MOVEMENT_DESCRIPTION = 'After the initial breach, the attacker will begin the Lateral \
Movement phase of the attack. They will employ various \
techniques in order to compromise other systems in your \
network and encrypt as many files as possible.'
network.'
type PropagationStats = {
num_scanned_nodes: number,