Intelligence Section 06
Prioritized Risk Analysis
Heuristic mapping of business impact against exploit likelihood for 894 Critical Findings.
10 Material Risks
4 Correlation Chains
Scoring Logic
Likelihood × Business Impact
{[
{ label: 'Rare (1)', desc: 'Precedent unknown', color: 'text-success-green' },
{ label: 'Unlikely (2)', desc: 'Preconditions req.', color: 'text-dark-text-secondary' },
{ label: 'Possible (3)', desc: 'Industry precedent', color: 'text-accent-amber' },
{ label: 'Likely (4)', desc: 'Expected in 12m', color: 'text-orange-500' },
{ label: 'Certain (5)', desc: 'Active exploit known', color: 'text-danger-red' }
].map(item => (
))}
{item.label}
{item.desc}
Top 10 Risk Velocity
Heuristic Heatmap
Exploit Path Visualization
{['NEG', 'MIN', 'MOD', 'MAJ', 'CATA'].map(h => (
))}
{h}
))}
{/* Mock matrix logic */}
{[5,4,3,2,1].map(row => (
{['CERTAIN', 'LIKELY', 'POSSIBLE', 'UNLIKELY', 'RARE'][5-row]}
{[1,2,3,4,5].map(col => (
15 ? 'bg-danger-red/40 text-red-200' : row*col > 9 ? 'bg-orange-500/20 text-orange-400' : 'bg-white/5 text-dark-text-disabled'}`}>
{row * col}
))}
Top 10 Material Risks
Prioritized Operational Gaps