Security Frameworks & Standards

A curated reference of the frameworks, methodologies, and standards that structure modern security programs — from governance and risk to offensive testing, defense, compliance, and AI security.

What Are Security Frameworks?

A security framework is a structured set of guidelines, controls, and best practices that an organization uses to manage risk and protect assets. They fall into a few families:

Governance & Risk

How leadership sets security strategy, measures risk, and allocates resources.

Examples: NIST CSF, ISO 27001, COBIT, FAIR

Attack Frameworks

How adversaries operate — used to model threats and prioritize detection.

Examples: MITRE ATT&CK, Cyber Kill Chain, ATLAS

Testing Methodologies

How to test systems systematically for vulnerabilities.

Examples: PTES, OWASP WSTG, OSSTMM, ASVS

Defensive Controls

What specific safeguards to implement and measure.

Examples: CIS Controls, NIST 800-53, D3FEND

Compliance

Legally or contractually mandated requirements.

Examples: GDPR, HIPAA, PCI DSS, SOC 2

AI Security

Frameworks specific to securing AI/ML systems.

Examples: NIST AI RMF, OWASP LLM Top 10, EU AI Act
Why they matter Frameworks convert “security” from a vague goal into measurable, auditable work. They also give you a shared vocabulary with auditors, insurers, and business leaders — and specific things to say in a job interview.

How to Choose a Framework

You rarely pick one framework — you layer a governance framework, a control set, and a compliance standard together.

  1. Start with governance. Adopt NIST CSF (flexible, free) or ISO 27001 (certifiable) to define your program structure.
  2. Pick a control catalog. Map your program to CIS Controls (practical, prioritized) or NIST SP 800-53 (comprehensive, US federal).
  3. Model threats. Use MITRE ATT&CK to understand adversaries and validate your detections against real techniques.
  4. Test continuously. Apply OWASP WSTG/ASVS for applications and PTES for network pentests.
  5. Meet obligations. Add PCI DSS (if you handle cards), HIPAA (healthcare), GDPR (EU data), SOC 2 (SaaS).
  6. Secure AI. If you build or deploy AI, layer NIST AI RMF and OWASP LLM Top 10.

Comparison Table

FrameworkTypeScopeBest for
NIST CSFGovernanceOrganization-wideBuilding or improving a security program.
ISO 27001GovernanceISMSCertifiable compliance for global business.
CIS ControlsControlsTechnical safeguardsPrioritized, practical implementation.
NIST SP 800-53ControlsSystemsUS federal & defense systems.
MITRE ATT&CKAttack modelAdversary TTPsThreat modeling & detection engineering.
Cyber Kill ChainAttack modelIntrusion phasesHigh-level attack-stage mapping.
PTESTesting methodPentest lifecycleStructuring network pentests.
OWASP WSTGTesting methodWeb appsSystematic web vulnerability testing.
OWASP ASVSVerificationWeb appsRequirements/verification checklists.
MITRE D3FENDDefense modelCountermeasuresMapping defenses to ATT&CK techniques.
PCI DSSComplianceCardholder dataAny business processing card payments.
GDPR / HIPAACompliancePersonal/health dataPrivacy and healthcare obligations.
NIST AI RMFGovernanceAI systemsManaging AI-specific risk.
OWASP LLM Top 10Attack modelLLM appsSecuring LLM applications.

Risk & Governance Frameworks

These define how an organization manages security at the strategic level.

NIST Cybersecurity Framework

CSF 2.0

A voluntary, risk-based framework organized into six functions.

Functions: Govern, Identify, Protect, Detect, Respond, Recover
Governance

NIST Risk Management Framework

RMF

A lifecycle for authorizing systems to operate with acceptable risk.

Steps: Prepare, Categorize, Select, Implement, Assess, Authorize, Monitor
Governance

ISO/IEC 27001

ISMS

International standard for an Information Security Management System; certifiable by auditors.

Annex A: 93 controls across organizational, people, physical, technological themes
Governance

ISO/IEC 27002

Controls

The companion catalog of security controls that supports ISO 27001 implementation.

Use: Select controls to satisfy 27001 Annex A
Governance

COBIT

ISACA

A framework for governance and management of enterprise IT, aligning security with business goals.

Core: 40 governance & management objectives
Governance

FAIR

Risk Quant

Factor Analysis of Information Risk — a model for quantifying risk in financial terms (loss exposure).

Output: Annualized Loss Expectancy, risk scenarios
Governance

NIST SP 800-30

Risk Assess

Guide for conducting risk assessments — threat sources, likelihood, impact, and mitigation.

Use: Structured risk assessment methodology
Governance

COSO ERM

Enterprise

Enterprise Risk Management framework linking security risk to broader business risk and controls.

Use: Board-level risk oversight
Governance

Attack & Threat Frameworks

Model how adversaries think and operate — essential for red teaming, detection engineering, and threat modeling.

MITRE ATT&CK

ATT&CK

The de-facto knowledge base of adversary tactics, techniques, and procedures (TTPs).

Structure: 14 tactics → 200+ techniques → sub-techniques, with mitigations & detections
Attack Model

Cyber Kill Chain

Lockheed

A 7-phase model of an intrusion from recon to actions-on-objectives.

Phases: Recon, Weaponize, Deliver, Exploit, Install, C2, Act
Attack Model

MITRE ATLAS

AI Threats

The ATT&CK-style matrix for threats targeting AI/ML systems.

Covers: Prompt injection, model poisoning, data manipulation, supply chain
AI Security

OWASP Top 10

Web

The most critical web application security risks, refreshed every few years.

Top: Broken Access Control, Cryptographic Failures, Injection…
Attack Model

OWASP API Top 10

API

Top risks for APIs: broken object-level auth, broken auth, excessive data exposure, etc.

Top: Broken Object Level Authorization (BOLA)
Attack Model

OWASP LLM Top 10

LLM

Top risks for LLM applications: prompt injection, insecure output handling, excessive agency…

Top: Prompt Injection, Sensitive Info Disclosure
AI Security

STRIDE

Threat Model

A threat-modeling taxonomy: Spoofing, Tampering, Repudiation, Info disclosure, DoS, Elevation.

Use: Early design-phase threat modeling
Threat Model

DREAD

Risk Rating

A scoring model for rating threats: Damage, Reproducibility, Exploitability, Affected users, Discoverability.

Use: Prioritize threats after STRIDE
Threat Model

Penetration Testing Methodologies

Structured approaches for planning and executing security tests.

PTES

Pentest

Penetration Testing Execution Standard — a full lifecycle from pre-engagement to reporting.

Phases: Pre-engagement, Intel gathering, Threat modeling, Vulnerability analysis, Exploitation, Post-exploitation, Reporting
Methodology

OWASP WSTG

Web Testing

Web Security Testing Guide — a comprehensive catalog of web app tests.

Covers: 100+ tests across recon, auth, session, input validation, crypto…
Methodology

OSSTMM

Testing

Open Source Security Testing Methodology Manual — a metrics-driven testing standard.

Focus: Operational security metrics (RAV, attack surface)
Methodology

OWASP ASVS

Verification

Application Security Verification Standard — leveled requirements for verifying app security.

Levels: L1 (baseline), L2 (standard), L3 (advanced)
Verification

OWASP MASVS

Mobile

Mobile Application Security Verification Standard for Android/iOS apps.

Covers: Storage, crypto, auth, network, platform
Verification

NIST SP 800-115

Testing Guide

Technical guide to information security testing and assessment (US federal).

Techniques: Review, target identification, target vulnerability validation
Methodology

OWASP MSTG

Mobile Testing

Mobile Security Testing Guide — practical tests pairing with MASVS requirements.

Use: Hands-on mobile pentesting
Methodology

Defensive & Controls Frameworks

Concrete safeguards to implement and how to map defenses to attacks.

CIS Controls

18 Controls

Prioritized, actionable safeguards (formerly SANS Top 20).

Structure: 18 controls in 3 implementation groups (IG1–IG3)
Controls

CIS Benchmarks

Hardening

Vendor-specific hardening guides for OS, cloud, and software configurations.

Use: Secure baseline configuration for 100+ technologies
Controls

NIST SP 800-53

Controls

Catalog of security and privacy controls for federal systems (20 control families).

Families: Access Control, Audit, Incident Response, System Integrity…
Controls

MITRE D3FEND

Countermeasures

A knowledge base mapping defensive techniques to ATT&CK techniques.

Use: Answer “how do I detect/stop technique X?”
Defense Model

NIST SP 800-61

IR Guide

Computer security incident handling guide — the standard IR lifecycle.

Phases: Preparation, Detection & Analysis, Containment/Eradication/Recovery, Post-incident
Controls

ISO 27035

IR Standard

International standard for information security incident management.

Use: Formalize IR processes with ISO alignment
Controls

Compliance & Privacy Standards

Legally or contractually binding requirements — non-negotiable for many businesses.

PCI DSS

Cards

Payment Card Industry Data Security Standard for handling cardholder data.

PCI DSS 4.0: 12 requirements, 6 objectives; continuous compliance
Compliance

GDPR

EU Privacy

EU regulation governing personal data protection, with heavy fines.

Key: 72-hour breach notification, data subject rights, DPIA
Compliance

HIPAA

Healthcare

US law protecting protected health information (PHI).

Rules: Privacy Rule, Security Rule, Breach Notification Rule
Compliance

SOC 2

Audit

An attestation report on a service org’s controls (Type I design / Type II operating).

Criteria: Security, Availability, Processing Integrity, Confidentiality, Privacy
Compliance

CCPA / CPRA

US Privacy

California privacy laws giving consumers rights over personal data.

Key: Right to know, delete, opt-out of sale
Compliance

FISMA

US Federal

Law requiring US federal agencies to secure systems using NIST standards.

Requires: RMF + 800-53 controls + continuous monitoring
Compliance

SOX

Financial

Sarbanes-Oxley — financial reporting controls with IT security implications.

Use: IT general controls (ITGC) for public companies
Compliance

AI Security Frameworks

Emerging but rapidly maturing standards for AI/ML system security.

NIST AI RMF

AI RMF

AI Risk Management Framework — a voluntary framework for managing AI risk.

Functions: Govern, Map, Measure, Manage
AI Security

OWASP LLM Top 10

LLM

Top 10 risks for LLM apps, from prompt injection to excessive agency.

Top: Prompt Injection (LLM01), Insecure Output Handling (LLM02)
AI Security

MITRE ATLAS

AI Threats

Adversarial threat matrix for AI systems, aligned with ATT&CK.

Covers: ML model access, poisoning, exfiltration, evasion
AI Security

EU AI Act

Regulation

Europe’s risk-based regulation of AI systems, with tiered obligations.

Tiers: Unacceptable, High, Limited, Minimal risk
AI Security

OWASP ML Top 10

ML

Top risks for machine learning systems (data, model, and deployment layers).

Covers: Data poisoning, model theft, adversarial attacks
AI Security

Scoring & Enumeration Standards

Shared vocabularies for describing and rating vulnerabilities.

CVE

Identifiers

Common Vulnerabilities and Exposures — unique IDs for disclosed vulnerabilities.

Format: CVE-YYYY-NNNNN (e.g., CVE-2021-44228 Log4Shell)
Enumeration

CVSS

Scoring

Common Vulnerability Scoring System — 0–10 severity rating.

Metrics: Base (exploitability + impact), Temporal, Environmental
Scoring

CWE

Weaknesses

Common Weakness Enumeration — catalogs software weakness types.

Example: CWE-89 (SQL Injection), CWE-79 (XSS)
Enumeration

CAPEC

Attack Patterns

Common Attack Pattern Enumeration and Classification — how attacks are performed.

Use: Map CWE weaknesses to real attack patterns
Enumeration

EPSS

Prediction

Exploit Prediction Scoring System — likelihood a CVE will be exploited in the wild.

Use: Prioritize patching beyond raw CVSS
Scoring

CPE

Platforms

Common Platform Enumeration — a naming scheme for software/hardware products.

Use: Match vulnerabilities to specific product versions
Enumeration

CyberFrameworks — a purple-themed reference to security frameworks and standards. Standards evolve; verify the latest versions (NIST, OWASP, MITRE, ISO) for formal work.

A7 Security Hunters provides cybersecurity training, ethical hacking courses, penetration testing education, digital forensics training, AI security learning, and professional cybersecurity certifications for students and professionals across India.

Address: Mata Darwaja, Gau Karan Rd, Near SD School, landmark Gau Karn Traffic Police Choki, Plot 736a Baba Laxman Puri Colony, Makhane or, Library Wali Gali, Rohtak124001, Haryana (India) | Official Email Address- [email protected] | [email protected] | Official Phone Numbers – +91 – 7988-28-5508 | +91 – 818181-6323

© 2026 A7 Security Hunters. Cybersecurity Training, Ethical Hacking Courses & Professional Certifications.