Created & Maintained by: Eilay Yosfan
MasterParser stands as a robust Digital Forensics and Incident Response tool meticulously crafted for the analysis of Linux logs within the var/log directory. Specifically designed to expedite the investigative process for security incidents on Linux systems, MasterParser adeptly scans supported logs, such as auth.log for example, extract critical details including SSH logins, user creations, event names, IP addresses and much more. The tool's generated summary presents this information in a clear and concise format, enhancing efficiency and accessibility for Incident Responders. Beyond its immediate utility for DFIR teams, MasterParser proves invaluable to the broader InfoSec and IT community, contributing significantly to the swift and comprehensive assessment of security events on Linux platforms.
We have developed a comprehensive set of training materials to help you get the most out of MasterParser. These resources are designed to provide practical, real-world scenarios that you might encounter, such as brute force attacks, reconnaissance activities, and more. By training with these materials, you'll gain hands-on experience and deeper insights into how MasterParser can be utilized effectively.
In addition to practical scenarios, we have also created a comprehensive PDF presentation ,this presentation covers everything you need to know before using MasterParser. All these resources are conveniently organized in a folder called MasterParser Training within the repository. Whether you are new to MasterParser or looking to deepen your expertise, these materials will provide valuable guidance and support.
Love MasterParser as much as we do?
Dive into the fun and jazz up your screen with our exclusive MasterParser wallpapers!
Click the link below and get ready to add a splash of excitement to your device!
Download Wallpaper
This is the list of supported log formats within the var/log directory that MasterParser can analyze.
In future updates, MasterParser will support additional log formats for analysis.
Supported Log Formats List |
---|
auth.log |
If you wish to propose the addition of a new feature \ log format,
kindly submit your request by creating an issue
Click here to create a request
- From this GitHub repository press on "<> Code" and then press on "Download ZIP".
- From "MasterParser-main.zip" export the folder "MasterParser-main" to you Desktop.
- Open a PowerSehll terminal and navigate to the "MasterParser-main" folder.
# How to navigate to "MasterParser-main" folder from the PS terminal
PS C:\> cd "C:\Users\user\Desktop\MasterParser-main\"
- Now you can execute the tool, for example see the tool command menu, do this:
# How to show MasterParser menu
PS C:\Users\user\Desktop\MasterParser-main> .\MasterParser.ps1 -O Menu
- To run the tool, put all your /var/log/* logs in to the 01-Logs folder, and execute the tool like this:
# How to run MasterParser
PS C:\Users\user\Desktop\MasterParser-main> .\MasterParser.ps1 -O Start
- That's it, enjoy the tool!