5 min read

Case Study: Misconfigured Windows Security Leading to a Breach in a Local Business

Case Study: Misconfigured Windows Security Leading to a Breach in a Local Business

When a mid-sized HVAC parts distributor in Phoenix, Arizona, discovered that 4,200 customer records had been exfiltrated from their network, the company's owner assumed they had been hit by a sophisticated attack. The reality was far more common: the breach traced back to a handful of configuration oversights in Windows Security, the built-in protection that had been sitting on every company machine for years, largely untouched.

This case is not unusual. Small and medium-sized businesses frequently treat built-in Windows protection as an afterthought, assuming default settings are enough. They rarely are.

What Is Windows Security, and Is It the Same as Windows Defender?

Before analyzing what went wrong at the HVAC parts distributor, it helps to clarify a point of common confusion: is Windows Security the same as Windows Defender?

The short answer is mostly yes, but with important nuance. Windows Defender was the original name Microsoft used for its built-in antimalware scanner. Starting with Windows 10, Microsoft reorganized these tools under a unified dashboard called Windows Security, which serves as a central hub for antivirus, firewall, account protection, device performance, and more. The antivirus component within that hub is now officially called Microsoft Defender Antivirus, though many people still refer to it colloquially as Defender.

According to Microsoft's documentation, Windows Security brings together settings previously found in separate areas of Windows, including Windows Defender Antivirus, Windows Defender Firewall, and SmartScreen, into a single interface. So when someone asks whether Windows Security and Windows Defender are the same, the precise answer is: Windows Defender Antivirus is one component inside Windows Security, not a separate product.

What about Microsoft Security Essentials? That product was a free standalone antivirus released in 2009 for Windows XP, Vista, and 7. Microsoft Essentials no longer ships with modern versions of Windows. On Windows 10 and 11, Microsoft Defender Antivirus fills that role automatically, with no separate download needed. Businesses still running legacy hardware on Windows 7 may encounter Microsoft Essentials, but it reached end of support along with Windows 7 in January 2020.

This distinction matters because some small business owners, particularly those who set up machines years ago, still ask IT vendors whether they need Microsoft Essentials installed on newer systems. The answer is no, and conflating the two can lead to skipped configurations when the built-in tools are assumed to be "already handled."

The Breach: What Happened

The HVAC parts distributor operates out of a warehouse and small office in the West Phoenix industrial corridor. At the time of the incident in the spring of 2024, the company had 18 employees, two dedicated Windows Server 2019 machines, and a mix of Windows 10 and Windows 11 workstations. Their IT was managed by the owner's nephew, a college student who had set up the network two years prior and performed occasional maintenance remotely.

The breach unfolded over approximately six weeks. Here is the sequence of events as reconstructed from Windows Event Logs and the incident response report prepared by a Phoenix-based managed security provider:

Week 1-2: Initial Foothold

An accounts receivable employee received a phishing email posing as an invoice from a known supplier. The email contained a Word document with an embedded macro. When the employee opened the file and enabled macros, a Trojan dropper executed silently. Microsoft Defender Antivirus was installed on the machine, but had not received definition updates in 47 days because automatic updates had been turned off on that workstation during a troubleshooting session and never re-enabled.

Microsoft's own research indicates that outdated definitions significantly reduce detection capability; the company publishes definition updates multiple times daily specifically to address emerging threats. On this particular machine, Defender's real-time protection was also set to passive mode, a setting normally used only when a third-party antivirus is installed. No third-party antivirus was installed. The result was a machine with Defender installed but functionally non-operational.

Week 3-4: Lateral Movement

Once inside the workstation, the attacker used credential-dumping techniques to harvest stored Windows credentials. The company had not enabled Windows Defender Credential Guard on any of its machines, a feature available in Windows 10 Enterprise and Windows 11 that helps isolate credential information from malicious processes accessing memory.

Because most employees used the same local administrator password across workstations (a practice Microsoft explicitly warns against in its security baseline documentation), the attacker moved laterally across the network without triggering any firewall alerts. On several machines, Windows Defender Firewall had outbound rules configured to allow all traffic, so even unusual connections to external IP addresses generated no alerts.

Week 5-6: Data Exfiltration

With access to the primary file server, the attacker located a shared folder containing customer records, purchase histories, and ACH payment details. The data left the network in small, encrypted batches over HTTPS, bypassing inspection because the company had no SSL inspection in place, and Windows Defender SmartScreen was disabled on the server.

When enabled, SmartScreen evaluates URLs and downloaded files against Microsoft's threat intelligence network. Turning it off on a server used for external-facing operations removed one of the few remaining checkpoints that might have flagged the exfiltration traffic.

The breach was discovered only when a customer reported an unauthorized ACH withdrawal, prompting the company to contact their bank, which traced the activity back to the company's network.

Breaking Down the Configuration Failures

No single failure caused the breach. It was the accumulation of small misconfigurations, each one survivable on its own, that created the opening. Specifically:

Disabled automatic updates for Defender definitions. This is perhaps the most common misconfiguration among small businesses. Microsoft publishes definition updates continuously, and turning off automatic updates, even temporarily, can leave machines exposed to threats that Defender would otherwise catch. The setting to control this lives under Windows Security > Virus & Threat Protection > Virus & Threat Protection Settings > Automatic Sample Submission and Update Settings.

Passive mode without a reason. Defender's passive mode is designed for environments where another antivirus product is the primary scanner. When passive mode is active without a secondary product, real-time protection stops working. This setting is documented in Microsoft's Defender configuration guide and should be audited regularly.

No Credential Guard. Credential Guard uses virtualization-based security to isolate credential hashes from processes running in the main OS environment. Microsoft's documentation notes that this feature is available on Windows 10 version 1511 and later for Enterprise editions, and that it is enabled by default on eligible Windows 11 systems. The company ran Windows 10 Pro on its workstations, which does not include Credential Guard. Still, the failure to upgrade or implement compensating controls for credential hygiene (such as unique local admin passwords) compounded the risk.

Firewall rules permitting all outbound traffic. The Windows Defender Firewall defaults to blocking inbound connections while allowing most outbound connections, which is a reasonable baseline. However, for a business file server, locking down outbound connections to known services and IP ranges is standard practice. NIST's guidelines on small business cybersecurity recommend that organizations explicitly define and restrict outbound firewall rules, particularly for servers holding sensitive data.

SmartScreen disabled on the server. Disabling SmartScreen removed real-time URL and file reputation checking. Microsoft recommends keeping SmartScreen enabled on all devices, including servers, as it leverages threat intelligence that individual signature-based scanning cannot replicate.

What Proper Configuration Would Have Changed

Had these five settings been correctly configured, the attack path would have broken at multiple points.

However, built-in Windows Security is not a complete defense on its own. For businesses handling payment data, layered security, including endpoint detection and response (EDR) tools, network monitoring, and security awareness training, is the appropriate standard. The Cybersecurity and Infrastructure Security Agency (CISA) publishes free resources specifically for small businesses on establishing these layers.

But the foundational step, making sure Windows Security is actually configured and not just installed, is where this company and many businesses like them fall short.

Practical Steps for Small Business Owners

Checking your own configuration takes less time than most owners expect. Open Windows Security on any workstation and navigate to Virus & Threat Protection. Confirm that real-time protection is on, that definitions have updated within the last 24 hours, and that the protection mode is not set to passive unless you have a separate antivirus product installed. Under Firewall & Network Protection, review whether the domain, private, and public network profiles are all active.

For businesses with more than ten machines, Microsoft offers Microsoft Intune and Microsoft Defender for Business (a paid product distinct from the built-in Defender) for centralized policy management and monitoring. Defender for Business, included in Microsoft 365 Business Premium, provides the kind of centralized visibility that would have immediately caught the company's passive mode misconfiguration.

Built-in tools work. Misconfiguration is almost always the problem.

PK Tech has supported Phoenix businesses with preventative cybersecurity for over 16 years. We help Phoenix businesses use Microsoft tools to configure, deploy, and maintain incident response systems. We maintain AICPAs SOC 2 Type II attestation, verified through an independent third-party audit of our security and privacy controls. Talk to PK Tech about supporting your business today.

Low-Cost Security Setups for Phoenix Startups Using Microsoft Essentials

1 min read

Low-Cost Security Setups for Phoenix Startups Using Microsoft Essentials

43% of US small and medium businesses experienced at least one cyberattack in the past 12 months. Phoenix small businesses face the same cyberattack...

Read the Full Article
Hacker Tracker | February in Review

1 min read

Hacker Tracker | February in Review

Where are we in the world of cybersecurity? It’s easy to miss the cybersecurity threats and attacks happening right in our “backyard”. Our goal at PK...

Read the Full Article
Real Incident Breakdown: How a Phoenix Business Detected a Data Leak Using Microsoft Tools

1 min read

Real Incident Breakdown: How a Phoenix Business Detected a Data Leak Using Microsoft Tools

Every business owner assumes their staff knows what not to send in an email. But assumptions are not a data security strategy. A local Phoenix...

Read the Full Article