Skip to content

Lesson 10 — Windows Security

Windows is one of the most widely deployed operating systems in enterprise environments, making it a frequent target for cyberattacks.

Organizations face threats such as:

  • Malware
  • Ransomware
  • Credential Theft
  • Phishing
  • Privilege Escalation
  • Insider Threats
  • Unauthorized Access

To defend against these threats, Microsoft has built multiple layers of security directly into Windows.

Modern Windows security is based on the principle of Defense in Depth, where multiple security controls work together to protect users, devices, applications, and data.

Whether you’re a Windows Administrator, Cloud Engineer, SOC Analyst, or Cybersecurity Professional, understanding Windows security is essential for securing enterprise environments.


After completing this lesson, you will be able to:

  • Understand Windows security architecture.
  • Learn authentication and authorization mechanisms.
  • Explore Microsoft Defender.
  • Understand User Account Control (UAC).
  • Learn BitLocker encryption.
  • Configure Windows Defender Firewall.
  • Explore enterprise Windows security best practices.

Windows security consists of multiple protection layers.

Users
Authentication
Authorization
Operating System Security
Applications
Network Security
Hardware Security

Each layer contributes to the overall security posture of the system.


Rather than relying on a single security control, Windows implements multiple overlapping protections.

Passwords
Multi-Factor Authentication
BitLocker
Microsoft Defender
Firewall
Secure Boot
Credential Guard
Logging & Monitoring

If one control is bypassed, others continue protecting the system.


Authentication verifies a user’s identity.

Common authentication methods include:

  • Username & Password
  • PIN
  • Windows Hello
  • Smart Cards
  • Biometrics
  • Multi-Factor Authentication (MFA)

Authentication answers:

Who are you?


Authorization determines what an authenticated user can access.

Windows evaluates:

  • Group Membership
  • NTFS Permissions
  • Group Policy
  • Security Policies
  • User Rights

Authorization answers:

What are you allowed to do?


Users should receive only the permissions necessary to perform their work.

Example:

Standard User
Office Applications
✓ Allowed
Install Software
✗ Denied

Reducing privileges minimizes the impact of compromised accounts.


User Account Control (UAC) helps prevent unauthorized system changes.

Example:

Install Software
UAC Prompt
Administrator Approval
Installation Continues

Even administrators operate with standard user privileges until elevated permissions are required.


Microsoft Defender provides built-in protection against:

  • Viruses
  • Malware
  • Spyware
  • Ransomware
  • Potentially Unwanted Applications (PUAs)

Features include:

  • Real-time protection
  • Scheduled scanning
  • Cloud-based threat intelligence
  • Automatic updates

Microsoft Defender is enabled by default on modern Windows systems.


Windows Defender Firewall controls inbound and outbound network traffic.

Capabilities include:

  • Inbound Rules
  • Outbound Rules
  • Port Filtering
  • Application Rules
  • Network Profiles

Administrators can define rules based on:

  • Application
  • Port
  • Protocol
  • IP Address

BitLocker protects data by encrypting entire drives.

Benefits include:

  • Full-disk encryption
  • Protection against stolen devices
  • TPM integration
  • Recovery keys
  • Enterprise deployment through Group Policy

BitLocker helps ensure that data remains protected even if a device is lost or stolen.


A Trusted Platform Module (TPM) is a hardware security chip that securely stores cryptographic keys.

TPM is commonly used with:

  • BitLocker
  • Windows Hello
  • Device Encryption
  • Secure Boot

TPM improves protection against credential theft and unauthorized access.


Secure Boot verifies trusted software during the startup process.

Power On
UEFI Firmware
Verify Boot Components
Windows Starts
Malicious Bootloaders Blocked

Secure Boot helps defend against bootkits and rootkits.


Windows Hello provides passwordless authentication using:

  • Facial Recognition
  • Fingerprint Recognition
  • PIN

Benefits include:

  • Improved security
  • Faster login
  • Reduced password usage

Credential Guard protects authentication secrets stored in memory.

It helps defend against:

  • Pass-the-Hash attacks
  • Credential dumping
  • LSASS memory attacks

Credential Guard uses virtualization-based security to isolate sensitive information.


The Windows Security application provides a central location to manage:

  • Virus & Threat Protection
  • Firewall & Network Protection
  • Device Security
  • App & Browser Control
  • Family Options
  • Device Performance

Administrators should review this dashboard regularly.


Keeping Windows updated is essential for security.

Updates include:

  • Security patches
  • Driver updates
  • Bug fixes
  • Feature improvements

Administrators should deploy updates through a controlled patch management process.


Security events are recorded in:

Event Viewer
Security Log

Common events include:

  • Successful Logons
  • Failed Logons
  • Privilege Changes
  • Account Lockouts
  • Group Membership Changes

Monitoring these events supports incident detection and response.


Enterprise security includes:

  • Group Policy
  • Password Policies
  • Account Lockout Policies
  • Kerberos Authentication
  • Security Groups
  • Organizational Units

These controls enable centralized security management across thousands of devices.


Cloud administrators secure Windows workloads using services such as:

  • Microsoft Defender for Cloud
  • Microsoft Entra ID
  • Azure Key Vault
  • Azure Firewall
  • Microsoft Sentinel
  • Amazon EC2 Windows Instances
  • AWS Systems Manager
  • AWS KMS
  • Security Groups
  • AWS GuardDuty

Cloud-native controls complement built-in Windows security features.


Security professionals routinely investigate:

  • Malware infections
  • Ransomware incidents
  • Privilege escalation
  • Suspicious PowerShell execution
  • Credential theft
  • Unauthorized account creation
  • Failed logons
  • Firewall changes

Windows security knowledge is fundamental to SOC operations and incident response.


Open Windows Security:

windowsdefender:

Open Local Security Policy:

secpol.msc

Open Windows Defender Firewall:

wf.msc

Open Local Group Policy Editor:

gpedit.msc

Open Event Viewer:

eventvwr.msc

Display Defender status:

Terminal window
Get-MpComputerStatus

Update Defender signatures:

Terminal window
Update-MpSignature

Display firewall profiles:

Terminal window
Get-NetFirewallProfile

Display BitLocker status:

Terminal window
Get-BitLockerVolume

A company deploys Windows laptops to new employees.

The IT team applies the following security controls:

Join Device to Active Directory
Enable BitLocker
Enable Microsoft Defender
Configure Windows Firewall
Apply Group Policy
Enable Multi-Factor Authentication
Enable Windows Updates
Monitor Security Logs

This layered approach significantly strengthens the organization’s security posture.


As a Windows administrator:

  • Enable BitLocker on enterprise devices.
  • Keep Windows fully updated.
  • Enable Microsoft Defender real-time protection.
  • Require Multi-Factor Authentication (MFA).
  • Follow the Principle of Least Privilege.
  • Monitor Security Event Logs regularly.
  • Restrict administrative privileges.
  • Use Group Policy to enforce security settings.
  • Enable Secure Boot and TPM where supported.
  • Conduct regular security reviews.

Security should be integrated into every stage of system administration.


After completing this lesson, you should understand:

  • Windows security architecture.
  • Authentication and authorization.
  • User Account Control (UAC).
  • Microsoft Defender.
  • Windows Defender Firewall.
  • BitLocker.
  • Secure Boot.
  • Credential Guard.
  • Enterprise security best practices.

Windows Security combines multiple layers of protection to defend users, devices, applications, and enterprise data.

By understanding authentication, authorization, BitLocker, Microsoft Defender, Windows Firewall, Secure Boot, Credential Guard, and security monitoring, you’ll be prepared to secure Windows systems in enterprise, cloud, and cybersecurity environments.

These concepts form the foundation for Windows hardening, Active Directory security, cloud security, SOC operations, and incident response.


➡️ Lesson 11 — Windows Administration

In the next lesson, you’ll learn how enterprise administrators manage Windows systems, perform routine administrative tasks, manage users and services, automate operations, monitor performance, and maintain Windows infrastructure at scale.