2025-10-09 18:40:58 +01:00
2025-09-20 15:41:34 +01:00
2025-01-16 11:20:40 +00:00
2025-01-16 11:20:40 +00:00
2025-10-09 18:34:21 +01:00
2025-10-09 17:48:37 +01:00
2025-10-09 18:34:21 +01:00
2025-10-09 18:03:11 +01:00
2025-10-09 17:48:37 +01:00
2025-10-04 10:20:46 +01:00
2025-06-16 12:14:29 +01:00
2025-10-04 10:20:46 +01:00
2025-10-09 18:15:37 +01:00
2025-10-09 18:40:07 +01:00
2025-10-09 17:48:37 +01:00
2025-10-04 10:20:46 +01:00

Citadel

Citadel is a binary static analysis framework for payload analysis and malware research. It helps identify why implants are being detected statically by providing comprehensive PE parsing, capability detection, and similarity analysis through a modern web interface.

Date Blog
15-01-2025 Citadel: Binary Static Analysis Framework
28-06-2025 Citadel 2.0: Predicting Maliciousness
26-09-2025 Using EMBER2024 to evaluate red team implants

Overview

Citadel addresses the frustration of static detection analysis by providing the following features:

  • Remote Analysis: HTTP API to avoid copying files to VMs where Defender might interfere
  • Comprehensive PE Parsing: Multiple parsers for thorough binary analysis
  • Capability Detection: MITRE ATT&CK and Malware Behavior Catalog mapping
  • Similarity Analysis: TLSH fuzzy hashing for sample clustering
  • Modern UI: Clean dashboard for analysis results with multiple visualizations

Prerequisites

  • Python 3.10+
  • MongoDB
  • Windows VM (for the .NET agent)

Installation

install.sh will install the following:

  • Python 3.10
  • Radare2
  • MongoDB
  • Citadel
  • TLSH database (from data/tlsh.tar.gz)
bash install.sh

In one pane, run:

uv run frontend/app.py

Then in another pane, run:

uv run worker.py

GUI

Upload

images/citadel-upload.png

Index

images/citadel-index.png

Task Summary

images/citadel-summary.png

CAPA

images/citadel-capa.png

images/citadel-capa2.png

Evasion

images/citadel-evasion.png

images/citadel-evasion2.png

Technical

images/citadel-technical.png images/citadel-technical2.png images/citadel-technical3.png images/citadel-technical4.png images/citadel-technical5.png images/citadel-technical6.png images/citadel-technical7.png images/citadel-technical8.png images/citadel-technical9.png images/citadel-technical10.png

S
Description
Automated archival mirror of github.com/mez-0/citadel
Readme 49 MiB
Languages
HTML 46.1%
Python 42.1%
CSS 7.2%
C# 3.1%
JavaScript 1.2%
Other 0.3%