OpenCTI-Platform / opencti

Open Cyber Threat Intelligence Platform
https://opencti.io
Other
6.34k stars 935 forks source link

Global Platform Search Issue #5284

Open explorecti opened 10 months ago

explorecti commented 10 months ago

Description

When a threat_actor_groups is created or available with labels, that label is not returning a result on the Global "Search the Platform" input box.

Environment

  1. OS version: CENTOS 7.9
  2. OpenCTI version: 5.12.5
  3. OpenCTI client: frontend

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Navigate to threats/threat_actors_groups
  2. Choose a label attribute, example = crowdstrike
  3. Enter crowdstrike in "Search the platform" input box

Expected Output

Search should show all labels matching criteria given.

Actual Output

Limited or no results

Workaround

No work around.

nino-filigran commented 10 months ago

Reproduced bug, my created label is not found. The problem seems to be that the search is not enabled on labels.

SamuelHassine commented 10 months ago

Search keyword is not taking into account labels which are relationships. Please use the available filters:

image

explorecti commented 8 months ago

@SamuelHassine That is currently what we are using for the search. Currently there is a label marked "example" in Threat actors (group) and also the same label "example" in Campaigns, but the Global search is only showing results for Campaigns. I hope this makes sense.