From 8a420fb43ffdd38e0146b3b35def93003b55832f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 10 Jan 2015 19:47:48 +0100 Subject: [PATCH] Introduction to the university workshop --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..67e6e3a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Malware Classifier From Network Capture + +*Malware Classifier* is a simple free software project done during an [university workshop of 4 hours](http://www.foo.be/cours/dess-20142015/Redis-Introduction.pdf). The objective of the 4 hours workshop was to introduce network forensic and simple techniques to classify malware network capture (from their execution in a virtual machine). So the software was kept very simple while using and learning existing tools (networkx, redis and Gephi). + +## Notes for the student + +Check the git log and the commits, these include the steps performed during the workshop especially regarding the improvement of the Python scripts. +