DANGER
malware detected
github.com / moom825
moom825/ Discord-RAT
Python·3 files·commit 74e6556·scanned 3d ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
Research / educational context
threat-state: dangerouslive
FINDINGS ░▒▓
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.DiscordRAT.py
def shell(command):
output = subprocess.run(command, stdout=subprocess.PIPE,shell=True, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
global status
...+4criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.DiscordRAT.py
os.mkdir(temp + r"\history12")
path_org = r""" "C:\Users\{}\AppData\Local\Google\Chrome\User Data\Default\History" """.format(Username)
path_new = temp + r"\histo...+10warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.DiscordRAT.py+4
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.DiscordRAT.py+3
Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.
1 files scanned @ 74e6556 | 8/21/2026 | heuristic scan — always review manually
risk by category
code execution6
network & exfiltration0
file system access10
obfuscation7
supply chain0
owasp / injection0
telemetry
files 1/3rules hit 5engine v5commit 74e6556
github
moom825/Discord-RAT
Discord Remote Administration Tool fully written in Python3
298
60
1913d
3 files
1 scanned(33%)
74e6556
architecture░▒▓
entry (0) flagged (1) pkg (36)
37 nodes · 36 edgesscroll to zoom · click node to jump to finding