Skip to content

Operational Procedure Library

Procedures are where documentation becomes executable. Each procedure should be short enough to run during real work and specific enough to produce evidence an assessor can inspect.

Required Procedures

ProcedureFamiliesTriggerEvidence
Monthly ConMon ReviewCA, RA, CM, SIFirst business week of each month.ConMon issue, scan reports, inventory, POA&M update
Vulnerability Scan TriageRA, SINew scan output or monthly package.Triage notes, POA&M items, false-positive approvals
Access ReviewAC, IAMonthly for privileged access; quarterly for broader access.Access-review issue, exports, removals
Joiner-Mover-LeaverAC, IA, PSPersonnel change.Access request, approval, provisioning or deprovisioning log
Break-Glass UseAC, AU, IREmergency privileged access.Incident or change ticket, audit log, post-use review
Production ChangeCM, SA, AUProduction release or configuration change.Pull request, approvals, CI logs, Argo CD sync
Emergency ChangeCM, IR, AUUrgent security or availability change.Emergency approval, retrospective review, POA&M if needed
Significant Change ReviewCA, CM, RABoundary, service, data, crypto, auth, region, or provider change.Impact analysis, AO notification decision, validation plan
Backup Restore TestCPQuarterly or after major storage change.Restore log, validation result, issue closure
Incident ResponseIR, AU, SISecurity event or suspected compromise.Incident timeline, evidence bundle, after-action report
Key RotationSC, IA, AUScheduled rotation or suspected exposure.Rotation record, access review, validation
Audit Log ReviewAU, SIMonthly and after sensitive events.Query results, alert review, retention status
Supplier ReviewSR, SA, CANew vendor, renewal, or significant change.Supplier record, authorization evidence, risk decision
Data Retention ReviewPT, MP, SIQuarterly or policy change.Data inventory update, deletion records

Procedure Template

SectionContent
PurposeOne sentence describing the control outcome.
TriggerEvent or cadence that starts the procedure.
PreconditionsAccess, tools, approvals, and inputs required.
StepsOrdered actions with exact systems and artifacts.
EvidenceArtifact name, format, storage location, and retention.
Failure HandlingWhat to do if a step cannot be completed.
EscalationWho is notified and when.
ClosureConditions that prove the procedure is complete.

Significant Change Procedure

  1. Open a significant-change review issue.
  2. Describe the change, reason, customer impact, and implementation timeline.
  3. Identify affected controls, Key Security Indicators where applicable, data flows, inherited controls, and evidence sources.
  4. Complete security, privacy, platform, and application reviews.
  5. Decide whether AO or FedRAMP notification is required.
  6. Define validation, rollback, and customer communication steps.
  7. Attach post-change evidence.
  8. Update SSP, diagrams, inventory, and POA&M if needed.

Access Review Procedure

  1. Export current users, groups, roles, service accounts, and privileged assignments.
  2. Compare access against approved role matrix and ownership records.
  3. Remove stale, excessive, or unowned access.
  4. Record exceptions with owner and expiration.
  5. Review break-glass use since the last review.
  6. Attach export, removals, exceptions, and approver sign-off.

Vulnerability Triage Procedure

  1. Import findings from all required scanners.
  2. Deduplicate by package, image, host, service, or root cause.
  3. Assign severity using scanner severity plus exploitability and exposure.
  4. Create POA&M items for findings that cannot close inside the remediation window.
  5. Mark false positives only with evidence and expiry.
  6. Re-scan after remediation.
  7. Attach proof of closure.

Evidence Storage Rules

Evidence TypePreferred FormatStorage
Scan outputSARIF, JSON, XML, or native reportEvidence repository and scanner system
ApprovalsPull request, issue, or change ticketGitHub or change-management system
InventoryJSON, CSV, or generated MarkdownEvidence repository
LogsQuery export or immutable log referenceLog platform
Attestationsin-toto, SLSA, Sigstore bundleArtifact registry
DiagramsSource plus rendered imageDocumentation repository

Procedure Completion Standard

  • Procedure run has a named owner.
  • Inputs and outputs are attached or linked.
  • Exceptions have a risk owner and expiration.
  • Any failed step creates a POA&M item or incident.
  • Evidence is retained in the expected location.