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
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.
- Analysts
- Incident Responders
- Students
- Anyone!
- Tested on Ubuntu 20.04, although 18.04 should work as well (or other distros)
- Docker should be installed.
- The Docker Compose plugin should be installed: https://docs.docker.com/compose/install/
git clone https://github.com/weslambert/velocistack && cd velocistack
sudo ./install_velocistack
NOTE: It may take 10-15 minutes or more for all services to be online, depending on your network bandwidth and system resources.
Currently, authentication occurs primarily through Velociraptor. It proxies all services, except for IRIS and IntelOwl
User: admin
Password: admin
User: administrator
Password: admin
Create superuser credentials for IntelOwl by running the following command from the CLI:
sudo docker exec -ti uwsgi python3 manage.py migrate && sudo docker exec -ti uwsgi python3 manage.py createsuperuser
https://$YOURIP/velocistack
https://$YOURIP/velocistack/cyberchef
https://$YOURIP/velocistack/grafana
https://$YOURIP:8443
https://$YOURIP/
https://$YOURIP/velocistack/prometheus
https://$YOURIP/velocistack/kibana
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
).
Issues with specific services can potentially be identified using docker logs $container_name
.