[EDR Workflows] CrowdStrike RTR connector's sub actions#203420
Merged
tomsonpl merged 6 commits intoelastic:mainfrom Dec 11, 2024
Merged
[EDR Workflows] CrowdStrike RTR connector's sub actions#203420tomsonpl merged 6 commits intoelastic:mainfrom
tomsonpl merged 6 commits intoelastic:mainfrom
Conversation
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
Contributor
Author
|
/ci |
szwarckonrad
approved these changes
Dec 11, 2024
| EXECUTE_RTR_COMMAND = 'executeRTRCommand', | ||
| EXECUTE_ACTIVE_RESPONDER_RTR = 'batchActiveResponderExecuteRTR', | ||
| EXECUTE_ADMIN_RTR = 'batchAdminExecuteRTR', | ||
| GET_SCRIPTS = 'getScripts', |
Contributor
There was a problem hiding this comment.
Are these general scripts, or are they specific to RTR? If they’re specific to RTR, consider including ‘RTR’ in the name for clarity.
Contributor
Author
There was a problem hiding this comment.
They're related to RTR, added the prefix - thanks 👍
Contributor
|
Starting backport for target branches: 8.x https://github.com/elastic/kibana/actions/runs/12276197507 |
Contributor
💚 Build Succeeded
Metrics [docs]Page load bundle
History
cc @tomsonpl |
kibanamachine
pushed a commit
to kibanamachine/kibana
that referenced
this pull request
Dec 11, 2024
(cherry picked from commit 5be7182)
Contributor
💚 All backports created successfully
Note: Successful backport PRs will be merged automatically after passing CI. Questions ?Please refer to the Backport tool documentation |
kibanamachine
added a commit
that referenced
this pull request
Dec 11, 2024
…203420) (#203782) # Backport This will backport the following commits from `main` to `8.x`: - [[EDR Workflows] CrowdStrike RTR connector's sub actions (#203420)](#203420) <!--- Backport version: 9.4.3 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Tomasz Ciecierski","email":"tomasz.ciecierski@elastic.co"},"sourceCommit":{"committedDate":"2024-12-11T12:18:14Z","message":"[EDR Workflows] CrowdStrike RTR connector's sub actions (#203420)","sha":"5be7182bd44f4cdf98cd3f06bc5b0c1755a13a97","branchLabelMapping":{"^v9.0.0$":"main","^v8.18.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["v9.0.0","Team:Defend Workflows","release_note:feature","backport:version","v8.18.0"],"title":"[EDR Workflows] CrowdStrike RTR connector's sub actions","number":203420,"url":"https://github.com/elastic/kibana/pull/203420","mergeCommit":{"message":"[EDR Workflows] CrowdStrike RTR connector's sub actions (#203420)","sha":"5be7182bd44f4cdf98cd3f06bc5b0c1755a13a97"}},"sourceBranch":"main","suggestedTargetBranches":["8.x"],"targetPullRequestStates":[{"branch":"main","label":"v9.0.0","branchLabelMappingKey":"^v9.0.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/203420","number":203420,"mergeCommit":{"message":"[EDR Workflows] CrowdStrike RTR connector's sub actions (#203420)","sha":"5be7182bd44f4cdf98cd3f06bc5b0c1755a13a97"}},{"branch":"8.x","label":"v8.18.0","branchLabelMappingKey":"^v8.18.0$","isSourceBranch":false,"state":"NOT_CREATED"}]}] BACKPORT--> Co-authored-by: Tomasz Ciecierski <tomasz.ciecierski@elastic.co>
CAWilson94
pushed a commit
to CAWilson94/kibana
that referenced
this pull request
Dec 12, 2024
This was referenced Dec 16, 2024
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.
Summary
This PR introduces key enhancements and fixes for CrowdStrike RTR functionality, including support for multiple RTR subactions, temporary additions, and improved session management.
Key Changes
1. Support for RTR Subactions
2. Temporary
getScriptsSubActiongetScriptssubaction to retrieve cloud file names and details.3. Dynamic Access Handling for RTR Commands
runscript, require different access levels depending on the arguments:CloudFilerequires Active Responder access rights.RaworHostPathrequires Admin access rights.overwriteUrlfunctionality to dynamically manage the API URL used within Kibana based on the command arguments and access requirements.4. Session Manager Fix
thiswas not bound correctly in thesessionManager, leading to unexpected behavior during CrowdStrike requests.Previous Steps
Previous Steps
Next Steps