mirror of
https://github.com/adulau/MalwareClassifier.git
synced 2024-12-21 16:25:59 +00:00
Slides of the training added
This commit is contained in:
parent
61dd78d239
commit
94b738cdfc
1 changed files with 4 additions and 1 deletions
|
@ -38,7 +38,7 @@ 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.
|
||||
graph.py generates a GEXF file that you can import in [gephi](https://gephi.org).
|
||||
|
||||
The output in Gephi can look like this:
|
||||
|
||||
|
@ -51,3 +51,6 @@ The output in Gephi can look like this:
|
|||
|
||||
Check the git log and the commits, these include the steps performed during the workshop especially regarding the improvement of the Python scripts.
|
||||
|
||||
## Slides of the training session
|
||||
|
||||
[Classifying malware using network traffic analysis. Or how to learn Redis, git, tshark and Python in 4 hours.](https://www.foo.be/cours/dess-20162017/pub/Redis-Introduction.pdf)
|
||||
|
|
Loading…
Reference in a new issue