整合串接
連接一切
Panguard 整合你現有的工具和工作流程。無需自訂程式碼。
Slack
可用Real-time alerts, threat notifications, and AI copilot queries in Slack channels.
Microsoft Teams
可用Security alerts and Panguard Chat integration for Teams.
LINE
可用Alert notifications via LINE messaging for Asia-Pacific teams.
Telegram
可用Bot-powered alerts with rich formatting and threat details.
Splunk
可用Forward security events and detection logs to Splunk for centralized analysis.
Elastic (ELK)
可用Ship logs to Elasticsearch for custom dashboards and correlation.
Datadog
即將推出Security metrics and alerts integrated with Datadog monitoring.
PagerDuty
可用Trigger incidents from critical security events with automatic escalation.
Jira
可用Auto-create security tickets from detected threats with full context.
AWS
可用Native integration with AWS CloudTrail, GuardDuty, and Security Hub.
Google Cloud
即將推出Integration with GCP Security Command Center and Cloud Logging.
Docker
可用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 金鑰認證
- 速率限制,配額寬裕
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 }
}