SV-81857r2_rule
V-67367
SRG-APP-000133-DB-000179
SQL4-00-015100
CAT II
10
Configure a SQL Server timed job that automatically checks all system and user-defined Triggers 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 the SQL Server configuration for the timed job that automatically checks all system and user-defined Triggers 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 such a job, or an alternative method of monitoring triggers for modification, does not exist, this is a finding
V-67367
False
SQL4-00-015100
Check the SQL Server configuration for the timed job that automatically checks all system and user-defined Triggers 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 such a job, or an alternative method of monitoring triggers for modification, does not exist, this is a finding
M
2637