Data Points

🔑 Credential / API Token

An exposed secret — API key, token, or JWT — granting access to systems and data.
Threat

Sources

2
2 no-auth

Disciplines

3
that use it

Mission domains

4
reach

Workbench

native tool

🔌 Sources that yield Credential / API Token (2)

SourceCategoryAuthFormat
GitHub / Exploit-DB / OSV
Code, package & exploit technical intel.
TECHINTNONEjsonhome↗ api↗
Gitleaks Rules (secret exposure)
Detect exposed secrets/keys patterns.
Operational SecurityNONEtexthome↗ api↗

🔍 Lookup

📜 Playbook — Credential / API Token exploitation

  1. Direction — frame the requirement for Credential / API Token: what decision does this support, by when?
  2. Collection — pull the 2 mapped sources (2 free) and the native workbench; capture provenance and observe OPSEC.
  3. Processing — normalize, de-duplicate and enrich the collected data.
  4. Analysis — correlate against local holdings; apply ACH; assign confidence.
  5. Dissemination — open a case, draft a report, share via STIX/MISP.
  6. Feedback — set an alert rule / watchlist to monitor for change.

⚡ AI Skills & Automation

🤖 Copilot brief⚡ AI SkillsResolveEnrichAuto-CollectHuntReportExport

Automate unattended via the cron pipeline (collect → ingest → resolve → enrich → score → alert).

🎫 Credential / API Token

A leaked or discovered credential/API token (cloud key, PAT, OAuth secret, JWT, or service token) found in code, logs, or dumps. It matters because it represents active access exposure, enables provider/scope attribution, and is a high-severity incident trigger requiring validation and revocation.

Format: Provider-prefixed patterns: AWS 'AKIA'+16, GitHub 'ghp_'/'github_pat_', Google 'AIza'+35, Stripe 'sk_live_', Slack 'xox[bap]-', JWT three base64url segments; validate by provider regex and (safely) live-check without abuse.

📡 How it is collected

  • Secret scanning of git repos and history
  • Public paste/gist and dork searches
  • Breach and combolist dumps
  • CI/CD log and artifact leakage
  • Client-side JS and mobile app extraction
  • Cloud storage/bucket exposure

🧩 Analysis & hunting techniques

  • Regex/entropy secret detection
  • Provider identification and scope enumeration (safe)
  • Git history and packfile carving for rotated keys
  • Blast-radius mapping of accessible resources
  • Credential correlation across repos and dumps
  • Validity checking without destructive access
  • Attribution of owning org via key metadata

🔧 Tools

  • TruffleHog
  • gitleaks
  • GitGuardian
  • detect-secrets
  • keyhacks
  • trufflehog verified-checks

⚡ Workbench actions

  • Classify provider and token type
  • Validate liveness (non-destructive)
  • Enumerate scope/blast radius
  • Trace to source repo/commit/author
  • Screen for related leaked secrets
  • Trigger revocation/rotation workflow
  • Generate incident ticket

📊 Dashboard KPIs

Active vs revoked statusBlast-radius scope countDays exposedRelated secrets foundSeverity/CVSS-like score
Workstation · Copilot · AI Skills · Automation · Playbooks · Lookups · Docs · Reports

🤖 AI Copilot

🔍 Lookup & Enrich

💡 Recommendations

⚙ Automation

Cron: 0 * * * * php /home/zaptf0zdggll/public_html/threats/cron.php