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.
Currently web based gui is used to avoid gui lagging when showing chunks of data.
Newly Added Offline detection for malware processes using CNN (Convolutional Neural Network) model.
file.py- for checking files process.py - for checking processes
Install Visual C++ Redistributable packages 2015, 2017, and 2019-23. This is necessary for TensorFlow to work.
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.