zecchino1 / velocistack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velocistack

image

Introduction

What is Velocistack?

Velocistack is a free and open solution for streamlined host-based forensics and investigation.

  • Collect forensic artifacts
  • Post-process collections
  • Visualize collections or hunt results
  • Create cases for investigation
  • Enrich results with additional context

Why was Velocistack created?

To allow individuals to quickly spin up a local, integrated environment for analysis and investigation of forensic artifacts collected by Velociraptor, using popular free and open tools.

Who should use Velocistack?

  • Analysts
  • Incident Responders
  • Students
  • Anyone!

Screenshots

Landing Page

image

CyberChef

image

image

Grafana

image

IntelOwl

image

IRIS

image

Kibana

image

Getting started

Pre-reqs

Clone

git clone https://github.com/weslambert/velocistack && cd velocistack

Run the installer script

sudo ./install_velocistack

Authentication

Currently, authentication occurs primarily through Velociraptor. It proxies all services, except for IRIS and IntelOwl

Velociraptor credentials:

User: admin

Password: admin

IRIS credentials:

User: administrator

Password: admin

IntelOwl credentials:

Create superuser credentials for IntelOwl by running the following command from the CLI:

sudo docker exec -ti uwsgi python3 manage.py createsuperuser

Web Access

Velociraptor

https://$YOURIP/velocistack

Cyberchef

https://$YOURIP/velocistack/cyberchef

Grafana

https://$YOURIP/velocistack/grafana

IntelOwl

https://$YOURIP:8443

IRIS

https://$YOURIP/

Prometheus

https://$YOURIP/velocistack/prometheus

Kibana

https://$YOURIP/velocistack/kibana

Troubleshooting

If you experience an error with cadvisor and /var/lib/docker, try replacing the volume with /var/snap/docker/common/var-lib-docker/ (for Docker installs that have occurred via snap).

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 84.4%Language:Python 6.7%Language:CSS 3.4%Language:HTML 3.3%Language:SCSS 2.0%Language:Shell 0.1%Language:Dockerfile 0.1%Language:Mako 0.0%