forked from p34709852/monkey
Island: Replace Guardicore links with Akamai links
This commit is contained in:
parent
4535c26a5c
commit
32634ce164
|
@ -13,7 +13,7 @@ function Logo() {
|
|||
<hr/>
|
||||
<div className='guardicore-link text-center' style={{'marginBottom': '0.5em'}}>
|
||||
<span>Powered by</span>
|
||||
<a href='http://www.guardicore.com' rel='noopener noreferrer' target='_blank'>
|
||||
<a href='https://www.akamai.com/products/akamai-segmentation' rel='noopener noreferrer' target='_blank'>
|
||||
<img src={guardicoreLogoImage} alt='GuardiCore'/>
|
||||
</a>
|
||||
</div>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@ const BREACH_DESCRIPTION = <>
|
|||
<br />
|
||||
<br />
|
||||
<ExternalLink
|
||||
url="https://www.guardicore.com/blog/4-techniques-for-early-ransomware-detection/?utm_medium=monkey-request&utm_source=web-report&utm_campaign=monkey-security-report"
|
||||
url="https://www.akamai.com/blog/security/4-techniques-for-early-ransomware-detection/?utm_medium=monkey-request&utm_source=web-report&utm_campaign=monkey-security-report"
|
||||
text="Learn techniques for early ransomware detection on Guardicore's blog"
|
||||
/>
|
||||
</>
|
||||
|
|
|
@ -12,7 +12,7 @@ const LATERAL_MOVEMENT_DESCRIPTION = <>
|
|||
<br />
|
||||
<br />
|
||||
<ExternalLink
|
||||
url="https://www.guardicore.com/blog/stopping-ransomware-with-segmentation/?utm_medium=monkey-request&utm_source=web-report&utm_campaign=monkey-security-report"
|
||||
url="https://www.akamai.com/blog/security/stopping-ransomware-with-segmentation/?utm_medium=monkey-request&utm_source=web-report&utm_campaign=monkey-security-report"
|
||||
text="See some real-world examples on Guardicore's blog"
|
||||
/>
|
||||
</>
|
||||
|
|
|
@ -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 <https://www.guardicore.com/infectionmonkey/#download>`_.
|
||||
If you haven't downloaded Infection Monkey yet you can do so `from our homepage <https://www.akamai.com/infectionmonkey#download>`_.
|
||||
|
||||
..
|
||||
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!
|
||||
|
|
Loading…
Reference in New Issue