From 2af8cb0d0e95ea2f1cc8c657208e1997d8590cbf Mon Sep 17 00:00:00 2001 From: Florian Roth Date: Mon, 5 Aug 2019 19:47:03 +0200 Subject: [PATCH] Update cleartext_protocols.yml --- rules/compliance/cleartext_protocols.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/compliance/cleartext_protocols.yml b/rules/compliance/cleartext_protocols.yml index e697dd4fc..091751784 100644 --- a/rules/compliance/cleartext_protocols.yml +++ b/rules/compliance/cleartext_protocols.yml @@ -1,5 +1,5 @@ action: global -title: Cleartext protocols +title: Cleartext Protocol Usage description: Ensure that all account usernames and authentication credentials are transmitted across networks using encrypted channels. Ensure that an encryption is used for all sensitive information in transit. Ensure that an encrypted channels is used for all administrative account access. references: - https://www.cisecurity.org/controls/cis-controls-list/ @@ -10,7 +10,7 @@ status: stable date: 2019/03/26 falsepositives: - unknown -level: medium +level: low tags: - CSC4 - CSC4.5