Vault1337 is a self-hosted malware analysis platform built for security researchers and analysts. It provides a secure repository for storing malware samples along with a suite of static analysis tools, all accessible through a modern React-based web interface backed by a Django REST API.
The project started as a hands-on learning exercise and has grown into a full-stack application with a Django 5 / Django REST Framework backend, JWT authentication, and a React 19 + TypeScript + Tailwind CSS frontend built with Vite. Security has been a core focus throughout development — the platform runs comfortably on a Raspberry Pi 5 via Gunicorn and NGINX in production.
The platform ships as a Docker image for easy deployment, or can be installed manually on Ubuntu 24.04. Check the Documentation page for full setup instructions.
Source code is available at the Vault1337 GitHub Repository. Feel free to explore or open issues.
Created by DanDreadless