https://github.com/infinit3i/viz-matrix
Matrix Visualizer for sourcetypes
https://github.com/infinit3i/viz-matrix
matrix mitre sourcetype
Last synced: 15 days ago
JSON representation
Matrix Visualizer for sourcetypes
- Host: GitHub
- URL: https://github.com/infinit3i/viz-matrix
- Owner: Infinit3i
- Created: 2026-04-17T21:28:10.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2026-04-17T23:37:37.000Z (2 months ago)
- Last Synced: 2026-04-18T01:16:17.210Z (2 months ago)
- Topics: matrix, mitre, sourcetype
- Language: TypeScript
- Homepage: https://infinit3i.github.io/Viz-Matrix/
- Size: 92.8 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Viz-Matrix
MITRE ATT&CK visibility coverage matrix for defenders. Map your log sources to ATT&CK techniques and see where your blind spots are.
**Live:** [infinit3i.github.io/Viz-Matrix](https://infinit3i.github.io/Viz-Matrix/)
## What It Does
- Select your environment (OS, cloud, email, SaaS, CI/CD)
- Toggle the sourcetypes you're actually ingesting
- See coverage: red = blind spot, yellow = single source, green = defense in depth
- Per-OS split view when running multiple platforms
- Recommendations for what to implement next
- Click any red cell to open the MITRE ATT&CK page
## Run Locally
```bash
npm install
npm run dev
```
## Commands
```bash
npm run dev # Dev server
npm run build # Type-check + production build
npm run test # Unit tests
npm run lint # ESLint
npm run ci # All of the above
```