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.
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
The text was updated successfully, but these errors were encountered:
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.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: