AUTHLOG PARSER

This tool simulates part of a real-world host-based intrusion detection system by parsing system authentication logs (auth.log) and detecting signs of brute-force login attempts. It integrates basic network context and validates usernames against the system to distinguish between mistyped and malicious logins.

43KB
Open

ALGORITHM

AUTHLOGPARSER.C

Keep the name as authLogParser.c as this will be turned into a bigger project that looks for signs of brute-forcing, etc.

Last updated