Skip to content
← RegistryDossier · 6 steps · 5 edges

GraphQL introspection → BOLA → mass enum

GraphQL endpoint exposes its full schema. Discover an unauth'd or under-authorized resolver, enumerate every user's data by iterating IDs.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: GraphQL is in production with introspection enabled (or disabled but recoverable from JS bundles). Authorization is enforced on top-level resolvers only.

§ Steps

  1. 01
    Exfil PII / credentialsExfiltration
    T1041Exfiltration Over C2 Channel
  2. 02
    Locate /graphql endpointReconnaissance
    W-RECON-API-DISCOAPI Endpoint Discovery
  3. 03
    Map types, fields, mutationsDiscovery
    W-GRAPHQL-INTROGraphQL Introspection
  4. 04
    Run __schema introspectionDiscovery
    W-GRAPHQL-INTROGraphQL Introspection
  5. 05
    Find unguarded nested fieldDiscovery
    W-GRAPHQL-AUTHZGraphQL Field-Level AuthZ Gaps
  6. 06
    Enumerate every user via BOLAPrivilege Escalation
    W-BOLABroken Object Level Authorization (API BOLA)

§ References

§ Frequently asked

What is the "GraphQL introspection → BOLA → mass enum" attack path?
GraphQL endpoint exposes its full schema. Discover an unauth'd or under-authorized resolver, enumerate every user's data by iterating IDs. It chains 6 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Exfil PII / credentials (T1041) — a exfiltration primitive. Assumed environment: GraphQL is in production with introspection enabled (or disabled but recoverable from JS bundles).
What is the final impact of this kill-chain?
The final step lands on Enumerate every user via BOLA (W-BOLA), which falls under Privilege Escalation. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers