Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing default labelling of connectors #1531

Closed
rach24smith opened this issue Nov 8, 2023 · 1 comment
Closed

Removing default labelling of connectors #1531

rach24smith opened this issue Nov 8, 2023 · 1 comment
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Milestone

Comments

@rach24smith
Copy link

Use case

Some of the available connectors, such as the VirusTotal, Shodan and Hygiene connectors are very useful, however, they automatically add specific labels to the data. These labels in some cases cause interference and noise to our platform, causing issues for us.

Current Workaround

N/A - In theory, we could remove the lines of code on the connector on our end, but we would have to re-remove it every time an upgrade is released, or never be able to upgrade again.

Proposed Solution

Either remove the default labeling completely from the code, or have somehow to allow users who deploy OpenCTI to enable or disable the labelling on their end.

Additional Information

NA

Would you be willing to submit a PR?

Yes, for removing labelling all together.

@SamuelHassine SamuelHassine added the feature use for describing a new feature to develop label Jan 8, 2024
@SamuelHassine SamuelHassine added filigran team use to identify PR from the Filigran team and removed filigran team use to identify PR from the Filigran team labels Apr 20, 2024
@SamuelHassine
Copy link
Member

Hello,

This is now possible by removing the "create labels" capability to the user of the connector.

Steps:

  1. Remove the label you don't want from your OpenCTI platform
  2. Remove the capability to create label to the user of the connector
  3. Relaunch the connector

The connector will never re-recreate the label again.

@SamuelHassine SamuelHassine added question use for asking information about a functionality or behavior feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR) and removed feature use for describing a new feature to develop question use for asking information about a functionality or behavior labels Jul 28, 2024
@SamuelHassine SamuelHassine added this to the Release 6.2.8 milestone Jul 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature use for describing a new feature to develop solved use to identify issue that has been solved (must be linked to the solving PR)
Projects
None yet
Development

No branches or pull requests

2 participants