SV-81873r1_rule
V-67383
SRG-APP-000231-DB-000154
SQL4-00-024200
CAT II
10
Use the stored procedure sp_control_dbmasterkey_password to remove any credentials that
store Database Master Key passwords.
From the query prompt:
EXEC SP_CONTROL_DBMASTERKEY_PASSWORD @db_name = '<database name>', @action
= N'drop'
From the query prompt:
SELECT COUNT(credential_id)
FROM [master].sys.master_key_passwords
If count is not 0, this is a finding.
V-67383
False
SQL4-00-024200
From the query prompt:
SELECT COUNT(credential_id)
FROM [master].sys.master_key_passwords
If count is not 0, this is a finding.
M
2637