Skip to content

Code for paper we submitted to the ERRC 2017 conference in Santa Maria, Brazil

License

Notifications You must be signed in to change notification settings

nico-ralf-ii-fpuna/paper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paper

Code for paper we submitted to the ERRC 2017 conference in Santa Maria, Brazil.

This is a simple implementation of a Web Application Firewall (WAF) based on Anomaly Detection using One Class SVM.

Getting Started

Tested with Python 3.5 on Ubuntu 14.04 and Windows 7

Install dependencies

cd paper
pip install -r requirements.txt

If there are problems on Windows with some packages, Anaconda can be used to install them. In Ubuntu using pip should just work fine.

Download necessary data sets

Run the code

Use the run.py file to run the different tests. For example, python3 run.py test1. To see which tests are available, run the file without additional commands or parameters like this python3 run.py. To test the proxy implementation you have to start all the tests beginning with test2 in their listed order (alphabetical order), starting with the data server and concluding with source, waiting some seconds between the executions to give them some time to initialize.

Latex source code

The folder paper/latex contains the latex source code of the paper we submitted to the conference. It includes a script to compile the code and generate a PDF file, using the utilities pdflatex and bibtex.

Authors

  • Nico Epp
  • Ralf Funk
  • Cristian Cappo (undergraduate thesis advisor)

See also

Check out our undergraduate thesis (written in spanish).

About

Code for paper we submitted to the ERRC 2017 conference in Santa Maria, Brazil

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published