Giter Club home page Giter Club logo

Comments (2)

isaisabel avatar isaisabel commented on June 18, 2024

Hi @mvglasow,

diff_stix does actually include such an output, but only if you access the diff_stix instance programmatically. If you construct a new DiffStix instance you should be able to access the contents of the data property after it initializes, which includes all the change types exported in the markdown (and layer) output formats:

https://github.com/mitre-attack/attack-scripts/blob/master/scripts/diff_stix.py#L104-L117

  • It does not at present implement granular change detection as described in #11.
  • Revocations are also stored but are a bit harder to access, you may want to read through the implementation to reverse engineer how to get at those.

If you want to create a new output format for diff_stix (e.g a csv, json or xlsx representation of the changes), or an implementation of #11, feel free to submit it as a PR to this repo.

One other thing to note is that comparison of two versions of the dataset is also being implemented in another ATT&CK project mentioned in the January ATT&CKcon power hour -- the ATT&CK Workbench project will include functionalities (a UI and API) for assessing update/change information in a manner similar to diff_stix.

I'll leave this issue open to document the need for a machine readable output (json/csv/xlsx) aside from the contents of the internal data struct.

from attack-scripts.

jondricek avatar jondricek commented on June 18, 2024

This is now implemented in the --json-file option which can be seen here: https://github.com/mitre-attack/mitreattack-python/tree/master/mitreattack/diffStix

Admin note: closing all remaining issues and pull requests prior to archiving the repository

from attack-scripts.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.