-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[EDR Workflows] Workflow Insights - migrate to Signature field (#205323)
This PR adds checks to verify whether the signer_id is present in file events stored in the ES, which serve as the foundation for generating endpoint insights. Previously, we relied solely on the executable path, which caused issues when a single AV generated multiple paths. With these changes: * If the `signer_id` exists in the file event, it will be used for generating insights alongside the path * For cases where the `signer_id` is unavailable (e.g., Linux, which lacks signers), the executable path will still be used as an only value. https://github.com/user-attachments/assets/8965efef-e962-485a-b20f-d2730cffcf10 --------- Co-authored-by: Joey F. Poon <[email protected]>
- Loading branch information
1 parent
739e8cc
commit 7bafc0b
Showing
8 changed files
with
361 additions
and
147 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.