-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backdoor/Trojan detected from Virustotal #663
Comments
Where have you downloaded the archive with DLLs? |
Sorry, I thought I had included that already. Downloaded the Windows version from the php.net website: https://windows.php.net/downloads/pecl/releases/imagick/3.7.0/php_imagick-3.7.0-8.1-nts-vs16-x64.zip |
The trojan is already detected on the Imagick Library sources used to build the extension. I'm finding the script used to build the development library. If you have some idea. The Imagigk version 7.1.1it's ok: |
Thanks for reporting this. A couple of notes in no particular order.
I think that's a long way of saying, I'll keep an eye on this, but aren't planning to do anything just yet. |
@Danack I understand your point of view, and I respect it. I initiated 2023 a website https://phpext.phptools.online/ to build and distribute AS IS the PHP Extension for Windows. I use the libraries pre-built by the Windows PHP team. Sometimes, I want to build the latest version of the used library. I searched the script (or instructions) used to build the deps used to build some PHP extensions. Have you some information? Who contact? PS: I have already written a message to the PHP Windows list. |
Cool.
Er, not really? I mean, I can point you to some directories that might contain relevant info: https://windows.php.net/downloads/pecl/deps/ But if you have a question about a specific extension, I might be able to point you in the right direction.
If you have a Stackoverflow account and at least 20 points, a few senior PHP people hang out at https://chat.stackoverflow.com/rooms/11/php You could also contact Derick Rethans who is involved in the effort to modernise PECL and he's contactable through "derick at php.net". |
Thank you, I have effectively a question about the library available at this URL https://windows.php.net/downloads/pecl/deps/ How to build it? Who makes these builds? PS: Sorry for my English :-) |
Hello,
Most likely a false positive, but it seems that the download for php_imagick-3.7.0-8.1-nts-vs16-x64.zip has a few detections on virus total.
https://www.virustotal.com/gui/file/bc87e8a6bcd0e13b3b155f01ab4a8a13c5fe56b6e592b0857ebb1126b4d74e60
In particular, file IM_MOD_RL_bmp_.dll is thought to contain Backdoor.Grunt.f from Jiangmin. https://www.virustotal.com/gui/file/cf997f51229fd617ec6d91a11a4b44ea1735bfa283fec18a862006bfc510fd10/detection
IM_MOD_RL_sgi_.dll is thought to have Trojan.Malware.300983.susgen from MaxSecure. There might be a few other files detected from this one too...
https://www.virustotal.com/gui/file/3dacde08b0a3e0c45a8900512fe70d1186ecb283d03c48905c590b1c3a994801/detection
Normally, I would disregard only one or two detections from these types of files, but with a recent suspected compromise to one of our servers, I'm being overly cautious with all the files on rebuild.
Thank you.
The text was updated successfully, but these errors were encountered: