This repository was archived by the owner on Dec 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +1
-44
lines changed
Expand file tree Collapse file tree 1 file changed +1
-44
lines changed Original file line number Diff line number Diff line change 6565 "vulnerability" ,
6666]
6767
68- SUPPORTED_STIX_ENTITY_OBJECTS = [
69- "attack-pattern" ,
70- "campaign" ,
71- "case-incident" ,
72- "x-opencti-case-incident" ,
73- "case-rfi" ,
74- "x-opencti-case-rfi" ,
75- "case-rft" ,
76- "x-opencti-case-rft" ,
77- "channel" ,
78- "course-of-action" ,
79- "data-component" ,
80- "x-mitre-data-component" ,
81- "data-source" ,
82- "x-mitre-data-source" ,
83- "event" ,
84- "external-reference" ,
85- "feedback" ,
86- "x-opencti-feedback" ,
87- "grouping" ,
88- "identity" ,
89- "incident" ,
90- "indicator" ,
91- "infrastructure" ,
92- "intrusion-set" ,
93- "kill-chain-phase" ,
94- "label" ,
95- "language" ,
96- "location" ,
97- "malware" ,
98- "malware-analysis" ,
99- "marking-definition" ,
100- "narrative" ,
101- "note" ,
102- "observed-data" ,
103- "opinion" ,
104- "report" ,
105- "task" ,
106- "x-opencti-task" ,
107- "threat-actor" ,
108- "tool" ,
109- "vocabulary" ,
110- "vulnerability" ,
111- ]
68+ SUPPORTED_STIX_ENTITY_OBJECTS = STIX_META_OBJECTS + STIX_CORE_OBJECTS
11269
11370STIX_CYBER_OBSERVABLE_MAPPING = {
11471 "autonomous-system" : "Autonomous-System" ,
You can’t perform that action at this time.
0 commit comments