A failed script kept appearing at start up

Russell Ivan Lopez 0 Reputation points
2023-11-08T17:16:11.6033333+00:00

I don't know if the script is for a virus or not, here is the error

Traceback (most recent call last):
  File "<frozen zipimport>", line 92, in __init__
KeyError: 'C:\\Users\\zephy\\AppData\\Local\\Temp\\_MEI96322\\blank.aes'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "<frozen zipimport>", line 403, in _read_directory
OSError: [Errno 22] Invalid argument: 'C:\\Users\\zephy\\AppData\\Local\\Temp\\_MEI96322\\blank.aes'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "loader-o.py", line 22, in <module>
  File "<frozen zipimport>", line 94, in __init__
  File "<frozen zipimport>", line 405, in _read_directory
zipimport.ZipImportError: can't open Zip file: 'C:\\Users\\zephy\\AppData\\Local\\Temp\\_MEI96322\\blank.aes'

Windows 11
Windows 11
A Microsoft operating system designed for productivity, creativity, and ease of use.
6,691 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue (Shanghai Wicresoft Co., Ltd.) 24,281 Reputation points Microsoft Vendor
    2023-11-09T03:18:39.4666667+00:00

    Hi,

    Yes, it could be, but we can't confirm it just by this error message. Have you checked loader-o.py? You can use process monitor to monitor the file creation if you are not sure who created it.

    https://learn.microsoft.com/en-us/sysinternals/downloads/procmon

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments