Log Parser Tool

A Python script to flag suspicious events in log files.

πŸ” What It Does

This tool scans log files for keywords or patterns that suggest suspicious behavior, then writes flagged lines to a new file.


🧠 Why I Built It

To reinforce log analysis concepts while building Python automation skills. It’s a hands-on way to think like a SOC analyst while writing real-world tools.


πŸ› οΈ Features