Page 1 of 1

Enfocus Subscription Service detected as PDM:Trojan.Win32.Generic

Posted: Thu Mar 07, 2019 4:36 pm
by Arthur
Just attempted to reinstall / repair PitStop Pro 18 installation and to my suprise Kaspersky Antivirus detected the:
C:\Program Files (x86)\Adobe\Acrobat 11.0\Acrobat\plug_ins\Enfocus\Resources\LicenseService\EnfocusSubscriptionService\EnfocusSubscriptionService.bat

as Malware - PDM:Trojan.Win32.Generic.

What the heck ??
Is this likely for the installer from Enfocus to be dodgy ??
What elements should be installed - is this BAT part of the installation or some s**t happened to stick to the installer my end ??

Re: Enfocus Subscription Service detected as PDM:Trojan.Win32.Generic

Posted: Thu Mar 07, 2019 6:00 pm
by Malcolm Mackenzie
Hi Arthur
I have for Acrobat DC, seems fine?

set LOG_FILE=%TMP%\EnfocusSubscriptionService%RANDOM%.log

"%~dp0\EnfocusSubscriptionService.exe" %* > "%LOG_FILE%" 2>&1

if %ERRORLEVEL% neq 0 (
sleep 30
"%~dp0\EnfocusSubscriptionService.exe" %* >> "%LOG_FILE%" 2>&1
)

"%~dp0\WriteEventLogEntry.exe" "Enfocus PitStop Pro" "%ERRORLEVEL%" "%LOG_FILE%"
Malcolm