cyberdudebivash-pvt-ltd/CYBERDUDEBIVASH-THREAT-INTEL-PLATFORM
GitHub: cyberdudebivash-pvt-ltd/CYBERDUDEBIVASH-THREAT-INTEL-PLATFORM
该平台聚合全球 74+ 威胁情报源,通过 AI 增强分析并导出 STIX 2.1 标准格式,为企业 SOC 提供实时威胁感知与自动化响应支持。
Stars: 0 | Forks: 0
# CYBERDUDEBIVASH® SENTINEL APEX v184.0
**AI 驱动的全球威胁情报平台** — 实时 IOC 源、STIX 2.1 导出、MITRE ATT&CK 映射以及企业 SOC 自动化。
[](https://intel.cyberdudebivash.com)
[](https://intel.cyberdudebivash.com)
[](https://intel.cyberdudebivash.com)
[](https://intel.cyberdudebivash.com/api-docs.html)
[](https://intel.cyberdudebivash.com/trust-center.html)
## 在线平台
| 资源 | URL |
|---|---|
| **仪表盘** | [intel.cyberdudebivash.com](https://intel.cyberdudebivash.com) |
| **API 预览** | [intel.cyberdudebivash.com/api/preview/](https://intel.cyberdudebivash.com/api/preview/) |
| **API 文档** | [intel.cyberdudebivash.com/api-docs.html](https://intel.cyberdudebivash.com/api-docs.html) |
| **定价** | [intel.cyberdudebivash.com/pricing.html](https://intel.cyberdudebivash.com/pricing.html) |
| **信任中心** | [intel.cyberdudebivash.com/trust-center.html](https://intel.cyberdudebivash.com/trust-center.html) |
| **SLA** | [intel.cyberdudebivash.com/sla.html](https://intel.cyberdudebivash.com/sla.html) |
## 平台指标
| 指标 | 数值 |
|---|---|
| 活跃安全公告 | 77+ |
| 情报源 | 74 |
| 生成报告总数 | 2,600+ |
| API 正常运行时间 | 99.9% |
| STIX 2.1 包 | 完整导出 |
| MITRE ATT&CK 覆盖范围 | 多战术映射 |
| IOC 验证 | 实时、跨源去重 |
| SOC 优先级评分 | P1–P4 并集成 EPSS |
## 什么是 SENTINEL APEX?
SENTINEL APEX 是一个生产级的网络威胁情报 (CTI) 平台,它能够:
- **聚合**来自 74+ 个精选全球来源(CISA KEV、NVD、MITRE、威胁行为者源、暗网监控)的威胁情报
- **增强**每个带有 AI 驱动 apex_ai 模块的安全公告:SOC 优先级、杀伤链、行为者指纹、行为标签、活动 ID
- **导出**为 STIX 2.1 和 TAXII 2.1 格式 — 与 SIEM/SOAR(Splunk、Elastic、Microsoft Sentinel、CrowdStrike)即插即用
- **交付**具有零延迟并内嵌 EMBEDDED_INTEL 的仪表盘以实现即时渲染 — 加载时无需 API 往返
- **商业化**采用分级订阅模式(Free / PRO / Enterprise / MSSP),由 Cloudflare Worker JWT 认证提供支持
## API 快速入门
```
# 免费层 — 无需 auth
curl https://intel.cyberdudebivash.com/api/preview/
# Response(已截断)
{
"status": "ok",
"gateway": "SENTINEL-APEX/184.0",
"request_id": "req_...",
"preview": {
"items": [...],
"total_preview": 10,
"total_in_feed": 77,
"generated_at": "2026-06-22T...",
"note": "Free tier — 10 items. PRO tier unlocks full feed."
}
}
```
```
# PRO/Enterprise — JWT Bearer auth
curl -H "Authorization: Bearer $SENTINEL_API_KEY" \
https://intel.cyberdudebivash.com/api/feed.json
```
### STIX 2.1 导出
```
curl -H "Authorization: Bearer $SENTINEL_API_KEY" \
https://intel.cyberdudebivash.com/api/stix/bundle.json
```
## 订阅层级
| 功能 | Free | PRO / SOC | Enterprise | MSSP |
|---|:---:|:---:|:---:|:---:|
| 安全公告访问 | 10 项 | 167 项 | 无限制 | 无限制 |
| IOC 可见性 | — | 完整 | 完整 | 完整 |
| STIX 2.1 导出 | — | ✓ | ✓ | ✓ |
| AI 增强 | — | 部分 | 完整 | 完整 |
| API 调用/天 | 100 | 5,000 | 无限制 | 无限制 |
| 杀伤链详情 | — | ✓ | ✓ | ✓ |
| 行为者指纹 | — | ✓ | ✓ | ✓ |
| SLA | — | — | 99.9% / 4小时 | 99.95% / 15分钟 |
| 白标 | — | — | — | ✓ |
| **价格 (美元/月)** | 免费 | $49 | $499 | $1,999 |
[查看完整定价 →](https://intel.cyberdudebivash.com/pricing.html)
## 架构
```
┌─────────────────────────────────────────────────────────────┐
│ SENTINEL APEX v184.0 │
│ │
│ 74+ Intel Feeds ──► APEX AI Engine ──► STIX 2.1 Bundles │
│ │ │
│ ▼ │
│ Cloudflare Worker │
│ (SENTINEL-APEX/184.0) │
│ │ │
│ ┌─────────────────┼─────────────────┐ │
│ ▼ ▼ ▼ │
│ /api/preview/ /api/feed.json TAXII 2.1 │
│ (Free tier) (PRO+) (Enterprise+) │
│ │ │
│ ▼ │
│ GitHub Pages Dashboard (instant render via EMBEDDED_INTEL)│
└─────────────────────────────────────────────────────────────┘
```
**技术栈:**
- **前端:** GitHub Pages 上的静态 HTML/JS — 零延迟,全球 CDN
- **API 网关:** Cloudflare Worker (JWT、速率限制、层级强制执行)
- **存储:** Cloudflare R2 (`sentinel-apex-data`, `sentinel-apex-reports`)
- **CI/CD:** GitHub Actions — 33 阶段流水线,GOD-MODE 稳定性契约
- **AI 引擎:** APEX AI 增强 (SOC 优先级、杀伤链、活动指纹识别)
## 情报质量契约
平台中的每个安全公告都包含一个完整填充的 `apex_ai` 模块:
```
{
"soc_priority": "P1",
"threat_level": "CRITICAL",
"threat_category": "Ransomware",
"predictive_risk": 94.2,
"ai_confidence": 0.91,
"kill_chain": ["Execution", "Persistence", "Impact"],
"kill_chain_primary": "Impact",
"actor_fingerprint": "LockBit-3.0-affiliate-cluster-7",
"campaign_id": "CDB-CAMP-2026-0042",
"behavioral_tags": ["double-extortion", "vuln-exploit", "lateral-movement"],
"ai_summary": "Critical ransomware campaign exploiting CVE-2026-XXXX...",
"recommended_action": "Patch immediately. Block IOCs at perimeter.",
"paywall": false
}
```
## 合规与认证
- **数据许可:** CC BY-NC 4.0(非商业性)/ 需商业订阅
- **隐私:** 符合 EU GDPR · UK GDPR · UAE PDPL · CCPA
- **GSTIN:** 21ARKPN8270G1ZP (CYBERDUDEBIVASH Pvt. Ltd., India)
- **出口管制:** 符合 OFAC / OFSI / EU 制裁
- **SLA:** 99.9% 正常运行时间保证,99.95% (MSSP)
[查看信任中心 →](https://intel.cyberdudebivash.com/trust-center.html)
[查看 SLA →](https://intel.cyberdudebivash.com/sla.html)
[查看条款 →](https://intel.cyberdudebivash.com/terms.html)
## 企业与 MSSP
如需企业许可、白标部署、MSSP 协议或定制 SLA:
- **邮箱:** enterprise@cyberdudebivash.com
- **企业页面:** [intel.cyberdudebivash.com/enterprise.html](https://intel.cyberdudebivash.com/enterprise.html)
- **MSSP 门户:** [intel.cyberdudebivash.com/mssp.html](https://intel.cyberdudebivash.com/mssp.html)
## 安全
漏洞披露: [security@cyberdudebivash.com](mailto:security@cyberdudebivash.com)
负责任的披露政策: [/.well-known/security.txt](https://intel.cyberdudebivash.com/.well-known/security.txt)
## 流水线
该平台运行在 33 阶段的 GOD-MODE CI/CD 流水线上:
| 阶段组 | 阶段 | 目的 |
|---|:---:|---|
| 预检 | 0.0–0.6 | 语法、编码、密钥验证 |
| 情报 | 1–3.1 | 多源摄取、KEV 增强 |
| AI 增强 | 3.1.3–3.3 | APEX AI 评分、报告生成 |
| 验证 | 3.4–3.9 | Schema 验证、清单完整性检查 |
| API | 3.91–3.94 | 契约测试、内嵌情报注入 |
| 部署 | 4–5.4 | R2 上传、GitHub Pages 部署、KV 缓存清理 |
| QA | 5.5–5.9 | 回归免疫、商业化门控 (46/46) |
**稳定性等级:** GOD-MODE · 回归免疫: 11/10
© 2026 CYBERDUDEBIVASH® Pvt. Ltd. 保留所有权利。
标签:EPSS, IOC, SOC自动化, STIX, 后端开发, 威胁情报, 安全, 开发者工具, 程序员工具, 超时处理