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

[Mandiant] Problem with Observable when importing Indicators via a Report #9323

Closed
Lhorus6 opened this issue Dec 12, 2024 · 1 comment
Closed
Labels
bug use for describing something not working as expected

Comments

@Lhorus6
Copy link

Lhorus6 commented Dec 12, 2024

Description

The Mandiant connector allows you to import a lot of data in different ways. For example, you can:

  • Indicators can be imported independently (works very well)
  • But you can also import Indicators when you import Reports (problem here).

For this second point, we seem to have a problem with the management of Observables linked to Indicators.

Normally, when we have Indicators, we also create Observables and a based-on relationship. In the case where Indicators are fetched as part of a Report, we should also create Observables and a based-on relationship + add them to the Report. However, I see this happening:

  • Observables and relationships are not in the report
  • (not sure about this) the connector doesn't even create them. EDIT: They are created by the connector but not added to the report

Environment

OCTI 6.4.4

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Run the Mandiant connector
  2. Look for Report containing Indicator

Expected Output

Include in my report the Indicators + the Observables + the relationships between them

Actual Output

I have only the Indicators in my Report and it seems to me that we don't have at all the Observables and the relationship in the database EDIT: They are created by the connector but not added to the report

@Lhorus6 Lhorus6 added bug use for describing something not working as expected needs triage use to identify issue needing triage from Filigran Product team labels Dec 12, 2024
@Lhorus6
Copy link
Author

Lhorus6 commented Dec 12, 2024

Wrong repo, sorry ;)
Here we go: OpenCTI-Platform/connectors#3125

@Lhorus6 Lhorus6 closed this as not planned Won't fix, can't repro, duplicate, stale Dec 12, 2024
@romain-filigran romain-filigran removed the needs triage use to identify issue needing triage from Filigran Product team label Dec 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug use for describing something not working as expected
Projects
None yet
Development

No branches or pull requests

2 participants