# Malware This documentation provides details about the `AttckMalware` class within the `pyattck` package. This class provides detailed information about identified malware used by actors or impact specific techniques within the MITRE ICS ATT&CK Framework. Additionally, a `AttckMalware` object allows the user to access additional relationships within the MITRE ATT&CK Framework: * Techniques this malware is used with ## AttckMalware Class ```eval_rst .. autoclass:: pyattck.ics.malware.AttckMalware :members: :undoc-members: :show-inheritance: ```