/VISION-ProcMon

A ProcessMonitor visualization application written in rust.

Primary LanguageTypeScript

VISION-ProcMon

About

VISION-ProcMon is a tool dedicated for malware analysis and specifically when performing behavioral analysis. VISION-ProcMon is using a combination of the rust and web technologies in order to provide a fast and better visualization of the behavior of a malware after capturing its activity with ProcMon tool. VISION-ProcMon is not made to be used by a system administrator that want to investigate a process for debugging purposes.

Use case

VISION-ProcMon

To better understand the capabilities of this tool, you may check this blog article demonstrating the behavioral analysis of a malware using VISION-ProcMon : https://www.forensicxlab.com/posts/vision-procmon/

Install

VISION-ProcMon is using tauri therefore is cross platform, the release contains all the bundles you need. However, if you seek to check the code first and build the app yourself here are the instructions to follow:

git clone https://github.com/forensicxlab/VISION-ProcMon.git
cd VISION-ProcMon
npm install 
npm run tauri build

Contributing

VISION-ProcMon is not yet open to contributions. However, you can declare a bug or propose a feature via a github issue.