SV-81859r2_rule
V-67369
SRG-APP-000133-DB-000179
SQL4-00-015200
CAT II
10
Configure a SQL Server timed job that automatically checks all system and user-defined Stored Procedures for modification.
(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 for the existence of a job to monitor for changes to stored procedures:
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 such a job, or an alternative method of monitoring stored procedures for modification, does not exist, this is a finding.
V-67369
False
SQL4-00-015200
Check for the existence of a job to monitor for changes to stored procedures:
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 such a job, or an alternative method of monitoring stored procedures for modification, does not exist, this is a finding.
M
2637