Skip to content

michael135/count-vector-paper-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Process Monitoring on Sequences of System Call Count Vectors

This repository contains the code and part of the data used in the paper Process Monitoring on Sequences of System Call Count Vectors by M. Dymshits, B. Myara and D. Tolpin.

Install requirements

pip install -r requirements.txt

To install tensorflow with GPU support, replace tensorflow by tensorflow-gpu in requirements.txt.

Unzip the data

tar -xf data/laboratory_data.bzip2 -C data/

Beware that once unzipped, the file weights approximately 1.8gb.

Reproduce laboratory setup results

python train.py data/laboratory_data.pkl

About

experiments for the system calls sequences classification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published