← All Projects

CAVIAR Criminal Network Analysis

Tracking how a Montreal drug-trafficking network reorganized under repeated police seizures

Overview

We studied how a real criminal drug network kept operating even as police repeatedly seized its product.

Methodology

flowchart LR
  A[Edge List] --> B[Build Graph]
  B --> C["Centrality (degree / betweenness)"]
  C --> D[Community Detection]
  D --> E[Interpret Key Actors]

The Data

The evidence was 11 snapshots of who was talking to whom, captured from court-authorized wiretaps.

Exploratory Analysis

We drew the network for every phase to watch its shape change as the investigation progressed.

Key Actors & Centrality

Math on the network pointed to a small set of people who consistently held it together.

How the Network Evolved

We tracked the key players phase by phase to see how their roles shifted under police pressure.

Key Takeaways

Network analysis turned raw wiretap matrices into a clear story of who mattered and how the network adapted.

More Visualizations

Tech Stack

Attribution

This project was completed as part of the MIT Applied Data Science Program (MIT IDSS / Great Learning). The program provided the case-study scaffolding; the analysis, code, and results are my own. Published with permission, for portfolio use only.