# Mitigation This documentation provides details about the `AttckMitigation` class within the `pyattck` package. This class provides detailed information provided by MITRE to help mitigate specific techniques within the MITRE ICS ATT&CK Framework. Additionally, a `AttckMitigation` object allows the user to access additional relationships within the MITRE ICS ATT&CK Framework: * Techniques related to a specific set of mitigation suggestions ## AttckMitigation Class ```eval_rst .. autoclass:: pyattck.ics.mitigation.AttckMitigation :members: :undoc-members: :show-inheritance: ```