The Art of Hunting Azure Cloud Secrets - #337
Open
carlospolop wants to merge 1 commit into
Open
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://trustedsec.com/blog/the-art-of-hunting-azure-cloud-secrets Content Categories: Based on the analysis, this content was categorized under "Azure Pentesting > Az - Post Exploitation / Az - Lateral Movement > Az - Local Cloud Credentials, with the Graph group-write-to-Azure-RBAC escalation chain cross-referenced under Az - Privilege Escalation > Az - EntraID Privesc". 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
Overview: Published on August 6, 2026, the post introduces two public tools for Azure penetration testing and red-team operations: Microburst Secrets Hunter, which searches previously collected Azure enumeration data for exposed secrets, and Secrets Stalker, which validates an Azure application client secret and maps the Microsoft Graph and Azure Reso...
🔧 Technical Details
Offline secret discovery from cloud-enumeration artifacts: After collecting Azure resource data with an authenticated enumeration tool, search the exported files offline for credential-shaped values and sensitive configuration fields. Prioritize Logic Apps, VM extensions, Automation Accounts, and deployment logs because resource definitions and deployment artifacts may retain plaintext secrets. An offline scanner reduces additional cloud traffic, permits repeatable rule-based searches, and can produce redacted reports for triage. Full values should only be revealed when validation is required, because unredacted output becomes a new repository of exploitable credentials.
Application-secret validation across separate Azure control planes: A tenant, client ID, and client secret should be tested against both Microsoft Graph and Azure Resource Manager because successful access to one API does not imply access to the other. Validate the secret...
🤖 Agent Actions
Updated
src/pentesting-cloud/azure-security/az-lateral-movement-cloud-on-prem/az-local-cloud-credentials.md.Added:
MicroBurst Secrets Hunterworkflow and redaction caveat## Referenceswith citationsVerified the diff and kept the change in a single file.
This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.