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

Class AssociatedCampaigns

stix/threat_actor/__init__.py:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37class AssociatedCampaigns(GenericRelationshipList):
38 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/threat-actor-1'
39 _binding = threat_actor_binding
40 _binding_class = threat_actor_binding.AssociatedCampaignsType
41
42 associated_campaign = fields.TypedField("Associated_Campaign", RelatedCampaign, multiple=True, key_name="campaigns")
43
44
45class ThreatActor(stix.BaseCoreComponent):

Callers 1

__init__Method · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected