gcp
21 articles tagged with #gcp
Shared Responsibility Model: Who Secures What in the Cloud
The shared responsibility model defines the security boundary between cloud providers (security OF the cloud) and customers (security IN the cloud) — and why CSPM exists in this gap.
What is Cloud Misconfiguration?
Cloud misconfigurations are incorrect or insecure settings in cloud resources — the #1 cause of cloud data breaches.
How to disable the Database flag remote access for Cloud SQL on the SQL Server instance in Google Cloud via CLI
We will go through the steps to disable the Database flag remote access for Cloud SQL.
How to disable the Database flag remote access for Cloud SQL on the SQL Server instance in Google Cloud
We will go through the steps to disable the Database flag remote access for Cloud SQL.
How to manage cross account Google Cloud projects using service accounts
A quick post to show how service accounts can be setup to allow cross account or intra account Google Cloud project management. This post can be used to set up a service account that can be used to manage resources in other Google Cloud projects.
How to set a Non-limiting Value for the Database flag user connections for Cloud SQL on the SQL Server instance in Google Cloud via CLI
We will go through the steps to set a Non-limiting Value for the Database flag user connections for Cloud SQL on the SQL Server instance.
How to set a Non-limiting Value for the Database flag user connections for Cloud SQL on the SQL Server instance in Google Cloud
We will go through the steps to set a Non-limiting Value for the Database flag user connections for Cloud SQL on the SQL Server instance.
How to disable the Database flag cross db ownership chaining for Cloud SQL on the SQL Server instance via gcloud
We will go through the steps to disable the Database flag cross db ownership chaining for SQL.
How to disable the Database flag cross db ownership chaining for Cloud SQL on the SQL Server instance in Google Cloud
We will go through the steps to disable the Database flag cross db ownership chaining for Cloud SQL.
How to disable the Database flag user options for Cloud SQL on the SQL Server instance in Google Cloud
We will go through the steps to disable the Database flag user options for Cloud SQL.
How to disable the Database flag user options for Cloud SQL on the SQL Server instance via gcloud
We will go through the steps to disable the Database flag user options for SQL.
How to set up GCP CIS 1.2.0 Benchmark Inspec Profile tool for conducting CIS assessment
This post covers an introduction and instructions to set up the Inspec tool for learning.
How to enable Uniform Bucket-level Access for Bucket in Google Cloud using CLI
Enabling uniform bucket level access enforces stricter permissions on buckets and objects within. In the absence of uniform level access, bucket policies have to be carefully written to ensure object level access is not obtained.
How to enable Uniform Bucket-level Access for Bucket in Google Cloud
Enabling uniform bucket level access enforces stricter permissions on buckets and objects within. In the absence of uniform level access, bucket policies have to be carefully written to ensure object level access is not obtained.
Enforce SSL/TLS for all incoming connections on CloudSQL Database Instances
Unencrypted database connections allow attackers on the network to perform man-in-the-middle attacks that can be used to steal information and even modify data. In this article we will take a quick look at how to enable encryption for incoming connections on CloudSQL databases.
How to restrict access to public Cloud SQL database instances
Publicly exposed database instances can attract a lot of brute force attacks and may lead to a compromise of the database as well. If a database requires a public IP address, then one must make sure to restrict the public access to only trusted IP addresses.
How to create a Virtual Machine on Google Cloud
Creating Virtual Machines on cloud platforms is one of the most common activities. This article is a quick guide for creating a Virtual Machine on Google Cloud.
Escalating privileges in Google Cloud, from app to cloud access
A short blogpost that shows an exploitation scenario where an attacker, who has managed to gain SSRF or code execution capabilities, can leak tokens and escape to the Google Cloud platform.
How to create a new Pub/Sub Topic on Google Cloud
Pub/Subs are popularly used for asynchronous communication between applications. This article is a quick walkthrough of how you can create a Pub/Sub Topic on Google Cloud.
How to create a new Project in Google Cloud
Projects in Google Cloud help in organising all the Google Cloud Resources. This article provides a quick hands-on guide on how you can create a new Project on Google Cloud. Akash Mahajan.
5 ways to connect to your GCP VM instances using SSH
GCP provides various ways by which you can SSH to a Linux compute instance, especially useful when you have firewall rules preventing external access. This article shows the 5 ways to connect to a GCP VM instance using SSH.