What Should a Small Business in Columbus or Cleveland Do First on Cybersecurity?
Start with an accurate inventory of what you own and who has access to it, then lock down identity with multi-factor authentication, then make sure your backups actually restore. Everything after that — application control, email and DNS filtering, monitored detection, and written policy — matters, but reduces less risk per dollar than those first three moves, in that order, for a business that has not done them yet.
I have sat across the table from enough Columbus and Cleveland owners to know why most cybersecurity advice fails them before they even start. It arrives as a list of fifteen to twenty controls with no ranking, and an owner with a finite budget has no way to tell which would actually have stopped last year's ransomware claim on their neighbor's business. I am not going to repeat why cybersecurity matters — we have made that case elsewhere — and I am not going to rank vendors, which a companion piece already covers. What I want to argue is sequence.
Why Sequence Matters More Than the List Itself
Most SMB security guidance treats every control as equally urgent, which is a reasonable way to write a checklist and a terrible way to spend a first year's budget. Controls are not interchangeable: some close off an entire category of attack, others catch what slips past the first layer, and a few exist mainly to prove, after the fact, that you did things properly. Buy the third kind before the first and you have spent money on documentation for a breach you had no real defense against. The logic here is simple: rank each step by how much it reduces the likelihood or severity of the most common way small businesses actually get breached, then do the highest-yield step first.
Step Zero: The Inventory Most Articles Skip
Before any of the numbered steps below, you need to know what you actually have. Not a guess — an actual list of every device, every cloud account, every vendor with access to your systems, and every employee's login privileges, including the ones who left eight months ago and were never removed. Most owners assume this exists somewhere. It usually does not, or it is three reorganizations out of date.
This is not a product you buy. It is a few hours of work, sometimes uncomfortable, since it tends to surface shadow IT, forgotten admin accounts, and vendors nobody remembers approving — but it is the precondition for everything else, because you cannot put MFA on an account you did not know existed, or back up a system you forgot you were running. NIST's Cybersecurity Framework 2.0 makes this the first category under its Identify function for exactly this reason: asset and access visibility is the foundation the rest of the framework assumes.
Step One: Why Identity Comes Before Firewalls
Identity comes before network hardware because credential theft is how most attackers actually get in, not exotic malware or a firewall bypass. Verizon's 2025 Data Breach Investigations Report found credential abuse was the single most common known initial access vector in breaches where the cause was determined, ahead of vulnerability exploitation and phishing — worth stating precisely, since inflated statistics are common in this space.
Multi-factor authentication on email and remote access is the highest-leverage dollar you will spend, because it directly blocks that dominant entry path. CISA's guidance for small and medium businesses is explicit that MFA should be required everywhere possible, starting with admin accounts and remote access, using the strongest available method rather than whatever a vendor defaults to. A password manager and basic conditional access policies belong in this same step — a stolen or reused password should not, by itself, be enough to get in.
What this step does not cover matters too: MFA does not stop an attacker already inside through a different route, does not protect data unencrypted at rest, and will not save you if your only copy of customer records lives on a laptop that gets encrypted. That is what step two is for.
Why Do Backups Come Before Almost Everything Else Technical?
Tested, immutable backups come second because they determine whether a security incident is a bad week or the end of the business — every other control here reduces the odds you get hit, backups determine whether you survive it if you do, and for a small business that is the difference between an insurance claim and a closed sign.
Two words matter more than the rest: tested and immutable. A backup never restored is a hope, not a plan. Immutable means it is stored somewhere an attacker who has already compromised your network cannot reach, alter, or delete, since ransomware specifically hunts for and destroys connected backups before encrypting everything else. This has to cover more than servers — Microsoft 365 and Google Workspace data is not automatically backed up by the vendor in a way that protects against accidental deletion or a targeted account compromise. What backups do not do is stop an attacker from getting in, or stop them quietly stealing data before you notice; that requires the next layer.
Step Three: Stopping Unknown Software Before It Runs
Once identity and recoverability are in place, the next dollar goes toward default-deny application control rather than another layer of detection. Detection looks for behavior resembling an attack after code is already running; application control decides in advance what may execute and blocks everything else — known software runs, unrecognized software does not, regardless of vendor history.
That is a meaningfully different posture than traditional antivirus, which depends on recognizing a threat it has already catalogued; default-deny only needs to know the file was not on the approved list. The tradeoff is real — an accurate allowlist takes upfront work, which is why the step zero inventory pays off again here. What it does not solve is an approved application being misused, or a user socially engineered into approving something themselves.
Step Four: Email and DNS Filtering Close the Delivery Mechanism
Almost every attack chain, whether it ends in credential theft, malware, or a fraudulent wire transfer, starts with something arriving by email or a browser visiting a malicious domain. Filtering at both points reduces the volume of attacks that ever reach an employee's judgment, because no amount of training makes every employee immune to a convincing message on a bad day. It ranks after identity, backups, and application control because it reduces volume rather than eliminating risk outright — a well-crafted phishing email still gets through occasionally, and a compromised legitimate account bypasses it entirely, which is exactly what step one's MFA is there to prevent.
Step Five: EDR With an Actual Human Watching It
Endpoint detection paired with monitoring by people who actually look at what it flags comes after the preventive layers because its job is different: it catches what got past everything upstream. A tool that generates alerts nobody reads is not a control, it is a false sense of coverage — an alert sitting unread for six hours has functionally the same outcome as no alert at all if an attacker is already moving through the network. This is also where the sequence pays off retroactively: an environment with default-deny application control generates far fewer, far more meaningful alerts than one relying on detection alone, which is what makes human monitoring affordable rather than an endless stream of false positives that gets tuned out within a month.
Step Six: Governance Is What Makes the Rest Durable
Written policy, regular training, and periodic access review sit last, not because they are unimportant, but because they keep the first five steps from quietly decaying. Access review catches the departed employee's account that never got disabled; policy documents what "acceptable use" means so a new hire is not guessing; training reduces how often someone falls for a message that slipped through the filters in step four.
Governance is also where Ohio's Safe Harbor law becomes directly relevant, because it rewards this kind of structured, documented program rather than an ad-hoc collection of tools. Under Ohio Revised Code Section 1354.02, a business that creates, maintains, and complies with a written cybersecurity program reasonably conforming to a recognized framework — the statute names the NIST Cybersecurity Framework as a qualifying example — is entitled to an affirmative defense against certain tort claims alleging inadequate security controls caused a data breach. That is narrower than immunity: a defense your attorney can raise in a breach lawsuit, not a shield against regulatory enforcement, and it only works if the documented program existed before the incident. For a business deciding whether to align to a real framework or keep buying tools ad hoc, that is a concrete, dollars-and-cents reason to choose the former.
How Does This Sequence Line Up With Recognized Frameworks?
This ordering is not an alternative to established standards, it is a practical reading of what they already prioritize. CIS Controls Implementation Group 1 — the 56 safeguards for organizations with limited IT staff, precisely the audience here — leads with asset inventory, access control, and data protection first, and NIST CSF 2.0 places Identify ahead of Protect, Detect, Respond, and Recover for the same reason: you cannot manage risk you have not mapped.
| Step | What it primarily buys | What it does not cover |
|---|---|---|
| 0. Inventory of assets and access | Visibility into what actually needs protecting | Any protection by itself |
| 1. MFA and identity controls | Blocks the dominant credential-based entry route | Attackers already inside, unencrypted data at rest |
| 2. Tested, immutable backups | Survivability if prevention fails | Preventing the initial compromise |
| 3. Default-deny application control | Stops unknown executables before they run | Misuse of already-approved software, social engineering |
| 4. Email and DNS filtering | Reduces attack volume reaching employees | Well-crafted phishing, already-compromised accounts |
| 5. EDR with human monitoring | Catches what got past prevention | Anything not detected or not acted on in time |
| 6. Policy, training, access review | Keeps the first five from decaying, supports Safe Harbor | Immediate technical protection |
What This Looks Like for a Columbus or Cleveland Business Specifically
None of this changes because you are in Ohio, with one exception: the Safe Harbor incentive in step six is a state-specific reason to formalize the program, and it only pays off if the documentation existed before an incident. Beyond that, the sequence holds whether you are a professional services firm downtown or a manufacturer on the west side, since risk gets reduced in the same order regardless of zip code. On the Cleveland side, regulated SMBs face similar evaluation questions once they reach the provider-selection stage.
Where this sequence commonly breaks down is a business skipping straight to step three, four, or five because a vendor pitched a product, without ever doing the inventory or fixing identity first — leaving a well-monitored environment that was never locked down at the door. A short risk assessment is usually the fastest way to find out where you stand. If your AI tools have started to outrun your security thinking, that is a related but distinct problem — our AI-specific starting point covers that sequence separately.
Putting the Sequence to Work
The steps above are not a menu — they are an order, and the order is the argument. Start with an honest inventory, fix identity, prove your backups actually restore, then build outward through application control, filtering, monitoring, and governance, since each step is cheaper and more effective when the one before it is solid. If you already have MFA and backups handled, a deeper look at identity controls and backup strategy specifically can help you sanity-check what "done" looks like at each stage, and a plain-language guide to AI governance covers the adjacent policy question of AI tools this one does not.
Where To Go From Here
Getting the order right is worth more than adding another tool to an unsequenced pile. If you want a second opinion on where your business stands, that conversation is worth having before you spend another dollar.
If your team is moving faster with AI than your guardrails are, start with structured training rather than another tool. Securafy AI University gives your people role-based AI training with security built into the material, not bolted on afterward.
If you would rather talk through your specific environment first, book a strategy call with Securafy and we will walk your current AI usage, exposure, and the fastest path to safe adoption.
By Randy Hall
Join The Conversation
Have a question or perspective on this topic? Add it below.