The Cybersecurity Systems Defense Contractors Need Before an Official Assessment
Discover the cybersecurity systems, documentation, access controls, monitoring, and evidence defense contractors need before an official CMMC assessment.


A cybersecurity assessment has an inconvenient habit of exposing the difference between what a company says it does and what its systems can actually prove.
The policy says only authorized employees can access sensitive information. The access logs tell a messier story.
The incident response plan looks polished in a shared folder. Ask three employees what they would do after spotting a suspicious login, though, and you may get three completely different answers.
That gap is where defense contractors get into trouble.
Preparing for an official Cybersecurity Maturity Model Certification assessment is not a matter of installing more security software or updating a few policies. It requires a connected system of technical controls, documented processes, trained people, and credible evidence.
In other words, having a policy is nice. Having a working security program is what counts.
The good news is that the basic idea behind CMMC is not especially mysterious. Defense contractors need to understand where sensitive federal information lives, control who can reach it, monitor what happens around it, and retain enough evidence to show that those protections operate consistently.
The hard part is making every piece tell the same story.
First, Understand What the Assessment Is Testing
CMMC is designed to verify that contractors and subcontractors within the Defense Industrial Base protect certain federal information inside their systems.
The required CMMC level depends on the type of information an organization handles and the requirements included in a relevant solicitation or contract.
Level 1 focuses on safeguarding Federal Contract Information, commonly called FCI. It includes foundational protections such as controlling physical access, limiting system access to authorized users, and protecting information sent over public networks.
Level 2 applies when an organization handles Controlled Unclassified Information, or CUI. Under the current CMMC framework, Level 2 aligns with the 110 security requirements in NIST Special Publication 800-171 Revision 2.
Some Level 2 contractors may be allowed to conduct self-assessments. Others must complete a certification assessment performed by an authorized CMMC Third-Party Assessment Organization, better known as a C3PAO.
Level 3 is intended for selected organizations supporting critical programs and facing more advanced threats. It builds on Level 2 and involves a government-led assessment.
Before buying another tool or hiring another consultant, a contractor needs to answer three questions:
What type of federal information do we handle?
Which systems process, store, transmit, or protect it?
What CMMC status will our contracts require?
Buying tools before defining those basics is like installing five locks without checking which door protects the valuables. Expensive, impressive-looking, and possibly beside the point.
The Assessment Boundary Is the Real Starting Line
Every serious preparation effort begins with scope.
The CMMC assessment scope identifies the people, processes, technologies, facilities, and external services that will be considered during the assessment. If that boundary is incomplete, nearly everything built on top of it can become unreliable.
Contractors need to trace how FCI or CUI enters the organization, where it travels, where it is stored, who can access it, and how it is shared, archived, or destroyed.
That means looking beyond the obvious file server.
Sensitive information may arrive through email, customer portals, collaboration platforms, file-transfer services, engineering applications, or physical media. It may be copied to laptops, included in backups, shared with subcontractors, or processed by cloud services.
A useful data-flow review should answer questions such as:
How does CUI enter the organization?
Which employees receive, create, or modify it?
Which devices, applications, and storage locations handle it?
Can employees download it to laptops or removable drives?
Is it transmitted through email or collaboration platforms?
Which subcontractors or service providers can access it?
Which security systems protect the environment?
How is the information retained and destroyed?
The result should be an accurate map of the controlled environment.
It does not need to win a design award. It does need to match reality.
If an engineering workstation, cloud application, old file server, or backup platform handles CUI but is missing from the documented scope, the requirement to protect that asset does not disappear. The contractor has simply created a blind spot.
Identity Is the Control Behind Most Other Controls
Defense contractors cannot control access without knowing who is using their systems.
Identity and access management connects each person with an approved account, assigned permissions, authentication methods, and recorded activity. It is the foundation supporting many other security controls.
Each user should have a unique identity. Shared accounts make accountability much harder because several people can perform actions under the same username.
The log may reveal what the account did. It may not reveal which person did it.
A functional identity system should cover ordinary users, administrators, service accounts, temporary users, and external parties. It also needs a repeatable process for creating, modifying, reviewing, and disabling those accounts.
Core protections typically include:
Unique user accounts
Role-based permissions
Multifactor authentication where required
Separate accounts for administrative work
Documented approval for new or changed access
Regular reviews of accounts and permissions
Prompt removal of access after employee departures
Monitoring of unsuccessful login attempts
Controls for remote and privileged access
Multifactor authentication matters because passwords are not famous for their reliability.
People reuse them. Attackers steal them. Old service accounts keep them for years. MFA adds another verification factor, making a compromised password less useful on its own.
However, enabling MFA on one visible system is not enough. Contractors need to confirm that it covers the users, systems, remote connections, and privileged activities required within the assessment scope.
The test is not whether the company owns an MFA product. The test is whether authentication is enforced where it needs to be.
Least Privilege Must Survive Daily Operations
Least privilege means giving users only the access required for their jobs.
Simple idea. Messy reality.
An employee joins a project and receives access to a sensitive folder. Six months later, that employee changes roles but keeps the old permissions. A temporary assignment creates another access exception that nobody remembers to remove.
Eventually, employees can reach information nobody recalls approving.
A functioning access-control process should connect permissions to defined roles and legitimate business needs. It should also create records showing who approved access, when it was granted, when it was reviewed, and when it was removed.
Privileged accounts require even tighter control.
Administrator access can create users, change security settings, install software, disable monitoring, and reach sensitive data. Employees should not use privileged accounts for routine email, internet browsing, or ordinary office work.
Separate administrative accounts reduce exposure and make high-risk actions easier to identify in logs.
This is not glamorous cybersecurity. It is account hygiene. It also prevents a surprising number of avoidable problems.
The Network Has to Enforce the Boundary
A diagram does not create a protected environment.
Firewalls, network segmentation, secure remote-access systems, and traffic controls must enforce the assessment boundary in practice.
Segmentation can help reduce complexity by limiting where CUI is allowed to exist. Instead of protecting every business system to the same standard, a contractor may create a smaller controlled enclave for sensitive work.
That can be a smart move. It works only when the separation is real.
Firewall rules, routing, identities, administrative connections, and data flows must support the documented design. If employees can copy CUI from the enclave to an unmanaged device, the boundary is not doing what the diagram claims.
Contractors should be able to explain:
Which systems may communicate with the protected environment
Which services and network ports are permitted
How remote users connect securely
How external connections are approved and monitored
How wireless access is controlled
Whether vendors can reach sensitive systems
How firewall changes are requested and authorized
How network rules are reviewed over time
Temporary firewall rules are a common problem. A rule gets added to support one project, then quietly survives long after the project ends.
Cybersecurity environments contain plenty of digital junk drawers. An assessment has a way of opening them.
Secure Configuration Is the Boring Hero
Operating systems, cloud platforms, and applications usually arrive with features designed for broad usability.
Broad usability is not the same as secure configuration.
Contractors need approved configuration baselines defining how systems should be built and maintained. A baseline may cover password settings, logging, encryption, endpoint protection, browser controls, permitted software, removable media, and unnecessary services.
The organization then needs a reliable process for keeping systems aligned with that baseline.
That includes:
Documenting approved configurations
Tracking hardware and software versions
Restricting unauthorized changes
Reviewing significant changes before implementation
Recording approvals and completed work
Testing important changes when appropriate
Checking systems for configuration drift
Configuration drift occurs when systems gradually move away from their approved settings.
An administrator enables an old protocol to support a legacy application. A troubleshooting exception is never reversed. A new server is created from an outdated template.
No single change may look catastrophic. Together, they produce an environment that no longer matches its documentation.
Automated configuration-management tools can help detect differences, but the tool is only part of the process. Someone still has to investigate the findings and correct the systems.
Asset Inventory Cannot Be a Guess
You cannot protect a device you do not know exists.
Asset management gives a contractor a current record of the systems, software, services, and devices connected to its environment.
A useful inventory may include:
Workstations and laptops
Servers and virtual machines
Network and security appliances
Mobile devices
Cloud platforms and hosted applications
Approved software
Removable storage devices
Specialized engineering or operational equipment
The record should include practical details such as the asset owner, location, operating system, purpose, security status, and relationship to CUI.
A spreadsheet may work for a small, stable environment. A larger organization may need automated discovery and management platforms.
The format matters less than the accuracy.
If the official inventory contains 200 endpoints but the monitoring platform sees 247, somebody has homework.
Those additional devices may be legitimate. They still need to be identified, classified, and managed.
Vulnerability Management Needs a Repeatable Rhythm
New vulnerabilities do not wait for an organization’s annual policy review.
Contractors need repeatable processes for discovering weaknesses, evaluating their relevance, installing patches, applying other safeguards, and verifying that remediation worked.
Vulnerability scanners can identify missing updates, unsupported software, unsafe configurations, and known security weaknesses. Endpoint-management tools can distribute patches and report installation results.
However, scanning is only the discovery step.
A mature process should define:
How often scans are performed
Which systems are included
How findings are prioritized
Who owns remediation
How quickly different risks should be addressed
How exceptions are approved
How unresolved risks are monitored
How completed remediation is verified
A vulnerability report containing 800 findings does not prove that risk is being managed. It proves that a scanner successfully generated a very large report.
The important evidence shows what happened next.
Were critical findings assigned? Were corrective actions completed? Were exceptions documented? Did a follow-up scan confirm that the vulnerability was gone?
That operational trail is far more convincing than a colorful dashboard with no visible response behind it.
Logging Turns Activity Into Evidence
Audit logs help a contractor reconstruct events, detect suspicious behavior, and demonstrate that important systems are monitored.
Relevant records may come from identity platforms, workstations, servers, firewalls, cloud services, email systems, security tools, and critical applications.
Centralized logging can make those records easier to review. A security information and event management system, usually called a SIEM, can aggregate events and generate alerts when defined behavior occurs.
But yes, there is a catch.
Collecting logs is not the same as reviewing them.
Contractors need to decide which events matter, who examines alerts, how quickly the team responds, how records are protected, and how long they are retained.
They should also synchronize system clocks. If several devices record the same incident using different times, reconstructing the event becomes unnecessarily chaotic.
Useful monitoring scenarios may include:
Repeated unsuccessful login attempts
Unexpected administrator activity
Accounts used outside normal patterns
Security software being disabled
Unauthorized software installations
Connections from unfamiliar locations
Large or unusual data transfers
Changes to important configurations
The goal is not to preserve every digital movement forever. It is to retain trustworthy information that helps the organization recognize, investigate, and explain meaningful events.
The C3PAO Is Not a Last-Minute Repair Team
Organizations preparing for a Level 2 certification assessment should understand the assessor’s role before scheduling anything.
A C3PAO performs an independent assessment. Its job is to evaluate whether the applicable security requirements are met and submit the results through the authorized CMMC process.
It is not supposed to become the contractor’s repair team halfway through the official assessment.
Organizations researching providers such as MAD Security should understand what a C3PAO does, how assessor independence affects the relationship, and what evidence should exist before the formal assessment begins.
Preparation and assessment are connected, but they are not the same service.
A readiness review can identify missing controls, weak documentation, incomplete implementation, and inconsistent evidence. The certification assessment determines whether the environment satisfies the applicable requirements.
Trying to combine those stages creates confusion and puts the contractor in a terrible negotiating position with time.
The assessment should verify an operating security program. It should not become the event that forces the organization to invent one.
Incident Response Must Work Outside the Document
An incident response plan explains how the organization will identify, analyze, contain, report, recover from, and learn from a cybersecurity incident.
The plan needs clear responsibilities.
Who receives the first report? Who decides whether an event qualifies as an incident? Who may isolate a device? Who contacts leadership, legal counsel, customers, insurers, or government representatives?
Employees also need a simple way to report suspicious activity.
If the process requires finding a 20-page document and deciphering an old organizational chart, employees will probably message the coworker who “knows computers.”
That is not an incident response system.
Tabletop exercises let the organization test its plan without waiting for a real attack. A facilitator can present a scenario involving stolen credentials, exposed CUI, or ransomware on an engineering workstation.
The team then walks through its decisions.
The exercise may reveal unclear authority, outdated contact information, missing logs, untested communication procedures, or recovery assumptions that do not survive basic questioning.
Those findings are valuable. Discovering a weakness during an exercise is much cheaper than finding it while an attacker is actively encrypting servers.
Backups Need Recovery Proof
A successful backup notification does not prove that the information can be restored.
Contractors need to know which systems and data are backed up, how frequently backups occur, where copies are stored, how they are protected, and who can access them.
Backup data containing CUI must receive appropriate protection. Moving sensitive information to another platform does not end the contractor’s responsibility to secure it.
Restoration tests matter just as much as backup jobs.
A recovery test may expose corrupted data, incomplete backups, missing encryption keys, undocumented dependencies, or recovery times that are much longer than leadership expects.
The most useful backup metric is not “the job completed successfully.”
It is “we restored the information, confirmed its integrity, and know how long recovery took.”
Backups should also be considered in incident response planning. If ransomware can encrypt the production environment and every reachable backup, the organization may have several copies of the same crisis.
Cloud Services Do Not Outsource Responsibility
Cloud platforms can offer strong security features. They do not automatically make an environment compliant.
Responsibility is shared between the provider and the contractor.
A cloud provider may protect physical infrastructure and certain foundational services. The contractor may remain responsible for user identities, permissions, data handling, security settings, logging, and the way employees use the service.
Contractors should know:
Which cloud services process, store, or transmit CUI
Which contractual and security requirements apply
Where the information is stored and processed
How access is authenticated and reviewed
Which security logs are available
How data is encrypted
Which responsibilities belong to the provider
How information can be recovered or removed
External service providers may also affect the assessment scope when they process, store, transmit, or provide security protection for CUI.
Their responsibilities should be documented clearly. Contractors also need evidence that the required protections are actually provided.
“The vendor handles it” is not a control description.
The contract, configuration, responsibility matrix, and supporting evidence are what make the arrangement defensible.
Encryption Must Cover the Whole Data Path
Encryption protects information by making it unreadable without the correct cryptographic key.
Contractors need to consider data at rest and data in transit.
Data at rest may include files stored on laptops, servers, removable drives, mobile devices, databases, and backup systems. Data in transit may move through email, websites, remote connections, file-transfer tools, application interfaces, and internal networks.
Encryption choices should reflect the information involved, the system’s purpose, the transmission method, contractual requirements, and applicable federal standards.
Key management matters too.
Strong encryption loses much of its value if keys are shared casually, stored insecurely, or unavailable during recovery.
A common preparation mistake is confirming that encryption exists in one obvious location without tracing the complete information flow.
A file may be encrypted on a server but later downloaded to an unmanaged laptop, copied to a removable drive, or attached to a message sent through an unapproved service.
Protect the route, not just the destination.
Documentation Should Describe the System You Actually Have
CMMC documentation should not be aspirational fan fiction.
The System Security Plan, or SSP, is a central document describing the system boundary, operating environment, implemented security requirements, connections, and responsible roles.
Supporting materials may include:
Policies and procedures
Network and data-flow diagrams
Asset inventories
Access review records
Configuration baselines
Security training records
Incident response plans and exercise results
Vulnerability reports and remediation records
Change-management documentation
Backup and recovery test results
Monitoring and alert-review records
Plans of Action and Milestones where permitted
These materials need to agree with one another.
If the network diagram shows one firewall while the inventory lists three, an assessor may ask why. If the policy says access is reviewed quarterly but no review records exist, the policy may describe a wish rather than an operating process.
Good documentation explains what the contractor does, who performs it, which technology is involved, and what evidence the activity produces.
It should be specific enough to support assessment without becoming so complicated that employees cannot maintain it.
A shorter accurate document beats a giant work of fiction every time.
Evidence Has a Shelf Life
A Level 2 certification assessment may use document review, employee interviews, and technical examination to determine whether security requirements are met.
That means contractors need more than screenshots collected during one frantic week.
Strong evidence is:
Relevant: It directly supports the requirement being assessed.
Current: It reflects the environment operating today.
Consistent: It agrees with policies, interviews, and technical settings.
Repeatable: It comes from an established process rather than a one-time performance.
Traceable: It identifies the system, activity, owner, or period involved.
A screenshot may show that a setting was enabled at a specific moment. A recurring report, approval history, change record, and administrator interview can help demonstrate that the setting is managed consistently.
The best evidence is created through ordinary operations.
If employees follow a genuine access-approval process, records naturally exist. If the company performs vulnerability management on schedule, reports and remediation tickets naturally exist.
When an organization has to manufacture nearly all its evidence shortly before an assessment, the problem is not merely documentation. The underlying process may not be operating consistently.
Contractors should also understand their retention responsibilities. Under the current CMMC regulations, organizations must retain the artifacts used as assessment evidence for six years from the CMMC status date.
That makes organized evidence management an operational requirement, not a temporary assessment project.
Employees Are Part of the Security System
Cybersecurity products cannot compensate for employees who do not understand their responsibilities.
Training should explain how workers recognize sensitive information, use approved systems, protect credentials, report suspicious events, handle removable media, and follow remote-work rules.
Role-specific training matters too.
Administrators need deeper guidance on privileged access, logging, system configuration, and incident handling. Managers need to understand approval responsibilities. Employees working directly with CUI need to know where it may be stored, transmitted, and shared.
Assessors may interview personnel to determine whether documented procedures are understood and followed.
Employees do not need to memorize every NIST requirement number. They do need to explain what they actually do.
If their answers conflict with the written procedure, the issue is not that they failed to follow a script. The issue is that the documented and operational systems are disconnected.
The best preparation is not coaching employees to recite approved language. It is giving them a clear process that they already understand because they use it regularly.
A Readiness Review Should Be Uncomfortably Honest
Before scheduling an official assessment, the contractor should conduct a detailed internal review or work with qualified preparation support separate from the certification decision.
Every applicable requirement should be compared with the implemented control and current evidence.
For each requirement, ask:
What system or process satisfies it?
Who owns that process?
Where is it documented?
What evidence proves that it operates?
Can relevant employees explain it?
Does the technical configuration match the documentation?
Does the control cover the complete assessment scope?
What happens when the process fails?
How is the failure detected and corrected?
This is not the moment for generous scoring.
A readiness review that hides uncomfortable findings creates confidence without reducing risk. That is worse than receiving a difficult but accurate result while there is still time to respond.
Contractors should not assume that every gap can be placed on a Plan of Action and Milestones after the assessment. Current CMMC rules restrict which unmet requirements may qualify for conditional status.
Eligible deficiencies must also be corrected and reassessed within the required 180-day period. For a Level 2 certification assessment, an authorized or accredited C3PAO must perform the POA&M closeout assessment.
Some requirements therefore need to be fully implemented before the official assessment begins.
Hope is not a remediation strategy. Neither is assuming the assessor will accept a control because implementation is “almost finished.”
The Best Security Program Leaves Receipts
Defense contractors do not need the largest possible collection of cybersecurity products.
They need systems that fit their environment, satisfy applicable requirements, support everyday operations, and produce trustworthy evidence.
Identity controls should show who received access and why. Monitoring tools should show which alerts were reviewed. Vulnerability systems should connect findings with remediation. Training platforms should document participation. Change-management workflows should preserve approvals and implementation details.
Everything should tell the same story.
That story is not, “We purchased excellent software.”
It is, “We understand our environment, operate these protections consistently, and can prove it.”
An official assessment should not be the first time a defense contractor sees its security program clearly. By then, the organization should already know where CUI travels, which systems protect it, who owns each process, and which evidence demonstrates that the protections work.
The assessment is the verification step.
The real work happens earlier, in the quiet daily routines that keep accounts controlled, systems updated, alerts reviewed, employees informed, and sensitive information protected after the assessor leaves.
Honestly, that is the whole point.
A CMMC status may help a contractor qualify for defense work. The security system behind it is supposed to protect important information every day, not simply look convincing during assessment week.
The companies that understand that difference will not treat compliance as a finish line. They will treat it as proof that dependable security has already become part of how the business operates.
Subscribe to my newsletter

