From e679ea6ceeb4350bbe8c2c6cc48c5ea1b8829699 Mon Sep 17 00:00:00 2001 From: Sujay Date: Tue, 14 May 2024 11:00:12 +0530 Subject: [PATCH] fix hyperlink in hardening guide Signed-off-by: Sujay --- getting-started/hardening_guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting-started/hardening_guide.md b/getting-started/hardening_guide.md index aee555e076..ea9ea670a8 100644 --- a/getting-started/hardening_guide.md +++ b/getting-started/hardening_guide.md @@ -18,7 +18,7 @@ KubeArmor client tool (karmor) provides a way (`karmor recommend`) to fetch the The output is a set of [`KubeArmorPolicy`](security_policy_specification.md) or [`KubeArmorHostPolicy`](host_security_policy_specification.md) that can be applied using k8s native tools (such as `kubectl apply`). The rules in hardening policies are based on inputs from: -1. [MITRE TTPs](https://github.com/kubearmor/policy-templates/) +1. [MITRE TTPs](https://attack.mitre.org/) 2. [Security Technical Implementation Guides (STIGs)](https://public.cyber.mil/stigs/) 3. [NIST SP 800-53A](https://csrc.nist.gov/publications/detail/sp/800-53a/rev-4/final) 4. [Center for Internet Security (CIS)](https://www.cisecurity.org/cis-benchmarks/)