OpenCTI-Platform / connectors

OpenCTI Connectors
https://www.opencti.io
Apache License 2.0
367 stars 398 forks source link

[RiskIQ] Attack-pattern tag format has changed #2544

Closed debelyoo closed 1 month ago

debelyoo commented 1 month ago

Description

The format of the attack-pattern tags has changed. Before it was the MITRE ID (e.g. T1204.002), and now it is the MITRE ID and the name (e.g. T1204.002 - Malicious File). The pycti query to retrieve attack-pattern on opencti does not work anymore and always return an empty list.

Environment

  1. OS (where OpenCTI server runs): Ubuntu 22.04
  2. OpenCTI version: OpenCTI 6.2.15
  3. OpenCTI client: python
  4. Other environment details:

Reproducible Steps

Steps to create the smallest reproducible scenario:

  1. Import RiskIQ recent article with attack-pattern tag
  2. Open the imported report in OpenCTI, check the related attack-pattern
  3. The attack-pattern is not linked to the report

Expected Output

The attack-pattern which corresponds to the tag should be linked to the report.

Actual Output

The attack-pattern which corresponds to the tag is not linked to the report.

Additional information

Screenshots (optional)

A RiskIQ report with attack-pattern tags but no linked attack-pattern entities.

Screenshot 2024-08-27 at 16 32 54