Every few weeks someone asks us to loosen a password policy. Can we stop passwords from expiring? Can we drop the two-step login for a couple of people who find it a hassle? Can we make the password rule simpler so the front desk stops calling for resets?
The requests are reasonable. A few people are frustrated, work slows down, and relaxing the rule looks like an easy win. We usually say no anyway, and here's the honest reason.
Most of the time you're asking us to relax the wrong rule. The password policy people hate, the 12-character mix of symbols that has to change every 90 days, was never very good to begin with. It's annoying and weak at the same time. It trained everyone to pick "Summer2025!" then "Summer2026!" and to reuse that password everywhere. The good news is that the modern guidance already agrees with your instinct. Password security got easier over the last few years, not harder. It just got easier in a different direction than most companies expect.
The clearest reference point for this is NIST, the National Institute of Standards and Technology. Their digital identity guidance, SP 800-63B, was updated to Revision 4 and finalized in July 2025. It's written primarily for federal systems, so no private business is legally bound to it, but we use it as our benchmark because it reflects where the research actually landed. Here's what it says, and most of it runs opposite to the rules people still carry around in their heads.
Length beats complexity. NIST now treats length as the main driver of password strength and says the old composition rules (one capital, one number, one symbol) tend to produce weaker passwords, not stronger ones, because people game them in predictable ways. The current floor is 15 characters when a password is the only thing guarding an account, and systems should accept at least 64 so people can use full passphrases. When the password sits behind multi-factor login, the minimum drops to 8, because the second factor carries the load.
Stop forcing scheduled resets. NIST says not to expire passwords on a calendar. Force a change only when there's real evidence the password may be exposed. Routine 60 or 90 day rotation just pushes people toward small, guessable tweaks and more reuse. If you're still running a quarterly expiration, that's the old model, and it's costing you help-desk calls for no security gain.
Screen for known-bad passwords. Instead of complexity theater, check new passwords against a blocklist of common and previously breached ones and reject the bad matches. That's the step that actually keeps weak passwords out, and users barely notice it.
Let people paste, and let them use a password manager. The guidance says password fields should allow paste and work with password managers. Blocking paste only ever punished the people using the safest tool available.
Use multi-factor authentication, and know that the type matters. NIST pushes MFA hard and, at higher assurance levels, calls for phishing-resistant methods. It brings passkeys into the standard and downgrades SMS text codes and email one-time codes, because both can be intercepted or phished. More on that below, because it's the part worth getting right.
Notice that almost none of this is more work for your people. A passphrase you can remember, no quarterly reset scramble, a manager that fills logins in for you. The current best practice is less annoying than the thing it replaced.
The friction is real. So is what happens when authentication fails, and the data has shifted in a way worth being precise about.
For years, stolen credentials were the number one way attackers got into businesses. That changed in 2026. Verizon's latest Data Breach Investigations Report found that vulnerability exploitation is now the top initial access vector at 31 percent, and credential abuse dropped to 13 percent as the way-in. That's the first time in the report's history that stolen credentials lost the top spot.
Do not read that as "passwords matter less now." Read the rest of the report. When Verizon counts credential abuse anywhere in the attack, not just the first step, it shows up in 39 percent of breaches, more than any other single factor. Attackers still need valid logins to move through your network, reach the good data, and stay in. The front door changed. The hallway didn't.
Reuse is what makes stolen passwords so useful to them. A 2025 study pulled together more than 19 billion leaked passwords and found only about 6 percent were unique values across that pile. The rest were duplicates and repeats. That's a dataset measurement, not proof that 94 percent of people are careless, but the direction is clear enough: the same passwords turn up over and over, which is exactly why an attacker will try a password leaked from some random website against your email and your payroll.
Then there's malware. Infostealers, the class of malware built to grab saved logins, had a heavy year. Modern browsers do encrypt saved passwords now. Chrome uses app-bound encryption on Windows, and Edge encrypts credentials on disk and ties them to the device. That's a real improvement over the old days. What it doesn't stop is malware running as the signed-in user, which is precisely the situation infostealers create. Once something is executing as you on your machine, it can often reach what your browser can reach. Browser-stored passwords are a smaller target than they used to be, but they're still a target, and they still travel with the browser profile.
This part matters most for our manufacturing and defense-adjacent clients, and it's where "we'd rather not" stops being a real answer.
If your company handles federal contract information or controlled unclassified information, you fall under CMMC, the Cybersecurity Maturity Model Certification, which is built on the NIST SP 800-171 controls. The DFARS rule that puts CMMC into defense contracts became effective November 10, 2025. Self-attestation without outside verification is on its way out.
The level you're held to decides how strict the login rules get. CMMC Level 1 covers the less sensitive federal contract information. For authentication it mostly wants unique identities and basic authentication, no shared logins. It does not mandate MFA. If that's your scope, the general guidance in this article is a fine target.
CMMC Level 2 is a different world. It covers controlled unclassified information and maps to the full 110 requirements in NIST SP 800-171 Revision 2. The control written as IA.L2-3.5.3 requires multi-factor authentication for local and network access to privileged accounts and for network access to regular accounts. This is the one people ask us to waive, and it's close to the worst one to waive. MFA carries heavy weight in CMMC scoring, and high-value requirements like it generally can't be pushed onto a "we'll fix it later" plan the way minor items can. So when a defense client asks us to drop MFA for a few users, the honest answer is that it can put the certification, and the contract behind it, at risk.
One wrinkle worth naming plainly. The 800-171 controls behind CMMC Level 2 were written around the older, complexity-heavy password model, while NIST's newest identity guidance moved toward length and breach-screening. You can satisfy both. Long passphrases, a password manager, and phishing-resistant MFA in front of anything sensitive clear the modern bar and the compliance bar together. For the exact application to your environment, that's a conversation for your assessor and your IT team.
A note on our role, because it's easy to get wrong. CybertronIT is a Registered Provider Organization, an RPO. We help you prepare for CMMC and get your controls in shape. We are not a C3PAO, so we don't run the official certification assessment. We get you ready. An authorized third party does the certifying.
When the request to loosen things lands on your desk, the useful move is to change the question. The goal isn't looser security. It's a secure path that's easy enough that nobody wants to route around it. That's usually cheaper than the friction you're trying to remove.
For most businesses, that comes down to a short list. Use passphrases instead of passwords, four or more words with some length, like "copper otter lantern drift," which beats "P@ssw0rd7" and is easier to remember. Put a dedicated password manager in place, not the browser's save prompt. The point of a password manager isn't that it's magically immune once a laptop is compromised. It's that it generates a different strong password for every account, keeps them out of the browser profile, and gives you central policy, controlled sharing, and an audit trail you can't get from twenty separate browser vaults. Never reuse a password across accounts, which the manager makes painless. And turn on MFA everywhere it will go.
If the real complaint is that there are too many logins, the fix is single sign-on, so people authenticate once with strong protection instead of juggling twenty passwords. If the complaint is that the login dance is annoying, passkeys are often faster than typing a password and happen to be phishing-resistant. If the complaint is that passwords expire too often, stop expiring them and require length plus MFA instead. Every one of those makes your people happier and your company harder to breach.
On the MFA point, the type is worth a sentence. A text-message code beats nothing, but it can be phished. An attacker stands up a fake login page, you enter your password and the code, and a tool relays both to the real site in real time. Push prompts have the cousin problem: spam someone with approvals until they tap "yes" to make it stop. Passkeys and hardware security keys close that door because they're tied to the real site's address. Land on a lookalike and the key just won't work. There's no code to steal and nothing to approve by mistake. You don't have to get there overnight. Get MFA on everything first, prefer an authenticator app over text codes, and move your most sensitive accounts to passkeys as you go.
If you want to see where your own authentication stands, or you're staring down a CMMC deadline and need your controls in shape, that's the kind of thing we do. Better to look now than to let an attacker find the gaps for you.
You run a nonprofit. You hold donor names, addresses, and payment cards. You may hold constituent records that are just as sensitive as anything a clinic keeps. You run on a tight budget and a smaller team than the work deserves, and now a vendor has emailed you about "cybersecurity," or a grant application asked how you protect data, or your board asked whether the online donation form is safe. Every vendor sounds confident. Every proposal has a number on it. And you're nodding along to words like "PCI DSS," "SAQ," "encryption," and "SOC 2," hoping the person across the table actually understands what they mean for an organization that has to keep every donor's trust to survive.
Here's what most vendors won't lead with. Nonprofits are targets, not exceptions. In a recent survey, 85% of nonprofits said they'd been hit by a cyberattack, and more than half said they don't have enough staff to defend themselves. You hold exactly what attackers want: donor payment cards and personal information, held by a lean team. And the rules already apply to you. If your organization accepts, stores, processes, or transmits card payments, and almost every nonprofit that takes online donations does, you're subject to the Payment Card Industry Data Security Standard (PCI DSS), the same standard as any business. On top of that, comprehensive state privacy and breach-notification laws are now active in roughly 20 states and counting, and they don't exempt you because you're a charity.
And the stakes are real. Payment processors levy monthly non-compliance fines that commonly run from $5,000 to $100,000, on organizations that can least absorb them. State laws require you to notify people when their data is exposed, on a clock. And the damage that's hardest to price is the one that matters most: a breach of donor data is a breach of donor trust, and trust is the entire currency of a nonprofit.
So we wrote this down. Not a teaser, the real thing. First we decode the jargon and lay out what actually applies to a nonprofit, in plain English: PCI DSS for donations, state breach and privacy laws, and the security expectations that increasingly ride along with grants. Then we give you a ten-minute exercise to map where donor and payment data lives. Then the ten questions we'd ask if we were sitting in your chair, each with what a strong answer sounds like, what a weak one sounds like, and a real requirement to hold the vendor to.
Ask these of every vendor you're talking to, including us. The right partner welcomes them and answers straight. The wrong one gets vague. How a vendor handles these ten tells you more than any proposal ever will.
One note on us. We run managed IT and security for organizations that hold sensitive data on lean teams, and we help build and maintain the protections that matter: securing how donations are processed so your PCI scope stays small, protecting donor and constituent information with encryption and multi-factor authentication, standing up the monitoring and documentation that grants and boards ask about, and having a real plan for the day something goes wrong. We deliver that on one agreement, with the labor included rather than billed by the hour. We've built our own PCs and servers on our own line in Wichita since 1997.
Nonprofits are covered by the same core rules as businesses. There's no charity exemption. If you take card payments, PCI DSS applies. If you hold personal data on residents of states with privacy laws, those laws apply. Being mission-driven doesn't change the obligation; it just means a breach hurts more, because your organization runs on trust.
PCI DSS: the donation rule. The Payment Card Industry Data Security Standard applies to any organization that accepts, stores, processes, or transmits cardholder data. That's essentially every nonprofit taking donations. The current standard (PCI DSS v4.0.1 at the time of research) expects controls like multi-factor authentication, monitoring of the scripts on your donation pages, and, depending on how you take payments, external vulnerability scanning. Even with a hosted payment page, you typically complete an annual Self-Assessment Questionnaire (SAQ) and maintain a written PCI program. The single biggest lever is keeping card data out of your own systems, which shrinks your scope and your risk.
State breach and privacy laws. As of early 2026, comprehensive consumer-privacy laws are active or taking effect in roughly 20 states, including California, Virginia, Colorado, Connecticut, Texas, Oregon, Montana, and more. On top of those, essentially every state has a breach-notification law requiring you to tell affected people when their personal information is exposed. Verify what applies to the states your donors live in.
Grant and funder expectations. More and more funders, government grants especially, ask about your data security posture as a condition of the money. Good security is becoming part of being fundable.
Vendor security matters as much as yours. Your donor CRM, your payment processor, your email and cloud providers all hold or touch your data. A common baseline to ask for is SOC 2 Type II. Your data is only as safe as the weakest vendor holding it.
Where CybertronIT sits. We help you take payments in a way that keeps your PCI scope small, protect donor and constituent data with real controls, stand up the monitoring and documentation funders and boards ask about, vet the security of the vendors holding your data, and build a plan for the day something goes wrong. We're not your attorney and not your auditor or QSA; the organization owns the final accountability.
Here are the ten questions, with why each one matters for a real nonprofit. Ask all ten, and watch the reactions as closely as the answers.
If you take card donations, PCI DSS applies, nearly every state has a breach-notification law, roughly 20 states now have broader privacy laws, and funders increasingly ask about your security. A vendor who can't explain what applies to your organization and your donors' states is selling a product, not protection.
The cheapest, most effective PCI move is keeping raw card data with the processor (hosted page, tokenization). A weak vendor is fine with card numbers living in a spreadsheet, which is exactly the setup that maximizes your risk and cost.
Sensitive data isn't just card numbers: it's your CRM, email lists, exports on laptops, shared drives, backups. A vendor who scopes only "the network" has missed the donation form, the spreadsheet, and the CRM, which is where the actual exposure is.
Encryption at rest and in transit and MFA on the systems holding donor data are basic, high-value controls, and PCI v4 pushes MFA broadly. Account takeovers are one of the most common ways nonprofits get hit.
Even with a hosted payment page, you typically owe an annual SAQ and a written PCI program. A vendor who treats PCI as a one-time setup has skipped the part that keeps you compliant, and processors fine non-compliance monthly.
Your donor CRM, payment processor, and email tools all hold your data, and your security is only as strong as the weakest one. A strong vendor asks about your other vendors and looks for a baseline like SOC 2 Type II.
Nonprofits get hit with ransomware like everyone else, but with less margin to recover. A vendor who's vague about monitoring or can't tell you how fast you'd recover is one you don't want when your systems are locked.
If donor data is exposed, state laws require notifying affected people, on a timeline. A vendor who treats a breach as hypothetical is the one you don't want when it happens.
Security for a lean, budget-tight team has to be priced honestly. A vendor who won't give you a clear per-user number, or oversells you enterprise tooling you don't need, isn't respecting the budget you operate on.
Boards ask, auditors ask, and grants increasingly ask you to document your security. A vendor who leaves the documentation to you has left you holding the exact part that funders and boards examine.
Everything above is the map. The full checklist is the tool you bring into the room. The free PDF is built to print and carry. It adds a ten-minute exercise to map your own exposure before you take a single sales call, plus where CybertronIT fits and how to score every vendor you talk to. Give us an email and it is yours.
You run a medical or dental practice. You hold charts, insurance details, and Social Security numbers for thousands of patients. A vendor emailed you about HIPAA, or your malpractice carrier asked whether you've done a security risk analysis, or you heard the HIPAA Security Rule is being tightened, and now your inbox is full of companies promising to make compliance painless. Every one of them sounds confident. Every proposal has a number on it. And you're nodding along to words like "ePHI," "risk analysis," "BAA," and "encryption at rest," hoping the person across the table actually understands what they mean for a practice that has to see patients all day and keep their trust for years.
Here's what most vendors won't lead with. HIPAA already applies to you, and it's about to get more demanding. The Security Rule requires you to protect electronic protected health information with real administrative, technical, and physical safeguards, and it starts with one thing regulators ask for first: a written risk analysis. On top of that, the Department of Health and Human Services has proposed the most significant Security Rule update in years, and it would remove the old "addressable" wiggle room. Under the proposed changes, encryption of ePHI at rest and in transit becomes mandatory, multi-factor authentication becomes mandatory, annual penetration testing and twice-a-year vulnerability scanning become expected, you'd keep a written technology asset inventory and a network map of how ePHI moves, and your Business Associate Agreements would require active verification of your vendors' safeguards, not just a signature.
And the stakes are not theoretical. OCR civil penalties are tiered and, at the top end, reach into the millions per violation category per year. A breach affecting 500 or more patients has to be reported to HHS and the media, and every affected individual notified, generally within 60 days. And OCR's recent enforcement keeps landing on the same two failures: no real risk analysis, and weak vendor management.
So we wrote this down. Not a teaser, the real thing. First we decode the jargon and lay out what HIPAA actually asks for, in plain English, including what the proposed 2026 update would change. Then we give you a ten-minute exercise to map where your ePHI lives. Then the ten questions we'd ask if we were sitting in your chair, each with what a strong answer sounds like, what a weak one sounds like, and a real requirement to hold the vendor to.
Ask these of every vendor you're talking to, including us. The right partner welcomes them and answers straight. The wrong one gets vague. How a vendor handles these ten tells you more than any proposal ever will.
One note on us. We run managed IT and security for practices that handle sensitive patient data, and we help build and maintain the safeguards HIPAA requires: the risk analysis, the technical controls, the vendor oversight, the documentation, and the incident response. We deliver that on one agreement, with the labor included rather than billed by the hour, and we sign a Business Associate Agreement because we're in scope too. We've built our own PCs and servers on our own line in Wichita since 1997.
What HIPAA is. HIPAA is a set of federal rules that require you to protect patients' health information. Three rules matter most: the Privacy Rule, the Security Rule (how you protect the electronic version, ePHI), and the Breach Notification Rule. The Security Rule is where most IT and security work lives.
Who it applies to. You're a "covered entity" if you're a healthcare provider who transmits health information electronically, which covers essentially every medical and dental practice. Any vendor who handles your patients' health information on your behalf, your IT company, your billing service, your cloud EHR, is a "business associate," and both of you carry obligations.
What the Security Rule requires. Administrative, technical, and physical safeguards for ePHI. The foundation is a written risk analysis: identify where ePHI lives, what threatens it, and how you're addressing each risk. From there the Rule expects access controls, audit logging, workforce training, contingency planning, and encryption and other measures historically labeled "addressable."
What's changing. HHS has proposed a major Security Rule update. The "addressable" category effectively goes away for the important controls. Under the proposal, encryption of ePHI at rest and in transit becomes required, MFA becomes required, annual penetration testing and vulnerability scanning every six months become expected, and you'd maintain a written technology asset inventory and a network map, reviewed at least yearly. BAAs would need active verification of your vendors' safeguards. (Verify the final status against HHS, since this is moving through rulemaking.)
Breach notification. If ePHI is exposed, you generally must notify affected individuals and HHS within 60 days of discovery, and if the breach affects 500 or more people, you also notify prominent media. Larger breaches become public on the HHS breach portal.
What OCR looks at. The HHS Office for Civil Rights investigates and enforces. The first thing they ask for is your risk analysis. Recent enforcement keeps returning to two failures: no real risk analysis, and poor vendor management. Penalties are tiered by culpability and run into the millions per category per year at the top end.
Where CybertronIT sits. We're your business associate for IT and security. We help build and run the technical and administrative safeguards, and help you complete and maintain the risk analysis and documentation. We're not your attorney or auditor; the practice remains the covered entity and owns the final accountability.
Here are the ten questions, with why each one matters for a real medical practice. Ask all ten, and watch the reactions as closely as the answers.
The Privacy, Security, and Breach Notification Rules all apply, and the proposed update would make encryption and MFA mandatory and add asset-inventory and vendor-verification requirements. A vendor who can't explain what you must do today and where the standard is heading is selling you a product, not compliance.
The risk analysis is the foundation of the Security Rule and the first thing OCR asks for. A weak vendor skips it, hands you a generic template, or treats it as a one-time form.
ePHI doesn't sit in one place: the EHR, email, billing, a provider's laptop, a personal phone, imaging devices, backups, printers, paper charts. A vendor who scopes only "the server" has missed the laptops, the phones, and the paper, which is where a lot of breaches start.
Encryption both at rest and in transit and MFA move from "addressable" to mandatory under the proposed update, and "everything that touches ePHI" includes email and mobile devices. A weak vendor says "we use strong security" and can't point to the specific control.
Any vendor who touches your ePHI, including your IT company, must sign a BAA, and the proposed update would require you to verify their safeguards. A vendor who dodges signing a BAA has left a gap OCR routinely fines practices for.
Doing a safeguard isn't enough; you have to document it, and the proposed update adds a written asset inventory and network map reviewed at least yearly. A vendor who leaves the paperwork to you has left you holding the part OCR examines.
The Security Rule names all three. A vendor who never mentions logs, access reviews, or training is leaving out safeguards that are required and frequently where breaches trace back to.
A breach generally requires notifying affected individuals and HHS within 60 days, and 500-plus patients means notifying the media and landing on the public HHS breach portal. A vendor who treats a breach as an afterthought is the one you don't want when it happens.
Compliant email, MFA, encryption, monitoring, logging, and testing carry real per-user cost. Guessing 8 users when the real number is 20, part-time and clinical staff included, isn't a rounding error.
If OCR investigates, they start with your risk analysis and work outward into your documentation, BAAs, logs, and training records. A vendor who leaves the proof to you has left you holding the exact part that gets examined.
Everything above is the map. The full checklist is the tool you bring into the room. The free PDF is built to print and carry. It adds a ten-minute exercise to map your own exposure before you take a single sales call, plus where CybertronIT fits and how to score every vendor you talk to. Give us an email and it is yours.
You run an accounting or tax firm. You hold Social Security numbers, bank details, and returns for hundreds or thousands of clients. A vendor emailed you about the FTC Safeguards Rule, or your E&O carrier asked whether you have a written plan, or the IRS PTIN renewal asked if you have a data security plan, and now your inbox is full of companies promising to make compliance painless. Every one of them sounds confident. Every proposal has a number on it. And you're nodding along to words like "WISP," "MFA," "encryption at rest," and "Qualified Individual," hoping the person across the table actually understands what they mean for a firm that has to close during busy season and keep clients' trust the rest of the year.
Here's the thing most vendors won't lead with: the FTC Safeguards Rule already applies to you. Under the Gramm-Leach-Bliley Act, the FTC treats tax preparers and accounting firms as "financial institutions," and the amended Safeguards Rule (16 CFR Part 314), with its major provisions in force since June 2023, requires you to protect your clients' nonpublic personal information with a real, written security program. There is no exemption based on how small your firm is. Firms with fewer than 5,000 clients get a lighter path on exactly one item, the annual written report, but every core control, MFA, encryption, risk assessment, incident response, still applies in full.
And the stakes are not theoretical. FTC civil penalties run into the tens of thousands of dollars per violation, adjusted for inflation each year. The IRS can revoke your PTIN if you don't have a data security plan. And since the FTC finalized its breach-notification requirement, a breach affecting 500 or more clients has to be reported to the FTC within 30 days, and that notice becomes public.
So we wrote this down. Not a teaser, the real thing. First we decode the jargon and lay out what the Safeguards Rule actually asks for, in plain English. Then we give you a ten-minute exercise to map where your clients' data lives. Then the ten questions we'd ask if we were sitting in your chair, each with what a strong answer sounds like, what a weak one sounds like, and a real requirement to hold the vendor to.
Ask these of every vendor you're talking to, including us. The right partner welcomes them and answers straight. The wrong one gets vague. How a vendor handles these ten tells you more than any proposal ever will.
One note on us. We run managed IT and security for firms that handle sensitive data, and we help build and maintain the written security program the Safeguards Rule requires: the risk assessment, the technical controls, the vendor oversight, the incident response plan, and the documentation that proves it. We deliver that on one agreement, with the labor included rather than billed by the hour. We've built our own PCs and servers on our own line in Wichita since 1997.
What it is. The FTC Safeguards Rule (16 CFR Part 314) implements the security requirements of the Gramm-Leach-Bliley Act for the "financial institutions" the FTC regulates. It was amended in 2021, with the major new provisions taking effect in June 2023. It's a federal rule with enforcement behind it.
Why it applies to you. The FTC's definition of "financial institution" includes tax preparers, accountants and CPA firms, financial advisors, and similar businesses that handle consumers' financial information. If you prepare returns or handle client financial data, you're in scope. There's no small-firm carve-out from the core requirements.
What it requires. At its heart, the Rule requires a written information security program, a WISP, with administrative, technical, and physical safeguards. Underneath that, the Rule names specific elements: designate a Qualified Individual, perform a written risk assessment, put access controls in place, encrypt customer information at rest and in transit, require multi-factor authentication for anyone accessing that information, oversee your service providers, keep an incident response plan, train your people, and periodically test and monitor your safeguards.
The one size-based break. Firms that maintain information on fewer than 5,000 consumers are exempt from a short list of items, most notably the written annual report. The core controls, MFA, encryption, the WISP itself, and incident response planning, still apply in full. Don't let a vendor tell you "you're small, so you don't have to worry about it."
Breach notification. If you experience a security event affecting 500 or more consumers, you must notify the FTC within 30 days, and that notification becomes part of the public record.
The IRS overlap. The IRS requires tax professionals to have a written data security plan and points to the FTC Safeguards Rule for the standard. IRS Publication 4557 lays out the safeguards, and PTIN renewal asks whether you have a plan. For a tax firm, the WISP is tied to your ability to keep preparing returns.
Where CybertronIT sits. We help you build and run the technical and administrative side of the program, the MFA, the encryption, the monitoring, the vendor oversight, the incident response, and we help you write and maintain the WISP. We're not a law firm and not your auditor; the Qualified Individual and the ultimate responsibility stay with your firm.
Here are the ten questions, with why each one matters for a real accounting firm. Ask all ten, and watch the reactions as closely as the answers.
The Rule applies to CPA firms and tax preparers with no small-firm exemption from the core controls, and the IRS ties a written data security plan to your PTIN. A vendor who can't explain that you're a "financial institution" under GLBA is selling you a product, not compliance.
The Rule requires you to designate one person to oversee the program, and that accountability stays with your firm. A vendor who says they'll simply "be your Qualified Individual" and take it all off your plate is glossing over where the buck stops.
Client data doesn't sit in one place: the tax software, email, the client portal, workpapers, a staffer's laptop, the backup, the printer, the paper file. A vendor who scopes only "the server" has missed the laptops, the portal, and the paper.
MFA and encryption both at rest and in transit are non-negotiable, and "everything that touches NPI" includes email and file transfer, not just the file server. A weak vendor says "we use strong security" and can't point to the specific control.
The Rule requires a written risk assessment, kept up to date, not a one-time checkbox. A vendor who treats it as a form you sign once is leaving out a named requirement an examiner asks for first.
The WISP has to describe your real safeguards, vendors, and data flow. A template WISP describes a generic firm that doesn't exist, and anyone reading it against your office spots the difference fast.
The Rule holds you responsible for the vendors who touch client data, and your IT provider is one of them. A vendor who never addresses that they themselves are in scope has created a blind spot that becomes yours.
The Rule requires a written incident response plan, and a security event affecting 500 or more clients has to be reported to the FTC within 30 days, publicly. A vendor who treats a breach as an afterthought is the one you don't want when it happens.
Compliant email, MFA, encryption, monitoring, and testing carry real per-user cost. Guessing 6 users when the real number is 15, seasonal preparers included, isn't a rounding error. Make the vendor price your seats, your way.
Proof is now the standard. You need documentation that matches reality: the WISP, the risk assessment, evidence of MFA and encryption, training records, the incident response plan. A vendor who leaves the documentation to you has left you holding the part that gets examined.
Everything above is the map. The full checklist is the tool you bring into the room. The free PDF is built to print and carry. It adds a ten-minute exercise to map your own exposure before you take a single sales call, plus where CybertronIT fits and how to score every vendor you talk to. Give us an email and it is yours.
You hold a defense contract, or you're a subcontractor to a prime that does. Somewhere in your contract is a clause about protecting government information, and now your inbox is full of vendors promising to make CMMC painless. Every one of them sounds confident. Every proposal has a number on it. And you're nodding along to words like "enclave," "GCC High," "C3PAO," and "SPRS," hoping the person across the table actually understands what they mean for a contractor that has to keep bidding, keep delivering, and keep primes happy.
Two things just shifted, and both matter. On July 13, 2026, the Department of War (DoW) suspended CMMC Phase II, the mandatory third-party certification that was set to become a condition of award on November 10, 2026, pending a review aimed at cutting cost and burden. And earlier, effective February 1, 2026, the older self-assessment clauses were restructured: DFARS 252.204-7019 was removed and 252.204-7020 was renumbered, with assessment obligations meant to route through CMMC under DFARS 252.204-7021, which is the piece now paused. In plain terms, the paperwork path keeps changing, but the duty to protect the data has not moved an inch.
Here's the part no vendor should let you forget: DFARS 252.204-7012 is unchanged and has applied since 2017. It still requires you to safeguard Covered Defense Information and report cyber incidents to DoD within 72 hours. NIST SP 800-171 and its 110 controls still stand. So does your obligation to have a real System Security Plan and a defensible score. The suspension paused the certification gate, not the security.
So we wrote this down. Not a teaser, the real thing. First we decode the jargon and lay out what CMMC Level 2 asks for, in plain English. Then we give you a ten-minute exercise to map your own CUI and your flow-down. Then the ten questions we'd ask if we were sitting in your chair, each with what a strong answer sounds like, what a weak one sounds like, and a real number or requirement to hold the vendor to.
Ask these of every vendor you're talking to, including us. The right partner welcomes them and answers straight. The wrong one gets vague. How a vendor handles these ten tells you more than any proposal ever will.
One note on us. We're a CyberAB-authorized Registered Practitioner Organization, so we do CMMC readiness work: a gap analysis, a roadmap, standing up the controls, building the documentation, and getting your self-assessment to a place you can defend. We deliver that as an add-on to our managed IT, on one agreement, with the readiness labor included rather than billed by the hour. We've built our own PCs and servers on our own line in Wichita since 1997.
What CMMC is. CMMC stands for Cybersecurity Maturity Model Certification. It's the DoW's way of checking that the companies in its supply chain actually protect the sensitive information they handle. It's a verification layer on top of rules that have existed for years, chiefly DFARS 252.204-7012 and NIST SP 800-171.
The three levels. Level 1 covers Federal Contract Information (FCI) and is a yearly self-assessment against 15 basic safeguards. Level 2 covers Controlled Unclassified Information (CUI) and is where most defense contractors handling technical data land. Level 3 is for the highest-sensitivity programs. This guide is about Level 2, because that's where the cost and the work live.
What Level 2 requires. Level 2 is built on NIST SP 800-171, which has 110 controls across 14 families. To meet it you need three things: the 110 controls in place in your actual environment, a System Security Plan (SSP) describing how each control is met, and a Plan of Action and Milestones (POA&M) for anything not fully done yet.
How you're scored. You self-score against NIST 800-171 on a scale that tops out at 110. That score is posted in a DoW system called SPRS, along with a senior official's affirmation that it's accurate. Until the July 2026 suspension, contracts involving CUI were headed toward a mandatory check of that score by an accredited third-party assessor called a C3PAO. That third-party step is the part now paused.
Where things stand now. On July 13, 2026, the DoW suspended CMMC Phase II pending a review meant to lower cost and burden. It's suspended, not cancelled. Separately, effective February 1, 2026, DFARS 252.204-7019 was removed and 7020 renumbered, with assessment routed through 7021/CMMC, which is the suspended piece. Two things did not change: DFARS 252.204-7012 still requires you to safeguard CUI and report incidents within 72 hours, and Level 2 still stands with all 110 controls. For now you demonstrate Level 2 by self-assessing and affirming your score in SPRS. That affirmation is legally binding, so a score you can't back up carries real exposure, including under the False Claims Act.
Where CybertronIT sits. We're an RPO, a Registered Practitioner Organization. We do the readiness work that gets you to the point where you'd meet the controls and could defend your score. We are not the C3PAO, and by design the same firm can't both prepare you and run the third-party assessment on the same engagement.
Here are the ten questions, with why each one matters for a real defense contractor. Ask all ten, and watch the reactions as closely as the answers.
DFARS 252.204-7012 has applied since 2017 and is unchanged. The 7019/7020/7021 framework shifted on February 1, 2026, and CMMC Phase II was suspended on July 13, 2026. A vendor who can't tell you which clauses are in your contracts today is selling you a product, not a plan.
The moment CUI enters, whatever it touches can get pulled into scope: the workstation, the file server, the laptop the estimator takes home, the shared printer. Scope drives cost, so a vendor who oversizes your scope oversizes your bill.
If you're a prime, you're responsible for confirming your subs meet the requirements before you hand them CUI. If you're a sub, your prime will ask for your SPRS score and your SSP. A vendor who treats your company as an island has left out half the problem.
If your MSP administers the systems that hold CUI, that provider is in scope. You can't outsource the obligation. Ask how the vendor's own handling of your CUI is documented and controlled.
Your CUI doesn't sit still. Compliance has to hold at every handoff, not just where the data rests. A vendor confident about storage but blank on the workflow has a hole in their plan.
A Level 2-capable GCC High seat runs roughly $60 per user per month all-in as of 2026. Guessing 10 CUI users when the real number is 25 isn't a rounding error. Make the vendor price your seats, your way.
A large share of the 110 controls have nothing to do with software: physical protection, personnel security, training, media handling. A good partner tells you which they implement, and which physical safeguards stay with you as the building owner.
Doing a control isn't enough; you have to prove it. Your score runs on evidence. A vendor who hands you templates to fill out alone is handing you the hardest part.
The SSP is the backbone of Level 2. NIST 800-171 requires it (control 3.12.4). A real SSP names your systems, your network, your data flow. A template SSP describes a generic company that doesn't exist.
With Phase II suspended, you demonstrate Level 2 by self-assessing and affirming your score in SPRS. But self-certifying is not a free pass. The affirmation is legally binding, and the DOJ's Civil Cyber-Fraud Initiative has pursued contractors under the False Claims Act for misrepresenting their cybersecurity.
Everything above is the map. The full checklist is the tool you bring into the room. The free PDF is built to print and carry. It adds a ten-minute exercise to map your own exposure before you take a single sales call, plus where CybertronIT fits and how to score every vendor you talk to. Give us an email and it is yours.
You run a machine shop that supplies the defense sector. A prime asked about CMMC, or you saw the clause in a contract, and now your inbox is full of vendors promising to make it painless. Every one of them sounds confident. Every proposal has a number on it. And you're stuck nodding along to words like "enclave" and "GCC High" and "FIPS boundary," hoping the person across the table actually knows what they mean for a shop that runs Mastercam and pushes G-code to the floor every day.
One thing just shifted in your favor. On July 13, 2026, the Department of War (DoW) suspended the mandatory third-party certification step (CMMC Phase II) pending a review aimed at cutting cost and burden for shops like yours. The clock that vendors have been using to rush you is gone for now. You still have to meet the controls and stand behind your own score, but the pressure to buy a big, expensive, C3PAO-ready package this year just eased. That makes this the right moment to slow down and ask hard questions, not to get talked into the biggest solution on the shelf.
Here's the truth. A confident answer isn't the same as a correct one. The gap between the two is where shops lose money, overbuy, and end up with a score they can't defend.
So we wrote this down. Not a teaser, the real thing. First we decode the jargon and lay out what CMMC Level 2 actually asks for, in plain English, including what the July suspension did and didn't change. Then we give you a ten-minute exercise to map your own CUI so you walk into vendor calls already knowing your rough scope. Then the ten questions we'd ask if we were sitting in your chair, each one with what a strong answer sounds like, what a weak one sounds like, and a real number or requirement to hold the vendor to.
Ask these of every vendor you're talking to, including us. The right partner welcomes them and answers straight. The wrong one gets vague, changes the subject, or waves it off as "we'll sort that out later." How a vendor handles these ten tells you more than any proposal ever will.
One note on us, so you know where this is coming from. We're a CyberAB-authorized Registered Practitioner Organization, so we do CMMC readiness work: a gap analysis, a roadmap, standing up the controls, building the documentation, and getting your self-assessment to a place you can defend. We deliver that as an add-on to our managed IT, on one agreement, with the readiness labor included rather than billed by the hour. We also build our own PCs and servers on our own line in Wichita, and we've done that since 1997. That's why this guide is written from the shop floor, not a whiteboard. Use it, keep it, and bring it to every sales call you take.
Before the questions, here's the lay of the land. If you already live this every day, skip ahead. If you're newer to it, ten minutes here saves you from getting talked in circles later.
What CMMC is. CMMC stands for Cybersecurity Maturity Model Certification. It's the DoW's way of checking that the companies in its supply chain actually protect the sensitive information they handle. It isn't a new set of security rules. It's a verification layer on top of rules that have existed for years.
The three levels. Level 1 covers Federal Contract Information (FCI) and is a yearly self-assessment against 15 basic safeguards. Level 2 covers Controlled Unclassified Information (CUI) and is the one most defense machine shops are heading for. Level 3 is for the highest-sensitivity programs and is assessed by the government directly. This guide is about Level 2, because that's where the cost and the work live.
What Level 2 actually requires. Level 2 is built on a security standard called NIST SP 800-171, which has 110 individual controls spread across 14 families (things like access control, physical protection, and incident response). To meet it, you need three things working together. First, the 110 controls in place in your actual environment. Second, a System Security Plan (SSP), which is the written document describing exactly how each control is met at your shop. Third, a Plan of Action and Milestones (POA&M) for anything that isn't fully done yet, because a plan for the gaps is normal and expected.
How you're scored. You self-score against NIST 800-171 on a scale that tops out at 110. Each control is worth 1, 3, or 5 points, and missing a control subtracts its weight, so you can end up well below zero. That score gets posted in a DoW system called SPRS, along with a senior official's affirmation that it's accurate. Until the July 2026 suspension, contracts involving CUI were headed toward a mandatory check of that score by an accredited third-party assessor called a C3PAO. That third-party step is the part that's now paused (more just below).
Where things stand now, and why the pressure just eased. Here's the important update. On July 13, 2026, the DoW suspended CMMC Phase II, the mandatory third-party (C3PAO) certification that was set to become a condition of contract award on November 10, 2026. It's suspended pending a top-to-bottom review meant to lower cost and burden for small and mid-size contractors, not cancelled, so the third-party requirement could return or change. Two things did not change. Phase I self-assessment requirements, in force since November 2025, still apply. And Level 2 itself still stands, with all 110 NIST 800-171 controls. For now, you demonstrate Level 2 by doing the self-assessment and having a senior official affirm your score in SPRS, instead of hiring an accredited third-party assessor. That affirmation is a legally binding statement, so a score you can't back up carries real exposure, including under the False Claims Act. And the duty to protect CUI under DFARS 252.204-7012 has applied since 2017 regardless of any of this. The takeaway: you still have to meet the same controls and stand behind your number, but the pressure to buy a rushed, expensive C3PAO-ready enclave this year just eased. That's room to do it right, not a reason to do nothing. (Verify the current status at build time against the DoW CMMC page, since this is under active review.)
Where CybertronIT sits in that. We're an RPO, a Registered Practitioner Organization. We do the readiness work that gets you to the point where you'd meet the controls and could defend your score. We are not the C3PAO, and by design the same firm can't both prepare you and run the third-party assessment on the same engagement. That line matters even with the third-party step paused, because it could come back. Any vendor who blurs it is worth a second look.
Vendors hide behind these words. Here's what each one means, so nobody can fog you with it.
Here are the ten questions, with why each one matters on a real shop floor. Ask all ten, and watch the reactions as closely as the answers. The full checklist below adds, for every question, exactly what a strong answer sounds like, what a weak one sounds like, and the specific number or requirement to hold each vendor to.
Mastercam, GibbsCAM, Fusion, Esprit. These aren't email. They're graphics-heavy applications that lean on a real GPU and a real workstation to run without dragging. When a vendor proposes to move you into a secured cloud or a virtual desktop to protect CUI, ask exactly how your CAM seat performs in that setup, who tested it, and what it costs. With the third-party deadline paused, you have time to get this right instead of accepting whatever design a vendor can stand up fastest.
That cost is the part that quietly wrecks budgets. A regular office user in a compliant cloud is cheap by comparison. A GPU-backed virtual workstation that can actually run CAM is a different animal. A GPU-capable virtual machine in a government cloud can run from several hundred dollars a month per seat into four figures per seat per month depending on the GPU size and how many hours it runs, and Azure Government carries roughly a 15 percent premium over commercial Azure on top of that. Those are ballpark figures to frame the question, not a quote. Make the vendor price your seats, your way.
Moving a CAM seat into a virtual or cloud environment isn't always a clean lift. Some CAM licenses are tied to a physical dongle or a specific machine. Some vendors' license terms treat a virtual desktop as a different kind of install, which can mean a different license, an added cost, or a call to your CAM reseller before anything activates. Find this out before you sign, not the week you go live.
This is the question that separates people who understand shops from people who understand servers. It's one thing to lock CUI inside a secure enclave. It's another to get a program out to a machine that has no idea what CMMC is, and do it without breaking your compliance.
How does the post get to the control? USB stick? Network share? A DNC box in the corner running Windows 7? Every one of those is a real answer with real consequences. NIST 800-171 has a whole media protection family, and control 3.8.7 is specifically about controlling removable media like USB drives. So "we'll just sneakernet it on a thumb drive" isn't a shrug, it's a control you now have to account for.
Follow the part. The moment CUI leaves the protected boundary, whatever it touches can get pulled into scope. The workstation at the machine. The USB drive. The shared printer. The traveler printed on paper and clipped to the job. The old PC nobody's logged into since 2019 that still has a network cable in it.
This isn't guesswork. The official CMMC Level 2 scoping guidance sorts every asset into categories, including assets that handle CUI, assets that protect the environment, and specialized assets like the machine controls themselves. A vendor who knows the work talks in those terms and sorts your gear honestly. Scope also drives cost, so a vendor who oversizes your scope is oversizing your bill.
Your CUI doesn't sit still. A print lands from a customer portal. An engineer opens it in CAM. That becomes a program. The program becomes G-code. The G-code goes to a machine, and the finished part ships. Compliance has to hold at every handoff, not just where the data sits at rest.
There's a trap here worth knowing. Information derived from CUI is usually still CUI. So the toolpath and the G-code your team generates from a controlled drawing can carry the same protection requirement as the drawing itself. A vendor who thinks only the original PDF is sensitive, and treats the G-code as just machine data, has a hole in their plan.
Every proposal rests on assumptions. You use these machines. Your data flows this way. You have this many CUI users. Your CAM works like this. When an assumption is wrong, the fix costs money, and it usually surfaces after you've signed.
Here's a concrete one. Compliant cloud seats are priced per user, so the headcount in the proposal drives the bill. At roughly $60 per user per month for a Level 2-capable GCC High seat, guessing 10 users when the real number is 25 isn't a rounding error, it's about $900 a month the proposal didn't show. Ask what their user count is and where it came from. And ask how the labor is billed, because a low headline price with hourly remediation on top is a different deal than one with the work included.
CMMC Level 2 is built on 110 controls, and a large share of them have nothing to do with software. Whole families are about people and buildings: physical protection, personnel security, awareness and training, media handling. Who's screened before they touch CUI. Who can walk up to a machine or a server. What happens to accounts when someone quits. How visitors are logged. How you dispose of a drive or a stack of printed travelers.
Here's where you want an honest vendor, not a flattering one. A good partner will tell you plainly which of these they handle and which stay with you. The technical and administrative controls, the policies, the procedures, the account and access side, those are things a readiness partner should stand up and document. But the physical safeguards themselves, the locks on the door, the alarm, the fireproofing, the camera at the dock, those live with you, the building owner. No IT vendor installs your deadbolts. The right answer is a clear division of labor, in writing, so nothing falls in the crack between "we assumed you had it" and "we thought you did that."
Doing a control isn't enough. You have to prove it. Whoever asks, a prime, an auditor, or a future assessor, wants to see the written policy, the training records, the visitor log, the screening process, the media disposal procedure. Talk without documentation is a weak spot in your self-assessment. Your score runs on evidence, and evidence means documents that match reality.
The SSP is the backbone document of your Level 2 compliance. NIST 800-171 requires it (control 3.12.4), and it has to describe exactly how each of the 110 controls is met in your environment. A real SSP names your systems, your CAM setup, your network, your machines, your data flow. A template SSP describes a generic company that doesn't exist, and anyone who reads it against your floor spots the difference fast, because the document won't match what they see. That's true whether the reader is a prime today or a third-party assessor if that requirement comes back.
Here's what the July 2026 change means for this question. The mandatory third-party assessment (the C3PAO step) is suspended pending the DoW's review, so for now you're not hiring an outside assessor. You demonstrate Level 2 by self-assessing against the 110 controls and having a senior official affirm your score in SPRS. A single-site third-party assessment commonly ran $30,000 to $60,000 in fees for a small shop, and that expense is off your plate for now. That's real money the suspension just saved you this year.
But self-certifying is not a free pass, and any vendor who sells it that way is setting you up. The SPRS affirmation is a legally binding statement, and a score you can't back up with evidence carries False Claims Act exposure. Primes can still ask to see your number and your SSP before they hand you work. And the duty to protect CUI under DFARS 252.204-7012 has applied since 2017 no matter what CMMC does. The review could also bring the third-party step back in some form, so a defensible self-assessment now is also insurance against a rushed scramble later.
You're not just collecting answers. You're watching how a vendor reacts to hard questions. These are the patterns that should give you pause. One on its own might be a vendor having an off day. A cluster of them is a vendor who'll leave you exposed or oversold.
Everything above is the map. The full checklist is the tool you bring into the room.
The free PDF adds, for every one of the ten questions, exactly what a strong answer sounds like, what a weak one sounds like, and the specific number or requirement to hold each vendor to. It also includes a ten-minute exercise to map your own CUI before you take a single sales call, so you walk in already knowing your rough scope. It is built to print and carry.
Give us an email and it is yours. We will send the PDF to your inbox and start it downloading right away. No cost, no obligation.
CybertronIT is a CyberAB-authorized Registered Practitioner Organization (RPO). We do CMMC readiness work. We are not a C3PAO and do not perform the certification assessment itself.
On July 13, 2026, the Department of War (DoW) suspended the CMMC Phase II requirement that would have forced Level 2 defense contractors to pass a third-party audit to win work. The deadline that everyone was racing toward, November 10, 2026, is off the calendar for now. The audit pressure eased. The security work did not.
If you've been getting emails telling you to beat the November deadline or lose your contracts, those emails are now out of date. Here's what actually happened and what a defense supplier should do about it.
The DoW suspended the transition to CMMC Phase II, effective immediately, along with pending and future CMMC implementation milestones across its solicitations and contracts. Phase II was the stage where Level 2 contractors would have needed a certificate from an accredited outside assessor (a C3PAO) as a condition of award.
The DoW also opened a 60-day, top-to-bottom review of the whole program and put out a public Request for Information asking industry where the compliance burden actually falls. The stated goal is to lower the barrier for small, medium, and non-traditional businesses and to replace paperwork-heavy compliance with security measures that scale.
The DoW's own CIO, Kirsten Davies, framed it as reducing red tape while keeping a security baseline, not walking away from security. Her words: strong cybersecurity and operational resilience remain critical, and the defense industrial base can hit both while the government cuts the parts that were paralyzing smaller firms.
Read the language carefully, because the difference matters. This is suspended pending review. It is not cancelled, and it is not over. The third-party audit requirement could come back, come back changed, or land somewhere else entirely once the review reports. Anyone telling you CMMC is dead is selling you the wrong story, the same way the deadline-panic crowd was selling you the other one.
If you're a Tier 2 or Tier 3 aerospace or defense supplier heading for Level 2, the single thing that changed is the expensive, scheduled, pass-or-lose C3PAO audit. That pressure is off for now.
What did not change is your obligation to actually secure the Controlled Unclassified Information you handle. During this interim period, the DoW says it will enforce the NIST SP 800-171 Rev 2 standard through self-assessments and select government-led assessments. In plain terms, you still have to meet the same security bar. You just show it yourself for now instead of paying an outside assessor to certify it.
So the smart read is not relief and it is not panic. It's this: the cost and the calendar crunch of a rushed certification just came off, and you got room to do the underlying work properly instead of cramming for an exam.
Phase I never went anywhere. The self-assessment requirements are firmly in place. If a solicitation requires a Level 1 or Level 2 self-assessment, that's still live.
The 110 controls of NIST 800-171 are still the standard. Level 2 was never just a piece of paper. It's a real control set covering access, audit logging, configuration management, incident response, media protection, and the rest. Suspending the outside audit doesn't shrink that list by a single control.
Your duty to protect CUI has been law since 2017. The DFARS 252.204-7012 clause obligates every contractor and subcontractor that touches covered defense information to safeguard it, full stop. The DoW went out of its way to say this suspension does not eliminate that obligation. It predates CMMC and it outlives this pause.
And here's the piece almost nobody is saying out loud. For Level 2 right now, you demonstrate compliance by scoring yourself against the 110 controls and having a senior company official affirm that score in the government's SPRS system. That affirmation is not a formality and it is not a free pass. It's a legally binding statement. If the score is wrong and you knew it, or should have, you've got False Claims Act exposure, and the Justice Department has been pursuing exactly those cases against contractors who certified security they didn't have. Self-certification means you own the number. Standing behind a false one is a bigger problem than any audit.
Three things, and they pull against each other on purpose.
First, self-certify properly. If you're subject to a Level 2 self-assessment, do it against all 110 controls, build the System Security Plan and the POA&M behind it, and make sure the number you affirm in SPRS is one you can actually defend. This is the work that matters most now, because your own signature is the thing standing behind it.
Second, don't overspend. If a vendor is pushing you to buy an expensive isolated enclave or a full certification sprint to beat a November deadline, that deadline no longer exists. Pause. Some businesses genuinely need an enclave and some architectures genuinely require one. But buying it in a panic, for a date that's off the calendar, is how you spend money on controls you may not need in the shape a vendor sold them. The honest move is to size the environment to what your contracts actually require, then decide.
Third, don't stand down. This is the mistake on the other side. The fundamentals are unchanged, the DFARS obligation is unchanged, and the third-party requirement could return in some form when the review wraps. A supplier who treats the pause as permission to stop is going to be scrambling later, and scrambling is where the expensive mistakes live. The businesses that use this window to quietly get their CMMC readiness in order are the ones who won't blink when the rules settle.
We're not saying this from a whiteboard. We run the same play in our own building. We carry our own compliance obligations every year, we know what a self-assessment costs in real hours, and we know the difference between a control that's documented and a control that's actually live on the network. That gap is the first thing we find on the networks we take over. This is also why we bundle CMMC readiness with Managed IT Services on the same engagement. The documentation and the live systems have to be run by the same team, or your SSP describes a business you no longer are by the next quarter.
If you want a straight read on whether this pause changes anything for your next contract, book a short call. Thirty minutes, no commitment. Bring any contract clauses, flowdown language, or supplier questionnaires you have in hand. We'll tell you what you're actually on the hook for, what you're not, and what a realistic timeline looks like now that the deadline moved. If we're not the right fit, we'll say so.
Is CMMC cancelled?
No. CMMC Phase II is suspended pending a 60-day review, not cancelled. The requirement for Level 2 contractors to pass a third-party (C3PAO) certification is on hold. Phase I self-assessment requirements remain in place, and the program could change and return once the review is complete.
Do I still need to meet NIST 800-171?
Yes. The 110 controls of NIST SP 800-171 Rev 2 are still the standard. During the interim period the DoW is enforcing them through self-assessments and select government-led assessments. Suspending the outside audit did not remove any of the controls.
Does the suspension end my duty to protect CUI?
No. DFARS 252.204-7012 has obligated contractors and subcontractors to safeguard covered defense information since 2017. The DoW stated directly that this suspension does not eliminate that requirement.
Should I stop my CMMC project?
Not if you're subject to it. The self-assessment obligation stands, the DFARS duty stands, and the third-party requirement may return in some form. The pause is a good window to do the underlying work properly without a rushed audit deadline, not a reason to stand down.
Is a self-assessment lower risk than a C3PAO audit?
It's less expensive and less scheduled, but it isn't risk-free. A senior official has to affirm your score in SPRS, and that affirmation is legally binding. A knowingly inaccurate score carries False Claims Act exposure. You own the number either way.
Posted by CybertronIT.
If you handle CUI on a DoD contract and you run QuickBooks Desktop, one Windows setting can stall your CMMC work, and most people don't find it until they flip the switch. Turn on FIPS mode to meet the encryption requirement, and QuickBooks Desktop stops opening. That's not a rumor. Intuit says QuickBooks Desktop doesn't support FIPS mode and has no plan to add it. So the real question isn't whether QuickBooks is "CMMC compliant." What matters is whether this conflict applies to your environment, and what to do when it does.
NIST SP 800-171 control 3.13.11 requires FIPS-validated cryptography to protect the confidentiality of CUI. That means more than a FIPS-approved algorithm. The module itself has to be tested and certified by a NIST-approved lab. One common way to get there on Windows endpoints is to enable FIPS mode. The moment you do, Windows forces every application to use only FIPS-validated algorithms, and QuickBooks Desktop isn't built to comply, so it crashes on launch. The same toggle has been known to break other business software too, including some CAD tools your engineers depend on. Flip one setting for compliance and two of your most-used programs can go dark.
You may have seen this pitched as "QuickBooks fails CMMC, period." That's the fear version, and it isn't accurate. The conflict is real, but it's situational. It only bites under specific conditions, and being straight about that is the point, because a claim that collapses under a knowledgeable buyer's questions isn't worth much.
The QuickBooks and FIPS conflict is a live problem, not a hypothetical, when all of these are true:
If all four are true, the conflict is real and worth closing before an assessment. Plenty of contractors run this check and find only one or two apply, which changes the fix entirely. And even when it does apply, pulling QuickBooks out is rarely the first move. Often the right answer is scoping the CUI boundary so QuickBooks sits outside it, or documenting a compensating control and a POA&M while you plan the change. The wrong move is guessing.
We're a Registered Practitioner Organization, so we run CMMC readiness and know exactly what 3.13.11 asks for and what it doesn't. To be clear on the roles, an RPO prepares you. A C3PAO runs the certification assessment. We're the prep, not the exam.
We also build our own PCs and servers on our own line, so we control the endpoint and the compliance config down to the machine. When FIPS has to go on, we know what it will break before you find out the hard way, and we set the environment up so your accounting and your CAD tools keep running inside a compliant boundary. Most firms advising on this have never configured the hardware underneath it. We do both.
And when the worry is CUI touching a tool you can't control, we run Private AI, so sensitive data never has to leave for a public service to process it. Managed IT, CMMC readiness, and the hardware, all under one roof, serving the Wichita aerospace supply chain and Southcentral Kansas since 1997.
QuickBooks and FIPS do conflict. Whether it threatens your compliance depends on your data, your contract, and your boundary, and those are answerable in one conversation. Level 2 third-party assessments start phasing in November 10, 2026, contract by contract, so the time to find these conflicts is now, not during the assessment. We'll tell you straight whether it bites you, and if it does, we'll close it without a rip-and-replace.
If you want to know where you actually stand, book a call and we'll walk your setup. If you're weighing the on-prem-versus-cloud cost of the fix, our Infrastructure Cost Reality Check is a good place to start.
Google used to hand you links. Now it hands you an AI summary, a stack of ads, and pointers to its own products, with the actual results shoved down the page. If that bugs you, you're not stuck with it. Real alternatives exist, and several keep AI optional or leave it out.
Google's results aren't necessarily worse. They're buried. AI Overviews sit up top now, and there's no permanent way to switch them off. You can filter a search to Web to strip it back to plain links, but you have to redo it every single time, and that gets old.
None of them is perfect. A couple trade AI for weaker privacy. Others trade privacy for being free. Pick the compromise you can actually live with.
Here's where this stops being about search. The thing that bugs people about Google harvesting their queries is the same thing a business should think hard about before staff start pasting company information into a public AI tool. Contracts, client records, pricing, source files. Once it's in a public model, you've lost the say over where it lives and who trains on it.
For a defense subcontractor or a CPA firm under the FTC Safeguards Rule, that's not a preference, it's a compliance line. Regulated data isn't allowed to wander off to a vendor nobody vetted.
This is why we run Private AI for businesses that want the productivity without the exposure. The model sits on infrastructure you control, and your data doesn't leave to go train someone else's product. We host and secure our own systems the same way, so we're not selling something we don't run in our own building.
Technology should be a tool that makes the day easier, not one that leaves you uneasy about where your information ends up. If your team is already leaning on AI and you're not sure where the data's going, book a call and we'll map where it actually lives.
Every office has one. The printer that only works if you unplug it first. The server nobody's allowed to touch. The spreadsheet three people email around because the real system never got set up. Temporary fixes. They were supposed to last a week. Some of them are older than the people using them now.
A temporary fix is cheap, fast, and it makes the problem disappear today. That's the whole appeal. Nobody plans to run a company on duct tape. It happens one reasonable shortcut at a time, and each one feels smaller than stopping to fix the thing underneath.
The bill comes later and it's bigger than the fix you skipped. A workaround nobody wrote down becomes the thing that breaks at the worst possible moment, with the one person who understood it out of the office. Across the takeovers we run, the messes we walk into are almost never one big failure. They're years of small patches stacked on each other until nobody can tell which one is holding the weight.
Then there's the risk you can't see. A couple of the quiet ones we turn up on assessments:
Those stay silent until they turn into the reason a business is on the phone with its cyber insurer.
The fix isn't heroics. It's naming the root cause instead of the symptom and building the smallest thing that actually solves it. That costs an hour more today and saves a week later. We run our own production line and live our own compliance, so we've paid for our own shortcuts and learned to quit taking them. When we take over an environment, the first job is finding the band-aids and swapping them for something that holds.
You don't have to rip everything out at once. Start by writing down what's held together with tape, rank it by what hurts most if it fails, and fix from the top down.
If your setup has a few "temporary" fixes that have quietly gone load-bearing, book a call and we'll help you find them before they break.
Every time someone on your team rebuilds a proposal, a quote, or a standard email by digging up an old one and editing it, two things happen. They burn time they did not need to spend, and they risk sending something with last year's pricing or the wrong client's name still buried in it. Templates fix both, and you almost certainly already own the tools to do it. We run our own back office on the same kind of templates, from proposals to onboarding, so this is a fix we made for ourselves first.
Your cloud bill climbs a little every month and nothing new shows up to explain it. No new servers, no new headcount, no new service. Just a bigger number. That slow climb is cloud sprawl, and it is one of the easier line items to fix once you can actually see it. We sign the checks for our own mix of on-prem and cloud, so watching that number is something we do for our own books, not just for clients.
Most IT problems we get called in to fix started in the contract. The response time was vague, the exit terms were missing, and the monthly bill had a back door for surprise charges. Before you re-sign with your current provider or sign with a new one, four things decide whether the contract works for you or against you.
We sign the front of our own checks here, so we read an IT agreement the way you do. What does this cost when something breaks, and how hard is it to leave if it stops working. Across the takeovers we run, the contract is usually where the trouble was hiding the whole time.
A one hour response guarantee sounds strong until you read it closely. It only promises that someone replies within an hour. What happens after that, and how long your equipment stays down, is left wide open. On accounts we have taken over, we have watched a provider hit every response window while a critical machine sat dead for a week, all while staying technically inside the agreement.
The number that protects you is a resolution target: a committed timeframe to actually restore the service, not just to acknowledge the ticket. Ask for it in writing, tied to severity levels. A provider who will commit to resolution is telling you they fix root causes instead of closing tickets to make their metrics look good. See how we build managed IT around outcomes rather than ticket counts.
If your IT spend keeps surprising you, the contract is missing a planning layer. A good agreement puts a virtual CIO in the room with you on a set schedule, usually quarterly, to walk your budget, your hardware lifecycles, and what is coming next. That is the difference between a partner who plans your next three years and a vendor who waits for something to break.
This is where predictable budgeting actually comes from. When someone is tracking which servers age out next year, the capital expenses stop arriving as surprises.
Some providers build the contract so that walking away is painful. Your data lives in their tenant, your passwords sit in their vault, and untangling it takes months. That is by design, and it is the single point you should push hardest on.
Demand full ownership of your data and your credentials in writing, and a termination assistance clause that obligates the provider to hand off your environment in good faith if you go elsewhere. A provider confident in the work has no reason to refuse. You'd be surprised how often the firms that resist these clauses are the ones you most need to be able to fire.
Cyber insurance carriers keep tightening what they require, and your IT contract should already meet the bar. Spell out the security baseline you expect as part of the service, not as an upsell after the next incident. At minimum that means multifactor authentication everywhere, managed detection and response, and immutable backups that an intruder cannot alter even after they get in. Here is what a real security baseline includes.
Then tie the whole thing to a flat monthly fee that covers the essentials. Per-incident billing quietly rewards a provider when things break. Move to a flat fee and that incentive disappears, which puts you both on the same side, where stability is the point.
A good IT contract should make your year more predictable, not less. If reading yours makes you nervous about response times, exit terms, or what next quarter costs, that is the contract telling you something. We work with businesses across Southcentral Kansas, from Wichita to Hutchinson and Newton, and the first thing we do is read what you already signed.
Book a 30-minute contract review and we will go through your current IT agreement with you on a screenshare and flag the clauses that cost you money or trap you. No charge, no pitch.
What is the difference between a response time and a resolution target?
A response time is how fast the provider acknowledges your issue. A resolution target is a committed window to actually fix it and get you working again. Response times are common in contracts. Resolution targets are the ones that protect you, so ask for both.
Should my IT contract say who owns my data?
Yes. It should state in plain language that you own your data and your passwords, and that the provider will hand off your environment if you leave. Without that, switching providers can take months and cost you time and money.
Is a flat monthly fee better than paying per incident?
For most businesses, yes. A flat fee makes your budget predictable and removes the provider's incentive to let problems pile up. Per-incident billing can look cheaper until a bad month arrives.
What security should be written into the contract?
At a minimum, multifactor authentication, managed detection and response, and immutable backups. Cyber insurance carriers increasingly require these, so putting them in the agreement protects both your operations and your coverage.
How often should I review my IT contract?
At least at every renewal, and any time your provider changes pricing or scope. A quick read for resolution targets, exit terms, and security requirements catches most of the problems before you re-sign.
Yes. A defense contractor can use AI and stay compliant. The deciding factor is where the model runs, not the AI tool you picked. Run it in the wrong place and you've handed Controlled Unclassified Information to a system you don't control.
One disclosure before the rest of this is useful. CybertronIT is a CMMC Registered Practitioner Organization. We get contractors ready and we run the IT that keeps them ready, and we partner with them through the process. We are not a C3PAO, so we don't conduct the assessment that grants your status. What follows is operator advice from inside the framework, not an assessor's ruling. Anything tied to a specific rule date or a specific product's authorization, confirm it against current DoD and Cyber AB guidance before you act, because this area has moved fast and keeps moving.
Here's the problem we actually run into. When we assess a prospect's environment before taking it over, we find people already using AI, and not in any planned, governed way. Someone in engineering is pasting a drawing callout or a spec into a public chatbot to clean up the wording. Someone in contracts is summarizing a flowdown clause the same way. Every one of those is a disclosure of company data to a model that may train on it, store it, or both, on infrastructure that sits well outside your assessment boundary. If any of that data was CUI, you didn't just use a tool. You created a reportable problem.
So the real question is where the inference happens, because the three places a model can run aren't equal.
A public, commercial AI service is fine for the work that never touches controlled data. Marketing copy, a first draft of a job posting, general research. The moment CUI goes into that box, it's gone, and you can't pull it back. Treat the public tools as off-limits for anything in scope, and make sure your people know the line, because right now most of them don't.
A cloud environment built to meet the DoD requirements is the middle path. Under DFARS 252.204-7012, if you use an outside cloud provider to store, process, or transmit covered defense information (CUI is the shorthand most people use for it), that provider has to be FedRAMP Moderate authorized or meet FedRAMP Moderate-equivalent requirements under DoD policy. Encryption alone doesn't get you out of that, and CMMC didn't replace the rule. It's the same requirement that's applied for years.
Be careful with the AI part here, because the old shortcut no longer holds. It used to be safe to say the government version of a tool is in scope and the commercial version isn't. That's not true anymore. Authorization now attaches to a specific service, sometimes a specific environment, and sometimes only certain features inside it. At least one mainstream commercial AI service now carries FedRAMP Moderate status, while some government versions don't include every feature. Don't assume it either way. Before any AI tool touches controlled data, confirm the exact product, environment, and feature set against current provider documentation and the FedRAMP Marketplace.
The third place is your own hardware. A private model running on a server you own, inside the 800-171 environment you already control, means the CUI never leaves your boundary. This is the option most contractors don't realize is on the table, and it's the one we know cold, because we build the servers it runs on.
Most contractors have never seen a private deployment, so here's what it actually looks like. Someone on your team asks the model a question, the same way they would a public chatbot. The difference is that the model answering runs on a server in your own rack, inside the same environment your controlled data already lives in. The question, the files it pulls from, the record of who asked what, and the answer that comes back all stay inside that boundary. Nothing gets shipped out to be processed somewhere else, because there is no somewhere else. Everything happens within the boundary you're already responsible for.
Here's the part people get wrong about that last option. Putting the model on-prem doesn't make you compliant by itself. The second that GPU server processes CUI, it joins your assessment boundary like any other system. It inherits the same access control, the same audit logging, and the same configuration management as every other box that touches controlled data. On-prem gets you control. It doesn't get you a free pass on the controls. We'd rather you hear that from us now than from an assessor later.
This is where our experience runs deeper than most of the firms writing about AI right now. We don't only advise on this. We manufacture PCs and servers on our own line, which means sizing a private model is a conversation we have from the build side. Sizing one comes down to four questions. How many people will use it, which model needs to run, how fast the answers have to come back, and how much data it has to work through. Those answers are what decide whether you're looking at a single workstation under a desk, one dedicated AI server, or a multi-GPU setup in the rack. The ceiling on all of it is VRAM. A small model that cleans up documents needs a fraction of what a larger reasoning model needs, and guessing wrong means you either overspend on hardware you didn't need or buy a box that chokes on the workload. Very few companies in this market sit at the intersection of the compliance framework, the manufacturing line, and the GPU supply chain. That's the seat we're in, and it's why we can tell you what a private deployment takes to stand up rather than describe it in the abstract.
The honest read for most suppliers in the defense base is that this isn't an either/or. You use AI and protect CUI at the same time, as long as you decide, per workload, which of the three places it runs. Some of your work belongs on a public tool. Some belongs in a government cloud. The work that touches your most sensitive controlled data probably belongs on a private model in a boundary you own. Mapping that out takes a couple of hours, and it costs far less than cleaning up a disclosure.
One more thing worth saying plainly, because it shapes how we work. We don't take on CMMC readiness as a standalone project while another firm runs your IT. The system security plan and the live systems have to be on the same team or the documentation drifts from reality the day after it's written, and AI infrastructure widens that gap rather than closing it. Readiness and the Managed IT behind it are one engagement. If you already have an MSP, that's a real conversation about timing and whether the contracts at stake justify a switch, not a reason to bolt compliance onto a setup that won't hold it.
If AI is already in your environment, or you know your people are using it and you'd rather get ahead of it, book a working session with us. We'll map your actual AI use against your CUI boundary, flag what's exposed right now, and lay out what a compliant setup looks like for the way you work. The full breakdown lives on our Private AI page.
Most businesses are paying for at least one vendor they no longer use, and they can't say which one without going line by line through a credit card statement. The gap between the tools you need and the tools you pay for is where money quietly leaks. Vendor management closes that gap and gives you one number to call when something breaks.
Most businesses don’t win by inventing a new way to do things. They win by taking what already works and pointing it at their own problems. In business technology, trying to be original is usually the fast way to spend more and break more. The goal is proven tools that get you back to your actual work, not invented ones.
You don’t have to figure everything out alone. Three shortcuts cover most of it. Use established software like Microsoft 365 instead of building something custom. Bring in people who already know how to set up a network and secure your data. Look at what the leaders in your field run, then follow the proven path.
A lot of owners stall because they think they need to understand every technical detail before they buy. That delay costs more than the wrong tool would. You don’t need to know how the cloud is built to use it. Run the same systems the big companies run and you borrow their budgets. You get strong security and reliable tools without paying for the research yourself. A small team ends up with the technical muscle of a much larger one.
Buy established software instead of building your own. Standard applications come with ongoing developer support and a large user base that keeps them stable. Custom software means you carry the maintenance and pay for every update forever, and that long-term cost usually dwarfs a subscription.
Judge every purchase by what it does, not by how new it is. A tool earns its place if it makes your team faster or makes client data safer. If it does neither, it is a distraction.
Leave security invention to the security professionals. The standard defenses win because they have been tested everywhere. Turn on multifactor authentication across every account. Run reputable antivirus. Keep a strict, automated patching schedule. Boring, proven, and far safer than anything homegrown.
Your clients don’t care whether your internal setup is one of a kind. They care that you are reliable and their information is safe. We take the best tools already on the market and make them work for businesses across Wichita and Southcentral Kansas. The vetting is done, so you do not have to do it. If you want to stop fighting your IT and start running systems that just work, Book a call.
If your IT plan is to wait for something to break and then fix it, you are on borrowed time. Maintenance gets treated as an afterthought, so servers wear out quietly, backups sit unverified, and firewalls run on firmware that is years out of date. Real IT leadership is not about buying the newest gear. It is about protecting and tuning what you already own. Three checks tell you whether your setup is actually proactive or just reactive with good luck.
A backup file is not a recovery plan. The only question that matters is when your team last ran a full restore test and watched it work. Plenty of businesses discover their backups were silently failing at the worst possible moment, right when they need the data back. Data is only an asset if it comes back clean and complete when you reach for it. If nobody can tell you the date of the last successful restore test, that is your answer.
Security updates should not depend on a busy employee remembering to click install. When patching is manual, it slips, and every skipped update is a door left open. Automating it closes those gaps on a schedule without yanking people out of their work. It is one of the cheapest, highest-return things you can do for security.
Security starts at the door. Active logins for people who left months ago are a standing invitation for trouble, and most companies have more of them than they think. A regular sweep of your user directory makes sure only the right people still hold keys to your systems. It takes an afternoon and removes a whole category of risk.
Moving to a proactive model is an investment in not having bad days. You find the weak points before they turn into emergencies, and you skip the brutal costs of downtime and lost data. Stop wondering whether your network is secure and start knowing. We run deep-dive infrastructure assessments for businesses around Wichita and turn technology from a ticking liability into something you can count on.
Book a call and we will give you a straight read on where your infrastructure stands.
BYOD started as a win for everyone. The business skipped buying hardware. The employee kept the phone they already liked. The catch nobody priced in: every one of those personal devices is now a door into your business, and you do not hold the keys.
Give your team company devices and you set the rules. You force updates, require encryption, and block jailbreaking. A personal phone gives you none of that. You cannot make someone patch their phone, and an unpatched phone is a magnet for attackers. Add the dozens of third-party apps on a typical phone, plenty of which quietly scrape data, and that same phone is reading your sensitive email.
Then a device looks compromised and you need to lock it down. The owner may not love you reaching into their personal phone, and they were probably already uneasy about their privacy. It is tempting to soften the policy to keep the peace. Don’t. A policy bent to avoid friction protects no one.
Your best salesperson leaves for a competitor. Best case, they took nothing. But it is far too easy for someone on a personal device to walk out with client lists and files still on their phone, at the end of a day or the end of a career. You can try a remote wipe, but if the data never synced, some of it survives, and now you are weighing a lawsuit. At that point the company-owned device you skipped looks cheap.
The threats with intent are real, but plain mistakes cause more of them. Sensitive data gets copied from a work account and pasted into a personal one without a second thought. A toddler playing with a parent’s phone can share a file with the wrong contact. That still counts as a breach, and it still costs you.
Most of these risks come down with mobile device management. MDM lets you enforce policy on a personal device while keeping personal and work data firmly separated. When someone leaves, the work data gets wiped and the personal side is left alone. You get the control of a company device without buying the hardware.
If your team uses personal phones for work and you have no MDM in place, that is the gap to close first. Want help setting up a BYOD policy and the tools to enforce it? Book a call.