added alot of notebook and docker stuff

logstash config
This commit is contained in:
root
2018-04-03 10:28:02 +02:00
parent e85d8a9f85
commit a6cc17b436
11 changed files with 310 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
FROM ubuntu:xenial
LABEL maintainer="d4n6"
WORKDIR /data
RUN apt update && apt upgrade -y
RUN apt install python-pip -y
RUN pip install pip --upgrade
RUN pip install bencode artifacts pyelasticsearch
RUN apt install plaso -y
ENTRYPOINT ["/bin/bash"]