Skip to content

AnotherShen/DFIR-Collaboration-Stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DFIR Collaboration Stack

Unsupported demonstration. Realisation under development.

Development Todo

  1. Remove TimeSketch
  2. Add IrisWeb
  3. Populate SMB IP on NGINX portal when installed
  4. Rename reset_docker to reset and add a confirmation
  5. Add RedMine or XWiki (project management tool)
  6. Investigate swapping RocketChat with Revolt (especially when ScreenShare is added)

Docker Services

  1. CyberChef
  2. OnlyOffice
  3. Samba
  4. TimeSketch (broken)
  5. RocketChat
  6. Portainer
  7. NGINX (portal)

image

Install

To install, download this repository and run the installer (tested on Ubuntu 20.04)

wget https://github.com/AnotherShen/DFIR-Collaboration-Stack/releases/latest (yet to be released)
(extract & move)
chmod +x *.sh
./install.sh
sudo apt update && sudo apt install git

Development Environment Set-up

To develop, follow the steps below (tested on Ubuntu 20.04) Install packages and configure

sudo apt update && sudo apt install git
sudo snap install code --classic
git config --global user.name "GITHUBUSERNAME"
git config --global user.email "[email protected]"

Clone repository and install (or do it through VS Code)

mkdir ~/Documents/git && mv ~/Documents/git
git clone https://github.com/AnotherShen/DFIR-Collaboration-Stack.git
cd DFIR-Collaboration-Stack
chmod +x *.sh
./install.sh

Up

Starts docker containers (Docker auto starts on PC/VM start-up, only needed if manually stopped.)

./up.sh

Down

Stops docker containers

./down.sh

Add additional TimeSketch users

cd service/timesketch/timesketch
sudo docker-compose exec timesketch-web tsctl add_user --username <USERNAME>

Reset Environment

The following script will kill all containers and remove all volumes & generated files.

./reset_docker.sh

About

Just a bunch of Dockerised services

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published