DEV Community

THREAT CHAIN
THREAT CHAIN

Posted on • Originally published at threatchain.io

DiscordRAT Sample Detected: RedTiger-Tools-main-2.0.exe

This article was originally published on ThreatChain — decentralized threat intelligence.

Your security tools might have missed this one. DiscordRAT is actively targeting networks right now — here's what you need to know before it hits yours.

A new DiscordRAT sample was identified by threat intelligence feeds on 2026-04-14 17:12:58. This post breaks down what we know about the specific sample, how to recognize related activity on your network, and what to do if you or your organization might be affected.

The Sample at a Glance

Field Value
SHA-256 dbdeed3080cd1b935ca88c373f35773ba155fda38738f4808804aa90d22c71b0
File name RedTiger-Tools-main-2.0.exe
File type exe
Size 78.5 KB
Origin (first observed) DE
First seen 2026-04-14 17:12:58
Family DiscordRAT
Tags DiscordRAT, exe
VirusTotal detection 49/76 engines flagged malicious

What DiscordRAT Does

DiscordRAT is a malware family observed delivering malicious payloads to Windows systems. Samples in this family typically steal credentials, establish persistence, or enable remote access for attackers.

Seeing this family on your network — or finding a file matching this hash — is a red flag. DiscordRAT samples are typically distributed through phishing emails, malvertising, fake software downloads, or cracked installers. Once executed, the malware usually establishes persistence on the host, harvests credentials and sensitive data, and establishes an outbound channel to command-and-control infrastructure operated by the attackers.

Detection Landscape

Multiple security vendors have weighed in on this specific sample:

  • ANY.RUN: [{'malware_family': None, 'verdict': 'Malicious activity', 'file_name': 'RedTiger-Tools-main-2.0.exe', 'date': '2026-04-14 17:10:39', 'analysis_url': 'https://app.any.run/tasks/e076cfc5-edee-4603-9183-92f1610fa442', 'tags': ['websocket', 'discord', 'exfiltration', 'stealer', 'evasion', 'discordrat', 'rat']}]
  • vxCube: malware2
  • Intezer: suspicious
  • Triage: discordrat
  • Spamhaus_HBL: [{'detection': 'suspicious', 'link': 'https://www.spamhaus.org/hbl/'}]
  • UnpacMe: [{'sha256_hash': 'dbdeed3080cd1b935ca88c373f35773ba155fda38738f4808804aa90d22c71b0', 'md5_hash': '95131b6be8b73ef20bda266a2ff193f9', 'sha1_hash': 'b0314b1fa0ae07773164beadcfbd6f085d44d63a', 'detections': ['DiscordRAT2'], 'link': 'https://www.unpac.me/results/97fd6e31-335c-47ba-802d-fcdacb3ed229/'}]
  • FileScan-IO: MALICIOUS
  • Kaspersky: Malware

Indicators of Compromise

If you're hunting for this sample or related DiscordRAT activity, here are the concrete indicators to feed into your SIEM, EDR, or host-based searches:

  • SHA-256 hash: dbdeed3080cd1b935ca88c373f35773ba155fda38738f4808804aa90d22c71b0
  • Filename pattern: RedTiger-Tools-main-2.0.exe
  • File type: exe
  • Behavioral tags: DiscordRAT, exe
  • YARA rules matched: Disable_Defender, discordrat_v1, Discord_RAT_C_sharp, NET, pe_no_import_table

How to Check If You're Affected

  1. Search your endpoint logs for the SHA-256 dbdeed3080cd1b935ca88c373f35773ba155fda38738f4808804aa90d22c71b0. Most EDR platforms support historical hash searches across all monitored hosts.
  2. Check for the filename RedTiger-Tools-main-2.0.exe in recently downloaded files, email attachments, and installer bundles.
  3. Look for outbound connections to uncommon TLDs or newly registered domains — DiscordRAT typically beacons to command-and-control infrastructure shortly after execution.
  4. Review scheduled tasks and registry run keys — this family commonly establishes persistence through standard Windows autorun locations.
  5. Run an updated AV or EDR scan across potentially affected hosts. Because this sample is already in public threat intel feeds, current signatures should flag it.

What to Do If You Find It

If you find evidence of this sample or related activity on your systems:

  1. Isolate the affected host from the network immediately to prevent lateral movement.
  2. Capture memory and disk images before rebooting. Reboots destroy critical forensic evidence, especially in RAM.
  3. Rotate credentials that may have been exposed — browser-saved passwords, VPN credentials, SSH keys, and any service accounts used on the affected host. DiscordRAT frequently targets these.
  4. Check for secondary payloads. DiscordRAT is often a stepping stone for additional malware including ransomware or banking trojans.
  5. Report the incident to your security team. For larger organizations, consider notifying your regional CERT.

Free Threat Lookups

You can verify any suspicious hash against the ThreatChain database for free — no signup, no API key required. Paste any MD5, SHA-1, or SHA-256 at threatchain.io/lookup and get results across multiple intel sources in seconds.

For cross-referencing this specific sample, you can also look it up directly on MalwareBazaar where the original submission and vendor analysis is recorded.

Top comments (0)