Dridex
Overview
Dridex is a prolific banking trojan that, per MITRE ATT&CK, first appeared in 2014. By December 2019 the US Treasury estimated Dridex had infected computers across hundreds of banks and financial institutions in over 40 countries, leading to more than $100 million in theft. Dridex was created from the source code of the Bugat banking trojan (also known as Cridex). It is distributed mainly through malicious email attachments, and its operators have also been linked to delivering ransomware.
Known aliases
Threat reports may refer to this family under multiple names:
MITRE ATT&CK Techniques
This family has been observed using the following ATT&CK techniques: T1185 T1056.004 T1055.012 T1021.002 T1071.001 T1547.001
Tactical Mitigations
Based on the techniques used by this family, consider the following defensive strategies:
- T1056.004: Monitor for unauthorized keylogging, screen capturing, or web browser API hooking. Deploy EDR to detect API hooking.
- T1071.001: Implement web filtering and SSL/TLS inspection to detect malicious command and control (C2) traffic hiding in HTTP/HTTPS.
- T1185: Enforce strong MFA and use browser isolation or hardened browsers for sensitive financial or administrative portals to defeat session hijacking.
Generated Detections (Boilerplate)
These YARA and Sigma rules are auto-generated based on the family name and aliases. They must be heavily tuned before deployment in a production environment.
YARA Rule
rule MALWARE_WIN_DRIDEX {
meta:
description = "Detects Dridex (banking_trojan)"
author = "SystemHelpdesk Boilerplate Generator"
date = "2026-07-06"
strings:
$s1 = "dridex" ascii wide nocase
$s2 = "dridex" ascii wide nocase
$s3 = "bugat v5" ascii wide nocase
$s4 = "cridex" ascii wide nocase
condition:
uint16(0) == 0x5a4d and any of them
}Sigma Rule
title: Suspicious Dridex Activity
id: b38ef686caf0103866339452d3d1c4fb
status: experimental
description: Detects generic indicators of the dridex malware family.
logsource:
category: process_creation
product: windows
detection:
selection:
Image|endswith:
- '\cmd.exe'
- '\powershell.exe'
CommandLine|contains:
- "*dridex*"
- "*dridex*"
- "*bugat v5*"
- "*cridex*"
condition: selection
level: mediumReferences & External Analysis
- MITRE ATT&CK: Dridex (S0384)
- CISA Advisory
- Search "dridex" on VirusTotal (External Analysis)
North American Authority Advisory (CISA / NIST)
The Cybersecurity and Infrastructure Security Agency (CISA) has published an official US federal advisory on this family, which can be mapped to NIST Cybersecurity Framework (CSF) incident response controls: https://www.cisa.gov/news-events/alerts/2019/12/13/dridex-malware
Frequently Asked Questions
What is Dridex?
A prolific banking trojan, first seen in 2014, that steals banking credentials and financial information.
How much damage has Dridex caused?
By December 2019 the US Treasury estimated infections across hundreds of financial institutions in over 40 countries and more than $100 million in theft.
Where did Dridex come from?
It was built from the source code of the earlier Bugat banking trojan, also known as Cridex.
How is Dridex delivered?
Most often through phishing emails carrying malicious Office documents with macros.
Is Dridex linked to ransomware?
Its operators have been associated with delivering ransomware as a follow-on payload in some campaigns.
How can I reduce exposure to Dridex?
Disable macros from untrusted documents, be cautious with email attachments, use multi-factor authentication on financial accounts, and keep systems patched.
Where is the authoritative reference?
MITRE ATT&CK's Dridex entry (S0384), linked on this page.
How do I remove the Dridex Banking_Trojan from Windows?
Manual removal of Dridex is highly discouraged as it may leave persistence mechanisms intact. We recommend disconnecting the device from the internet and utilizing a professional incident response service or enterprise-grade EDR software to conduct a full forensic sweep.
Is Dridex a virus or a Banking_Trojan?
Dridex is classified as a Banking_Trojan. Unlike traditional viruses that infect files, modern malware like Dridex typically operates as a standalone payload designed to compromise systems, steal data, or deploy secondary stage implants.
What are the main symptoms of a Dridex infection?
Symptoms of Dridex can include unexpected system slowness, unauthorized outbound network traffic to unknown IP addresses, disabled security software, and suspicious background processes running from AppData or Temp directories.
Related Families (Category: banking_trojan)
Explore other malware families in the same category:
Protect Your Network Against Banking_Trojans
Want to prevent Dridex and similar threats from compromising your organization? Read our comprehensive defensive guide: Banking Trojan Protection.
Machine-readable
Get this profile as JSON: https://jordan123234-malware-families-explorer.static.hf.space/api/dridex.json
Ecosystem & Interactive Environments
This profile is part of the Malware Families Catalog, a public dataset of 2,899 malware families. The catalog is also published across our ecosystem: Hugging Face, Kaggle, Zenodo, Replit, StackBlitz, CodeSandbox, and CodePen.