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

Class LeveragedTTPs

stix/incident/__init__.py:289–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287
288
289class LeveragedTTPs(GenericRelationshipList):
290 _namespace = "http://docs.oasis-open.org/cti/ns/stix/incident-1"
291 _binding = incident_binding
292 _binding_class = _binding.LeveragedTTPsType
293
294 ttp = fields.TypedField(
295 name="Leveraged_TTP",
296 type_=RelatedTTP,
297 multiple=True,
298 key_name="ttps"
299 )
300
301
302class RelatedIncidents(GenericRelationshipList):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected