Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.18 KB

technique.md

File metadata and controls

27 lines (19 loc) · 1.18 KB

Technique

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

This class provides information about the techniques found under each tactic (columns) within the MITRE Enterprise ATT&CK Framework. Additionally, a AttckTechnique object allows the user to access additional relationships within the MITRE Enterprise ATT&CK Framework:

  • Tactics a technique is found in
  • Mitigation suggestions for a given technique
  • Actor or Group(s) identified as using this technique

Each technique enables you to access the following properties on the object:

  • command_list - A list of commands associated with a technique
  • commands = A list of dictionary objects containing source, command, and provided name associated with a technique
  • queries = A list of dictionary objects containing product, query, and name associated with a technique
  • datasets = A list of raw datasets associated with a technique
  • possible_detections = A list of raw datasets containing possible detection methods for a technique

AttckTechnique Class

.. autoclass:: pyattck.enterprise.technique.AttckTechnique
   :members:
   :undoc-members:
   :show-inheritance: