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