Fixed typos and improved wording in homepage of documentation hub
This commit is contained in:
parent
17504c227b
commit
869d290296
|
@ -10,8 +10,8 @@ draft: false
|
|||
|
||||
## What is Guardicore Infection Monkey?
|
||||
|
||||
The Infection Monkey is an open source breach and attack simulation tool for testing a data center's resiliency to perimeter breaches and internal server infection.
|
||||
Infection Monkey will help you test implemented security solutions and will provide visibility of the internal network through the eyes of an attacker.
|
||||
The Infection Monkey is an open-source breach and attack simulation tool for testing a data center's resiliency to perimeter breaches and internal server infection.
|
||||
Infection Monkey will help you validate existing security solutions and will provide a view of the internal your network from an attacker's perspective.
|
||||
|
||||
Infection Monkey is free and can be downloaded from [our homepage](https://infectionmonkey.com/).
|
||||
|
||||
|
@ -19,24 +19,24 @@ Infection Monkey is free and can be downloaded from [our homepage](https://infec
|
|||
|
||||
## How it works
|
||||
|
||||
Architecturally Infection Monkey tool is comprised of two parts:
|
||||
Architecturally, Infection Monkey is comprised of two parts:
|
||||
|
||||
* Monkey Agent (Monkey for short) - a safe, worm like binary program which scans, spreads and simulates attack techniques on the **local network**.
|
||||
* Monkey Island Server (Island for short) - a C&C web server which serves GUI for users and interacts with Monkey Agents.
|
||||
* Monkey Agent (Monkey for short) - a safe, worm-like binary program which scans, propagates and simulates attack techniques on the **local network**.
|
||||
* Monkey Island Server (Island for short) - a C&C web server which provides a GUI for users and interacts with the Monkey Agents.
|
||||
|
||||
User runs Monkey Agent on the Island server machine or distributes Monkey Agent binaries on the network manually. Based on
|
||||
the configuration parameters, Monkey Agents scan, propagate and simulate attackers behaviour on the local network. All of the
|
||||
the configuration parameters, Monkey Agents scan, propagate and simulate attackers behavior on the local network. All of the
|
||||
information gathered about the network is aggregated in the Island Server and displayed once all Monkey Agents are finished.
|
||||
|
||||
## Results
|
||||
|
||||
Results of running Monkey Agents are:
|
||||
- A map which displays how much of the network attacker can see, services accessible and potential propagation routes.
|
||||
- Security report, which displays security issues Monkey Agents found and/or exploited.
|
||||
- Mitre ATT&CK report, which displays the outcomes of ATT&CK techniques Monkey Agents tried to use.
|
||||
- Zero Trust report, which displays violations of Zero Trust principles that Agents found.
|
||||
The results of running Monkey Agents are:
|
||||
- A map which displays how much of the network an attacker can see, what services are accessible and potential propagation routes.
|
||||
- A security report, which displays security issues that Monkey Agents discovered and/or exploited.
|
||||
- A Mitre ATT&CK report, which displays the information about the ATT&CK techniques that Monkey Agents tried to use.
|
||||
- A Zero Trust report, which displays violations of Zero Trust principles that Monkey Agents found.
|
||||
|
||||
More in depth description of reports generated can be found in [reports documentation page](/reports)
|
||||
A more in-depth description of reports generated can be found in the [reports documentation page](/reports).
|
||||
|
||||
## Getting Started
|
||||
|
||||
|
|
Loading…
Reference in New Issue