Hello there,
Ive installed Imunify360 on Plesk (CentOS). Set Proactive Defense mode to Kill Mode but it seems that proactive defense is not working. To test it, Ive made a PHP file with the following content:
and run it. It ran without a problem for a while (actually Ive disabled system function in PHP so it shows only a white screen). Theres not any logs in Proactive Defense page. But after some retries (a few minutes later) the file will be quarantines I guess via Imunify360 Malware Scanner and inotify (Permissions will set to 000).
Ive checked to see if i360 extension is installed on all PHP versions by running the following command for each PHP handler:
and in all of them, I see i360 as an active module. Any help how can I make proactive defense to work and stop shell and malwares immediately before they are detected by Malware Detector?
Thanks
Iman
Ive installed Imunify360 on Plesk (CentOS). Set Proactive Defense mode to Kill Mode but it seems that proactive defense is not working. To test it, Ive made a PHP file with the following content:
Code:
<?php system(wget -V);?>
Ive checked to see if i360 extension is installed on all PHP versions by running the following command for each PHP handler:
Code:
/opt/plesk/php/{PHP Version}/bin/php -m
Thanks
Iman
Comment