omnimcp_cyber_ddos_mitigation_teaser
收藏资源简介:
OmniMCP: Cyber DDoS Mitigation (Free Teaser Edition) 是一个免费评估版的多轮代理函数调用数据集,专为网络分布式拒绝服务(DDoS)缓解场景设计。该数据集由精心构造的合成样本组成,涵盖 SYN 洪水 PCAP 分析、Flowspec 规则等主题,旨在训练具备工具使用和函数调用能力的智能体。数据集特点包括:100% 经过 Pydantic AST 验证,无语法错误;每一步工具调用前包含原生思维链推理(<thought> 块);模拟真实 API 故障与自愈恢复;完全不含个人数据,符合 GDPR 要求。数据规模小于1000样本,语言为英文,采用 Apache 2.0 许可证。数据集包含 instruction、thought_process、final_output 等字段,可通过 Python 使用 pandas 加载 Parquet 格式文件。该免费版本可用于研究评估,完整生产版需购买商业许可。
OmniMCP: Cyber DDoS Mitigation (Free Teaser Edition) is a free evaluation version of a multi-turn agent function calling dataset, designed for network Distributed Denial of Service (DDoS) mitigation scenarios. The dataset consists of carefully constructed synthetic samples covering topics such as SYN flood PCAP analysis and Flowspec rules, aiming to train agents with tool use and function calling capabilities. Features include: 100% validated by Pydantic AST, no syntax errors; native chain-of-thought reasoning (<thought> blocks) before each tool call; simulation of real API failures and self-healing recovery; completely free of personal data, GDPR compliant. Dataset size is less than 1000 samples, language is English, licensed under Apache 2.0. The dataset includes fields such as instruction, thought_process, final_output, and can be loaded using Python with pandas from Parquet files. This free version is for research evaluation; the full production version requires a commercial license.
数据集概述
OmniMCP - Cyber Ddos Mitigation (Free Teaser Edition) 是一个免费的评估版数据集,专注于网络分布式拒绝服务(DDoS)攻击缓解场景下的多轮智能体函数调用(Multi-Turn Agent Function-Calling)训练任务。
基本信息
| 属性 | 内容 |
|---|---|
| 语言 | 英语 (en) |
| 许可证 | Apache 2.0 |
| 标签 | cyber_ddos_mitigation、synthetic-data、function-calling、tool-use、fine-tuning、agentic-ai、multi-turn |
| 数据集规模 | n<1K(少于1000条样本) |
内容与特点
- 每个样本包含
instruction、thought_process和final_output三个核心字段。 - 本数据集定位为 OmniMCP 模块化生态系统 中的“砖块”(Brick)层级产品,面向 DDoS 防御的单一问题求解。
- 核心场景涵盖 SYN-Flood PCAP 分析 与 Flowspec 规则生成 等 DDoS 缓解技术。
- 所有数据均为合成数据,通过严格的 OpenAPI 模式验证,保证 0.0% 语法与解析错误。
- 在每次工具调用前提供原生思维链(Chain-of-Thought)推理步骤。
- 训练样本包含真实 API 故障、连接池超时和错误恢复场景,而非简单的理想路径。
- 数据完全符合 GDPR / DSGVO 规范,不含任何个人数据(使用 RFC 2606 与 RFC 5737 文档化占位地址)。
- 附带欧盟 EU AI Act 第 50 条与第 53 条 的合成数据来源声明。
用途与加载方式
该免费评估版数据集适用于研究及模型评估场景,可通过 Parquet 文件加载使用:
python import pandas as pd
df = pd.read_parquet("omnimcp_cyber_ddos_mitigation_teaser.parquet") print(f"Loaded {len(df)} verified training turns!") print(df[["instruction", "thought_process", "final_output"]].head())
许可说明
- 免费评估版:采用 Apache 2.0 许可证,面向研究与评估免费开放。
- 完整商业包:覆盖 OmniMCP 企业商业 EULA,包含完整的商业变现与模型部署授权,通过外部商店获取。




