0

I'm doing dynamic analysis using cuckoo sandbox but I have a problem there. I'm putting our malware files on Cuckoo. However, some files do not give any reports. I put the some example of the cuckoo's logs under the writing. Please help me!!!

          "2023-02-14 20:50:37,792 [modules.auxiliary.dumptls] WARNING: You're not running the Cuckoo Agent as Administrator. Doing so will improve your analysis results!\n",
"Traceback (most recent call last):\n", 
            "  File \"C:/tmpqcushl/analyzer.py\", line 808, in <module>\n", 
            "    success = analyzer.run()\n", 
            "  File \"C:/tmpqcushl/analyzer.py\", line 657, in run\n", 
            "    pids = self.package.start(self.target)\n", 
            "  File \"C:\\tmpqcushl\\modules\\packages\\exe.py\", line 23, in start\n", 
            "    return self.execute(path, args=shlex.split(args))\n", 
            "  File \"C:\\tmpqcushl\\lib\\common\\abstracts.py\", line 166, in execute\n", 
            "    \"Unable to execute the initial process, analysis aborted.\"\n", 
            "CuckooPackageError: Unable to execute the initial process, analysis aborted.\n", 
            "\n", 
            

0 Answers0