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

Class AssociatedActors

stix/threat_actor/__init__.py:29–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27
28
29class AssociatedActors(GenericRelationshipList):
30 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/threat-actor-1'
31 _binding = threat_actor_binding
32 _binding_class = threat_actor_binding.AssociatedActorsType
33
34 associated_actor = fields.TypedField("Associated_Actor", RelatedThreatActor, multiple=True, key_name="threat_actors")
35
36
37class AssociatedCampaigns(GenericRelationshipList):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected