Skip to content

ksachdeva/mitre-emb3d

Repository files navigation

MITRE EMB3D

A CLI for https://emb3d.mitre.org/

Run

Via uvx

uvx mitre-emb3d --help

or

uvx --from mitre-emb3d med --help
uvx --from mitre-emb3d med --pprint properties Networking --level 3

Or, install as a tool

uv tool install mitre-emb3d

Add to your project

uv add mitre-emb3d --dev

and then run the cli via

uv run med --help

or

uv run mitre-emb3d --help

Features

$ uv run med --pprint threats "Networking"
- TID-221: Authentication Bypass By Message Replay
- TID-222: Critical System Service May Be Disabled
- TID-310: Remotely Accessible Unauthenticated Services
- TID-316: Incorrect Certificate Verification Allows Authentication Bypass
- TID-317: Predictable Cryptographic Key
- TID-318: Insecure Cryptographic Implementation
- TID-401: Undocumented Protocol Features
- TID-404: Remotely Triggerable Deadlock/DoS
- TID-405: Network Stack Resource Exhaustion
- TID-406: Unauthorized Messages or Connections
- TID-407: Missing Message Replay Protection
- TID-408: Unencrypted Sensitive Data Communication
- TID-410: Cryptographic Protocol Side Channel
- TID-411: Weak/Insecure Cryptographic Protocol
- TID-412: Network Routing Capability Abuse

Explore other commands using the CLI help

Note --pprint (default is OFF, default output is JSON) for display

uv run med --help

Usage: med [OPTIONS] COMMAND [ARGS]...

╭─ Options ────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ --release                                TEXT  2.0.1, 2.0 ... [default: 2.0.1]                                                                                                           │
│ --loglevel            -l                 TEXT  Set the logging level (debug, info, warning, error, critical) [default: warning]                                                          │
│ --pprint                  --no-pprint          Whether to pretty-print the output (e.g. JSON lists) [default: no-pprint]                                                                 │
│ --install-completion                           Install completion for the current shell.                                                                                                 │
│ --show-completion                              Show completion for the current shell, to copy it or customize the installation.                                                          │
│ --help                                         Show this message and exit.                                                                                                               │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯
╭─ Commands ───────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╮
│ categories   List the categories                                                                                                                                                         │
│ properties   List properties for a certain category                                                                                                                                      │
│ threats      List threats for a certain category                                                                                                                                         │
│ mitigations  List mitigations for a certain threat                                                                                                                                       │
│ heatmap      Heatmap related commands                                                                                                                                                    │
╰──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────╯

Heatmap TUI

You can use TUI to inspect & edit the Heatmap

uvx mitre-emb3d tui mitr-emb3d-heatmap.json

Heatmap TUI

Clicking on Threat Entry will open a screen that presents a Form, Information about Threat & Mitigations

Heatmap TUI

About

MITRE EMB3D CLI

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors