整合串接

連接一切

Panguard 整合你現有的工具和工作流程。無需自訂程式碼。

Slack

可用
Communication

Real-time alerts, threat notifications, and AI copilot queries in Slack channels.

Microsoft Teams

可用
Communication

Security alerts and Panguard Chat integration for Teams.

LINE

可用
Communication

Alert notifications via LINE messaging for Asia-Pacific teams.

Telegram

可用
Communication

Bot-powered alerts with rich formatting and threat details.

Splunk

可用
SIEM & Monitoring

Forward security events and detection logs to Splunk for centralized analysis.

Elastic (ELK)

可用
SIEM & Monitoring

Ship logs to Elasticsearch for custom dashboards and correlation.

Datadog

即將推出
SIEM & Monitoring

Security metrics and alerts integrated with Datadog monitoring.

PagerDuty

可用
DevOps

Trigger incidents from critical security events with automatic escalation.

Jira

可用
Ticketing

Auto-create security tickets from detected threats with full context.

AWS

可用
Cloud

Native integration with AWS CloudTrail, GuardDuty, and Security Hub.

Google Cloud

即將推出
Cloud

Integration with GCP Security Command Center and Cloud Logging.

Docker

可用
DevOps

Container security scanning and runtime protection for Docker environments.

開發者 API

建立自訂整合

Panguard 提供全面的 RESTful API、Webhook 支援和 Python、Node.js、Go SDK。建立針對你安全工作流程的自訂整合,自動化威脅回應,並將 Panguard 連接到你技術棧中的任何系統。

  • RESTful API 完整 CRUD 操作
  • Webhook 回調即時事件串流
  • Python、Node.js 和 Go SDK
  • OAuth 2.0 和 API 金鑰認證
  • 速率限制,配額寬裕
View API Documentation
Example Request
curl -X GET \
  https://api.panguard.ai/v1/threats \
  -H "Authorization: Bearer <token>" \
  -H "Content-Type: application/json"

{
  "data": [
    {
      "id": "thr_9x8kL2",
      "severity": "critical",
      "type": "brute_force",
      "endpoint": "api-gateway-01",
      "detected_at": "2025-01-15T08:32:00Z"
    }
  ],
  "meta": { "total": 47, "page": 1 }
}

沒看到你的工具?

我們持續擴展整合生態系。告訴我們你使用什麼工具,我們會優先為你的工作流建立原生整合。