Python

Python Security Log Parser

A starter project idea for parsing logs and summarizing suspicious patterns as Nathen builds Python skills.

Project Goal

Create a small Python script that reads sample log files and summarizes patterns such as repeated failures, unusual usernames, or suspicious timestamps.

Why It Matters

Security work often starts with messy data. A simple parser can help me practice Python while learning how defenders reason from logs.

Planned Features

  • Read a safe sample log file
  • Count event types
  • Highlight repeated failed attempts
  • Export a short summary
  • Include a README and example input data

Next Steps

Build the first version with safe mock data and document what I learned.