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

Class ThreatActors

stix/core/__init__.py:95–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93
94
95class ThreatActors(stix.EntityList):
96 _binding = stix_core_binding
97 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/core-1'
98 _binding_class = _binding.ThreatActorsType
99
100 threat_actor = fields.TypedField(
101 name="Threat_Actor",
102 type_=ThreatActor,
103 multiple=True,
104 listfunc=partial(IdrefDeprecatedList, type=ThreatActor)
105 )
106
107
108class Reports(stix.EntityList):

Callers 2

__init__Method · 0.70
add_threat_actorMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected