Open 2xyo opened 3 years ago
Linked to OpenCTI-Platform/client-python#155
I found this issue after spending quite some time understanding why importing registry key values didn't work. I can confirm that this is still an issue in 6.0.7. However, there are no errors at all. values
is just seemingly ignored.
I see a reference to a client-python issue, but that issue only seems to describe references to IDs(?). Importing objects like Network-Traffic with src_ref/dst_ref to IP address SCOs work. However, Windows-Registry-Key with values doesn't.
Description
Importing a STIX2.1 bundle with a Windows registry key/value observable returns erroneous or lost objects.
Environment
https://demo.opencti.io/
Reproducible Steps
Import the following bundle on https://demo.opencti.io/dashboard/import
Example from https://docs.oasis-open.org/cti/stix/v2.1/cs02/stix-v2.1-cs02.html#_6jiqabgqp2hp
Expected Output / Actual Output
HKEY_LOCAL_MACHINE\System\FooOnly\BarOnly
hkey_local_machine\system\bar\foo
first
and with valueqwerty
of typeREG_SZ
Foo
and with valueqwerty
of typeREG_SZ
second
and with valueazerty
of typeREG_DWORD
: KOAdditional information
The export of the 3 observables from OpenCTI is not STIX 2.1 compliant: