mitre-attack / mitre-attack/attack-navigator

Feature request: Adding a platform attribute per technique to enable coloring when using filters.

Open
#246 1 comment 2 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement Points: 15 timescale/long-term
Dominant language
TypeScript
Stars
2.5k
Forks
715
Avg merge
7h 33m
Merged PRs (30d)
4

Description

Technique T1531 (Account Access Removal) is a technique that applies to platforms: ['windows', 'mac', 'linux'].

At my workplace we have multiple platforms available, and we have different detection results on each platform.

For this example, let's imagine I have coverage for T1531 on platforms ['windows', 'linux'] but not for mac. I would like to be able to set a platform attribute (a list of supported platforms) on technique level, that will be respected when using filtering in MITRE navigator.

If I give the technique a score, it will be colored. But if I would like to see my MITRE threat coverage for only the Mac platform, it would still be colored since there is no attribute to check this (?).

See image below for example:
image

Currently I am using one .json file per platform to get around this.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No file or test is identified in the issue. Start by tracing how technique scores, platform data, and filtering are represented in the Navigator, then inspect the existing JSON annotation flow. Done means a technique can carry supported platforms and platform filtering colors it only when the selected platform applies.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend, security
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.