diff --git a/docs/content/reference/zero-trust/_index.md b/docs/content/reference/zero-trust/_index.md deleted file mode 100644 index 92e5990b7..000000000 --- a/docs/content/reference/zero-trust/_index.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: "Zero trust" -date: 2021-03-02T16:22:55+02:00 -draft: false -weight: 10 -chapter: true -tags: ["zero trust"] -pre: '0 ' ---- -# Zero Trust - -Gives more details about tests and tools used during Zero Trust assessment. - -{{% children %}} diff --git a/docs/content/reference/zero-trust/scoutsuite.md b/docs/content/usage/integrations/scoutsuite.md similarity index 93% rename from docs/content/reference/zero-trust/scoutsuite.md rename to docs/content/usage/integrations/scoutsuite.md index 5f26588f6..25a401a76 100644 --- a/docs/content/reference/zero-trust/scoutsuite.md +++ b/docs/content/usage/integrations/scoutsuite.md @@ -2,6 +2,7 @@ title: "Scoutsuite" date: 2021-03-02T16:23:06+02:00 draft: false +weight: 10 --- ### What is ScoutSuite? @@ -32,7 +33,7 @@ More details about configuring ScoutSuite can be found in the tool itself, by ch After you're done with the setup, make sure that a checkmark appears next to the AWS option to verify that ScoutSuite can access the API. -![Successfull setup indicator](/images/reference/zero-trust/scoutsuite_aws_configured.png +![Successfull setup indicator](/images/usage/integrations/scoutsuite_aws_configured.png "Successful setup indicator") ### How to run cloud scan? @@ -53,5 +54,5 @@ related to the test and a list of those rules. Expand a rule to see its descript more details about resources flagged. Each flagged resource has a path so you can easily locate them in the cloud and change the value that is deemed insecure. -![Open ScoutSuite rule](/images/reference/zero-trust/scoutsuite_report_rule.png +![Open ScoutSuite rule](/images/usage/integrations/scoutsuite_report_rule.png "Successful setup indicator") diff --git a/docs/content/usage/use-cases/zero-trust.md b/docs/content/usage/use-cases/zero-trust.md index 6f4e9f336..56b294cbc 100644 --- a/docs/content/usage/use-cases/zero-trust.md +++ b/docs/content/usage/use-cases/zero-trust.md @@ -11,7 +11,7 @@ weight: 1 Want to assess your progress in achieving a Zero Trust network? The Infection Monkey can automatically evaluate your readiness across the different [Zero Trust Extended Framework](https://www.forrester.com/report/The+Zero+Trust+eXtended+ZTX+Ecosystem/-/E-RES137210) principles. -You can additionally scan your cloud infrastructure's compliance to ZeroTrust principles using [ScoutSuite integration.](/reference/zero-trust/scoutsuite) +You can additionally scan your cloud infrastructure's compliance to ZeroTrust principles using [ScoutSuite integration.](/usage/integrations/scoutsuite) ## Configuration diff --git a/docs/static/images/reference/zero-trust/scoutsuite_aws_configured.png b/docs/static/images/usage/integrations/scoutsuite_aws_configured.png similarity index 100% rename from docs/static/images/reference/zero-trust/scoutsuite_aws_configured.png rename to docs/static/images/usage/integrations/scoutsuite_aws_configured.png diff --git a/docs/static/images/reference/zero-trust/scoutsuite_report_rule.png b/docs/static/images/usage/integrations/scoutsuite_report_rule.png similarity index 100% rename from docs/static/images/reference/zero-trust/scoutsuite_report_rule.png rename to docs/static/images/usage/integrations/scoutsuite_report_rule.png