[Rule Tuning] Persistence via Suspicious Launch Agent or Launch Daemon#6332
Open
Mikaayenson wants to merge 1 commit into
Open
[Rule Tuning] Persistence via Suspicious Launch Agent or Launch Daemon#6332Mikaayenson wants to merge 1 commit into
Mikaayenson wants to merge 1 commit into
Conversation
Contributor
Rule: Tuning - GuidelinesThese guidelines serve as a reminder set of considerations when tuning an existing rule. Documentation and Context
Rule Metadata Checks
Testing and Validation
|
Contributor
There was a problem hiding this comment.
Pull request overview
Tunes an existing macOS persistence detection to reduce false positives from expected LaunchAgent/LaunchDaemon plist activity (notably vendor-managed agents), while keeping the core suspicious-process + plist-in-persistence-path logic intact.
Changes:
- Updated rule metadata
updated_dateto reflect the tuning date. - Added an EQL exclusion for specific vendor plist paths (JumpCloud/Wazuh/Zscaler) when the modifying process is
/bin/bash.
|
⛔️ Test failed Results
|
eric-forte-elastic
approved these changes
Jun 25, 2026
eric-forte-elastic
left a comment
Contributor
There was a problem hiding this comment.
Tuning make sense, results in a notable drop in FPs from com.wazuh.agent.plist especially. Verified in telemetry 👍
terrancedejesus
approved these changes
Jun 26, 2026
Samirbous
approved these changes
Jun 29, 2026
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.
Pull Request
Issue link(s):
Summary - What I changed
As reported, tuning for FPs. File events do not consistently emit all necessary process fields. Tuning based on prominent noise (~84%) targeted to JumpCloud related plist modifications.