-
Notifications
You must be signed in to change notification settings - Fork 116
get_techniques_used_by_all_groups is broken by the new subtechniques change #14
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
Comments
Let me try that. Thank you for letting me know. |
Same error
It is failing in this technique:
That's a revoked one. I was thinking on keeping revoked ones too and let the user remove those in case they want to, for some reason. Thank you for your patience! |
Hi,
I'm getting the following error when running the "get_techniques_used_by_all_groups" function.
File "/Users/yallon/.virtualenvs/test_function/lib/python3.7/site-packages/attackcti/attack_api.py", line 660, in get_techniques_used_by_all_groups for phase in t['kill_chain_phases']: File "/Users/yallon/.virtualenvs/test_function/lib/python3.7/site-packages/stix2/base.py", line 216, in __getitem__ return self._inner[key] KeyError: 'kill_chain_phases'
The text was updated successfully, but these errors were encountered: