mitre-attack / mitre-attack/mitreattack-python
[Request] Build a layer from a list of techniques
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 743
- Forks
- 176
- PR merge metrics
- No merged PRs in 30d
Description
Is your feature request related to a problem?
I would find it very useful to be able to build a NavLayer based on a Techniques list.
Describe the solution you'd like
As input, this script would take techniques (and some annotations or scoring), and it would then build a json from them.|
Describe alternatives you've considered
I'm experiencing the possibilities within the library but I fear it will requires crafting the JSON myself based on this : https://github.com/mitre-attack/attack-navigator/blob/develop/layers/LAYERFORMATv4_1.md#example
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the requested MITRE ATT&CK Navigator layer format example and inspect the existing library entry points for building NavLayer objects. Define how a techniques list, annotations, and scoring map to the documented JSON structure. Done means a usable feature accepts those inputs and produces valid Navigator layer JSON, with tests covering the conversion.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- security
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100