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

Requesting importable library for querying galaxy results and retrieving result as a simple object #1

Open
roofdiver opened this issue Nov 9, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@roofdiver
Copy link

Is your feature request related to a problem? Please describe.

Hi,

This is an amazing project for mapping the many variants of a threat actor name. I've only seen solid documentation around the command line usage, but I feel that there needs to be something about leveraging this library from within python itself.

Describe the solution you'd like

Would like to see an importable python library i.e.

import galaxy_parser

#galaxy cluster
cluster_query = "an actor with partial match"
galaxy = "malpedia"

result_misp_tag = galaxy_parser.query_galaxy(cluster,galaxy)

#could return None or an object containing the mapped cluster (or list if there are multiple)

Describe alternatives you've considered

No response

Additional context

No response

@roofdiver roofdiver added the enhancement New feature or request label Nov 9, 2023
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