Skip to content

Commit 07581c1

Browse files
committed
complement ics_filter_objects
1 parent 1c03309 commit 07581c1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

attackcti/attack_api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -842,10 +842,12 @@ def get_ics(self, stix_format=True):
842842
"""
843843
ics_filter_objects = {
844844
"techniques": self.get_ics_techniques,
845+
"data-component": self.get_ics_data_components,
845846
"mitigations": self.get_ics_mitigations,
846847
"groups": self.get_ics_groups,
847848
"malware": self.get_ics_malware,
848849
"tools": self.get_ics_tools,
850+
"data-source": self.get_ics_data_sources,
849851
"relationships": self.get_ics_relationships,
850852
"tactics": self.get_ics_tactics,
851853
"matrix": Filter("type", "=", "x-mitre-matrix"),

0 commit comments

Comments
 (0)