Control Records Moved From Monitor To AttestIssue Some sn_compliance_control records have moved from the 'monitor' back to 'attest' state unexpectedly.CauseThe control had the frequency is set to daily.Control attestation nightly run is running daily to execute: new ControlAttestationUtils().checkAndMoveControlsToAttestByFrequency(); Scheduled job: /nav_to.do?uri=sysauto_script.do?sys_id=9dcf6044c3301200dd921a4112d3aec4 checkAndMoveControlsToAttestByFrequency() will eventually check the last response time from the associated assessment instance. In the case of controls which need daily attestation, it adds one day from the last assessment instance response, then compares it to the current date/time. If the current date/time > lastAttested + 1 day, the control gets put back into the attest state. ControlAttestationUtilsBase script: /nav_to.do?uri=sys_script_include.do?sys_id=18efdea177633300ffbfe861a9106184ResolutionThe records were moved back to 'Attest' state as expected due to the 'frequency' assigned to the control. To have this occur less/never, update the frequency field of the control accordingly.