Technical Deep-Dive

SIEM Integration for CMMC Compliance — How Centralized Logging Satisfies NIST 800-171

Published: 2026-03-19  ·  14 min read

What a SIEM Does SPRS Score at Stake AU Domain (9 Reqs) SI Domain IR Domain CA Domain Full Requirement Map Choosing a SIEM What to Log Alert Rules Evidence Package Common Mistakes FAQ

What a SIEM Actually Does — and Why CMMC Needs It

A Security Information and Event Management system (SIEM) does two things: it collects logs from every system in your environment and correlates them into a unified view, generating alerts when patterns indicate a security event. Every endpoint, server, firewall, authentication service, and application sends its logs to the SIEM in real time. The SIEM becomes the single place where you can answer the question: what happened on my network, when, and to whom?

For defense contractors subject to CMMC Level 2, that capability is not optional. NIST SP 800-171 Rev 2 — the 110-requirement standard behind every Level 2 assessment — includes a full domain dedicated to audit logging (AU), requires organizations to detect unauthorized activity (SI), mandates incident response with log-backed evidence (IR), and demands continuous monitoring of security controls (CA). A SIEM is the architecture that makes all four of those domains coherent, provable, and assessable.

The Compliance Reality
CMMC does not mandate a SIEM by name. But assessors expect SIEM-like outcomes: centralized log visibility, automated alerting, documented retention, and traceable evidence of response. You can meet requirements without a dedicated SIEM — but doing so requires manual processes that are fragile, time-intensive, and difficult to demonstrate under assessment pressure. A well-configured SIEM makes compliance continuous rather than episodic.

This article maps SIEM capabilities to specific CMMC requirements by domain, explains what a C3PAO assessor will look for in your logs and alert configuration, and outlines the implementation decisions that separate a SIEM deployment that satisfies auditors from one that creates new findings.

Your SPRS Score at Stake

Before mapping requirements, understand what's at risk. The DoD's Supplier Performance Risk System (SPRS) calculates your cybersecurity posture score on a scale from -203 to 110. Every unmet NIST 800-171 requirement subtracts points — high-criticality requirements subtract 5 points each, moderate requirements 3 points, and lower-weight requirements 1 point.

The requirements that a SIEM most directly satisfies carry disproportionate SPRS weight. Failing all of the AU, SI monitoring, IR, and CA continuous-monitoring requirements costs you roughly 60–75 SPRS points — dropping your score deep into negative territory before you've even assessed access control or encryption. Primes, large integrators, and the DoD itself are now reviewing SPRS scores before awarding task orders. A score below zero is a red flag. A score below -50 can remove you from competitive consideration entirely.

SPRS Exposure Summary
The AU domain alone carries 19 SPRS points across 9 requirements — all of which a correctly deployed SIEM satisfies directly. Combined with SI monitoring, IR, and CA continuous monitoring, a SIEM implementation addresses well over 40 SPRS points of exposure across four domains.

AU Domain — Audit & Accountability (All 9 Requirements)

The Audit and Accountability domain is the primary home for SIEM-driven compliance. All 9 requirements in this domain are directly addressed by a correctly deployed SIEM. Assessors reviewing the AU domain will spend significant time in your SIEM console — verifying that logging is active, that logs are protected, that alerts are configured, and that review is documented.

AU.L2-3.3.1 — Create and Retain Audit Logs (5 pts, No POA&M)

This is the foundational requirement: log everything. Your SIEM must ingest logs from all CUI-boundary systems — Windows endpoints, Linux servers, Active Directory, firewalls, VPN concentrators, file servers, email gateways, and any cloud services in scope. The requirement specifies retention sufficient to support monitoring, analysis, investigation, and reporting. In practice, assessors expect a minimum of 90 days of readily accessible logs, with full retention documented in writing. For organizations that have reported a DFARS 252.204-7012 incident, DFARS mandates 90-day forensic preservation.

What Assessors Verify for AU.L2-3.3.1
Assessors will ask you to pull logs from a specific system from 60–90 days ago. If you can't produce them, this is a finding. They'll also review your log source inventory — every system that processes CUI must be represented in the SIEM. A SIEM without AD authentication logs means the highest-risk events aren't captured.

AU.L2-3.3.2 — Individual User Traceability (3 pts, No POA&M)

This requirement demands that actions be traceable to individual users — not just to machine accounts or generic service accounts. Your SIEM must capture user identity in log events. In Active Directory environments, this means enforcing unique user accounts (no shared logins), logging user principal names in event logs, and confirming that your SIEM correlation rules map events to individual users rather than IP addresses alone. Shared accounts are a direct finding under both this requirement and IA.L2-3.5.1.

AU.L2-3.3.3 — Review and Update Logged Events (1 pt)

You must periodically review and update the types of events your systems log. This means your SIEM log source configuration isn't static — it's a living document. Show assessors a record of log source reviews: what events were added or removed, when, and why. This aligns with configuration management reviews and should appear in your compliance calendar.

AU.L2-3.3.4 — Alert on Audit Logging Failure (1 pt)

If your SIEM stops receiving logs from a source, you must know about it immediately. This is typically implemented via a heartbeat monitor — if a log source has been silent for more than a defined period (15–30 minutes is common), the SIEM fires an alert. Wazuh implements this natively. Splunk uses scheduled searches. Microsoft Sentinel uses analytics rules targeting agent connectivity. Assessors want to see the alert rule configured and evidence that it has been tested.

AU.L2-3.3.5 — Correlate Audit Records (3 pts, No POA&M)

This is where a SIEM moves beyond simple log collection into genuine security operations. The requirement mandates correlation — connecting events across systems to identify patterns that indicate unlawful, unauthorized, suspicious, or unusual activity. A single failed login isn't suspicious. Fifteen failed logins across three accounts from the same IP in two minutes, followed by a successful login and a large file download, is. Your SIEM's correlation rules must be documented, tested, and actively monitored.

Example: AU.L2-3.3.5 (Audit Correlation)
Weak: "We have a SIEM and it correlates logs."

Strong: "Our SIEM (Wazuh, 192.168.1.50) has 14 active correlation rules documented in SIEM-CONFIG-BASELINE-v3. Rules include: brute-force detection (5 failures in 10 minutes triggers email alert to security@company.com), privilege escalation detection (any addition to Domain Admins fires a P1 alert), off-hours CUI access detection, and lateral movement detection via logon events correlated with new network connections. Rules are reviewed quarterly — last review: January 8, 2026, completed by IT Administrator [Name]."

AU.L2-3.3.6 — Audit Record Reduction & Report Generation (1 pt)

This requirement mandates that you can generate reduced, human-readable reports from your log data on demand. Every major SIEM platform satisfies this through dashboards and saved searches. The key is being able to demonstrate it during the assessment — pull up a dashboard showing a week of authentication events, failed access attempts, or CUI access activity. Document the dashboard name and where it lives.

AU.L2-3.3.7 — Time Synchronization (1 pt)

Log correlation across multiple systems is meaningless if the timestamps don't align. This requirement mandates NTP synchronization across all systems sending logs to the SIEM. Every Windows system should point to an authoritative NTP source (typically your domain controller, which points to time.windows.com or a GPS source). Linux systems use chronyd or ntpd. A 5-minute clock skew between a firewall and an endpoint can make an attack sequence invisible in log correlation.

AU.L2-3.3.8 — Protect Audit Information (3 pts, No POA&M)

Logs that can be modified or deleted by the same accounts they're auditing are worthless as evidence. This requirement demands that audit logs are protected from unauthorized access, modification, and deletion. Your SIEM server should be access-controlled separately from the systems it monitors — ideally on an isolated log management segment with administrative access limited to your security administrator. Assessors will ask: who has access to the SIEM, and can they delete logs?

AU.L2-3.3.9 — Limit Audit Log Management to Privileged Users (1 pt)

Management of audit logging — modifying log sources, changing retention settings, altering alert rules — must be limited to a subset of privileged users. Document which accounts have SIEM administrative access, enforce the principle of least privilege, and ensure that regular analysts can view logs but cannot modify the logging configuration. Implement SIEM role-based access control (RBAC) and document it.

SI Domain — System & Information Integrity

The System and Information Integrity domain contains the monitoring requirements that move a SIEM from a logging tool to a threat detection platform. Three SI requirements are directly satisfied by SIEM capabilities.

SI.L2-3.14.6 — Monitor Systems to Detect Attacks (5 pts, No POA&M)

This is the requirement that makes a SIEM functionally essential for most DIB organizations. You must monitor organizational systems — including inbound and outbound communications traffic — to detect attacks and indicators of potential attacks. Your SIEM must have threat detection logic: intrusion indicators, anomaly detection, network behavior baselines. Options range from commercial SIEM threat intelligence feeds to open-source rule sets (Sigma rules, Wazuh MITRE ATT&CK mappings, Suricata IDS integration). The 5-point weight signals the DoD views this as a high-criticality control — missing it is a significant SPRS hit.

SI.L2-3.14.7 — Identify Unauthorized System Use (3 pts)

Beyond detecting attacks, you must identify unauthorized use — legitimate accounts doing things they shouldn't. This is where behavioral baseline alerting becomes relevant. In a practical DIB environment: alert when a user accesses CUI folders they've never accessed before, flag large file transfers after hours, detect simultaneous logins from geographically impossible locations, and monitor privileged account use outside of maintenance windows. Your SIEM alert rules are the primary mechanism for demonstrating this control.

SI.L2-3.14.3 — Monitor Security Alerts and Advisories (3 pts)

You must monitor security alerts and advisories from external sources — CISA Known Exploited Vulnerabilities, DISA STIGs, US-CERT advisories — and take action in response. In a SIEM context, this means integrating threat intelligence feeds so that known-malicious indicators (IP addresses, domains, file hashes) trigger alerts when seen in your logs. Commercial SIEMs include these feeds by default. Open-source deployments can integrate MISP or OpenCTI. Document which threat feeds are configured and how often they're updated.

IR Domain — Incident Response

Incident response without log-backed evidence isn't incident response — it's guesswork. The IR domain's three requirements depend on SIEM-generated data for both detection and documentation.

IR.L2-3.6.1 — Establish an Incident Response Capability (3 pts)

Your Incident Response Plan (IRP) must describe how your organization detects, reports, and responds to incidents. A SIEM is the detection mechanism that makes the IRP operational rather than theoretical. Your IRP should explicitly reference your SIEM: what alerts trigger IR escalation, who receives them, what the initial triage steps are, and how SIEM data informs containment decisions. Assessors will read your IRP and then ask: show me an alert that would trigger this. If you can't point to a configured rule, the plan is untestable — a finding.

IR.L2-3.6.2 — Track, Document, and Report Incidents (3 pts)

All incident tracking must be documented. Your SIEM serves as the source record: when the alert fired, what events preceded it, what the initial indicator was. This log-backed timeline is what you submit to DC3 in a DIBNet report — DFARS 252.204-7012 requires reporting cyber incidents to the DoD within 72 hours. A SIEM that captures the full event chain makes that report accurate and defensible. A manual investigation without SIEM data produces a narrative that cannot be independently verified.

IR.L2-3.6.3 — Test the Incident Response Capability (3 pts)

Tabletop exercises and technical testing of your IR capability are required. Your SIEM's alerting should be part of what's tested — did the simulated scenario trigger the expected alerts? Document the test, the SIEM behavior during it, and any gaps identified. Assessors want after-action reports that reference SIEM performance.

CA Domain — Security Assessment & Continuous Monitoring

CA.L2-3.12.3 — Monitor Security Controls on an Ongoing Basis (3 pts)

Continuous monitoring is a requirement, not a quarterly event. Your SIEM is the primary mechanism for demonstrating ongoing control monitoring. This means your SIEM dashboards are reviewed regularly, alerts are actioned, and the results are documented. A SIEM that runs but whose dashboards are never reviewed doesn't satisfy this requirement. Your compliance calendar should include weekly SIEM review tasks, and those reviews should produce a documented log or ticket.

C3PAO Interview Question You Will Be Asked
"Walk me through your last 30 days of security monitoring. Show me the alerts that fired, what your team did with each one, and any incidents that were opened." If your SIEM is running but you can't answer this question with documented evidence, CA.L2-3.12.3 is a finding.

Complete SIEM Requirement Map

Every CMMC Level 2 requirement that a SIEM directly satisfies, with SPRS point weight, POA&M eligibility, and the specific SIEM capability that addresses it.

Requirement Description SPRS Pts POA&M SIEM Capability
AU.L2-3.3.1Create and retain audit logs5NoLog ingestion from all CUI-boundary systems; documented retention policy
AU.L2-3.3.2Individual user traceability3NoUser identity in log events; unique account enforcement; UPN in correlation rules
AU.L2-3.3.3Review and update logged events1YesDocumented log source review cadence; change records for log policy updates
AU.L2-3.3.4Alert on audit logging failure1YesHeartbeat / agent connectivity alert; log source silence detection
AU.L2-3.3.5Correlate audit records for investigation3NoCorrelation rules; cross-source event linking; documented alert logic
AU.L2-3.3.6Audit record reduction and reporting1YesSaved dashboards; on-demand search and export; scheduled reports
AU.L2-3.3.7Time synchronization for audit records1YesNTP enforcement on all log sources; SIEM timestamp validation
AU.L2-3.3.8Protect audit information3NoIsolated SIEM server; write-once log storage; RBAC on SIEM administration
AU.L2-3.3.9Limit audit log management to privileged users1YesSIEM RBAC; documented admin account list; separation of analyst vs. admin roles
SI.L2-3.14.3Monitor security alerts and advisories3NoThreat intelligence feed integration; IOC-based alerting; CISA KEV monitoring
SI.L2-3.14.6Monitor systems to detect attacks5NoIntrusion detection rules; MITRE ATT&CK mappings; IDS/IPS integration
SI.L2-3.14.7Identify unauthorized system use3NoBehavioral baseline alerting; after-hours access detection; privilege anomaly rules
IR.L2-3.6.1Establish an incident response capability3NoIRP references SIEM alerts as detection trigger; documented escalation from SIEM
IR.L2-3.6.2Track, document, and report incidents3NoSIEM-generated event timeline; log export for DIBNet reporting; ticketing integration
IR.L2-3.6.3Test the incident response capability3NoTabletop test includes SIEM alert validation; after-action documents SIEM behavior
CA.L2-3.12.3Monitor security controls on an ongoing basis3NoRegular documented SIEM dashboard reviews; alert action records; compliance calendar tasks

Choosing the Right SIEM for Your DIB Environment

The SIEM market spans from open-source tools deployable on a single server to enterprise platforms with seven-figure annual contracts. For defense contractors, selection criteria are more constrained than for commercial organizations: your CUI environment must remain on-premises or in a FedRAMP-authorized cloud, and your SIEM — as a Security Protection Asset (SPA) — must be documented in your SSP with the same rigor as your production systems.

SIEMBest ForCostAir-GapDIB Notes
WazuhSmall-to-mid DIB orgsFree (open-source)YesBest cost/coverage ratio for CMMC. Native MITRE ATT&CK mapping, file integrity monitoring, active response. Requires Linux admin capability.
Microsoft SentinelM365-centric environmentsConsumption-basedNoExcellent M365/Azure AD integration. Requires GCC High tenant for CUI boundary compliance. Not suitable for air-gapped environments.
Splunk EnterpriseLarger DIB / Tier 1 primesHigh (per GB/day)YesMarket leader for analytics and threat hunting. Better suited to orgs with a dedicated SOC team.
LogRhythm / ExabeamMid-size DIB orgsMid-marketYesStrong user behavior analytics. Pre-built NIST 800-171 compliance content. Lower ops overhead than building a Wazuh stack from scratch.
GraylogLog aggregation layerFree / enterprise tierYesStrong centralized syslog collection. Alert capability more limited out of the box. Works well feeding a more capable SIEM.
Air-Gapped Environments
Organizations handling sensitive CUI with strict data boundary requirements need a SIEM that operates entirely on-premises with no cloud dependency. Wazuh is the leading open-source option. The 1TEN platform is built specifically for this architecture — all compliance functions run inside an air-gapped appliance with no external data transmission.

What Your SIEM Must Capture — The Minimum Log Source List

A SIEM that collects logs from only some of your systems creates findings. Assessors will request your log source inventory and cross-reference it against your asset inventory and system boundary. Any CUI-boundary system not sending logs to the SIEM is a gap in AU.L2-3.3.1 and potentially SI.L2-3.14.6. At minimum, the following must be configured.

Log SourceWhat to CaptureKey Requirements
Active Directory / Domain ControllersAuthentication events (4624, 4625), account management (4720, 4726, 4728), privileged group changes, policy modifications. The highest-signal log source in any Windows environment.AU.L2-3.3.1, AU.L2-3.3.2, SI.L2-3.14.6
Endpoints (Windows/Linux)Logon/logoff, process creation (Event ID 4688 or Sysmon), object access to CUI file locations, PowerShell logging (4103, 4104), scheduled task creation.AU.L2-3.3.1, SI.L2-3.14.6, SI.L2-3.14.7
Firewalls & Network Boundary DevicesDeny/allow traffic logs, VPN authentication events, inbound/outbound connection summaries.SI.L2-3.14.6, AU.L2-3.3.1
Email GatewayInbound threat detections, attachment filtering events, outbound data loss prevention triggers.SI.L2-3.14.6, SI.L2-3.14.3
File Servers / CUI RepositoriesFile access, copy, delete, and permission change events on directories containing CUI.AU.L2-3.3.1, AU.L2-3.3.2, SI.L2-3.14.7
VPN & Remote Access SystemsConnection establishments, authentication failures, session durations, and source IP addresses.AU.L2-3.3.1, AC.L2-3.1.12, SI.L2-3.14.6
Privileged Access Workstations / Jump ServersAll commands executed, session recordings if available, administrative tool usage.AU.L2-3.3.1, AU.L2-3.3.2, AC.L2-3.1.6
Cloud Services in ScopeMicrosoft 365 Unified Audit Log, Azure AD sign-in logs, AWS CloudTrail if applicable. Only if these services process CUI and are within your assessment boundary.AU.L2-3.3.1, SI.L2-3.14.6

Alert Rules That Satisfy C3PAO Scrutiny

Having a SIEM with logs flowing is necessary but not sufficient. Assessors test whether your alert logic is coherent with the threats you claim to monitor for. The following rules, documented in a SIEM Configuration Baseline and tested at least annually, demonstrate a credible AU and SI implementation.

Alert RuleTrigger LogicSeverityRequirements Satisfied
Brute Force Detection≥5 failed auth events (4625) from same source IP or targeting same account within 10 minutesHIGHAU.L2-3.3.5, SI.L2-3.14.6
Privilege EscalationAny account added to Domain Admins, Enterprise Admins, or local Administrators (4728, 4732, 4756)CRITICALAU.L2-3.3.5, AC.L2-3.1.6
After-Hours CUI AccessFile access on CUI-designated directories outside defined business hours by non-service accountsMEDIUMSI.L2-3.14.7, AU.L2-3.3.5
Audit Log SilenceAny monitored system with no log event in 15 minutesMEDIUMAU.L2-3.3.4
Mass File AccessSingle user account accessing >200 files in CUI directories within 10 minutesHIGHSI.L2-3.14.6, SI.L2-3.14.7
Success After Repeated FailuresSuccessful 4624 logon within 5 minutes of 5+ failed 4625 events for same accountHIGHAU.L2-3.3.5, SI.L2-3.14.6
Known Malicious IOC MatchNetwork connection or DNS query matching CISA KEV-associated IP/domain from threat intel feedCRITICALSI.L2-3.14.3, SI.L2-3.14.6
New Privileged AccountNew account added to domain with administrative rights (4720 followed by 4728/4732)HIGHAU.L2-3.3.2, IA.L2-3.5.1

The C3PAO Assessment Evidence Package

When your C3PAO assessor arrives, they will request specific evidence to verify your SIEM implementation. The difference between a smooth assessment and a painful one is whether this evidence is pre-organized and can be produced in under 30 minutes. Plan for the following artifacts.

Evidence ArtifactWhat It ContainsRequirements Satisfied
SIEM Architecture DiagramData flow from log sources to the SIEM, SIEM server location within your network boundary, and log forwarding agents. Must match your SSP network diagram.AU.L2-3.3.1, CA.L2-3.12.3
Log Source InventoryTable of every system sending logs to the SIEM with hostname/IP, log type, forwarding method, and last confirmed event timestamp. Cross-references your asset inventory.AU.L2-3.3.1, SI.L2-3.14.6
Correlation Rule CatalogDocumented list of every active alert rule with trigger logic, severity, notification method, and responsible reviewer. Can be a SIEM configuration export or a manually maintained document.AU.L2-3.3.5, SI.L2-3.14.6, SI.L2-3.14.7
Alert History (30–90 days)Log or report of every alert that fired — what triggered it, who reviewed it, and what action was taken. Alerts closed as false positives still demonstrate active monitoring.CA.L2-3.12.3, IR.L2-3.6.2
Log Retention PolicyWritten policy specifying minimum retention periods, storage location, and backup procedures.AU.L2-3.3.1
SIEM Administrative Access ListDocuments which accounts have administrative access to the SIEM — who can modify configurations or delete logs.AU.L2-3.3.8, AU.L2-3.3.9
NTP Configuration EvidenceGroup Policy Object output or configuration files showing NTP source assignment on all monitored systems.AU.L2-3.3.7
Audit Logging Failure Alert Test RecordDocumentation of a test where logging was deliberately stopped on a system and the heartbeat alert fired within the expected timeframe.AU.L2-3.3.4
How 1TEN Organizes This Evidence
1TEN's Evidence Manager is designed to store exactly this package. SIEM-related artifacts — alert rule exports, log source inventories, retention policies, NTP configuration screenshots — attach directly to the AU, SI, IR, and CA requirements they satisfy. When an assessor requests evidence for AU.L2-3.3.5, you open 1TEN, navigate to the requirement, and pull the linked evidence. No digging through shared drives during an assessment.

The Five Most Common SIEM Mistakes in DIB Environments

C3PAO assessors review hundreds of environments. These are the SIEM failures that consistently generate findings.

1. Logging is configured but nobody reviews the dashboard. A SIEM that runs without regular human review fails CA.L2-3.12.3 regardless of how good the alert rules are. Build SIEM review into your compliance calendar as a weekly recurring task with a documented output.

2. Log sources are partial — not all CUI systems are in scope. The most common gap is forgetting network infrastructure: the switch, the VPN concentrator, or the printer on the CUI network. If it's within your boundary, it needs to be logging. Cross-reference your log source inventory against your asset inventory monthly.

3. Alerts fire but there's no record of what happened next. An alert that fires and is dismissed without documentation is worse than no alert at all — it suggests a monitoring system that generates noise but no action. Every alert needs a ticket or log entry showing who reviewed it and what was determined.

4. The SIEM is administered by the same account that manages CUI systems. Separation of duties (AC.L2-3.1.4) applies to the SIEM itself. The account that can delete logs should not be the same account that manages the systems being logged.

5. NTP is not enforced and timestamps are inconsistent. Clock drift between systems makes log correlation unreliable. When an assessor sees a firewall deny event at 14:32 and an endpoint authentication event at 14:28 that should have happened before it, the correlation breaks down. Enforce NTP via Group Policy and document it.

Frequently Asked Questions

Does CMMC explicitly require a SIEM?

No. CMMC and NIST SP 800-171 do not mandate any specific tool. However, the requirements collectively demand centralized log collection, correlation, alerting, retention, and continuous monitoring — outcomes a SIEM delivers more reliably than any alternative. Assessors expect SIEM-like functionality. You can meet requirements without a dedicated SIEM, but doing so requires manual processes that are harder to demonstrate and easier to break.

Can we use Microsoft Defender / Microsoft 365 logging instead of a separate SIEM?

For organizations whose entire CUI boundary lives in M365 GCC High, the combination of Defender for Endpoint, Purview, and Sentinel can satisfy most AU and SI requirements. The key question is whether you have non-Microsoft systems (Linux servers, firewalls, on-premises file servers) that are also in scope. If so, you need a SIEM that aggregates from all those sources — not just the Microsoft stack.

How long do logs need to be retained for CMMC?

NIST 800-171 does not specify a fixed retention period — it requires retention "to the extent needed" to support monitoring, analysis, and investigation. Most assessors expect a minimum of 90 days of immediately accessible logs and a documented retention policy. For DFARS 252.204-7012 cyber incidents, you must preserve forensic images and relevant log data for at least 90 days after reporting. Define a retention period in your written policy and document it in the SSP. 12 months is a defensible and commonly assessed standard.

Is a cloud SIEM acceptable for a CUI environment?

It depends on whether the cloud SIEM is FedRAMP authorized and whether CUI data or security protection data (SPD) is transmitted to it. If your SIEM receives raw log data from CUI systems, that log data may itself contain CUI — meaning the SIEM provider must operate in a FedRAMP environment and be documented as a third-party service provider in your SSP. Microsoft Sentinel on GCC High meets this bar. Consumer cloud SIEM services do not. When in doubt, on-premises is the lower-risk architecture.

What if we're a small company and can't afford a full SIEM deployment?

Wazuh is free and open-source and is widely deployed in small DIB organizations. It can be deployed on a single on-premises server and provides log collection, correlation, alerting, file integrity monitoring, and vulnerability detection — all the capabilities needed to satisfy AU, SI, IR, and CA requirements. The cost is labor, not licensing. An IT staff member who can administer a Linux server can stand up a functional Wazuh deployment in a week. The 1TEN platform provides structured guidance on SIEM configuration tied directly to requirement evidence, reducing the expertise required to demonstrate compliance.

Built for the DIB.

1TEN tracks your control posture across all 110 NIST SP 800-171 requirements and generates C3PAO-ready documentation automatically.

Request a Demo