Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 387 Bytes

elasticsearch.md

File metadata and controls

10 lines (9 loc) · 387 Bytes

To write results to ElasticSearch

$ docker volume create --name malice
$ docker run -d --name elastic \
                -p 9200:9200 \
                -v malice:/usr/share/elasticsearch/data \
                 blacktop/elasticsearch
$ docker run --rm -v /path/to/malware:/malware:ro --link elastic malice/kaspersky -t FILE