Skip to content

PattonJL/windows-security-event-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Windows Security Event Analysis (SOC-Style Lab)

Objective

Simulate authentication monitoring by generating Windows Security events and analyzing them like a SOC Analyst.

Quick Links

Environment

  • VirtualBox Windows 10 VM (4GB RAM / 2 CPU / 35GB Disk)
  • Advanced Audit Policy enabled

Events Analyzed

  • 4625 Failed logon attempts
  • 4624 Successful logons
  • 4720 New user created

Detection Summary (SOC-style)

  • Multiple Event ID 4625 failed logon attempts consistent with password guessing or brute-force behavior
  • Event ID 4624 successful authentication following repeated failures (potential compromise indicator)
  • Event ID 4720 creation of a new local user account (possible persistence technique)

Screenshots

Visual evidence of the lab setup, event generation, and detections are available in the screenshots folder.

Notes

Detailed analysis, findings, and mitigation recommendations are documented in notes/findings.md.

About

SOC-style lab simulating Windows authentication monitoring and security event analysis using Windows Event Logs.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors