SV-255302r1112451_rule
V-255302
SRG-APP-000033-DB-000084
ASQL-00-000200
CAT I
10
Use GRANT, REVOKE, DENY, ALTER SERVER ROLE … ADD MEMBER … and/or ALTER SERVER ROLE …. DROP MEMBER statements to add and remove permissions on server-level securables, bringing them in line with the documented requirements.
References:
Revoke:
https://docs.microsoft.com/en-us/sql/t-sql/statements/revoke-transact-sql?view=azuresqldb-current
Deny:
https://docs.microsoft.com/en-us/sql/t-sql/statements/deny-transact-sql?view=azuresqldb-current
DROP MEMBER:
https://docs.microsoft.com/en-us/sql/relational-databases/system-stored-procedures/sp-droprolemember-transact-sql?view=azuresqldb-current
Review the system documentation to determine the required levels of protection for securables in the database, by type of login.
Review the permissions actually in place on the server.
Execute the supplemental script, "ASQL-00-000200-SERVER.sql" to find permissions assigned.
If the actual permissions do not match the documented requirements, this is a finding.
V-255302
False
ASQL-00-000200
Review the system documentation to determine the required levels of protection for securables in the database, by type of login.
Review the permissions actually in place on the server.
Execute the supplemental script, "ASQL-00-000200-SERVER.sql" to find permissions assigned.
If the actual permissions do not match the documented requirements, this is a finding.
M
5500