[New Rules] Linux ER Rule Migrations - Part 1#6371
Merged
Conversation
Contributor
Rule: New - GuidelinesThese guidelines serve as a reminder set of considerations when proposing a new rule. Documentation and Context
Rule Metadata Checks
New BBR Rules
Testing and Validation
|
|
⛔️ Test failed Results
|
Aegrah
commented
Jul 2, 2026
|
⛔️ Test failed Results
|
Contributor
There was a problem hiding this comment.
Pull request overview
This PR migrates a first batch of Linux Endpoint Response (ER) detections into the detection-rules repository as new Linux rules.
Changes:
- Added a Linux EQL rule for
xdg-openexecution. - Added a Linux EQL sequence rule for interpreter-driven downloads piped into an interpreter.
- Added Linux EQL rules for Elastic Endpoint shell execution and suspicious DNS TLD lookups.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| rules/linux/execution_suspicious_xdg_open_command_execution.toml | New EQL process-start rule for xdg-open execution on Linux across multiple endpoint data sources. |
| rules/linux/execution_payload_downloaded_by_interpreter_and_piped_to_interpreter.toml | New EQL sequence correlating outbound network activity from interpreters followed by interpreter execution consistent with piped payload execution. |
| rules/linux/command_and_control_elastic_endpoint_shell_execution.toml | New EQL rule to detect shell execution attributed to Elastic Endpoint response actions. |
| rules/linux/command_and_control_dns_query_to_sus_top_level_domain.toml | New EQL rule to detect DNS queries to a list of suspicious/abused TLDs (min stack 9.3.0). |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
⛔️ Test failed Results
|
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
|
⛔️ Test failed Results
|
bryans3c
approved these changes
Jul 3, 2026
|
⛔️ Test failed Results
|
|
⛔️ Test failed Results
|
terrancedejesus
approved these changes
Jul 6, 2026
|
⛔️ Test failed Results
|
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
Migrating miscellaneous endpoint rules over to detection rules.