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

Class ObservedTTPs

stix/threat_actor/__init__.py:21–26  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19
20
21class ObservedTTPs(GenericRelationshipList):
22 _namespace = 'http://docs.oasis-open.org/cti/ns/stix/threat-actor-1'
23 _binding = threat_actor_binding
24 _binding_class = threat_actor_binding.ObservedTTPsType
25
26 observed_ttp = fields.TypedField("Observed_TTP", RelatedTTP, multiple=True, key_name="ttps")
27
28
29class AssociatedActors(GenericRelationshipList):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected