Token Analysis and Tracking System (TATS) - #404
Open
carlospolop wants to merge 1 commit into
Open
carlospolop wants to merge 1 commit into
carlospolop wants to merge 1 commit into
Conversation
Collaborator
Author
🔗 Additional ContextOriginal Blog Post: https://specterops.io/blog/2026/09/08/token-analysis-and-tracking-system-tats Content Categories: Based on the analysis, this content was categorized under "Azure Pentesting > Az - Basic Information > Az - Tokens & Public Applications, with cross-references to Az - EntraID Privesc > Conditional Access Policies & MFA Bypass and Az - Lateral Movement (Cloud - On-Prem) > Pass the Cookie / Primary Refresh Token (PRT)". 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
Token Analysis and Tracking System (TATS) is a Python-based research tool for collecting, storing, decoding, correlating, analyzing, and visually tracking OAuth token exchanges. It was designed to make Microsoft cloud authentication research easier, particularly because Microsoft implements ecosystem-specific OAuth behaviors such as brokered client IDs (BroCI) and Family of Client IDs (FOCI). TATS is intended to work with any OAuth implementation. Repository:...
🔧 Technical Details
OAuth token-exchange instrumentation: Collect browser or proxy traffic through Burp import, Chrome DevTools Protocol, or mitmproxy, persist token metadata in a database, decode JWT claims, assign each token a fingerprint, and correlate issuance, use, refresh-token inputs, and exchanged outputs. Use dashboard filters, Mermaid graphs, and sequence diagrams to identify client IDs, brokered applications, privileged scopes, authentication methods, CAE, token sources, and scope changes. Store complete token values with
--store-tokensonly when command or authentication-file export is required, use--enrichfor application and broker metadata, and use--redact-claimsbefore sharing collected data.Audience-mismatch analysis: Compare a JWT's
audclaim with the host receiving the token. A token issued formanagement.core.windows.netbut presented to hosts such asmanagement.azu...🤖 Agent ActionsUpdated:
src/pentesting-cloud/azure-security/az-basic-information/az-tokens-and-public-applications.mdAdded:
Validation passed for Markdown links, reference numbering, forbidden sources, and
git diff --check.mdbookwas unavailable in the environment.This PR was automatically created by the HackTricks Feed Bot. Please review the changes carefully before merging.