Token导航 LogoToken导航TokenDH.com
运维external-serviceclawhub未标认证来源可访问clear审计通过

toolweb-data-breach-responsetoolweb 数据泄露响应

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

3,575

周安装

152

GitHub Stars

公开资料未说明

下载量

1,252
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:toolweb-data-breach-response(toolweb 数据泄露响应)
来源仓库:https://github.com/krishnakumarmahadevan-cmd/toolweb-data-breach-response
安装命令:
openclaw skills install toolweb-data-breach-response
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install toolweb-data-breach-response

简介

根据您组织的概况生成定制的分阶段数据泄露事件响应手册,其中包含工具建议和合规性检查表。

SKILL.md

name: Data Breach Response Planner description: Enterprise-grade incident response playbook generator that creates personalized data breach response plans based on organizational assessment data.


# Overview

The Data Breach Response Planner is an enterprise-grade API designed to generate customized incident response playbooks for organizations of any size and industry. When a data breach occurs, every minute counts—this tool accelerates your response by providing a tailored, actionable response plan based on your specific organizational context, compliance requirements, and existing security infrastructure.

Built for security teams, incident responders, and compliance officers, the planner analyzes your company profile (industry, size, data types handled, existing tools, and regulatory obligations) to deliver phase-by-phase guidance, tool recommendations, and response strategies. The API integrates seamlessly into security operations centers, governance platforms, and incident management workflows.

Whether you're a startup establishing your first incident response procedures or an enterprise refining your breach playbook, this tool provides the tactical intelligence needed to respond swiftly and effectively while maintaining regulatory compliance.

## Usage

**Example Request:**

{ "assessmentData": { "companyName": "TechCorp Industries", "industry": "Financial Services", "companySize": "500-1000 employees", "dataTypes": [ "Payment Card Industry (PCI) data", "Personally Identifiable Information (PII)", "Trade Secrets" ], "existingTools": [ "Splunk Enterprise", "CrowdStrike Falcon", "Okta Identity" ], "compliance": [ "PCI-DSS", "HIPAA", "SOC 2 Type II", "GDPR" ], "sessionId": "sess_abc123def456", "timestamp": "2024-01-15T10:30:00Z" }, "sessionId": "sess_abc123def456", "userId": 1001, "timestamp": "2024-01-15T10:30:00Z" }


**Example Response:**

{ "planId": "plan_789xyz", "companyName": "TechCorp Industries", "generatedAt": "2024-01-15T10:30:15Z", "phases": [ { "phase": "Detection & Analysis", "duration": "0-2 hours", "objectives": [ "Confirm breach occurrence", "Activate incident command center", "Preserve evidence", "Identify affected systems" ], "actions": [ "Alert SOC team", "Isolate affected network segments", "Begin forensic imaging" ] }, { "phase": "Containment & Eradication", "duration": "2-24 hours", "objectives": [ "Stop active attacker access", "Remove attacker tools", "Patch vulnerabilities" ], "actions": [ "Revoke compromised credentials", "Deploy patches using existing SIEM tools", "Block malicious IPs" ] }, { "phase": "Communication & Compliance", "duration": "24-72 hours", "objectives": [ "Notify affected parties", "Report to regulators", "Maintain audit trail" ], "actions": [ "Notify 47 affected individuals (GDPR requirement)", "File PCI-DSS incident report", "Issue customer notifications" ] }, { "phase": "Recovery & Lessons Learned", "duration": "72+ hours", "objectives": [ "Restore normal operations", "Document improvements", "Update playbook" ], "actions": [ "Rebuild affected systems", "Conduct post-incident review", "Update response procedures" ] } ], "recommendedTools": [ { "category": "Forensics", "tool": "EnCase Forensic", "reason": "Integrates with existing Splunk infrastructure", "priority": "Critical" }, { "category": "Communication", "tool": "Everbridge", "reason": "Multi-channel notification for regulatory compliance", "priority": "High" } ], "complianceChecklist": [ "GDPR: Notify individuals within 72 hours", "PCI-DSS: Report to acquiring bank immediately", "HIPAA: Notify HHS within 60 days (if applicable)", "SOC 2: Document incident in audit trail" ] }


## Endpoints

### Health Check
**GET** `/`

Performs a health check on the API service.

**Parameters:** None

**Response:** `200 OK` with JSON status object confirming service availability.

---

### Generate Response Plan
**POST** `/api/breach-response/plan`

Generates a personalized data breach response plan based on your organization's profile and compliance requirements.

**Request Body:**

| Parameter | Type | Required | Description |
|-----------|------|----------|-------------|
| `assessmentData` | AssessmentData object | Yes | Organization profile including company name, industry, size, data types, existing tools, and compliance frameworks |
| `assessmentData.companyName` | String | Yes | Legal name of the organization |
| `assessmentData.industry` | String | Yes | Primary industry sector (e.g., "Financial Services", "Healthcare", "Technology") |
| `assessmentData.companySize` | String | Yes | Employee count range (e.g., "1-50", "500-1000", "10000+") |
| `assessmentData.dataTypes` | Array of strings | No | Types of sensitive data handled (e.g., "PII", "PCI", "Trade Secrets") |
| `assessmentData.existingTools` | Array of strings | No | Security tools already deployed (e.g., "Splunk", "CrowdStrike") |
| `assessmentData.compliance` | Array of strings | No | Applicable regulatory frameworks (e.g., "GDPR", "HIPAA", "PCI-DSS") |
| `assessmentData.sessionId` | String | Yes | Unique session identifier |
| `assessmentData.timestamp` | String (ISO 8601) | Yes | Timestamp when assessment data was captured |
| `sessionId` | String | Yes | Request session identifier |
| `userId` | Integer or null | No | Optional user ID for audit logging |
| `timestamp` | String (ISO 8601) | Yes | Request timestamp |

**Response:** `200 OK` with customized incident response plan including phases, timelines, recommended tools, and compliance checklists.

**Error Responses:**
- `422 Unprocessable Entity`: Validation error in request body (missing required fields or invalid formats)

---

### Get Base Phases
**GET** `/api/breach-response/phases`

Retrieves the standard incident response phases used as the foundation for all response plans.

**Parameters:** None

**Response:** `200 OK` with array of base incident response phases including Detection & Analysis, Containment & Eradication, Communication & Compliance, and Recovery & Lessons Learned.

---

### Get Tool Recommendations
**GET** `/api/breach-response/tools`

Retrieves the database of recommended tools across all response phases and categories.

**Parameters:** None

**Response:** `200 OK` with comprehensive tool recommendation database organized by category (forensics, communication, threat intelligence, etc.) with descriptions, use cases, and integration compatibility notes.

---

## Pricing

| Plan | Calls/Day | Calls/Month | Price |
|------|-----------|-------------|-------|
| Free | 5 | 50 | Free |
| Developer | 20 | 500 | $39/mo |
| Professional | 200 | 5,000 | $99/mo |
| Enterprise | 100,000 | 1,000,000 | $299/mo |

## About

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

- [toolweb.in](https://toolweb.in)
- [portal.toolweb.in](https://portal.toolweb.in)
- [hub.toolweb.in](https://hub.toolweb.in)
- [toolweb.in/openclaw/](https://toolweb.in/openclaw/)
- [rapidapi.com/user/mkrishna477](https://rapidapi.com/user/mkrishna477)
- [youtube.com/@toolweb-009](https://youtube.com/@toolweb-009)

## References

- Kong Route: https://api.mkkpro.com/security/data-breach-response
- API Docs: https://api.mkkpro.com:8106/docs

适合场景

01

OpenClaw 用户查找和安装 Skill 时

02

用户想查找某类 Agent Skill 时

03

需要根据任务场景推荐可安装能力包时

04

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

98.05%
按下载量换算1,228

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

通过

权限和风险

external-service

该 Skill 可能调用第三方服务、云服务或外部模型 API,使用前需要确认账号、额度、数据发送范围和服务条款。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills