SV-81855r2_rule
V-67365
SRG-APP-000133-DB-000179
SQL4-00-014900
CAT II
10
Configure a SQL Server timed job that automatically checks all system and user-defined Functions for being modified.
(The supplemental file Track.sql, provided with this STIG, can be used to establish a monitoring job. This should be supplemented with a process for informing the appropriate personnel. Other techniques for achieving the same ends, such as the use of DDL triggers, are acceptable.)
Check the SQL Server configuration for a timed job that automatically checks all system and user-defined Functions for being modified by running the following SQL Server query:
EXEC msdb.dbo.sp_help_job @job_name = '<enter . . . job name>';
(Alternatively, in SQL Server Management Studio, navigate to SQL Server Agent and examine the job from there.)
If a timed job or some other method is not implemented to check for Functions being modified, this is a finding.
V-67365
False
SQL4-00-014900
Check the SQL Server configuration for a timed job that automatically checks all system and user-defined Functions for being modified by running the following SQL Server query:
EXEC msdb.dbo.sp_help_job @job_name = '<enter . . . job name>';
(Alternatively, in SQL Server Management Studio, navigate to SQL Server Agent and examine the job from there.)
If a timed job or some other method is not implemented to check for Functions being modified, this is a finding.
M
2637