Skip to content

feat(entries): Jenkins CI/CD platform — 3 companion-only pairs#19

Merged
Gerrrt merged 2 commits into
mainfrom
claude/dotfiles-round-7-github-b8nut0
Jul 2, 2026
Merged

feat(entries): Jenkins CI/CD platform — 3 companion-only pairs#19
Gerrrt merged 2 commits into
mainfrom
claude/dotfiles-round-7-github-b8nut0

Conversation

@Gerrrt

@Gerrrt Gerrrt commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

Round 13 — Jenkins CI/CD

The self-hosted counterpart to the GitHub/GitLab SaaS rounds — completing the CI/CD family. Detections via the Jenkins Audit Trail plugin log (product: jenkins, keyword/URI matches, since the plugin log isn't structured JSON). Three companion-only red↔blue pairs:

Attack (red) Detection (blue) ATT&CK
jenkins-script-console — Groovy Script Console RCE on the controller + in-memory credential dump jenkins-script-console-audit/script / /scriptText T1059
jenkins-api-token — mint a user API token for durable non-interactive access jenkins-api-token-auditgenerateNewToken T1098
jenkins-job-backdoor — create/reconfigure a job to run attacker code on controller + agents jenkins-job-backdoor-audit/createItem / /configSubmit T1072

Red side is curl to the Jenkins HTTP API; blue side is Audit Trail plugin SPL.

Verification

  • ./gen-views.sh --check — clean (companion-only)
  • Pairing graph — all 53 pairs back-reference bidirectionally (only smb-enum-nxc unpaired)
  • README corpus intro/table + platform list updated (53 paired + 1 unpaired); CHANGELOG [Unreleased] updated

🤖 Generated with Claude Code


Generated by Claude Code

The self-hosted counterpart to the GitHub/GitLab SaaS rounds, detected via the
Jenkins Audit Trail plugin log (product: jenkins, keyword/URI matches). Three
companion-only red↔blue pairs:

- jenkins-script-console ↔ jenkins-script-console-audit: Groovy Script Console RCE
  on the controller + in-memory credential dump; detect /script / /scriptText (T1059).
- jenkins-api-token ↔ jenkins-api-token-audit: mint a user API token for durable
  non-interactive access; detect generateNewToken (T1098).
- jenkins-job-backdoor ↔ jenkins-job-backdoor-audit: create/reconfigure a job to run
  attacker code on the controller + agents; detect /createItem / /configSubmit (T1072).

Red side is curl to the Jenkins HTTP API; blue side is Audit Trail plugin SPL.
Corpus is now 53 paired concepts + 1 unpaired recon entry.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011spYcGfeP4a3RNQQVDrGtW

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Jenkins CI/CD “platform round” to the corpus by introducing three new companion-only red↔blue entry pairs based on Jenkins Audit Trail plugin telemetry, and updates top-level documentation to reflect the expanded paired-entry count and platform list.

Changes:

  • Add 3 Jenkins red entries covering Script Console RCE, API token minting, and job/pipeline backdooring.
  • Add 3 Jenkins blue detections (Splunk SPL) for Jenkins Audit Trail plugin logs to detect the above behaviors.
  • Update README corpus summary/table and CHANGELOG [Unreleased] to include Jenkins and the new total paired-entry count.

Reviewed changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.

Show a summary per file
File Description
README.md Updates corpus counts/platform list and adds Jenkins rows to the corpus table.
entries/red/jenkins-script-console.md New red entry describing Script Console execution via /script//scriptText.
entries/red/jenkins-api-token.md New red entry describing minting Jenkins user API tokens for persistence.
entries/red/jenkins-job-backdoor.md New red entry describing creating/reconfiguring jobs to run attacker code.
entries/blue/jenkins-script-console-audit.md New blue SPL detection for Script Console access in Audit Trail logs.
entries/blue/jenkins-api-token-audit.md New blue SPL detection for API token generation in Audit Trail logs.
entries/blue/jenkins-job-backdoor-audit.md New blue SPL detection for job create/reconfigure activity in Audit Trail logs.
CHANGELOG.md Documents the Jenkins CI/CD addition under [Unreleased].

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread README.md Outdated
Comment thread README.md Outdated
Comment thread CHANGELOG.md
Comment thread entries/blue/jenkins-job-backdoor-audit.md Outdated
- job-backdoor: bare `/configSubmit` also matches the GLOBAL system-config form, so
  scope the reconfigure match to the job path (`/job/<name>/configSubmit`) in the SPL
  and prose; add the leading slash for accuracy.
- api-token: scope the match to `ApiTokenProperty/generateNewToken` (the invariant
  path) instead of the bare `generateNewToken` substring.
- README platform list: reword to "CI/CD (GitHub Actions, GitLab, Jenkins)" so the
  "CI/CD" label isn't ambiguously attached to Jenkins alone; scope the job-row path.

Co-Authored-By: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011spYcGfeP4a3RNQQVDrGtW
@Gerrrt Gerrrt merged commit 92ba0b8 into main Jul 2, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants