(DRAFT) Feature: Custom Asset Connectors (1598)#3082
Open
vg-svitla wants to merge 1 commit into
Open
Conversation
|
Newest code from vg-svitla has been published to preview environment 🚀 Latest deployment was built on 2026-06-25 11:01:00 (c579b050dfeed26d7e2860265dac7008940b3e99). |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the documentation to reflect availability of asset connectors and introduces developer guidance for building Asset Connectors as part of an automation module.
Changes:
- Removes “coming soon” wording for asset connectors across XDR collection docs.
- Updates Integrations Catalog documentation to include asset connectors as a supported content type.
- Adds an “Asset Connector” section to the module creation guide, including configuration, sample code, and manifest/entrypoint guidance.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| docs/xdr/features/collect/integrations_hub.md | Updates Integrations Catalog descriptions and filters to include asset connectors (no longer “coming soon”). |
| docs/xdr/features/collect/assets.md | Updates asset discovery method descriptions to treat asset connectors as available. |
| docs/integration/develop_integration/automation/create_a_module.md | Adds a new “Asset Connector” walkthrough (requirements, OCSF models, sample implementation, manifest + entrypoint). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| - A description of the integration | ||
| - Information on where it is used, allowing you to directly pivot to the playbooks intakes or asset connectors (coming soon) where the integration is active | ||
| - Information on where it is used, allowing you to directly pivot to the playbooks intakes or asset connectors where the integration is active |
|
|
||
|
|
||
| === "Asset Connector" | ||
| An asset connector is a Python code file executed by Sekoia to collect **assets** — devices, users, software, or vulnerabilities — from an external source and synchronize them into your Sekoia.io asset inventory. Unlike an event Connector (which pushes raw events to an intake), an asset connector pushes structured **OCSF** asset records to the Asset API. |
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.
Relates to 1598