Methodology: add org-guardrails and security-services checks - #399
Merged
carlospolop merged 1 commit intoSep 17, 2026
Merged
Conversation
Extend the Basic Methodology with two steps every cloud assessment should cover but that were previously implicit: - Check organization-wide guardrails (AWS SCP/RCP, GCP Org Policies, Azure Management Groups + Azure Policy) and who can weaken them. - Check that detective/preventive security services are enabled, protected and centralized (CloudTrail/GuardDuty/Config/Security Hub, GCP Data Access logs/SCC/VPC-SC, Azure Defender for Cloud/Sentinel/centralized logs). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
carlospolop
deleted the
methodology/org-guardrails-and-security-services
branch
September 17, 2026 22:03
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.
What
Adds two steps to the Basic Methodology of the Pentesting Cloud Methodology page. They round out the existing benchmark → services → exposure → permissions → integrations flow with two checks every cloud assessment should perform but that were previously only implicit:
Check organization-wide guardrails — the org-level controls that cap what every account/project/subscription below can do (they set the ceiling for everything else and are frequently missing or left in audit rather than deny mode):
denyeffects.Check security services are properly enabled — every finding is only detectable and recoverable if the cloud's detective/preventive services are on, protected and centralized (an attacker's first move is to blind them):
Why
These are exactly the two additional steps now taught in the HackTricks Training white-box methodology lessons; this brings the public methodology in line with them.
Notes
<sup>reference markers were added or renumbered, so the numbered reference system is untouched.🤖 Generated with Claude Code