my google compute engine commiting DOS attack

2019-09-21 04:43发布

I got the following from google: This project appears to be committing denial of service attacks.

The VM is running Ubuntu 16.04 with latest updates, Apache, PHP 7.0, MySQL 5.7 and Docker.

I would like to know what to look out for to mitigate this please.

1条回答
爷、活的狠高调
2楼-- · 2019-09-21 05:36

I'm leaving here some interesting resources you can check to secure your Google Compute Engine instance:

General security advice for Google Cloud Platform instances:

To diagnose trouble with GCE instances, serial port output from the instance can be useful.

  • You can check the serial port output by clicking on the instance name and then on "Serial port 1 (console)". Note that this logs are wipped when instances are shutdown & rebooted, and the log is not visible when the instance is not started.

  • Stackdriver monitoring is also helpful to provide an audit trail to diagnose problems.

Here are some hints you can check on keeping GCP projects secure.

查看更多
登录 后发表回答