Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support programmatic python interface for checking text input and getting results #98

Open
MarkDavidson opened this issue Oct 6, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@MarkDavidson
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant