Analyze a Malicious Prompt Generator.
Artificial Intelligence makes human life easier for students, researchers, programmers, and so on. However, as I mentioned in my previous articles, we are not alone on this planet. There are individuals with criminal mindsets who abuse legitimate technology for malicious purposes. The ESET security research team recently discovered the first AI-based ransomware this year, which is quite interesting. Before we dive deeper into this article, let's go through the process of PromptLock how it works and how it was revealed: The threat actor wrote C code and then compiled it into an executable file using GCC. The code snippet contained a full chain for generating a Lua script by sending a request to a local LLM (large language model) server. The ESET team found a sample and analyzed it in a controlled environment (a sandbox). They observed it attempting to connect to the local LLM server. The executable sent queries to the local LLM to generate a malicious script. The ...