Saturday , June 20 2026
MalTerminal

First-ever AI-powered ‘MalTerminal’ Malware Uses OpenAI GPT-4 to Generate Code

AI-driven malware called ‘MalTerminal’ utilizes OpenAI’s GPT-4 to create harmful code like ransomware and reverse shells, indicating a major change in threat creation and deployment. The discovery was part of SentinelLABS’ “LLM-Enabled Malware In the Wild” research presented at the LABScon 2025 security conference.

PromptLock: An Academic Proof-of-Concept:

CISA: Splunk flaw under active exploit, patch by Sunday

The U.S. Cybersecurity and Infrastructure Security Agency (CISA) has asked federal agencies to protect their systems by Sunday from a...
Read More
CISA: Splunk flaw under active exploit, patch by Sunday

Texas data breach exposes 3 million driver’s licenses

The Texas Parks and Wildlife Department (TPWD) revealed a data leak at its license system provider. This leak exposed private...
Read More
Texas data breach exposes 3 million driver’s licenses

Critical Cisco ISE Vulnerability Enables Remote Code Execution

Cisco has revealed critical security flaws in its Identity Services Engine (ISE). These flaws could let attackers run harmful code...
Read More
Critical Cisco ISE Vulnerability Enables Remote Code Execution

F5 Patches NGINX Flaw for Code Execution and DoS Attacks

F5 has shared a security warning about serious flaws in NGINX. These issues could let attackers run any code and...
Read More
F5 Patches NGINX Flaw for Code Execution and DoS Attacks

FortiBleed: 70,000 Fortinet Firewalls Compromised Globally

A vast cyber spying operation called “FortiBleed” has quietly compromised more than 73,932 different Fortinet firewall URLs in 194 countries....
Read More
FortiBleed: 70,000 Fortinet Firewalls Compromised Globally

New Rokarolla Android malware hits 217 banking and crypto apps

A new Android banking trojan called Rokarolla is hitting 217 banking and cryptocurrency apps with a wide range of 137...
Read More
New Rokarolla Android malware hits 217 banking and crypto apps

Phishing Campaign Exploits Legitimate Microsoft Login Flow

Attackers are using Microsoft’s OAuth 2.0 Device Authorization Grant (device code) flow in a campaign to take control of Microsoft...
Read More
Phishing Campaign Exploits Legitimate Microsoft Login Flow

ALERT
Cisco SD-WAN Zero-Day, FortiSandbox and cPanel flaws exploited in attacks

Cisco on Monday told customers about a new SD-WAN product flaw used in attacks. The flaw, called CVE-2026-20262, is a...
Read More
ALERT  Cisco SD-WAN Zero-Day, FortiSandbox and cPanel flaws exploited in attacks

“Panthalassa” builds floating AI data centers powered by ocean waves

Every American data center story these days follows almost the same pattern. Someone has the chips, someone has the cash,...
Read More
“Panthalassa” builds floating AI data centers powered by ocean waves

Critical Wazuh Vuln Enables Alert Tampering and Evidence Deletion

A critical security flaw has affected the open-source security community. Recently, complete details and working exploit code were shared online....
Read More
Critical Wazuh Vuln Enables Alert Tampering and Evidence Deletion

In August 2025, ESET found PromptLock, initially identified as the first AI-powered ransomware. Later, it was revealed to be a proof-of-concept by NYU researchers to show the risks of such threats.

PromptLock, written in Golang, operates locally on the victim’s machine using the Ollama API, unlike MalTerminal, which uses a cloud-based API.

Based on predefined prompts, PromptLock generates malicious Lua scripts in real-time, making it compatible across Windows, Linux, and macOS.

The malware detects the infected system type—personal computer, server, or industrial controller—and decides on its own whether to exfiltrate or encrypt data with the SPECK 128-bit encryption algorithm.

Promptlock

MalTerminal Uncovered:

SentinelLABS researchers discovered LLM-enabled malware during the PromptLock research project. They concentrated on artifacts specific to LLM integration rather than known malicious code.

The team created YARA rules to find hardcoded API keys and common prompt structures in binaries. This method effectively detected suspicious Python scripts and a Windows executable called MalTerminal.exe.

Analysis shows the malware uses an outdated OpenAI API endpoint, indicating it was developed before November 2023, making it the earliest known sample of its type.

MalTerminal is a malware generator that lets users create either ‘Ransomware’ or a ‘Reverse Shell’. When run, it requests the GPT-4 API to generate the relevant malicious Python code.

This method prevents malicious code from being stored in the initial binary, allowing it to avoid detection by static analysis and signature-based tools.

The research found related scripts like early versions (TestMal2.py) and a defensive tool called ‘FalconShield’, which seems to be an experimental malware scanner made by the same author.

Malware such as MalTerminal and PromptLock presents a new challenge for cybersecurity. Its ability to create unique malicious code for each run complicates detection and analysis.

Nevertheless, this emerging type of malware comes with its own vulnerabilities. Its reliance on external APIs, local models, and hardcoded prompts opens up new avenues for defenders to exploit.

If an API key is revoked or a model is blocked, the malware won’t work. Though LLM-enabled malware is still experimental, these cases highlight the need for defenders to adapt by focusing on detecting malicious API use and unusual prompt activity.

Check Also

Anthropic

Anthropic disables Fable 5 and Mythos 5 Access after US order limiting foreign access

Anthropic said on Friday it will quickly turn off its best AI models for everyone. …