On Fri, Nov 15, 2019 at 03:58:55AM -0800, Nauman Khan wrote:
> Hi Sir, I am also receiving this message (project suspension because of
> cryptocurrency mining) again and again. My company is running in one of the
> cloud and want to put the code in google instance and run my website from
> here. But whenever i put the code, after 2 days i receive email from google
> that your project will be suspended. I don't know whats the issue. My
> website is drupal.
Hi Nauman,
A very common problem that has happened to many people is that their
is some kind of security vulnerability in their VM setup, which gets
exploited by criminals to take over the VM to do cryptomining. This
is very CPU intensive, and it will slow your site to a crawl.
Even worse is when the criminals are able to steal your credentials
and they start up other VM's --- really big, expensive VM's with a lot
of CPU power (the better to do cryptomining), and this all gets
charged to *your* credit card. If this has happened, having your
project be suspended can actually be doing you (and your credit card)
a huge favor.
For example, this could happen if you have checked in API keys into
github (never, *ever* do that), or if you got phished and the
criminals were able to get their hands on your username and password.
So while contacting Google's Cloud Billing department is definitely
the right thing to do, in the mean time, you might want to review your
password security, since if in fact the criminals were able to gain
access to your Google login credentials, they could take over your
GMail account, or any other Google resources tied to your account.
If all you are running is drupal, that's a workload that seems
unlikely that to be mistaken for crypto mining. (Unless, of course,
there is some bug that that is causing that is spinning in a tight
loop, burning huge amounts of CPU doing nothing. But that seems
unlikely for Drupal.) This is why a very likely possibility is that
you have some kind of security breach in your account --- either with
the VM, an API key, or your login credentials.
Good luck,
- Ted