Skip to main content
IT Management9 min readLast reviewed Jun 2026

The Cybersecurity Stack Every Chicago SMB Actually Needs (and What to Skip)

SE
Stefan Efros
CEO & Founder
|
Authored byStefan Efros, CEO & Founder

The cybersecurity stack a Chicago small business actually needs is short: phishing-resistant MFA on every account, EDR on every endpoint, modern email security, backups you have tested by restoring, and 24/7 monitoring that someone responds to. Get those five right and you prevent the large majority of incidents that hit firms your size. Almost everything sold above that line is either premature or a tool you'll never staff.

I've been doing this since 2009, mostly for trucking, logistics, and the small and mid-size companies around Chicago that keep that freight moving. The pattern I see over and over isn't a missing fancy tool. It's a missing fundamental, dressed up by a vendor who sold the owner a dashboard instead of an outcome. So here's the stack I'd actually build for a Chicago SMB, in order, and the spend I'd tell you to walk away from.

Start With the Frameworks, Not the Vendors

Before you buy anything, anchor on a control framework so you can tell the difference between a real gap and a sales pitch. The two I use are the NIST Cybersecurity Framework 2.0 and the CIS Critical Security Controls. NIST CSF 2.0 gives you the language your insurer and your board understand: Govern, Identify, Protect, Detect, Respond, Recover. CIS gives you the order of operations.

The part of CIS most owners never hear about is Implementation Group 1, or IG1. CIS defines IG1 as basic cyber hygiene, the foundational set of safeguards every organization should put in place first. That's not me deciding what's basic. That's the consensus baseline. If a proposal skips IG1 items and jumps to threat intelligence platforms, that's your signal something is off.

MFA, and the Word That Matters Is Phishing-Resistant

Multi-factor authentication is the single highest-return control you can deploy, and it's cheap. But the version most people turn on, a push notification or a texted code, is the version attackers have already learned to beat. They run MFA fatigue, spamming approve prompts until someone taps to make it stop. They run adversary-in-the-middle phishing that proxies the real login and steals the code in flight.

So when I say MFA, I mean phishing-resistant MFA where it counts: FIDO2 security keys or passkeys for email, finance, and admin accounts, with number-matching as the floor for everyone else. CISA's guidance on phishing-resistant MFA lays out why the distinction matters. For our Chicago clients we run this through Microsoft 365 with Conditional Access, so an untrusted device or an impossible-travel login gets blocked before a stolen token does anything useful.

EDR on Every Endpoint, Not Antivirus

Traditional antivirus matches known signatures. The malware that actually lands on SMBs in 2026 is often fileless or freshly compiled, so there's no signature to match. Endpoint detection and response watches behavior instead: a process spawning PowerShell that reaches out to a strange host, an executable trying to delete shadow copies before encrypting. We run SentinelOne with pre-authorized containment, which means a compromised laptop gets isolated from the network in seconds, not after someone reads an alert the next morning.

Here's the practical Chicago angle. A lot of our clients have drivers, dispatchers, and warehouse staff on devices that rarely sit on the office network. EDR plus Intune device management means those endpoints stay covered and patched whether the user is at a dock in Bedford Park or a truck stop in Indiana.

Email Security, Because That's Where It Starts

Most incidents I respond to begin with an email. Business email compromise is the expensive flavor: an attacker poses as a vendor, a broker, or your own CFO and redirects a wire. The FBI's Internet Crime Complaint Center reports BEC losses in the billions of dollars annually, and it's a quiet attack with no malware to catch. For a freight company, the version that hurts is a spoofed rate confirmation or a hijacked factoring email that reroutes a payment.

Modern email security models sender behavior and writing style, flags lookalike domains, and isolates the payment-change emails that are the whole game in BEC. We layer that with DMARC enforcement so nobody can spoof your own domain at your customers. And we still teach the boring habit that works: call the known number before you change where a payment goes.

Backups You've Actually Restored From

Everybody has backups. Almost nobody tests them. The first time you discover your backup was silently failing, or that it's encrypted along with everything else because it sat on the same network, is the worst possible time. The standard I hold to is 3-2-1 with at least one immutable, offline copy: three copies, two media types, one off-site and out of reach of an attacker who already owns your domain admin.

Then we restore from it on a schedule. A backup is a guess until you've recovered a real file from it. NIST's ransomware risk management profile treats tested recovery as a core control, not an afterthought, and that matches what I've watched play out in real incidents.

24/7 Monitoring Someone Responds To

Tools generate alerts. Alerts at 2 a.m. on a Saturday do nothing if no human sees them. The gap I find most often is a small business that bought a security tool and assumed it was a service. It isn't. A SIEM with no one watching is a very expensive log file.

This is the piece a small business genuinely cannot staff alone, and it's the main reason to bring in a security partner rather than buy more software. Our 24/7 SOC watches the alerts, triages them, and acts. When something is real, that ties into a bundled incident-response retainer with a contractual four-hour response SLA and a named incident commander, so you're not negotiating an emergency engagement while the clock runs.

What to Skip (or at Least Delay)

Now the part vendors won't tell you. If your fundamentals have holes, do not buy a threat intelligence platform, a deception-honeypot suite, or a standalone SOAR product. Those are mature-program tools. Spending on them while you still lack phish-resistant MFA is buying a car alarm for a car with no doors.

Skip the all-in-one appliance that promises to do everything from one box. It does everything adequately and nothing well, and you'll still be the one staffing it. Be skeptical of any pitch that leans on "AI-powered" without telling you which control it actually improves. And you do not need a certified status to be secure. EFROS is SOC 2-aligned and ISO 27001-aligned, with controls mapped to NIST CSF 2.0, which gives your carrier and your board the assurance they ask for without paying for a certificate that doesn't make you safer.

The Honest Order for a Chicago SMB

If I were starting from zero with a 30-person logistics or professional-services firm in Cook or DuPage County, the order is the same every time. MFA first, because it's cheap and stops the most attacks. EDR next, on every device. Email security and DMARC, because that's the front door. Tested backups, because that's your last line. Then 24/7 monitoring tied to a real response SLA, because detection without response is theater. That sequence covers the controls that prevent the incidents that actually happen to companies your size.

If you want a second set of eyes on what you're running today, and an honest read on what's worth your budget and what isn't, that's the conversation I have with Chicago owners every week. You can start on the EFROS Chicago cybersecurity services page or call us at +1-765-888-8888.

Frequently Asked Questions

How much should a Chicago small business budget for cybersecurity?

Most of the value comes from controls that cost very little: MFA, EDR licensing, email security, and disciplined backups are a small per-user spend. The larger line item is 24/7 monitoring and incident response, which you buy as a managed service rather than staff yourself. Budget for the service layer, not a pile of tools nobody watches.

What is the difference between antivirus and EDR?

Antivirus matches known malware signatures, so it misses fileless and freshly compiled attacks that have no signature yet. EDR watches endpoint behavior and can isolate a compromised device automatically. For an SMB facing today's threats, EDR is the baseline and traditional antivirus alone is not enough.

Is regular MFA good enough, or do I need phishing-resistant MFA?

Any MFA beats none, but attackers routinely defeat push and SMS codes through MFA fatigue and adversary-in-the-middle phishing. Use phishing-resistant MFA, meaning FIDO2 keys or passkeys, on email, finance, and admin accounts, with number-matching as the minimum for everyone else.

Why do I need 24/7 monitoring if I already have security tools?

Tools generate alerts but don't respond to them. An alert at 2 a.m. does nothing without a human to triage and contain the threat. A 24/7 SOC, ideally tied to a guaranteed incident-response SLA, is the piece most small businesses cannot staff in-house and the main reason to engage a security partner.

Do I need to be SOC 2 or ISO 27001 certified to be secure?

No. Certification documents your program for auditors and insurers, but it does not by itself make you safer. The controls do that. A practical approach is to be SOC 2-aligned and ISO 27001-aligned with controls mapped to NIST CSF 2.0, which satisfies most carrier and board requirements while you focus budget on the fundamentals.

About the author

Stefan Efros — CEO & Founder, EFROS, author of this article

Stefan Efros

CEO & Founder, EFROS

Stefan founded EFROS in 2009 after 15+ years in enterprise IT and cybersecurity. He sees how the pieces connect before others see the pieces themselves. Focus: security-first architecture, operational rigor, and SLA accountability.

CompTIA SecurityXCompTIA CySA+CompTIA Security+CompTIA PenTest+OSINTAWS Solutions Architect
Connect on LinkedIn

Related articles

More from the EFROS blog on it management and adjacent topics.