Simple representation of MITRE ATT&CK data
npm install use-mitre-attack
javascriptimport { useMitreAttack } from 'use-mitre-attack';const MyComponent() { const { getTactics, getTechniques } = useMitreAttack(); return ( {getTactics()} );}
const MyComponent() { const { getTactics, getTechniques } = useMitreAttack();
return (