Closed
Description
Description
When importing a bundle with an intrusion set having an alias which is similar to an existing one. The name of imported Intrusion Set is ignored (instead of being merged and used as an alias) and the id is also lost (instead of being added to STIX IDs)
Environment
Testing
Reproducible Steps
Steps to create the smallest reproducible scenario:
- Create an intrusion set called "ccccccccccccccc"
- Import the following bundle using the API (import_bundle_from_file). For this, I used the following script: https://github.com/OpenCTI-Platform/client-python/blob/master/examples/import_stix2_file.py
Expected Output
Intrusion Set names, aliases and IDs should be merged.
Actual Output
The name of imported Intrusion Set is ignored (instead of being merged and used as an alias) and the id is also lost (instead of being added to STIX IDs).
MISSING_REFERENCE_ERROR because the bundle contains a relationship between the concerned IS and a malware and the STIX is not recognized (because it was not merged)
Additional information
Screenshots (optional)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment