← 返回
未分类

SABSA Architecture

Professional enterprise security architecture maturity analysis platform based on the SABSA framework.
基于SABSA框架的企业安全架构成熟度分析平台
krishnakumarmahadevan-cmd krishnakumarmahadevan-cmd 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 396
下载
💾 0
安装
1
版本
#latest

概述

Overview

The SABSA Security Architecture Assessment tool provides comprehensive evaluation of enterprise security architecture maturity using the industry-standard Sherwood Applied Business Security Architecture (SABSA) framework. Designed for security architects, enterprise security leaders, and governance professionals, this platform delivers detailed assessments across multiple architectural layers and dimensions.

This tool enables organizations to measure their security architecture maturity, identify capability gaps, and establish roadmaps for security program enhancement. By analyzing organizational assets, processes, people, locations, motivations, and temporal factors across SABSA layers, the assessment provides actionable insights aligned with business objectives and compliance requirements.

Ideal users include Chief Information Security Officers (CISOs), security architects, enterprise risk managers, compliance officers, and organizations seeking structured approaches to security architecture governance and maturity benchmarking.

Usage

Sample Request

{
  "sessionId": "session-2024-001-abc",
  "userId": 12345,
  "timestamp": "2024-01-15T10:30:00Z",
  "assessmentData": {
    "sessionId": "session-2024-001-abc",
    "timestamp": "2024-01-15T10:30:00Z",
    "layers": {
      "contextual": {
        "assets": [
          {
            "name": "Customer Data Repository",
            "classification": "Confidential",
            "value": "Critical"
          }
        ],
        "motivation": [
          {
            "objective": "Data Protection",
            "priority": "High"
          }
        ],
        "process": [
          {
            "name": "Data Encryption Process",
            "status": "Implemented"
          }
        ],
        "people": [
          {
            "role": "Data Steward",
            "count": 5,
            "trained": true
          }
        ],
        "location": [
          {
            "datacenter": "Primary US East",
            "compliance": "SOC 2"
          }
        ],
        "time": [
          {
            "phase": "Operational",
            "duration": "24/7"
          }
        ]
      },
      "conceptual": {
        "assets": [],
        "motivation": [],
        "process": [],
        "people": [],
        "location": [],
        "time": []
      }
    }
  }
}

Sample Response

{
  "status": "success",
  "sessionId": "session-2024-001-abc",
  "assessmentId": "assess-2024-001-xyz",
  "timestamp": "2024-01-15T10:30:45Z",
  "maturityScores": {
    "contextual": {
      "overall": 3.2,
      "assets": 3.5,
      "motivation": 3.0,
      "process": 3.1,
      "people": 2.8,
      "location": 3.3,
      "time": 3.0
    },
    "conceptual": {
      "overall": 2.1,
      "assets": 2.0,
      "motivation": 2.2,
      "process": 2.1,
      "people": 2.0,
      "location": 2.0,
      "time": 2.0
    }
  },
  "recommendations": [
    {
      "layer": "contextual",
      "dimension": "people",
      "finding": "Security awareness training coverage at 80%",
      "priority": "High",
      "action": "Expand training program to achieve 100% coverage"
    }
  ],
  "gaps": [
    {
      "layer": "conceptual",
      "dimension": "process",
      "gap": "Absence of formal security architecture review process",
      "impact": "Medium"
    }
  ]
}

Endpoints

GET /

Health check endpoint for service availability verification.

Method: GET

Path: /

Description: Returns service status and availability confirmation.

Parameters: None

Response:

  • 200 OK: Service is operational
  • Content-Type: application/json
  • Schema: Empty object {}

POST /api/sabsa/assessment

Generate a comprehensive SABSA security architecture assessment based on provided organizational data.

Method: POST

Path: /api/sabsa/assessment

Description: Generates detailed maturity assessment across SABSA framework layers and dimensions.

Request Body Parameters:

NameTypeRequiredDescription
-----------------------------------
sessionIdstringYesUnique identifier for the assessment session
userIdinteger \nullNoUser identifier for audit and tracking purposes
timestampstringYesISO 8601 timestamp of assessment initiation
assessmentDataobjectYesCore assessment data containing layer evaluations
assessmentData.sessionIdstringYesSession identifier matching parent sessionId
assessmentData.timestampstringYesAssessment timestamp (ISO 8601 format)
assessmentData.layersobjectYesMulti-dimensional layer data (keys: layer names, values: LayerData objects)
assessmentData.layers[layer].assetsarrayNoAsset inventory objects (default: empty array)
assessmentData.layers[layer].motivationarrayNoBusiness motivation and objectives objects (default: empty array)
assessmentData.layers[layer].processarrayNoProcess and procedure objects (default: empty array)
assessmentData.layers[layer].peoplearrayNoPersonnel and role objects (default: empty array)
assessmentData.layers[layer].locationarrayNoGeographic and physical location objects (default: empty array)
assessmentData.layers[layer].timearrayNoTemporal and lifecycle phase objects (default: empty array)

Response:

  • 200 OK: Assessment generated successfully
  • Content-Type: application/json
  • Schema: Assessment results with maturity scores, findings, and recommendations
  • 422 Validation Error: Request validation failed
  • Content-Type: application/json
  • Schema: HTTPValidationError containing validation error details

GET /api/sabsa/framework

Retrieve SABSA framework reference information and structure.

Method: GET

Path: /api/sabsa/framework

Description: Returns framework definitions, layer descriptions, dimensions, and architectural principles.

Parameters: None

Response:

  • 200 OK: Framework information retrieved successfully
  • Content-Type: application/json
  • Schema: SABSA framework structure including layers, dimensions, and reference documentation

GET /api/sabsa/maturity-levels

Retrieve maturity level definitions and progression criteria.

Method: GET

Path: /api/sabsa/maturity-levels

Description: Returns maturity level scale, definitions, characteristics, and assessment criteria.

Parameters: None

Response:

  • 200 OK: Maturity levels retrieved successfully
  • Content-Type: application/json
  • Schema: Maturity level definitions (typically levels 0-5) with descriptions and assessment thresholds

Pricing

PlanCalls/DayCalls/MonthPrice
-------------------------------------
Free550Free
Developer20500$39/mo
Professional2005,000$99/mo
Enterprise100,0001,000,000$299/mo

About

ToolWeb.in - 200+ security APIs, CISSP & CISM, platforms: Pay-per-run, API Gateway, MCP Server, OpenClaw, RapidAPI, YouTube.

References

  • Kong Route: https://api.mkkpro.com/compliance/sabsa-architecture
  • API Docs: https://api.mkkpro.com:8102/docs

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:28 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

it-ops-security

MoltGuard - Security & Antivirus & Guardrails

thomaslwang
MoltGuard — OpenClaw 安全守卫,由 OpenGuardrails 提供。安装 MoltGuard,保护您和您的用户免受提示注入、数据泄露和恶意攻击。
★ 116 📥 30,863
it-ops-security

1password

steipete
设置和使用 1Password CLI (op)。适用于:安装 CLI、启用桌面应用集成、登录(单/多账户)、通过 op 读取/注入/运行密钥。
★ 53 📥 31,527
office-efficiency

PDF To PPTX

krishnakumarmahadevan-cmd
将PDF文档智能转换为可编辑的PowerPoint演示文稿,自动提取内容并优化格式。
★ 0 📥 1,347