MCPcopy Create free account
hub / github.com/STIXProject/python-stix / RelatedIndicators

Class RelatedIndicators

stix/campaign/__init__.py:46–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45
46class RelatedIndicators(GenericRelationshipList):
47 _namespace = "http://docs.oasis-open.org/cti/ns/stix/campaign-1"
48 _binding = campaign_binding
49 _binding_class = campaign_binding.RelatedIndicatorsType
50
51 indicator = fields.TypedField(
52 name="Related_Indicator",
53 type_=RelatedIndicator,
54 multiple=True,
55 key_name="indicators",
56 listfunc=partial(DeprecatedList, type=RelatedIndicator)
57 )
58
59
60class RelatedTTPs(GenericRelationshipList):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected