From 600739d0825de272fe39ae027387c1ff2bfbddc2 Mon Sep 17 00:00:00 2001 From: Typ <74706749+Typ-ix@users.noreply.github.com> Date: Tue, 12 Aug 2025 17:04:15 +0200 Subject: [PATCH] [FIX] Typo with upload type "Windows-Registry-Value-Type The input_variables name is wrong according to the GraphSQL queries --- pycti/entities/opencti_stix_cyber_observable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pycti/entities/opencti_stix_cyber_observable.py b/pycti/entities/opencti_stix_cyber_observable.py index d0c1b794e..8447798ae 100644 --- a/pycti/entities/opencti_stix_cyber_observable.py +++ b/pycti/entities/opencti_stix_cyber_observable.py @@ -946,7 +946,7 @@ def create(self, **kwargs): ), } elif type == "Windows-Registry-Value-Type": - input_variables["WindowsRegistryKeyValueType"] = { + input_variables["WindowsRegistryValueType"] = { "name": ( observable_data["name"] if "name" in observable_data else None ),