Skip to content

Control 1.14: Item-Level Permission Scanning

Control ID: 1.14 Pillar: Readiness & Assessment Regulatory Reference: GLBA §501(b), SEC Rule 17a-4, FFIEC IT Handbook (Access Controls), NIST SP 800-53 (AC-3, AC-6, AU-2) Last Verified: 2026-07-26 Governance Levels: Baseline / Recommended / Regulated


Objective

Extend SharePoint oversharing detection beyond site-level analysis to item-level permission scanning for individual files and folders. Native Data Access Governance (DAG) in SharePoint Advanced Management operates at the site collection level, but Microsoft 365 Copilot surfaces individual files regardless of their folder depth or discoverability. Microsoft Purview Data Security Posture Management (DSPM) now provides a native item-level scanning option within custom data risk assessments, but that scan targets a specific signal — SharePoint items carrying a sharing link for external or anonymous users — and is subject to documented scope limits. This control addresses the remaining gap between site-level permission assessment, sharing-link-based item detection, and full item-level data exposure by implementing automated scanning that identifies uniquely permissioned items — files and folders with permissions that differ from their parent container — which represent the highest risk for unintended Copilot data surface.


Why This Matters for FSI

  • GLBA §501(b): Requires financial institutions to detect, prevent, and respond to unauthorized access to customer information. Site-level permission audits may miss individual files shared broadly within otherwise restricted sites.
  • SEC Rule 17a-4: Records preservation requirements extend to knowing exactly which users can access which records. Item-level permission scanning supports the access accountability needed for books-and-records compliance.
  • FFIEC IT Handbook (Access Controls): Expects least privilege at the most granular level practicable. Item-level scanning enables institutions to identify and remediate permission anomalies that site-level tools miss.
  • NIST SP 800-53 AC-3/AC-6: Logical access enforcement and least privilege controls require visibility into actual access at the object level, not just the container level.
  • NIST SP 800-53 AU-2: Audit requirements support maintaining verifiable records of who had access to what content, which item-level scanning directly enables.
  • Sarbanes-Oxley §§302/404 (where applicable to ICFR): Financial documents with unique permissions may be accessible to unauthorized users via Copilot, creating risk of material information leakage.

Control Description

Understanding the Site-Level Gap

Native Data Access Governance operates at the site collection level, providing valuable but incomplete visibility into oversharing. DSPM custom data risk assessments add a native item-level scan for SharePoint, but detect items on a sharing-link signal rather than on permission inheritance. Item-level permission scanning fills the remaining gap by detecting files and folders whose permissions have been explicitly modified from the inherited parent permissions:

Assessment Level What It Sees What It Misses
Site-level (DAG snapshot and activity reports) Sites shared with Everyone/EEEU, large groups, external users; per-user site access breadth; sharing link creation trends Files with broken inheritance, individually shared files, files shared via direct links
Item-level (DSPM custom data risk assessment) SharePoint items flagged as potentially overshared because they carry a sharing link for external or anonymous users, plus the applied sensitivity label and item owner Items overshared through direct permission grants or broken inheritance rather than an external/anonymous sharing link; OneDrive (not supported for item-level scanning); sites beyond the documented per-assessment site limit
Item-level (This Control) Individual files/folders with unique permissions differing from their parent N/A — covers the internally overshared and broken-inheritance items that site-level reports and sharing-link-based detection do not flag

Key concept: Uniquely permissioned items — files or folders where permissions have been explicitly modified from the inherited parent permissions. These represent high-risk items because:

  • They were intentionally shared differently (possibly more broadly) than the containing site
  • They often contain sensitive content that warranted explicit sharing
  • Site-level remediation (removing broad groups) does not fix them
  • Copilot surfaces them just as readily as any other file the user can access

Item-Level Scanning Approach

A systematic approach to item-level permission scanning should follow these phases:

  1. Prerequisite — Site-Level Baseline: Run the DSPM data risk assessment (Control 1.2) and SAM Data Access Governance snapshot and activity reports (Control 1.7) first. Item-level scanning is most effective after site-level oversharing has been remediated.
  2. Scope Selection: Identify high-risk site collections for item-level scanning based on:
    • DSPM risk scores (HIGH and CRITICAL sites first)
    • Sites containing sensitive information types (NPI, PII, financial data)
    • Sites in regulated business units (wealth management, trading, compliance)
  3. Scanning Execution: Run item-level scanning across scoped sites using the native DSPM item-level scan, custom scanning (reference FSI-CopilotGov-Solutions Solution 16), or both, recording:
    • Item path and type (file/folder)
    • Current permissions vs. inherited permissions
    • Users and groups with access
    • Sensitivity labels applied (if any)
    • Last modified date
  4. Risk Scoring: Score each uniquely permissioned item based on:
    • Access breadth (how many users can access)
    • Content sensitivity (based on sensitivity labels or sensitive information types detected)
    • Permission delta (how much broader than parent)
    • Staleness (items not modified in 12+ months with broad access)
  5. Remediation with Approval Gate: HIGH and CRITICAL items require remediation:
    • Generate remediation recommendations (restore inheritance, restrict access, apply labels)
    • Route through approval workflow (site owner + compliance review for CRITICAL)
    • Execute remediation after approval
    • Re-scan to verify

Scanning Cadence

Governance Level Full Scan Cadence HIGH-Risk Site Cadence
Baseline Quarterly Monthly
Recommended Monthly Bi-weekly
Regulated Monthly Weekly

Remediation Playbook

Element Detail
Trigger Item-level scan identifies uniquely permissioned items scoring above risk threshold
Owner Site collection administrator (execution), Compliance team (oversight)
RACI R: Site Admin, A: CISO/Compliance Lead, C: Business Unit Owner, I: Internal Audit
Approval Gate CRITICAL items: CISO + Compliance Lead dual approval. HIGH items: Compliance Lead approval. MEDIUM: Site Admin can remediate with documentation.
Escalation Unremediated CRITICAL items escalate to CISO after 48 hours; HIGH items after 5 business days

Reference: The native DSPM item-level scan covers items shared through external or anonymous sharing links within its documented site limit. FSI-CopilotGov-Solutions Solution 16 provides automated scanning scripts for item-level permission enumeration and risk scoring where broken inheritance or a wider site population is in scope.


Copilot Surface Coverage

Copilot Surface Item-Level Risk Notes
Microsoft 365 Copilot Chat Critical Cross-workload search surfaces all uniquely permissioned items the user can access
SharePoint Copilot Critical Directly queries SharePoint content at the item level
Teams Copilot High Files shared in channels may have unique permissions
Word / Excel / PowerPoint High "Draft from" and "Reference" features pull individual files
Copilot Pages High AI-generated pages may incorporate uniquely permissioned content
Copilot Notebooks High AI-generated notebooks may incorporate uniquely permissioned content
Outlook Copilot Medium May reference individually shared files linked in emails
OneDrive Copilot Medium Shared OneDrive files with unique permissions
Loop Copilot Medium Loop components can reference individual SharePoint files

Governance Levels

Level Requirement Rationale
Baseline Run site-level DAG reports (Control 1.7). Identify top 10 sites by DSPM risk score for item-level scanning. Complete initial item-level scan on identified sites. Remediate CRITICAL uniquely permissioned items. Establish quarterly full-scan cadence. Addresses the highest-risk item-level oversharing on the most exposed sites, filling the gap left by site-level-only assessment.
Recommended All Baseline requirements plus: expand item-level scanning to all sites with DSPM risk scores above threshold. Implement monthly full-scan cadence with bi-weekly HIGH-risk site scans. Configure automated risk scoring for uniquely permissioned items. Implement approval workflow for remediation of HIGH and CRITICAL items. Document all remediation actions with audit trail. Systematic item-level governance across all high-risk sites with approval workflows and audit documentation.
Regulated All Recommended requirements plus: item-level scanning covers all SharePoint sites in Copilot scope. Weekly scanning of HIGH-risk sites. Dual approval gate for CRITICAL item remediation (CISO + Compliance Lead). Integration with compliance reporting. Quarterly independent review of item-level scan results. Maintain 7-year retention of scan results per SEC 17a-4. Include in regulatory examination evidence package. Comprehensive item-level permission governance that supports compliance with GLBA, SEC, and FFIEC access control expectations at the most granular level.

Setup & Configuration

Step 1: Establish Site-Level Baseline

Run the DSPM data risk assessment (Control 1.2) and SAM Data Access Governance reports (Control 1.7). In the Microsoft Purview portal, data risk assessments are reached from DSPM > Discover > Data risk assessments. A default assessment runs weekly against the top 100 SharePoint sites by usage; custom assessments let you target specific sites or users. Item-level scanning is most effective after site-level remediation has been completed, as resolving site-level oversharing reduces the volume of uniquely permissioned items that require individual attention.

Step 2: Identify Scope for Item-Level Scanning

Review DSPM assessment results and identify sites for item-level analysis:

  • All sites with DSPM risk score HIGH or CRITICAL
  • Sites containing sensitive information types (NPI, PII, MNPI)
  • Sites in regulated business units (wealth management, trading, compliance)

Organizations should verify how their DSPM deployment surfaces and labels site risk before wiring thresholds into automation, because assessment output fields change as the service evolves.

Step 3: Deploy Item-Level Scanning

Two complementary paths are available. Organizations should verify current capabilities and limits against Microsoft documentation before committing to either path.

Path A — Native DSPM item-level scanning. Custom data risk assessments support an item-level scan level for Microsoft 365. Documented characteristics at the time of verification:

Aspect Detail
Scope SharePoint sites only. OneDrive is not supported for item-level scanning.
Detection signal Items are identified as potentially overshared when they carry a sharing link for external or anonymous users. Applied sensitivity label and item owner are also reported.
Remediation actions Resolve, Apply sensitivity label, Notify the site owner, Remove sharing link
Limits A current maximum of 10 SharePoint sites per item-level scan; a maximum of 200,000 items per location; custom assessment results expire after 30 days (duplicate the assessment to re-run)
Prerequisite A one-time authentication setup using a registered Entra application with Microsoft Graph application permissions Application.Read.All, Directory.Read.All, Files.ReadWrite.All, SensitivityLabels.Read.All, Sites.ReadWrite.All, and User.Read.All, with admin consent granted

Path B — Custom permission-inheritance scanning (Solution 16). Reference FSI-CopilotGov-Solutions Solution 16 for automated scanning that enumerates uniquely permissioned items regardless of whether a sharing link exists. Prerequisites:

  • SharePoint Online Management Shell access (Connect-SPOService)
  • Microsoft Graph API permissions (Sites.Read.All is the least-privileged permission for reading item permissions; Sites.ReadWrite.All or higher for remediation)
  • Solution 02 (site inventory) must be deployed first as a prerequisite

Path A covers externally and anonymously shared items within its site limit. Path B covers internally overshared items and broken inheritance across a wider site population. Organizations scanning beyond the native site limit, or targeting broken inheritance rather than sharing links, need Path B.

Step 4: Configure Risk Thresholds

Define risk scoring thresholds for your organization:

Threshold Criteria
CRITICAL Sensitivity = Highly Confidential + Access breadth > 100 users
HIGH Sensitivity = Confidential + Access breadth > 50 users OR any file with "Everyone" unique permission
MEDIUM Any uniquely permissioned item with access breadth > 25 users
LOW Uniquely permissioned items with access breadth ≤ 25 users

Organizations should verify these thresholds align with their internal risk appetite and adjust accordingly.

Step 5: Implement Approval Workflow

Configure remediation approval gates:

Risk Level Approval Required
CRITICAL Dual approval (CISO + Compliance Lead)
HIGH Compliance Lead approval
MEDIUM Site Admin remediation with documentation
LOW Documented and tracked, remediated at discretion

Step 6: Schedule Recurring Scans

Configure scan cadence per governance level:

  • Baseline: Quarterly full scan, monthly HIGH-risk site scans
  • Recommended: Monthly full scan, bi-weekly HIGH-risk site scans
  • Regulated: Monthly full scan, weekly HIGH-risk site scans

Step 7: Configure Reporting and Evidence Retention

Set up reporting dashboards and configure evidence retention. For regulated institutions, retain scan results, remediation actions, and approval records for a minimum of 7 years per SEC 17a-4 requirements. Organizations should verify their specific retention obligations.


Financial Sector Considerations

  • NPI at the File Level: Under GLBA, a single loan document or credit report shared with a broad audience at the item level creates immediate regulatory exposure. Item-level scanning identifies these precise exposure points that site-level tools miss.
  • Trading Desk Documents: Investment banks should prioritize item-level scanning on sites used by trading desks. Individual trade confirmations, position reports, or research notes with unique permissions may bridge information barriers.
  • M&A Data Room Leakage: Deal documents often have unique permissions granted during the deal process. Post-deal, these permissions may not be cleaned up, leaving sensitive MNPI accessible via Copilot.
  • Audit Working Papers: Internal and external audit working papers may have unique sharing to audit committee members. Item-level scanning helps verify these remain properly restricted.
  • Evidence Retention: SEC 17a-4 requires 7-year retention of records. Item-level scan results, remediation actions, and approval records should be retained per this requirement for regulated entities.
  • Examination Readiness: Maintaining item-level scan reports in the regulatory examination file demonstrates granular access control governance that supports favorable examination outcomes.

Verification Criteria

  1. Site-level DAG baseline has been established (Control 1.7) before item-level scanning commences
  2. DSPM oversharing assessment has been run (Control 1.2) and remediated before item-level scoping
  3. Item-level scanning has been deployed and executed on all in-scope sites per governance level
  4. Risk scoring thresholds have been configured and documented
  5. All CRITICAL uniquely permissioned items have been remediated or have documented exception approvals
  6. All HIGH uniquely permissioned items have remediation plans with defined timelines
  7. Approval workflow is operational with documented approvals for CRITICAL and HIGH item remediations
  8. Recurring scan schedule is configured per governance level (quarterly / monthly / weekly)
  9. Scan results and remediation records are retained per organization retention policy (7 years for regulated entities per SEC 17a-4)
  10. Item-level scan reports are included in regulatory examination evidence package (Regulated level)

Additional Resources


FSI Copilot Governance Framework v1.8.0 - July 2026