Skip to content

COBIT 5

COBIT 5 (Control Objectives for Information and Related Technologies) is an IT governance framework from ISACA that helps organisations manage and govern enterprise IT. SWAO maps COBIT 5 process goals to assessable controls for cloud workloads.

Framework ID

cobit_5
bash
swao assess --app <name> --framework cobit_5

Domain Structure

mermaid
flowchart LR
    A["COBIT 5"] --> B["EDM\nEvaluate, Direct\nand Monitor"]
    A --> C["APO\nAlign, Plan\nand Organise"]
    A --> D["BAI\nBuild, Acquire\nand Implement"]
    A --> E["DSS\nDeliver, Service\nand Support"]
    A --> F["MEA\nMonitor, Evaluate\nand Assess"]

Assessed Domains

DomainCodeControls AssessedFocus
Evaluate, Direct and MonitorEDM6Governance framework, risk, resource management
Align, Plan and OrganiseAPO9Strategy, architecture, risk management
Build, Acquire and ImplementBAI8Change management, solution delivery
Deliver, Service and SupportDSS8Operations, incident management, business continuity
Monitor, Evaluate and AssessMEA6Performance monitoring, compliance assurance

Key Controls

EDM03 -- Risk Optimisation

Evaluate risk appetite, direct risk management practices, and monitor risk exposure against defined tolerances. SWAO checks for documented risk assessments and approved thresholds in infrastructure-as-code configurations.

APO13 -- Security Management

Establish and maintain an information security management system aligned with business requirements. SWAO checks for security policies, encryption configurations, and access control definitions.

DSS05 -- Security Services

Protect enterprise information against malware, and manage network and connectivity security. SWAO checks for firewall rules, patch management evidence, and endpoint controls.

MEA02 -- Internal Control System

Monitor and evaluate the adequacy and effectiveness of the internal control system. SWAO checks for audit logging, access review records, and control testing evidence.

Running an Assessment

bash
swao assess --app my-app --framework cobit_5

SWAO is an Accenture open-source project.