Skip to content

attackmap - v1.1 (`--min-score` filter)

Choose a tag to compare

@HalfTimeOfLife HalfTimeOfLife released this 30 Jun 12:58
· 5 commits to main since this release

Adds a --min-score CLI argument to filter techniques below a confidence threshold before rendering. This allows analysts to isolate confirmed techniques (e.g., score ≥ 80) from inferred or low-confidence ones.

What's new

  • --min-score INT (0–100, default: 100) — techniques with a score below this threshold are excluded from the heatmap
  • Filter applied in enrich_layer() after the enabled check
  • Default value of 100 preserves existing behavior (no filtering)

What's included

  • All v1.0 features (STIX resolution, auto-split columns, score-based color gradient, PNG/SVG/PDF output)
  • Updated README with --min-score usage example and argument table
  • Updated ROADMAP (v1.1 shipped, v1.2 planned)