mirror of
https://github.com/adulau/MalwareClassifier.git
synced 2024-12-22 08:46:04 +00:00
graph.py and Gephi usage
This commit is contained in:
parent
3a5ac67b8b
commit
5ef2a49702
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@ You can add additional attributes like any fields from the dissectors available
|
||||||
python ./bin/graph.py
|
python ./bin/graph.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
graph.py generates a GEXF file that you can import in gephi.
|
||||||
|
|
||||||
|
|
||||||
## Redis data structure
|
## Redis data structure
|
||||||
|
|
||||||
![An overview of the Redis data structure used in MalwareClassifier](https://raw.github.com/adulau/MalwareClassifier/master/doc/redis-datastruct.png)
|
![An overview of the Redis data structure used in MalwareClassifier](https://raw.github.com/adulau/MalwareClassifier/master/doc/redis-datastruct.png)
|
||||||
|
|
Loading…
Reference in a new issue