From 5ef2a497029940f3c6da9fed232805a9f6d89ea3 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sun, 11 Jan 2015 00:20:10 +0100 Subject: [PATCH] graph.py and Gephi usage --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 2e3ce80..2f895c8 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ You can add additional attributes like any fields from the dissectors available python ./bin/graph.py ``` +graph.py generates a GEXF file that you can import in gephi. + + ## Redis data structure ![An overview of the Redis data structure used in MalwareClassifier](https://raw.github.com/adulau/MalwareClassifier/master/doc/redis-datastruct.png)