Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 747 Bytes

malware.md

File metadata and controls

20 lines (14 loc) · 747 Bytes

Malware

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

The Malware object is based on the following data model

This class provides detailed information about identified malware used by actors or impact specific techniques within the MITRE ATT&CK Frameworks. Additionally, a Malware object allows the user to access additional relationships within the MITRE ATT&CK Frameworks:

  • Actor or Group(s) using this malware
  • Techniques this malware is used with

Malware Class

.. autoclass:: pyattck_data_models.malware.Malware
   :members:
   :undoc-members:
   :show-inheritance: