Skip to main content

πŸ“ Google API Key is not restricted for unused APIs 🟒

  • Contextual name: πŸ“ API Key is not restricted for unused APIs 🟒
  • ID: /ce/ca/google/api/api-key-for-application
  • Located in: πŸ“ Google API & Services

Flags​

Our Metadata​

  • Policy Type: COMPLIANCE_POLICY
  • Policy Category:
    • SECURITY

Similar Policies​

Logic​

Description​

Open File

Description​

API Keys should only be used for services in cases where other authentication methods are unavailable. API keys are always at risk because they can be viewed publicly, such as from within a browser, or they can be accessed on a device where the key resides. It is recommended to restrict API keys to use (call) only APIs required by an application.

Rationale​

Security risks involved in using API-Keys are below:

β€’ API keys are simple encrypted strings
β€’ API keys do not identify the user or the application making the API request
β€’ API keys are typically accessible to clients, making it easy to discover and steal an API key

In light of these potential risks, Google recommends using the standard authentication flow instead of API-Keys. However, there are limited cases where API keys are more appropriate. For example, if there is a mobile application that needs to use the Google Cloud Translation API, but doesn't otherwise need a backend server, API keys are the simplest way to authenticate to that API.

... see more

Remediation​

Open File

Remediation​

From Console​

  1. Go to APIs & Services\Credentials using https://console.cloud.google.com/apis/credentials
  2. In the section API Keys, Click the API Key Name. The API Key properties display on a new page.
  3. In the Key restrictions section go to API restrictions.
  4. Click the Select API drop-down to choose an API.
  5. Click Save.
  6. Repeat steps 2,3,4,5 for every unrestricted API key

Note: Do not set API restrictions to Google Cloud APIs, as this option allows access to all services offered by Google cloud.

From Google Cloud CLI​

  1. List all API keys.

    gcloud services api-keys list

  2. Note the UID of the key to add restrictions to.

  3. Run the update command with the appropriate flags to add the required restrictions.

    gcloud alpha services api-keys update <UID> <restriction_flags>

Note: Flags can be found by running

gcloud alpha services api-keys update --help

or in this documentation https://cloud.google.com/sdk/gcloud/reference/alpha/services/api-keys/update

policy.yaml​

Open File

Linked Framework Sections​

SectionSub SectionsInternal RulesPoliciesFlags
πŸ’Ό CIS GCP v1.2.0 β†’ πŸ’Ό 1.14 Ensure API keys are restricted to only APIs that application needs access - Level 1 (Manual)1
πŸ’Ό CIS GCP v1.3.0 β†’ πŸ’Ό 1.14 Ensure API Keys Are Restricted to Only APIs That Application Needs Access - Level 1 (Manual)1
πŸ’Ό CIS GCP v2.0.0 β†’ πŸ’Ό 1.14 Ensure API Keys Are Restricted to Only APIs That Application Needs Access - Level 2 (Automated)1
πŸ’Ό CIS GCP v3.0.0 β†’ πŸ’Ό 1.14 Ensure API Keys Are Restricted to Only APIs That Application Needs Access - Level 2 (Automated)1
πŸ’Ό Cloudaware Framework β†’ πŸ’Ό Cryptographic Configuration8
πŸ’Ό FedRAMP High Security Controls β†’ πŸ’Ό PL-8 Security and Privacy Architectures (L)(M)(H)3
πŸ’Ό FedRAMP High Security Controls β†’ πŸ’Ό SA-8 Security and Privacy Engineering Principles (L)(M)(H)6
πŸ’Ό FedRAMP Low Security Controls β†’ πŸ’Ό PL-8 Security and Privacy Architectures (L)(M)(H)3
πŸ’Ό FedRAMP Low Security Controls β†’ πŸ’Ό SA-8 Security and Privacy Engineering Principles (L)(M)(H)6
πŸ’Ό FedRAMP Moderate Security Controls β†’ πŸ’Ό PL-8 Security and Privacy Architectures (L)(M)(H)3
πŸ’Ό FedRAMP Moderate Security Controls β†’ πŸ’Ό SA-8 Security and Privacy Engineering Principles (L)(M)(H)6
πŸ’Ό ISO/IEC 27001:2022 β†’ πŸ’Ό 8.27 Secure system architecture and engineering principles14
πŸ’Ό NIST CSF v1.1 β†’ πŸ’Ό PR.IP-2: A System Development Life Cycle to manage systems is implemented69
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό ID.AM-03: Representations of the organization's authorized network communication and internal and external network data flows are maintained45
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό ID.AM-08: Systems, hardware, software, services, and data are managed throughout their life cycles20
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό ID.IM-01: Improvements are identified from evaluations20
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό ID.IM-02: Improvements are identified from security tests and exercises, including those done in coordination with suppliers and relevant third parties33
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό ID.IM-03: Improvements are identified from execution of operational processes, procedures, and activities34
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό PR.DS-10: The confidentiality, integrity, and availability of data-in-use are protected104
πŸ’Ό NIST CSF v2.0 β†’ πŸ’Ό PR.IR-03: Mechanisms are implemented to achieve resilience requirements in normal and adverse situations11
πŸ’Ό NIST SP 800-53 Revision 5 β†’ πŸ’Ό PL-8 Security and Privacy Architectures23
πŸ’Ό NIST SP 800-53 Revision 5 β†’ πŸ’Ό SA-8 Security and Privacy Engineering Principles337
πŸ’Ό PCI DSS v3.2.1 β†’ πŸ’Ό 2.1 Always change vendor-supplied defaults and remove or disable unnecessary default accounts before installing a system on the network.18
πŸ’Ό PCI DSS v3.2.1 β†’ πŸ’Ό 6.3 Develop internal and external software applications securely.23
πŸ’Ό PCI DSS v4.0.1 β†’ πŸ’Ό 2.2.2 Vendor default accounts are managed.8
πŸ’Ό PCI DSS v4.0.1 β†’ πŸ’Ό 6.2.1 Bespoke and custom software are developed securely.3
πŸ’Ό PCI DSS v4.0 β†’ πŸ’Ό 2.2.2 Vendor default accounts are managed.8
πŸ’Ό PCI DSS v4.0 β†’ πŸ’Ό 6.2.1 Bespoke and custom software are developed securely.3