Files
hacktricks-cloud/src/pentesting-cloud/gcp-security/gcp-persistence/gcp-cloud-functions-persistence.md
Carlos Polop 4d622f5500 translate half
2024-12-31 18:48:31 +01:00

533 B

GCP - Cloud Functions Persistence

{{#include ../../../banners/hacktricks-training.md}}

Cloud Functions

For more info about Cloud Functions check:

{{#ref}} ../gcp-services/gcp-cloud-functions-enum.md {{#endref}}

Persistence Techniques

  • Modify the code of the Cloud Function, even just the requirements.txt
  • Allow anyone to call a vulnerable Cloud Function or a backdoor one
  • Trigger a Cloud Function when something happens to infect something

{{#include ../../../banners/hacktricks-training.md}}