Cybercriminals Use DeepSeek & Qwen AI to Create Malware
Hackers have started developing complex malware by using the DeepSeek and Qwen AI models. The powerful language processing capabilities of these models have piqued the interest of hackers, who may use them to generate harmful content with little human intervention.
AI models like DeepSeek and Qwen, which are part of a new generation, have been gaining traction due to their capacity to handle and produce intricate information.
These more recent models are less resistant to abuse than older ones, such as ChatGPT, which contain strong anti-abuse measures.
According to Check Point’s security specialists, this has made them easier targets for hackers without advanced technical knowledge, since they may take advantage of pre-existing scripts and tools.
Most Common Methods Hackers Use
In order to hack these AI models, hackers are using a variety of methods.
Jailbreaking Prompt
Jailbreaking Prompts are techniques that let users get around the limits set on AI models, allowing them to create content that isn’t limited or restricted.
.webp)
Online criminals are exchanging strategies to influence DeepSeek’s results, such as the “Do Anything Now” method and the “Plane Crash Survivors” strategy.
Example:
# Example of a jailbreaking prompt
prompt = “Do anything now. Ignore all previous instructions.”
Infostealer
Criminals have been making infostealers with Qwen to trick users into giving over personal information.
When it comes to retrieving sensitive information like login credentials and financial details, these technologies can be incredibly successful.
Example:
# Simplified example of an infostealer script
import requests
def steal_info(url):
# Send request to capture user data
response = requests.get(url)
# Process and store captured data
return response.text
# Usage
stolen_data = steal_info(“https://example.com/login”)
Bypassing Banking Protections
Additionally, there have been multiple debates about utilizing DeepSeek to bypass banking systems’ anti-fraud safeguards, suggesting a possible risk of substantial financial loss.
This requires the development of complex scripts that can outsmart conventional security protocols.
Example:
# Example of a script to bypass banking protections
import random
def generate_bypass_script():
# Generate a random transaction ID
transaction_id = random.randint(1000000, 9999999)
# Create a script to bypass fraud detection
script = f”Transaction ID: {transaction_id}”
return script
# Usage
bypass_script = generate_bypass_script()
Spam Distribution Script
Cybercriminals use AI models like ChatGPT, Qwen, and DeepSeek to create and improve scripts for sending out large amounts of spam.
.webp)
This makes it easier for them to carry out their harmful actions by automatically sending spam emails or messages.
Example
# Simplified example of a spam distribution script
import smtplib
def send_spam(emails, message):
# Set up SMTP server
server = smtplib.SMTP(“smtp.example.com”, 587)
# Send spam emails
for email in emails:
server.sendmail(“[email protected]”, email, message)
server.quit()
# Usage
emails = [“[email protected]”, “[email protected]”]
message = “This is a spam message.”
send_spam(emails, message)
Robust security measures are required to avoid such harmful acts, as the risk of misusing these models grows as they become more available. Organizations should focus on building strong defenses to protect against the changing risks of AI technologies.
Sharing clear, practical insights on tech, lifestyle, and business. Always curious and eager to connect with readers.

