added alot of notebook and docker stuff
logstash config
This commit is contained in:
10
dockerfiles/plaso140/Dockerfile
Normal file
10
dockerfiles/plaso140/Dockerfile
Normal 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"]
|
||||
|
||||
Reference in New Issue
Block a user