feat(entries): Jenkins CI/CD platform — 3 companion-only pairs#19
Merged
Conversation
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
There was a problem hiding this comment.
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.
- 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
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.
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:jenkins-script-console— Groovy Script Console RCE on the controller + in-memory credential dumpjenkins-script-console-audit—/script//scriptTextjenkins-api-token— mint a user API token for durable non-interactive accessjenkins-api-token-audit—generateNewTokenjenkins-job-backdoor— create/reconfigure a job to run attacker code on controller + agentsjenkins-job-backdoor-audit—/createItem//configSubmitRed side is
curlto the Jenkins HTTP API; blue side is Audit Trail plugin SPL.Verification
./gen-views.sh --check— clean (companion-only)smb-enum-nxcunpaired)[Unreleased]updated🤖 Generated with Claude Code
Generated by Claude Code