| 19 | |
| 20 | |
| 21 | class 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 | |
| 29 | class AssociatedActors(GenericRelationshipList): |