Researchers uncover MalTerminal, the first GPT-4-powered malware that creates ransomware and reverse shells on demand. A newly discovered malware dubbed MalTerminal is rewriting the playbook for cyberattacks by using OpenAI’s GPT-4 to generate ransomware and reverse shells in real time. “With the ability to generate malicious logic and commands at runtime, LLM-enabled malware introduces new challenges for defenders.”MalTerminal marks a shift in malware creationThe emergence of MalTerminal signals a turning point in malware development. Instead of embedding static payloads, the tool acts as a malware generator, asking its operator to choose between ransomware or a reverse shell before crafting fresh Python code through the GPT-4 API. The binary then submits a request to GPT-4, dynamically retrieving ransomware or reverse shell code.