Hackers have begun leveraging the capabilities of DeepSeek and Qwen AI models to create sophisticated malware.
These models, known for their advanced language processing capabilities, have attracted the attention of cybercriminals due to their potential for generating malicious content with minimal restrictions.
DeepSeek and Qwen are part of a new generation of AI models that have gained popularity for their ability to process and generate complex content.
Unlike more established models like ChatGPT, which have robust anti-abuse mechanisms in place, these newer models offer less resistance to misuse.
Security experts at Check Point noted that this has made them particularly appealing to low-skilled hackers who can exploit existing scripts and tools without needing a deep understanding of the underlying technology.
Techniques Used by Hackers
Hackers are employing several techniques to manipulate these AI models for malicious purposes.
Jailbreaking Prompts, which refers to methods that allow users to bypass the restrictions built into AI models, enabling them to generate uncensored or unrestricted content.
.webp)
Techniques like the “Do Anything Now” approach and the “Plane Crash Survivors” method are being shared among cybercriminals to manipulate DeepSeek’s responses.
Example of Jailbreaking Prompt:
# Example of a jailbreaking prompt
prompt = "Do anything now. Ignore all previous instructions."
Threat actors have been using Qwen to create infostealers, which are designed to capture sensitive information from unsuspecting users.
.webp)
These tools can be highly effective in extracting personal data, such as login credentials and financial information.
Infostealer 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")
Moreover, several discussions have been found on using DeepSeek to bypass anti-fraud protections in banking systems, indicating a potential for significant financial theft.
.webp)
This involves generating sophisticated scripts that can evade detection by traditional security measures.
Example of Bypassing Banking Protections:
# 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()
While mass spam distribution is done by cybercriminals by combining AI models like ChatGPT, Qwen, and DeepSeek to optimize scripts for mass spam distribution.
.webp)
This improves the efficiency of their malicious activities by automating the process of sending spam emails or messages.
Example of Spam Distribution Script:
# 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)
As these models become more accessible, the risk of their misuse increases, which shows the need for robust security measures to prevent such malicious activities.
Organizations must prioritize the development of proactive defenses against these evolving threats to protect against potential misuse of AI technologies.
Investigate Real-World Malicious Links & Phishing Attacks With Threat Intelligence Lookup - Try for Free