Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

Commit 600739d

Browse files
authored
[FIX] Typo with upload type "Windows-Registry-Value-Type
The input_variables name is wrong according to the GraphSQL queries
1 parent 3ef3f20 commit 600739d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pycti/entities/opencti_stix_cyber_observable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -946,7 +946,7 @@ def create(self, **kwargs):
946946
),
947947
}
948948
elif type == "Windows-Registry-Value-Type":
949-
input_variables["WindowsRegistryKeyValueType"] = {
949+
input_variables["WindowsRegistryValueType"] = {
950950
"name": (
951951
observable_data["name"] if "name" in observable_data else None
952952
),

0 commit comments

Comments
 (0)