attack-scripts
attack-scripts copied to clipboard
Scripts and a (future) library to improve users' interactions with the ATT&CK content
As a user, I want to be able to access a table of contents for the diff_stix's Markdown output because the output can be very long. - [ ] The...
PR to update `diff-stix.py` script to include data sources and contributors section when selecting markdown option. New contributors are calculated as defined in #71 and script was tested for `If...
As a maintainer of ATT&CK release notes, I want to be able to determine who contributed to the most recent release of ATT&CK using diff_stix. Note: this is not simply...
As a user of diff_stix, I want the script to be able to summarize changes in [data sources and data components](https://github.com/mitre-attack/attack-datasources). Update diff_stix to include data sources and data components....
### To reproduce: 1. Obtain `enterprise_attack.json` from the git releases tagged `ATT&CK_v1.0` and `ATT&CK_v8.2` respectively, and save them locally. 2. Run `python3 diff_stix.py -old ~/Documents/attack/V1.0 -new ~/Documents/attack/V8.2 -types technique -domains...
Add support in scripts for the [newly stixified ics-attack domain](https://github.com/mitre/cti/tree/master/ics-attack).
As a user of ATT&CK and the diff_stix script, I want to be able to see granular details about what changed for each object in an update. Add a --detailed-changes...
As a user of ATT&CK, I want to be able to create a diff between two arbitrary versions which I can further process electronically, e.g. in a relational database. The...
Initial commit of beta code for supporting detailed diff of ATT&CK changes. I envision there will be additional refactoring required but wanted to give early access to the code in...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.26.4 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...