gitextract_1xx4zayr/ ├── 01-Logs/ │ └── MasterParser-Example-auth.log ├── 02-LogModules/ │ └── Auth.Log/ │ ├── 01-LogCopy/ │ │ └── CreateLogCopy.ps1 │ ├── 02-TimePatch/ │ │ └── 01-TimePatch.ps1 │ ├── 03-Features/ │ │ ├── 01-file_summary_report.ps1 │ │ ├── 02-event_name_table.ps1 │ │ ├── 03-ip_address_table.ps1 │ │ ├── 04-regex_search_engine.ps1 │ │ ├── 05-system_login_calculation.ps1 │ │ ├── 06-ssh_login_calculation.ps1 │ │ ├── 07-ssh_brute_force_detector.ps1 │ │ ├── 08-ftp_brute_force_detector.ps1 │ │ └── 09-final_output.ps1 │ └── Auth.Log.ps1 ├── 03-Options/ │ ├── 00-Banner.ps1 │ ├── 01-Update.ps1 │ ├── 02-auto_update_check.ps1 │ ├── 03-Menu.ps1 │ ├── 04-Purge.ps1 │ └── 05-functions.ps1 ├── LICENSE ├── MasterParser Training/ │ └── 02 - Exercises and Scenarios to investigate/ │ ├── 01 - FTP Brute-Force Attack/ │ │ └── Auth.Log FTP Brute-Force Attack │ ├── 02 - The Disgruntled Employee/ │ │ └── Auth.Log The Disgruntled Employee.txt │ ├── 03 - Why The Server is Unavailable/ │ │ └── Auth.Log Why The Server is Unavailable │ └── 04 - Reconnaissance Activity/ │ └── Auth.Log Reconnaissance Activity ├── MasterParser.ps1 └── README.md