Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 531 Bytes

File metadata and controls

22 lines (12 loc) · 531 Bytes

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}}