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
Allow users to integrate this in more flexible ways , like organizations that are developing their own reports
Able to check input from other formats and sources other than PDF report files
Proposed Change
Provide a generic python library API interface (not talking about REST API, I mean a python library interface) to take arbitrary text input and return results of likely ATT&CK tags (like a list of ATT&CK techniques and their ID as a dict)
Should be callable from python code without running a network server or database, just run the text input directly against the ML model and output the results
Please Describe The Problem To Be Solved
Allow users to integrate this in more flexible ways , like organizations that are developing their own reports
Able to check input from other formats and sources other than PDF report files
Proposed Change
Provide a generic python library API interface (not talking about REST API, I mean a python library interface) to take arbitrary text input and return results of likely ATT&CK tags (like a list of ATT&CK techniques and their ID as a dict)
Should be callable from python code without running a network server or database, just run the text input directly against the ML model and output the results
Thanks,
Originally reported by @wesinator in mitre-attack/tram#57
The text was updated successfully, but these errors were encountered: