ATTACK-Python-Client icon indicating copy to clipboard operation
ATTACK-Python-Client copied to clipboard

Python Script to access ATT&CK content available in STIX via a public TAXII server

Results 16 ATTACK-Python-Client issues
Sort by recently updated
recently updated
newest added

Hey Roberto, I'm currently facing an SSL certificate error while I'm trying to communicate with the TAXII server. Knowing that I encounter this problem when I am behind my corporate...

enhancement

A lot of the functions in attack_client class repeat code. We can create a function template and dynamically create those functions 🚀

enhancement
help wanted
feature suggested

There are some examples in this document and will be great to review them, improve them (if possible) and add them to this library 🍻 https://github.com/mitre/cti/blob/master/USAGE.md

enhancement
help wanted
feature suggested

Rather than creating our own classes to handle STIX objects, we will use the library object types ;)

enhancement
help wanted
feature suggested

Looping on techniques happens that some external references that are available on website are not in returned json data. For example https://attack.mitre.org/techniques/T1016/001/ shows 3 reference on website so I was...

feature suggested

One example: https://github.com/OTRF/ATTACK-Python-Client/issues/23

help wanted
feature suggested

https://github.com/OTRF/ATTACK-Python-Client/issues/3

help wanted
feature suggested

hi Roberto! Enterprise, ICS and Mobile matrices are all included in the STIX objects. Some threat actor groups are active in multiple matrices, for example [Windshift](https://attack.mitre.org/groups/G0112/) is active in both...

hi Roberto! Because pre-attack is retired/deprecated, I think it should be removed from attackcti as well. What do you think? The thing is that this pre-attack data is not updated...

Adding proxies and verify parameters to the attack_api.py constructor to programmatically define proxy information. These params will be passed to the TAXII client. `proxies` - See https://requests.readthedocs.io/en/latest/user/advanced/#proxies `verify` - See...