SV-213586r508024_rule
V-213586
SRG-APP-000133-DB-000179
PPS9-00-003210
CAT II
10
Configure an EDB Postgres timed job that automatically checks all system and user-defined procedures, functions and triggers for being modified, and in the event of such changes informs the proper personnel for evaluation and possible action.
Check the EDB Postgres configuration for a timed job that automatically checks all system and user-defined procedures, functions and triggers for being modified by running the following EDB Postgres query:
select job, what from ALL_JOBS;
(Alternatively, in Postgres Enterprise Manager, navigate to the "Jobs" node of the database and examine the job from there.)
If a timed job or some other method is not implemented to check for Triggers being modified, this is a finding.
V-213586
False
PPS9-00-003210
Check the EDB Postgres configuration for a timed job that automatically checks all system and user-defined procedures, functions and triggers for being modified by running the following EDB Postgres query:
select job, what from ALL_JOBS;
(Alternatively, in Postgres Enterprise Manager, navigate to the "Jobs" node of the database and examine the job from there.)
If a timed job or some other method is not implemented to check for Triggers being modified, this is a finding.
M
3988