CMMC Level 2 Implementation Guide June 12, 2026 · 12 min read

How to Actually Implement CMMC Level 2 System & Information Integrity: A Practitioner's Guide

The System & Information Integrity domain has 7 practices covering patch management, malware protection, security advisory monitoring, and detection of attacks and unauthorized use. SI is where your daily security operations live: keeping systems patched, keeping malware off endpoints, and monitoring for signs that something has gone wrong. For many contractors, SI is the domain where the gap between having tools and operating them becomes apparent.

Why SI Assessment Findings Are Often Operational, Not Technical

Most organizations have antivirus. Most have Windows Update. The SI domain findings that surface in assessments are rarely "you have no malware protection." They're more often: definitions are 30 days out of date on half the endpoints, patches are inconsistently applied with no tracking, there's no documented process for monitoring security advisories, or there's antivirus installed but no one reviews the alerts.

SI requires both the right tools and evidence that those tools are being actively managed. An assessor will ask to see patch compliance reports, antivirus coverage reports, and evidence that the team reviews and acts on security alerts. "We have Defender installed" is a starting point, not a complete answer.

SI and the other domains: System integrity depends on knowing what systems exist (CM scoping), having audit logs to detect anomalies (AU), responding to findings as incidents (IR), and remediating vulnerabilities identified through risk assessment (RA). SI is the operational execution layer that connects all of these.

Practice 3.14.1 — Identify, Report, and Correct System Flaws in a Timely Manner

3.14.1

Patch management is not optional. Define your timelines and demonstrate you're meeting them.

This practice requires identifying, reporting, and correcting information and system flaws in a timely manner. "Timely" is not defined by the practice; it is defined by your organization in policy and demonstrated through patch compliance data.

What "timely" looks like in practice:

Whatever timelines you define, document them in your SI policy and measure against them. Patch compliance below 95% for critical vulnerabilities at the 15-day mark will draw assessment scrutiny.

Implementation tools and process:

Common mistake: Managing operating system patches through Windows Update but having no visibility or process for third-party application patching. In many breach post-mortems, the exploited vulnerability was in a browser, PDF reader, or office suite, not the OS.

Practice 3.14.2 — Provide Malware Protection at Appropriate Locations

3.14.2

Malware protection must be deployed on all in-scope systems, not just workstations.

This practice requires providing protection from malicious code at appropriate locations within organizational systems. "Appropriate locations" means wherever malicious code could enter or execute: endpoints, servers, email gateways, and web proxies.

Implementation:

Common mistake: Deploying endpoint protection but leaving servers unmanaged. A file server that CUI passes through is an "appropriate location" for malware protection. A server that is compromised and used to serve malware to workstations that connect to it is a failure of this practice.

Practice 3.14.3 — Monitor Security Alerts and Advisories

3.14.3

Someone needs to be watching for new threats and acting when relevant ones emerge.

This practice requires monitoring system security alerts and advisories and taking action in response. It is an intelligence-gathering and response practice: the organization must have a mechanism to receive security information and must act on it when relevant to in-scope systems.

Sources to monitor:

What "taking action" looks like:

Common mistake: Having no documented process for advisory monitoring and no evidence of action. "We check the news" is not a process. A named individual, a defined set of sources, a check-in cadence, and a record of advisories reviewed and actioned is what an assessor is looking for.

Practices 3.14.4 and 3.14.5 — Update Malware Definitions and Run Regular Scans

3.14.4 / 3.14.5

Definitions must be current. Scans must happen on a schedule and on file access.

Practice 3.14.4 requires updating malicious code protection mechanisms when new releases are available. Practice 3.14.5 requires periodic scans of the system and real-time scans of files from external sources as they are downloaded, opened, or executed.

Definition update implementation (3.14.4):

Scan implementation (3.14.5):

Common mistake: Scan exclusions that are too broad. IT staff often add performance-related exclusions to antivirus (exclude the entire program files directory, exclude all SQL Server files, etc.). Broad exclusions can create blind spots exactly where malware is likely to execute. Review exclusions and limit them to specific, justified paths.

Practice 3.14.6 — Monitor for Attacks and Indicators of Potential Attacks

3.14.6

Passive protection is not enough. You need active monitoring for attack activity on your systems and network.

This practice requires monitoring organizational systems, including inbound and outbound communications traffic, to detect attacks and indicators of potential attacks. It goes beyond malware scanning to require active monitoring for attacker behavior patterns.

What to monitor:

Implementation:

Common mistake: Having EDR deployed but no process for reviewing and responding to alerts. MDE and similar tools generate alerts continuously. An alert dashboard with 500 unreviewed alerts is not a monitoring program. Define a triage process and track alert closure.

Practice 3.14.7 — Identify Unauthorized Use of Organizational Systems

3.14.7

Legitimate users do predictable things. Unusual behavior should trigger investigation.

This practice requires identifying unauthorized use of organizational systems. Where 3.14.6 focuses on detecting attack techniques, 3.14.7 focuses on detecting misuse, including by insiders or compromised legitimate accounts.

What unauthorized use looks like:

Implementation:

Common mistake: Conflating "preventing" unauthorized use (access controls) with "identifying" it (monitoring). Practice 3.14.7 is specifically about detection after the fact, not prevention. Even if access controls are strong, the practice requires a detection capability for when those controls fail or are circumvented.

Quick Reference: Tools for SI Implementation

NeedTool / ResourceNotes
Endpoint protection / AVMicrosoft Defender Antivirus, CrowdStrike Falcon Go, Malwarebytes EDRDefender AV is included with Windows; Defender for Endpoint adds EDR and is included in M365 Business Premium
EDR / behavioral monitoringMicrosoft Defender for Endpoint, Huntress, CrowdStrike FalconHuntress is an MDR layer on top of MDE, popular with MSP-managed small contractors; provides 24/7 SOC
Patch managementMicrosoft Intune, WSUS, PDQ DeployIntune handles both OS and app patching for enrolled devices; PDQ Deploy is a popular on-prem option for third-party apps
Security advisory monitoringCISA Alerts (cisa.gov), CISA KEV catalog, Microsoft MSRCSubscribe to CISA email alerts for free; KEV catalog has API access for automated integration
SIEM / correlationMicrosoft Sentinel, Elastic SIEMSentinel integrates natively with MDE, Entra ID, and Defender for Office 365; analytics rules address 3.14.6 detection
Email malware protectionMicrosoft Defender for Office 365 (Plan 1/2)Safe Attachments and Safe Links policies block malicious email content; included in M365 Business Premium
DLP / insider threat monitoringMicrosoft Purview Information ProtectionDetects bulk CUI downloads, external sharing, and USB exfiltration; requires M365 E3 or E5 license for full DLP
DNS / web filteringCisco Umbrella, Cloudflare Gateway, Microsoft Defender SmartScreenDNS filtering blocks malware delivery sites and C2 communication at the DNS resolution layer

M365 Business Premium covers most of SI: Organizations already on Microsoft 365 Business Premium have access to Microsoft Defender for Endpoint, Defender for Office 365 Plan 1, Intune, and Microsoft Entra ID P1. This single license tier addresses practices 3.14.2, 3.14.3, 3.14.4, 3.14.5, 3.14.6, and 3.14.7 with proper configuration. The gap is usually configuration and operational process, not tool availability.

How SI Connects to the Rest of Your CMMC Program

SI is where your defensive tools meet daily operations. The Audit & Accountability (AU) domain provides the logs that 3.14.6 and 3.14.7 depend on for detection. The Risk Assessment (RA) domain's vulnerability scanning output feeds the patch prioritization process in 3.14.1. Configuration Management (CM) defines the software inventory that 3.14.7 uses to identify unauthorized software. Incident Response (IR) is triggered when 3.14.6 or 3.14.7 detects something that requires a response.

SI is also the domain most visible to non-security leadership, because patch management and antivirus status are familiar concepts. Use the SI domain as a bridge to executive conversations about security operations: compliance requirements give you organizational backing to enforce patching timelines and maintain monitoring tooling that might otherwise face budget resistance.

Need a Ready-to-Customize SI Policy?

Our CMMC Level 2 System & Information Integrity Policy template covers all 7 SI practices with formal policy language, patch management timelines, malware protection standards, advisory monitoring procedures, and incident detection requirements. Built for defense contractors who need documentation that holds up in an assessment.

Download the SI Policy Template →

Frequently Asked Questions

NIST 800-171 practice 3.14.1 requires correcting system flaws in a timely manner but does not prescribe specific timelines. Your organization defines what "timely" means in policy. Commonly accepted benchmarks: critical vulnerabilities (CVSS 9.0+) and CISA KEV items within 15 days, high severity within 30 days, medium severity within 90 days. Whatever timelines you define, you must demonstrate compliance with patch reporting data. Undocumented exceptions draw scrutiny in assessments.
CMMC Level 2 does not require EDR by name, but practices 3.14.2, 3.14.6, and 3.14.7 collectively require capabilities that traditional antivirus alone struggles to satisfy. Traditional antivirus addresses known-signature malware but provides limited visibility for attack detection and unauthorized use identification. EDR platforms like Microsoft Defender for Endpoint, CrowdStrike, or Huntress provide behavioral detection and telemetry that satisfy all three practices more completely. For most contractors, Microsoft Defender for Endpoint (included in M365 Business Premium) is the most cost-effective path.
The CISA Known Exploited Vulnerabilities catalog lists vulnerabilities confirmed to be actively exploited in the wild. For CMMC, KEV entries are relevant to practice 3.14.1 (timely patching) and 3.14.3 (monitoring security advisories). KEV vulnerabilities should be treated as higher-priority patches regardless of CVSS score, because confirmed active exploitation means the risk is immediate rather than theoretical. Subscribe to CISA KEV alerts and integrate them into your patch management prioritization process.
Practices 3.14.2, 3.14.4, and 3.14.5 together require antivirus or endpoint protection deployed on all in-scope systems, automatic definition updates (at least daily), real-time scanning of files as they are downloaded or executed, and periodic full system scans on a documented schedule. Microsoft Defender Antivirus, included with Windows, satisfies these practices when properly configured and managed via Intune or Group Policy.
Practice 3.14.7 requires identifying unauthorized use of organizational systems. Implementation combines user activity monitoring through audit logs to identify access outside normal patterns, EDR behavioral monitoring to detect attacker activity patterns, network monitoring for unusual connections, and account monitoring for login anomalies. The key for assessment is demonstrating that the organization has defined what normal looks like and has mechanisms to detect and alert on deviations from that baseline.

More Implementation Guides in This Series

🔐 Access Controls (AC) Read → ⚙️ Configuration Management (CM) Read → 🪪 Identification & Authentication (IA) Read → 🚨 Incident Response (IR) Read → 📊 Risk Assessment (RA) Read → 📋 Audit & Accountability (AU) Read → 🛡️ System & Comms Protection (SC) Read →
📬

Get CMMC tips and template updates

No spam. Just practical guidance on CMMC compliance and new resources when we publish them.