Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 472 Bytes

elasticsearch.md

File metadata and controls

11 lines (10 loc) · 472 Bytes

To write results to ElasticSearch

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