

Critical Alert: Jordanian Banks Under Siege by Everest Ransomware Group
April 29, 2025
Critical Alert: Jordanian Banks Under Siege by Everest Ransomware Group
April 29, 2025Severity
High
Analysis Summary
A newly discovered Python-based Remote Access Trojan (RAT) is turning Discord into a weapon for remote control and system disruption. Disguised as a harmless script, this malware uses libraries like pyautogui, tkinter, and discord.py to carry out malicious functions through a simple, button-based interface in Discord.
The RAT installs itself in the Windows Startup folder under the misleading name “WindowsCrashHandaler.exe” to ensure persistence. It connects to a hardcoded Discord bot and relays system details (username, IP, geolocation) back to attackers. From there, it can block screens, randomly move the mouse, trigger a BSOD using undocumented Windows APIs, and even create psychological screen disruptions via animated patterns.
The malware avoids detection by leveraging Discord’s encrypted traffic and commonly used Python libraries, making static and network analysis difficult. While it lacks sophisticated evasion, its modular structure could evolve into a more dangerous threat. Security experts warn that such malware lowers the skill threshold for attackers and demonstrates the growing risk of abusing popular platforms like Discord.
Its simplicity, combined with a user-friendly Discord interface featuring clickable buttons, lowers the barrier for attackers, making it a potent tool for both novice and seasoned cybercriminals.
Impact
- Unauthorized Access
- Operational Disruption
Remediation
- Block Discord domains and traffic in corporate environments unless explicitly required.
- Use advanced EDR (Endpoint Detection and Response) solutions with script-based threat detection.
- Monitor outbound network connections for unauthorized access to Discord API endpoints.
- Restrict execution of Python scripts on managed systems through Group Policy or AppLocker.
- Regularly audit startup folders for suspicious or unfamiliar executables.
- Enable system logging to monitor sudden screen changes or unauthorized user activity.
- Use sandbox analysis tools to test scripts before executing them in production environments.
- Apply principle of least privilege to reduce the impact of remote code execution.
- Scan regularly for Discord tokens and credentials stored insecurely on endpoints.