Analyze Windows Event Log (.log) files to practice and deepen knowledge in cybersecurity and data analysis.
- Identify all login attempts.
- Detect failed logins and determine which accounts were affected.
- Evaluate whether these failures indicate potential unauthorized access or malicious activity.
- Clone the project
- Creating the Virtual Environment
python -m venv .venv
- Turn on the environment
source .venv/bin/activate
- Install the Python dependencies
pip install -r requirements.txt
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.
