Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 658 Bytes

tactic.md

File metadata and controls

19 lines (13 loc) · 658 Bytes

Tactic

This documentation provides details about the Tactic class within the pyattck package.

The Tactic object is based on the following data model

This class provides information about the tactics (columns) within the MITRE ATT&CK Frameworks. Additionally, a Tactic object allows the user to access additional relationships within the MITRE ATT&CK Frameworks:

  • Techniques found in a specific Tactic (phase)

Tactic Class

.. autoclass:: pyattck_data_models.tactic.Tactic
   :members:
   :undoc-members:
   :show-inheritance: