Skip to content

Analyze Windows Event Log (.log) files to practice and deepen knowledge in cybersecurity and data analysis.

Notifications You must be signed in to change notification settings

RafaelColpani/log-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Objective

Analyze Windows Event Log (.log) files to practice and deepen knowledge in cybersecurity and data analysis.

Challenge

  • Identify all login attempts.
    • Detect failed logins and determine which accounts were affected.
    • Evaluate whether these failures indicate potential unauthorized access or malicious activity.

Screenshots

Alt

Installation

  1. Clone the project
  2. Creating the Virtual Environment
python -m venv .venv
  1. Turn on the environment
source .venv/bin/activate
  1. Install the Python dependencies
pip install -r requirements.txt

Log Source

This project uses publicly available Windows event samples: Windows Event Samples.


Important

This is a study project aimed at learning in the area of ​​cybersecurity and data analysis.

Note

This project uses sample event logs sourced from the public repository "Windows-Event-Samples". All IP addresses and hostnames are internal and not linked to real infrastructure.

About

Analyze Windows Event Log (.log) files to practice and deepen knowledge in cybersecurity and data analysis.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published