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

Commit 4052eb4

Browse files
[client] add hashes to indicator observable values graphql fragment (opencti #10277)
1 parent f2d44b5 commit 4052eb4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pycti/entities/indicator/opencti_indicator_properties.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@
9595
x_opencti_observable_values {
9696
type
9797
value
98+
hashes {
99+
algorithm
100+
hash
101+
}
98102
}
99103
x_mitre_platforms
100104
observables {
@@ -227,6 +231,10 @@
227231
x_opencti_observable_values {
228232
type
229233
value
234+
hashes {
235+
algorithm
236+
hash
237+
}
230238
}
231239
x_mitre_platforms
232240
observables {

0 commit comments

Comments
 (0)