[SOCRadar] Functional Error (relationship_type) #3579
Labels
bug
use for describing something not working as expected
community support
use to identify an issue related to feature developed & maintained by community.
Description
A user on Community slack has encountered a
Functional error
on relationships (https://filigran-community.slack.com/archives/C06CF1N302W/p1740463481155569)Here's the error:
The problem comes from the
relationship_type
used in the connector code.In OpenCTI, the authorized relationship between an
Indicator
and anIdentity
isrelated-to
and notcreated-by
, if you want to display the Identity in the Indicator's relationships.created_by_ref
field, rather than creating a specific relationship. The connector adds the correspondingidentity
to theindicator
viacreated_by_ref
.There are two possible options for the fix :
Relationship_Type
) and userelated-to
instead ofcreated-by
.This should correct the error and allow the connector to function correctly.
Hi @Radargoger, i'm pinging you on this PR to ask if you can fix this ?
If you need more information don't hesitate to contact me ;)
Environment
Reproducible Steps
Steps to create the smallest reproducible scenario:
Expected Output
No more
Functional Error
type errorsActual Output
Displays errors of this type
Screenshots (optional)
See the Community Slack conversation above
The text was updated successfully, but these errors were encountered: