Achdad
New Member
Hi everyone,
I’m sharing this case because I recently dealt with a recurring Trojan:Win64/Lazy.PGLI!MTB detection on Windows 11, and the technical details may help someone who encounters the same or a similar infection.
The incident appears to have started after I ran a program downloaded from the internet that I initially believed was legitimate. The original downloaded executable was later deleted, so I cannot prove the initial infection vector with certainty.
Microsoft Defender repeatedly detected:
Trojan:Win64/Lazy.PGLI!MTB<br>Threat ID: 2147952503
The detections occurred multiple times with different process IDs, including after reboots.
The recurring process was:
%LOCALAPPDATA%\Temp\ParallelRegi.exe
SHA-256:
F3FA49863B0512E7065F9B3B4353F8D7840213EDB47A92BDFC32BA61592251D1
During the investigation, I found two suspicious scheduled tasks:
dispatcherhost_arm_releasSPKVWorker<br>heaphost_v3
Both launched:
C:\ProgramData\com_lib_engine\Info-Injector.exe
The com_lib_engine directory contained a collection of Autodesk Identity Manager-related files, including:
Info-Injector.exe<br>audio_ext.dat<br>task.ini<br>AdIDSDKLog.dll<br>AdpSDKWrapper.dll<br>AdskProxyManager.dll<br>AdSSOServices.dll<br>IdIPCServer.dll<br>IdServicesCore.dll<br>sqlite3.dll<br>WebView2Loader.dll
Info-Injector.exe had a valid Autodesk Authenticode signature.
Its version information showed:
FileDescription : Autodesk Identity Manager<br>ProductName : Autodesk SSO<br>OriginalFilename : AdskIdentityManager.exe<br>CompanyName : Autodesk, Inc.<br>FileVersion : 1.11.9.11
SHA-256:
D15EBC1C55781E891AAB66B1E7AD34373FE26ECED64194121A0F7803A604C042
This suggests that Info-Injector.exe was a legitimate Autodesk binary renamed from AdskIdentityManager.exe.
Two files in the same directory were especially unusual:
audio_ext.dat<br>task.ini
SHA-256:
audio_ext.dat<br>7E009715B7270037274FEC145DD99E9E7DD33913AB6EA49AACAAB089C6B1111F<br><br>task.ini<br>F08AEC4DE0384B1509E651E0202FEEF63FF67739BB3D2B920DB3B75A487C54A1
task.ini did not contain normal INI-style configuration data and appeared to contain obfuscated or binary content.
audio_ext.dat had an entropy of approximately:
7.9217 bits/byte
which is consistent with highly compressed, encrypted or heavily obfuscated data, although this alone does not prove that the file is malicious.
I also found multiple temporary directories created during the same time window. Each contained identical copies of:
Info-Injector.exe<br>audio_ext.dat<br>task.ini
The copies had identical SHA-256 hashes.
One important caveat: I had attempted to launch the original suspicious program several times while temporarily disabling antivirus protection, so the repeated temporary-directory extraction may have been caused by my own repeated execution attempts rather than autonomous malware replication.
During the live investigation, ParallelRegi.exe was observed holding an open handle to:
C:\ProgramData\com_lib_engine\Info-Injector.exe
This established a direct interaction between the two components, although it did not prove the exact direction of execution or causality.
I then removed:
C:\ProgramData\com_lib_engine
the identified temporary copies of the staged bundle, and:
%LOCALAPPDATA%\Temp\ParallelRegi.exe
After removal, I rebooted the system and verified that:
ParallelRegi.exe = not present<br>ParallelRegi process = not running<br>com_lib_engine = not present<br>scheduled tasks = not present
I then ran:
The most recent Defender detection remained the pre-remediation event, and none of the removed files or scheduled tasks reappeared after the subsequent reboots.
Microsoft Defender is now the primary antivirus, with real-time protection, behavior monitoring and the main antimalware services enabled.
I’m sharing these indicators mainly so that anyone searching for:
ParallelRegi.exe<br>com_lib_engine<br>Info-Injector.exe<br>dispatcherhost_arm_releasSPKVWorker<br>heaphost_v3<br>Trojan:Win64/Lazy.PGLI!MTB
can compare them with their own system.
If anyone has seen the same combination of artifacts, especially the Autodesk Identity Manager bundle together with audio_ext.dat and task.ini, I would be interested to know whether it matches a known malware family, loader or persistence technique.
I’m sharing this case because I recently dealt with a recurring Trojan:Win64/Lazy.PGLI!MTB detection on Windows 11, and the technical details may help someone who encounters the same or a similar infection.
The incident appears to have started after I ran a program downloaded from the internet that I initially believed was legitimate. The original downloaded executable was later deleted, so I cannot prove the initial infection vector with certainty.
Microsoft Defender repeatedly detected:
Trojan:Win64/Lazy.PGLI!MTB<br>Threat ID: 2147952503
The detections occurred multiple times with different process IDs, including after reboots.
The recurring process was:
%LOCALAPPDATA%\Temp\ParallelRegi.exe
SHA-256:
F3FA49863B0512E7065F9B3B4353F8D7840213EDB47A92BDFC32BA61592251D1
During the investigation, I found two suspicious scheduled tasks:
dispatcherhost_arm_releasSPKVWorker<br>heaphost_v3
Both launched:
C:\ProgramData\com_lib_engine\Info-Injector.exe
The com_lib_engine directory contained a collection of Autodesk Identity Manager-related files, including:
Info-Injector.exe<br>audio_ext.dat<br>task.ini<br>AdIDSDKLog.dll<br>AdpSDKWrapper.dll<br>AdskProxyManager.dll<br>AdSSOServices.dll<br>IdIPCServer.dll<br>IdServicesCore.dll<br>sqlite3.dll<br>WebView2Loader.dll
Info-Injector.exe had a valid Autodesk Authenticode signature.
Its version information showed:
FileDescription : Autodesk Identity Manager<br>ProductName : Autodesk SSO<br>OriginalFilename : AdskIdentityManager.exe<br>CompanyName : Autodesk, Inc.<br>FileVersion : 1.11.9.11
SHA-256:
D15EBC1C55781E891AAB66B1E7AD34373FE26ECED64194121A0F7803A604C042
This suggests that Info-Injector.exe was a legitimate Autodesk binary renamed from AdskIdentityManager.exe.
Two files in the same directory were especially unusual:
audio_ext.dat<br>task.ini
SHA-256:
audio_ext.dat<br>7E009715B7270037274FEC145DD99E9E7DD33913AB6EA49AACAAB089C6B1111F<br><br>task.ini<br>F08AEC4DE0384B1509E651E0202FEEF63FF67739BB3D2B920DB3B75A487C54A1
task.ini did not contain normal INI-style configuration data and appeared to contain obfuscated or binary content.
audio_ext.dat had an entropy of approximately:
7.9217 bits/byte
which is consistent with highly compressed, encrypted or heavily obfuscated data, although this alone does not prove that the file is malicious.
I also found multiple temporary directories created during the same time window. Each contained identical copies of:
Info-Injector.exe<br>audio_ext.dat<br>task.ini
The copies had identical SHA-256 hashes.
One important caveat: I had attempted to launch the original suspicious program several times while temporarily disabling antivirus protection, so the repeated temporary-directory extraction may have been caused by my own repeated execution attempts rather than autonomous malware replication.
During the live investigation, ParallelRegi.exe was observed holding an open handle to:
C:\ProgramData\com_lib_engine\Info-Injector.exe
This established a direct interaction between the two components, although it did not prove the exact direction of execution or causality.
Remediation performed
I first disabled and then removed the two scheduled tasks.I then removed:
C:\ProgramData\com_lib_engine
the identified temporary copies of the staged bundle, and:
%LOCALAPPDATA%\Temp\ParallelRegi.exe
After removal, I rebooted the system and verified that:
ParallelRegi.exe = not present<br>ParallelRegi process = not running<br>com_lib_engine = not present<br>scheduled tasks = not present
I then ran:
- Microsoft Defender Quick Scan
- Microsoft Defender Offline Scan
- another reboot
- another persistence check
The most recent Defender detection remained the pre-remediation event, and none of the removed files or scheduled tasks reappeared after the subsequent reboots.
Current status
At the time of writing, the system has remained clean after reboot, Quick Scan and Defender Offline Scan.Microsoft Defender is now the primary antivirus, with real-time protection, behavior monitoring and the main antimalware services enabled.
Important limitation
Because the original downloaded executable was deleted before the full investigation, I cannot prove that it was the initial dropper, although the timing strongly suggests that it was related.I’m sharing these indicators mainly so that anyone searching for:
ParallelRegi.exe<br>com_lib_engine<br>Info-Injector.exe<br>dispatcherhost_arm_releasSPKVWorker<br>heaphost_v3<br>Trojan:Win64/Lazy.PGLI!MTB
can compare them with their own system.
If anyone has seen the same combination of artifacts, especially the Autodesk Identity Manager bundle together with audio_ext.dat and task.ini, I would be interested to know whether it matches a known malware family, loader or persistence technique.