Johnng007 / Live-Forensicator

A suite of Tools to aid Incidence Response and Live Forensics for - Windows (Powershell) | Linux (Bash) | MacOS (Shell)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“ Forensicator πŸ“


WINDOWS(PowerShell) | LINUX(Bash) | MacOS(Bash)


SCRIPTS TO AID LIVE FORENSICS & INCIDENCE RESPONSE

___________                                .__               __                
\_   _____/__________   ____   ____   _____|__| ____ _____ _/  |_  ___________ 
 |    __)/  _ \_  __ \_/ __ \ /    \ /  ___/  |/ ___\\__  \\   __\/  _ \_  __ \
 |     \(  <_> )  | \/\  ___/|   |  \\___ \|  \  \___ / __ \|  | (  <_> )  | \/
 \___  / \____/|__|    \___  >___|  /____  >__|\___  >____  /__|  \____/|__|   
     \/                    \/     \/     \/        \/     \/                    

                                                                        v4.0.1        

πŸ€” ABOUT

Live Forensicator is part of the Black Widow Toolbox, it aims to assist Forensic Investigators and Incident responders in carrying out a quick live forensic investigation.

It achieves this by gathering different system information for further review for anomalous behavior or unexpected data entry, it also looks out for unusual files or activities and points it out to the investigator.

It is paramount to note that these scripts have no inbuilt intelligence it's left for the investigator to analyze the output and decide on a conclusion or conduct a deeper investigation.

πŸ–³ Forensicator For WINDOWS

The windows version of Forensicator is written in Powershell.

Forensicator for Windows has added the ability to analyze Event Logs, it queries the event logs for certain log IDs that might point to unusual activity or compromise.

Check out Forensicator for Windows

πŸ‘¨β€πŸ’» Forensicator For MacOS

The MacOS version is a shell script.

Check out Forensicator for MacOS

πŸ‘©β€πŸ’» Forensicator For LINUX

The Linux version is written in Bash.

Check out Forensicator for Linux

NOTE:

The Bash codes were written for cross-compatibility across Linux distros so therefore efforts were made to use OS native commands while avoiding secondary utilities like net-tools.

✍ General Notes

  • Run the scripts as a privileged user to get value.

  • Forensicator Activities may be flagged by IDS or IPS Solutions so take note.

  • Forensicator results are output in nice-looking html files with an index file. You can find all extracted Artifacts in the script's working directory.

  • Forensicator Can Search through all the folders within a system looking for files with similar extensions as well-known Ransomware, Albeit this search can take a long time, but is helpful if the Alert you received is related to a Ransomware attack

  • Forensicator can capture network traffic, this is useful when your investigation has to do with assets communicating with known malicious IPs, this way you can parse the pcapng file to Wireshark and examine for C&C servers.

  • Sometimes it may be paramount to maintain the integrity of the Artifacts, where lawyers may argue that they might have been compromised on transit to your lab. Forensicator can encrypt the Artifact with a unique randomly generated key using the AES algorithm, you can specify this by using the -ENCRYPTED parameter. You can decrypt it at will anywhere anytime even with another copy of Forensicator, just keep your key safe. This task is performed by the FileCryptography.psm1 file

    NOTE:

    This feature is only currently available in the Windows Module..

  • In the Windows module Forensictor looks out for suspicious activities within the Event Log, it has a long list of malicious executables, and PowerShell commands which it queries the event log against.

Screenshot

Forensicator

HTML Output

Forensicator
Forensicator
Forensicator


✨ ChangeLog

See Wiki For full Changelog.

Windows: v4.0.1 09/06/2024
1. Windows: Adjusted Static file references to adapt to the new Forensicator Github structure.
2. Linux: Created Forensicator for Linux machines.
3. Re-arranged the Directory to show that Forensicator has moved from just a PowerShell tool to a suite of tools.

πŸ€” MORE TOOLS

Want to check out other Black Widow Tools?

  1. Anteater - A Python-based web reconnaissance tool.
  2. Nessus Pro API - A PowerShell Script to Export and Download Nessus Scan Results via Nessus API.

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change or add.

License

MIT

Support:

ebuka



Connect with me:

ebuka john onyejegbu

About

A suite of Tools to aid Incidence Response and Live Forensics for - Windows (Powershell) | Linux (Bash) | MacOS (Shell)


Languages

Language:JavaScript 66.8%Language:CSS 12.6%Language:Shell 10.6%Language:PowerShell 9.7%Language:SCSS 0.3%Language:HTML 0.0%