From 64a162fca165ab5156eff781659259b88c4d8ac5 Mon Sep 17 00:00:00 2001 From: Jarrett Andrulis Date: Thu, 14 Oct 2021 16:37:21 -0500 Subject: [PATCH 1/2] Updated parts from check7152 accidentally left in --- checks/check_extra7153 | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/checks/check_extra7153 b/checks/check_extra7153 index bc481853..ab087b34 100644 --- a/checks/check_extra7153 +++ b/checks/check_extra7153 @@ -13,12 +13,11 @@ # Remediation: # -# https://docs.aws.amazon.com/cli/latest/reference/route53domains/update-domain-contact-privacy.html +# https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-lock.html # -# update-domain-contact-privacy \ -# --region us-east-1 \ -# --domain-name example.com \ -# --enable-domain-transfer-lock +# enable-domain-transfer-lock \ +# --domain-name example.com + CHECK_ID_extra7153="7.153" CHECK_TITLE_extra7153="[extra7153] Enable Transfer Lock for a Route53 Domain" @@ -30,7 +29,7 @@ CHECK_ALTERNATE_check7153="extra7153" CHECK_SERVICENAME_extra7153="route53" CHECK_RISK_extra7153='Without transfer lock enabled, a domain name could be incorrectly moved to a new registrar' CHECK_REMEDIATION_extra7153='Ensure transfer lock is enabled' -CHECK_DOC_extra7153='https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-privacy-protection.html' +CHECK_DOC_extra7153='https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-lock.html' CHECK_CAF_EPIC_extra7153='Data Protection' extra7153(){ From 7ff9dcd65efbb75782700f719077c08b355b0753 Mon Sep 17 00:00:00 2001 From: Jarrett Andrulis Date: Thu, 14 Oct 2021 16:39:49 -0500 Subject: [PATCH 2/2] Updated link --- checks/check_extra7153 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/checks/check_extra7153 b/checks/check_extra7153 index ab087b34..e281faf8 100644 --- a/checks/check_extra7153 +++ b/checks/check_extra7153 @@ -13,7 +13,7 @@ # Remediation: # -# https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/domain-lock.html +# https://docs.aws.amazon.com/cli/latest/reference/route53domains/enable-domain-transfer-lock.html # # enable-domain-transfer-lock \ # --domain-name example.com