Copyright (c) 2026 MindMesh Academy. All rights reserved. This content is proprietary and may not be reproduced or distributed without permission.

6.2. Quick Reference Tables

Attack Framework Comparison

FrameworkGranularityPrimary UseStructure
Cyber Kill Chain7 stages, high-levelGap analysis, stage-based defenseLinear sequence
MITRE ATT&CKHundreds of techniquesTTP detection coverage, hunt hypotheses14 tactics × N techniques matrix
Diamond Model4 vertices per eventAttribution, intel pivotingRelationship model
OSSTMMTest casesSecurity testing methodologyAssessment framework
OWASP Testing GuideWeb test casesWeb application assessmentChecklist by category

Scanning Type Decision Matrix

Need to…Use…
Find what external attackers seeExternal, non-credentialed scan
Find patch status and installed softwareInternal, credentialed scan
Assess without impacting OT/ICS systemsPassive scan only
Continuously monitor without agentsAgentless, passive scanning
Validate that a vuln is actually exploitablePenetration test / Metasploit
Assess cloud IAM and configurationScout Suite / Prowler
Test web application logicBurp Suite / OWASP ZAP

Control Type Quick Reference

FunctionImplementationExample
Preventative + TechnicalFirewall, MFA, encryptionBlock attack before it occurs
Detective + TechnicalSIEM, IDS, audit logsIdentify attack in progress
Corrective + TechnicalPatch, re-image, restore backupFix after attack
Preventative + AdministrativeSecurity policy, training, background checksReduce human risk factors
Detective + AdministrativeLog review policy, audit scheduleSystematic review for anomalies
CompensatingNetwork isolation for EOL systemAlternative when primary control infeasible

Vulnerability Priority Factors

FactorLower PriorityHigher Priority
ExposureInternal only, isolatedInternet-facing, directly accessible
Exploit availabilityNo public exploitMetasploit module exists; CISA KEV listed
CVSS Attack VectorLocal or PhysicalNetwork (remotely exploitable)
Asset criticalityTest/dev systemProduction; payment processing; domain controller
Patch availabilityNo patch availableVendor patch available
User interaction requiredRequires victim actionNo user interaction needed

Email Authentication Summary

CheckWhat It ValidatesBypass Method
SPFSending IP authorized for the domainRegister a lookalike domain with valid SPF
DKIMEmail not tampered with; signing domain authorized itRegister lookalike domain; sign with your own key
DMARCSPF and/or DKIM aligned with From: domainRegister lookalike domain that passes both
All three passEmail came from where it claimsDoesn't prove the claimed identity is trustworthy

SOC Metrics Reference

MetricFormulaWhat High Value MeansImprovement Lever
MTTDAvg(detection_time - incident_start_time)Detection gaps, alert fatigue, missing log sourcesBetter correlation rules, more log sources, FP reduction
MTTRAvg(containment_time - detection_time)Slow response, unclear playbooks, manual stepsSOAR automation, playbook improvement, training
MTTRemediateAvg(remediation_time - detection_time)Patch approval delays, complex eradicationEmergency change process, faster eradication playbooks
Alert VolumeTotal alerts / time periodRising: new coverage or degrading tuningTune noisy rules; increase analyst capacity
Alvin Varughese
Written byAlvin Varughese
Founder18 professional certifications