feat(integrations): add Google SecOps Detection Engine integration#1815
Merged
topher-lo merged 2 commits intoTracecatHQ:mainfrom Feb 5, 2026
Merged
Conversation
topher-lo
requested changes
Dec 21, 2025
topher-lo
reviewed
Dec 22, 2025
Contributor
topher-lo
left a comment
There was a problem hiding this comment.
Same question re proper return schema for 204. I suggest just return {"status_code": request.status_code}? Since content is None but we also want to inform the user it was a successful call?
3 tasks
- Remove chronicle_config secret - base_url is now a required function argument - Add docstring for OAuth secret with link to Google credential setup docs - Return original API payload instead of custom response in delete_rule
c66b0a9 to
7013699
Compare
topher-lo
approved these changes
Feb 5, 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.
Summary
Adds Google SecOps Detection Engine API integration for YARA-L rule management and threat detection automation.
Changes
Functions Included (16 total)
Rule Management (6)
list_rulesget_rulecreate_ruleupdate_ruledelete_ruleverify_ruleRule Deployment (3)
enable_ruledisable_ruleget_rule_deploymentDetections (1)
list_detectionsRetrohunts (4)
create_retrohuntget_retrohuntlist_retrohuntscancel_retrohuntErrors (1)
list_rule_errorsAuthentication
Uses Tracecat's native Google Service Account integration (
client_credentialsgrant).googleGOOGLE_SERVICE_TOKENhttps://www.googleapis.com/auth/chronicle-backstoryAdditional config secret:
chronicle_configwithCHRONICLE_REGIONUse Cases
Breaking Changes
None - This is a new integration.
Checklist
Summary by cubic
Adds Google SecOps Detection Engine integration with 16 UDFs to manage YARA-L rules, deployments, detections, retrohunts, and errors. Enables end-to-end detection automation in Tracecat.
New Features
Migration
Written for commit 7013699. Summary will update on new commits.