Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 957 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 957 Bytes

Watchtower

An open tool for system inpection using python. Users can check files being accessed on realtime by each processes.Auto checking process cheksums with virustotal api and Offline CNN based model.

Web GUI

Currently web based gui is used to avoid gui lagging when showing chunks of data.

Offline detection

Newly Added Offline detection for malware processes using CNN (Convolutional Neural Network) model.

Usage

file.py- for checking files process.py - for checking processes

Pre-requisite

Install Visual C++ Redistributable packages 2015, 2017, and 2019-23. This is necessary for TensorFlow to work.

Installation

git clone https://github.com/hatgrey2/watchtower.git

pip install -r requirements.txt

cd watchtower

python process.py

python file.py

#NOTES Currently works in windows Linux update soon

the 2 scripts should be run seperately on different ports , the combining of scripts will be updated soon.