We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67adb11 commit c6544c0Copy full SHA for c6544c0
1 file changed
stix/common/vocabs.py
@@ -648,6 +648,18 @@ class ImpactRating_1_0(VocabString):
648
TERM_NONE = "None"
649
TERM_UNKNOWN = "Unknown"
650
651
+@register_vocab
652
+class DeceptionChain(VocabString):
653
+ _namespace = 'http://stix.mitre.org/default_vocabularies-1'
654
+ _XSI_TYPE = 'stixVocabs:SystemTypeVocab-1.0'
655
+ _VOCAB_VERSION = '1.0'
656
+
657
+ TERM_PURPOSE = "Purpose"
658
659
660
661
662
663
664
@register_vocab
665
class AssetType_1_0(VocabString):
0 commit comments