Blinding the Watchmen Abusing Cloud Logging Services for Def...#303
Open
carlospolop wants to merge 1 commit into
Open
Blinding the Watchmen Abusing Cloud Logging Services for Def...#303carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://unit42.paloaltonetworks.com/cloud-logging-defense-evasion Content Categories: Based on the analysis, this content was categorized under "Pentesting Cloud -> AWS Pentesting -> AWS - Post Exploitation -> AWS - CloudTrail / Security Logging Defense Evasion; and Pentesting Cloud -> GCP Pentesting -> GCP - Post Exploitation -> GCP - Logging Post Exploitation. Alternatively, add a cross-cloud page under Pentesting Cloud Methodology named Cloud Logging Defense Evasion and Log Exfiltration.". Repository Maintenance:
Review Notes:
Bot Version: HackTricks News Bot v1.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🤖 Automated Content Update
This PR was automatically generated by the HackTricks News Bot based on a technical blog post.
📝 Source Information
🎯 Content Summary
Unit 42 analyzes how attackers can abuse cloud logging infrastructure itself as an attack surface. The post is not about a CVE or memory corruption vulnerability; it is a set of cloud control-plane abuse techniques against AWS CloudTrail and Google Cloud Logging. The attacker model is an adversary who has already obtained IAM permissions that allow modification of trails, sinks, buckets, objects, or encryption keys. With those permissions, the attacker can blind monitoring, ...
🔧 Technical Details
Disable the log delivery control plane: If an attacker gains permissions to modify logging resources, they can blind detection without touching workloads. In AWS,
cloudtrail:StopLoggingallowsstop-loggingagainst a CloudTrail trail, preventing new events from being written to S3. In Google Cloud,logging.sinks.updateallows setting a sink’sdisabledfield totrue, stopping routed log export.Destroy or disrupt the log storage backend: Cloud logs often depend on object storage. In AWS, deleting a CloudTrail S3 bucket requires
s3:DeleteBucketand usuallys3:DeleteObjectto empty the bucket first. In Google Cloud,logging.buckets.deleteplaces a log bucket intoDELETE_REQUESTEDstate for seven days before deletion. Locked Google Cloud log buckets resist this because retention becomes permanent and the bucket cannot be deleted until all records age ou...🤖 Agent Actions
I’m using the repository exploration workflow first to find the best existing cloud logging page and avoid duplicating techniques.
Done.
Updated:
src/pentesting-cloud/pentesting-cloud-methodology.mdAdded a new cross-cloud section:
It covers:
Validation:
## Referencesis at the end of the fileNote:
mdbook buildcould not be executed becausemdbookis not installed in this environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.