forked from p15670423/monkey
Merge pull request #805 from guardicore/use-cases-documentation-fixes
Use cases documentation fixes
This commit is contained in:
commit
8677c219ac
|
@ -20,3 +20,7 @@ Once you're done setting the Monkey up, check out our [Getting Started](../usage
|
||||||
{{% notice tip %}}
|
{{% notice tip %}}
|
||||||
You can find information about [operating system compatibility and support here](../reference/operating_systems_support).
|
You can find information about [operating system compatibility and support here](../reference/operating_systems_support).
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
|
|
||||||
|
{{% notice tip %}}
|
||||||
|
You can find the binary checksums of our installers to verify their integrity [in this page](../usage/file-checksums).
|
||||||
|
{{% /notice %}}
|
|
@ -7,11 +7,13 @@ pre: "<i class='fas fa-play-circle'></i> "
|
||||||
tags: ["usage"]
|
tags: ["usage"]
|
||||||
---
|
---
|
||||||
|
|
||||||
|
If you haven't deployed the Monkey Island yet, please [refer to our setup documentation](/setup)
|
||||||
|
|
||||||
## Using the Infection Monkey
|
## Using the Infection Monkey
|
||||||
|
|
||||||
After deploying the Monkey Island in your environment, navigate to `https://<server-ip>:5000`.
|
After deploying the Monkey Island in your environment, navigate to `https://<server-ip>:5000`.
|
||||||
|
|
||||||
### First-time setup
|
### First-time login
|
||||||
|
|
||||||
On your first login, you'll be asked to set up a username and password for the Monkey Island server. [See this page for more details](../accounts-and-security).
|
On your first login, you'll be asked to set up a username and password for the Monkey Island server. [See this page for more details](../accounts-and-security).
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ pre = "<i class='fas fa-map-marked-alt'></i> "
|
||||||
|
|
||||||
# Use cases
|
# Use cases
|
||||||
|
|
||||||
This section describes possible use cases for the "Infection Monkey" and helps to
|
This section describes possible use cases for the Infection Monkey and helps to
|
||||||
understand how this tool can be configured.
|
understand how this tool can be configured.
|
||||||
You can also refer to [our FAQ](../../faq) for more specific questions and answers.
|
You can also refer to [our FAQ](../../faq) for more specific questions and answers.
|
||||||
|
|
||||||
|
@ -16,9 +16,6 @@ You can also refer to [our FAQ](../../faq) for more specific questions and answe
|
||||||
No worries! The Monkey uses safe exploiters and does not cause any permanent system modifications that impact security or operations.
|
No worries! The Monkey uses safe exploiters and does not cause any permanent system modifications that impact security or operations.
|
||||||
{{% /notice %}}
|
{{% /notice %}}
|
||||||
|
|
||||||
#### Section contents:
|
## Section contents
|
||||||
- [Network breach](./network-breach) - Simulate internal network breach.
|
|
||||||
- [Network segmentation](./network-segmentation) - Test network segmentation.
|
{{% children description=True %}}
|
||||||
- [Credential leak](./credential-leak) - Assess the impact of successful phishing attack or other form of credential leak.
|
|
||||||
- [IDS/IPS Test](./ids-test) - Test your network defence solutions.
|
|
||||||
- [Other](./other) - Tips and tricks about configuring monkey for your needs.
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Credential Leak"
|
title: "Credential Leak"
|
||||||
date: 2020-08-12T13:04:25+03:00
|
date: 2020-08-12T13:04:25+03:00
|
||||||
draft: true
|
draft: false
|
||||||
|
description: "Assess the impact of successful phishing attack, insider threat, or other form of credentials leak."
|
||||||
weight: 4
|
weight: 4
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "IDS/IPS Test"
|
title: "IDS/IPS Test"
|
||||||
date: 2020-08-12T13:07:47+03:00
|
date: 2020-08-12T13:07:47+03:00
|
||||||
draft: true
|
draft: false
|
||||||
|
description: "Test your network defence solutions."
|
||||||
weight: 5
|
weight: 5
|
||||||
---
|
---
|
||||||
|
|
||||||
|
@ -24,7 +25,7 @@ Running the Monkey on both the Island and on a few other machines in the network
|
||||||
as it increases coverage and propagation rates.
|
as it increases coverage and propagation rates.
|
||||||
|
|
||||||
|
|
||||||
![Post breach configuration](/images/usage/scenarios/ids-test.png "Post breach configuration")
|
![Post breach configuration](/images/usage/use-cases/ids-test.PNG "Post breach configuration")
|
||||||
|
|
||||||
## Assessing results
|
## Assessing results
|
||||||
|
|
||||||
|
@ -50,5 +51,5 @@ While running this scenario, be on the lookout for the action that should arise:
|
||||||
Lastly, check Zero Trust and Mitre ATT&CK reports, to see which attacks can be executed on the network and how to
|
Lastly, check Zero Trust and Mitre ATT&CK reports, to see which attacks can be executed on the network and how to
|
||||||
fix it.
|
fix it.
|
||||||
|
|
||||||
![Map](/images/usage/scenarios/map-full-cropped.png "Map")
|
![Map](/images/usage/use-cases/map-full-cropped.png "Map")
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Network Breach"
|
title: "Network Breach"
|
||||||
date: 2020-08-12T13:04:55+03:00
|
date: 2020-08-12T13:04:55+03:00
|
||||||
draft: true
|
draft: false
|
||||||
|
description: "Simulate an internal network breach and assess the potential impact."
|
||||||
weight: 1
|
weight: 1
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Network Segmentation"
|
title: "Network Segmentation"
|
||||||
date: 2020-08-12T13:05:05+03:00
|
date: 2020-08-12T13:05:05+03:00
|
||||||
draft: true
|
draft: false
|
||||||
|
description: "Test network segmentation policies for apps that need ringfencing or tiers that require microsegmentation."
|
||||||
weight: 3
|
weight: 3
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
---
|
---
|
||||||
title: "Other"
|
title: "Other"
|
||||||
date: 2020-08-12T13:07:55+03:00
|
date: 2020-08-12T13:07:55+03:00
|
||||||
draft: true
|
draft: false
|
||||||
|
description: "Tips and tricks about configuring monkey for your needs."
|
||||||
weight: 100
|
weight: 100
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue