forked from p15670423/monkey
Merge pull request #913 from guardicore/improve-report-documentation
Fixes #887
This commit is contained in:
commit
62541d2027
|
@ -1,7 +1,7 @@
|
||||||
+++
|
+++
|
||||||
title = "Reports"
|
title = "Reports"
|
||||||
date = 2020-06-24T21:16:03+03:00
|
date = 2020-06-24T21:16:03+03:00
|
||||||
weight = 5
|
weight = 40
|
||||||
chapter = true
|
chapter = true
|
||||||
pre = "<i class='fas fa-scroll'></i> "
|
pre = "<i class='fas fa-scroll'></i> "
|
||||||
+++
|
+++
|
||||||
|
@ -10,4 +10,4 @@ pre = "<i class='fas fa-scroll'></i> "
|
||||||
|
|
||||||
The Monkey offers three reports:
|
The Monkey offers three reports:
|
||||||
|
|
||||||
{{% children %}}
|
{{% children description=true style="p"%}}
|
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
title: "MITRE ATT&CK report"
|
title: "MITRE ATT&CK report"
|
||||||
|
description: "Maps the Monkey's actions to the MITRE ATT&CK knowledge base"
|
||||||
date: 2020-06-24T21:17:18+03:00
|
date: 2020-06-24T21:17:18+03:00
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
|
@ -2,6 +2,7 @@
|
||||||
title: "Security report"
|
title: "Security report"
|
||||||
date: 2020-06-24T21:16:10+03:00
|
date: 2020-06-24T21:16:10+03:00
|
||||||
draft: false
|
draft: false
|
||||||
|
description: "Provides actionable recommendations and insight into an attacker's view of your network"
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% notice info %}}
|
{{% notice info %}}
|
|
@ -2,6 +2,7 @@
|
||||||
title: "Zero Trust report"
|
title: "Zero Trust report"
|
||||||
date: 2020-06-24T21:16:18+03:00
|
date: 2020-06-24T21:16:18+03:00
|
||||||
draft: false
|
draft: false
|
||||||
|
description: "Generates a status report with detailed explanations of Zero Trust security gaps and prescriptive instructions on how to rectify them"
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% notice info %}}
|
{{% notice info %}}
|
Loading…
Reference in New Issue