From 32634ce164e181417128d195e4ae7b6634e5db0d Mon Sep 17 00:00:00 2001 From: Ilija Lazoroski Date: Wed, 10 Aug 2022 14:14:19 +0200 Subject: [PATCH] Island: Replace Guardicore links with Akamai links --- monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js | 2 +- .../components/report-components/ransomware/AttackSection.tsx | 1 + .../components/report-components/ransomware/BreachSection.tsx | 2 +- .../components/report-components/ransomware/LateralMovement.tsx | 2 +- monkey/monkey_island/docs/source/index.rst | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) diff --git a/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js b/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js index 0fb961bf9..361577590 100644 --- a/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js +++ b/monkey/monkey_island/cc/ui/src/components/logo/LogoComponent.js @@ -13,7 +13,7 @@ function Logo() {
Powered by - + GuardiCore
diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx index 10f39e4b0..433e1a75a 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/AttackSection.tsx @@ -5,6 +5,7 @@ import NumberedReportSection from './NumberedReportSection'; import LoadingIcon from '../../ui-components/LoadingIcon'; import ExternalLink from '../common/ExternalLink'; +// TODO: Fix the url const ATTACK_DESCRIPTION = <> After the attacker or malware has propagated through your network, your data is at risk on any machine the attacker can access. It can be diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx index fb4498e8e..91e894518 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/BreachSection.tsx @@ -13,7 +13,7 @@ const BREACH_DESCRIPTION = <>

diff --git a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx index 75af68ea5..682b1d632 100644 --- a/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx +++ b/monkey/monkey_island/cc/ui/src/components/report-components/ransomware/LateralMovement.tsx @@ -12,7 +12,7 @@ const LATERAL_MOVEMENT_DESCRIPTION = <>

diff --git a/monkey/monkey_island/docs/source/index.rst b/monkey/monkey_island/docs/source/index.rst index 6ad76d390..bffb6b78a 100644 --- a/monkey/monkey_island/docs/source/index.rst +++ b/monkey/monkey_island/docs/source/index.rst @@ -65,7 +65,7 @@ The results of running Monkey Agents are: Getting Started =============== -If you haven't downloaded Infection Monkey yet you can do so `from our homepage `_. +If you haven't downloaded Infection Monkey yet you can do so `from our homepage `_. .. After downloading the Monkey, install it using one of our [setup guides]({{< ref "/setup" >}}), and read our [getting started guide]({{< ref "/usage/getting-started" >}}) for a quick-start on Monkey!