π 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
- Keyword-based detection
- Customizable input/output files
- CLI usage:
python logparser.py --input syslog --output flagged.log
- Roadmap includes regex filtering, noise suppression, and output formatting