You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I hope this tool can provide a function to get the information like tactics ... based on a given technique_id
technique = attck.enterprise.techniques.get(technique_id=tech)
# fuzzy match
technique = attck.enterprise.techniques.search(name_contains="some text")
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I hope this tool can provide a function to get the information like tactics ... based on a given technique_id
The text was updated successfully, but these errors were encountered: