Example: CUI Classification Scan Playbook

This article provides an example of a CUI Classification scan playbook with a multi-stage automated workflow designed to handle Controlled Unclassified Information (CUI) and standard PII based on where the data is discovered.

Example CUI Classification playbook

The above screenshot is an example of a CUI Classification playbook. This is a multi-stage automated workflow designed to handle Controlled Unclassified Information (CUI) and standard PII based on where the data is discovered.

1. Initial Detection Logic

  • The playbook starts with a decision point: "Find CUI data?"

  • The logic of this decision point asks whether the scanned data contains the Regular Expression "CUI - Banner Marking: Specified Authorities."
    • "CUI - Banner Marking: Specified Authorities" is a custom data type defined in Spirion Sensitive Data Platform as a Regular Expression (RegEx). See the screenshot below.

  • If YES (CUI Path):
    • Classification: Spirion automatically adds the "CUI" classification label to the file and its metadata.

      • The CUI classification label is defined under Settings > Global Classifications.

    • Notification: Spirion automatically sends an email using the "Sensitive Data Discovered" template to the local Data Administrator (dataadmin@company.cxm) and Administrator (admin@company.cxm). It also notifies any user who is a member of the Admin and Data Privacy Admin roles (defined under Settings>User Management>Users & Roles).
    • Location Check ("Found in eMail?"):

      • If YES: The file is Shredded (permanently deleted).
      • If NO: The finding is Assigned to the Data Privacy Admin for manual review.
  • If NO (Standard PII Path):
    • Classification: Spirion automatically adds the "PII - Standard" classification label to the file.

      • The classification label PII - Standard is defined under Settings > Global Classifications.

    • Location Check ("Found on FileServer1?"):

      • If YES: The finding is Assigned to members of the user role Data Privacy Admin.
      • If NO: A notification is automatically sent to dataadmin@company.cxm, and any users who are members of the Data Privacy Admin role, using the template "Sensitive Data Discovered".

2. Data Types & Target Scope

While the specific SDDs (Sensitive Data Definitions) are encapsulated in the decision diamonds "Find CUI data?" and "Found on FileServer1?", the playbook logic also does the following:

  • Data Types: Differentiates between CUI (Controlled Unclassified Information) and Standard PII data types.
  • Location Target Scope: Specifically monitors personally identifiable information (PII) in Email systems and CUI on File servers (FileServer1).

3. Remediation Actions Defined

The playbook utilizes 4 distinct types of remediation:

  1. Classification: Applying "CUI" or "PII - Standard" labels.
  2. Notification: Alerting administrators and privacy roles via email.
  3. Assignment: Routing findings to the "Data Privacy Admin" for human intervention.
  4. Shredding: Automatically deleting CUI data if it is found within an email environment.

Summary of Workflow

This playbook follows a "Zero Tolerance" policy for Controlled Unclassified Information (CUI) in email (Shred), while providing a structured classification and notification path for standard PII and CUI found on authorized file servers.

Example CUI Classification playbook