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

Commit 63e5078

Browse files
committed
[client] Get indicators
1 parent 322d4eb commit 63e5078

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

pycti/entities/opencti_stix_core_object.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -438,6 +438,15 @@ def __init__(self, opencti, file):
438438
}
439439
... on StixCyberObservable {
440440
observable_value
441+
indicators {
442+
edges {
443+
node {
444+
id
445+
pattern
446+
pattern_type
447+
}
448+
}
449+
}
441450
}
442451
... on AutonomousSystem {
443452
number
@@ -1093,6 +1102,15 @@ def __init__(self, opencti, file):
10931102
}
10941103
... on StixCyberObservable {
10951104
observable_value
1105+
indicators {
1106+
edges {
1107+
node {
1108+
id
1109+
pattern
1110+
pattern_type
1111+
}
1112+
}
1113+
}
10961114
}
10971115
... on AutonomousSystem {
10981116
number

0 commit comments

Comments
 (0)