Skip to content

Forensic Insight is a desktop forensic analysis tool that collects system logs, recent file usage, registry information, and network activity on Windows machines. It generates comprehensive TXT and HTML reports, helping cybersecurity professionals and forensic analysts streamline evidence collection.

License

Notifications You must be signed in to change notification settings

cyberfascinate/forensicinsight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Forensic Insight

Forensic Insight is a lightweight, GUI-based forensic analysis tool for Windows systems. It helps investigators gather key system data, event logs, and user activity quickly and conveniently, with both plaintext and beautifully designed HTML reports.

🔍 Live demo: https://forensicinsights.cyberfascinate.com


🚀 Features

  • ✅ Windows Event Log Collection (System, Application, Security)
  • 📁 Recently Accessed Files
  • 🧭 UserAssist Registry Entries
  • 🌐 Network Connections Overview (TCP, UDP, Listening Ports)
  • 📝 Text and Interactive HTML Report Generation
  • 📊 Summary Chart with Log Statistics
  • 🎛️ Intuitive GUI built using tkinter

🛠️ Installation

Requirements

  • Windows 10/11
  • Python 3.x
  • Administrator privileges

Setup

  1. Clone the repository:
git clone https://github.com/cyberfascinate/forensicinsight.git
cd forensicinsight
  1. Install required modules (if not already installed):
pip install tk
  1. Run the tool:
python forensicinsight.py

📂 Output

  • Reports saved in: C:\ForensicReports

  • Report filenames:

    • Plaintext: Combined_Timeline_<timestamp>.txt
    • HTML: Forensic_Report_<timestamp>.html

📜 License

This project is licensed under the MIT License — feel free to use, modify, and distribute.


👤 Maintained by

Kashish Kanojia


🌟 Contributions

Feel free to fork the project and submit pull requests! For suggestions or issues, open an issue on GitHub.


About

Forensic Insight is a desktop forensic analysis tool that collects system logs, recent file usage, registry information, and network activity on Windows machines. It generates comprehensive TXT and HTML reports, helping cybersecurity professionals and forensic analysts streamline evidence collection.

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages