Skip to content

ALottJr/windows-failed-logon-investigation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Windows Failed Logon Investigation (Event ID 4625)

Overview

This lab demonstrates how to investigate failed authentication attempts using Windows Event Viewer.

Security teams monitor Event ID 4625 to detect brute force attacks, credential guessing attempts, and unauthorized login activity.


Scenario

Multiple failed login attempts were generated on a Windows system.

The goal of this investigation was to:

• Identify failed authentication events
• Analyze login attempt details
• Understand how security logs record authentication failures


Tools Used

  • Windows Event Viewer
  • Windows Security Logs

Investigation Steps

Step 1 — Navigate to Security Logs

Open Event Viewer and navigate to:

Windows Logs → Security

Screenshot:

Security Log


Step 2 — Filter Event ID 4625

Filter the security log to show only failed logon attempts.

Event ID:

4625

Screenshot:

Filter Event


Step 3 — Review Failed Logon Events

The filtered results show multiple failed authentication attempts recorded by the system.

Screenshot:

Filter Results


Step 4 — Analyze Event Details

Event details reveal important authentication information such as:

  • Source Network Address
  • Authentication Package
  • Logon Process
  • Account Domain

Screenshot:

Event Details


Key Findings

  • Event ID 4625 represents a failed logon attempt

  • Security logs capture detailed authentication information

  • Failed login events can indicate:

    • brute force attacks
    • credential guessing attempts
    • unauthorized login activity

Security Insight

Monitoring Event ID 4625 helps security teams detect potential attacks and investigate suspicious login behavior within an environment.

About

Windows security investigation analyzing failed authentication attempts using Event Viewer and Event ID 4625.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors