Skip to main content

Getting Started

Welcome to RansomStat CTI. This dashboard allows you to monitor ransomware groups and victims in real-time.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/qepting91/streamlitransomware.git
    cd streamlitransomware
  2. Create a virtual environment and install dependencies:

    python -m venv venv
    source venv/bin/activate # On Windows: .\venv\Scripts\activate
    pip install -r requirements.txt
  3. Run the application:

    streamlit run app.py

Key Features

  • Threat Ticker: Live feed of victims.
  • Group Profiles: Analyze specific threat actors.
  • DeepDark Intelligence: Monitor Tor infrastructure.
  • Google Dork Generator: OSINT search queries from GHDB.
  • Analyst Tools: Voice intelligence, session notes, and tradecraft wiki.

Documentation

  • CI/CD Pipeline: Learn about automated testing, security scanning, and deployment workflows.

Check the sidebar for more tools!