Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
200 changes: 89 additions & 111 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Wire format: `Authorization: Bearer <key>`. **At least one auth source must exis
| `PCAP_HUNTER_FEED_KEY` env var | feed | only `/api/v1/iocs.*` |
| Database-backed keys (`phk_...`) | full or feed | per key record |

Database-backed keys are created via `POST /api/v1/admin/keys` or the Streamlit **API Keys** tab, and support per-key expiry, rate limits (RPM), usage tracking, and revocation — see [API Key Management](../API.md#api-key-management).
Database-backed keys are created via `POST /api/v1/admin/keys` or **Settings → API access** in the production workbench, and support per-key expiry, rate limits (RPM), usage tracking, and revocation — see [API Key Management](../API.md#api-key-management).

## Submit a PCAP

Expand Down
Binary file added docs/images/workbench-v3/01-analyze.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/02-dashboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/03-findings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/04-evidence.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/05-traffic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/06-mitre.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/07-threat-intel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/08-raw-data.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/09-reports.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/10-cases.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/workbench-v3/11-settings.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
118 changes: 59 additions & 59 deletions docs/zh-TW/README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/zh-TW/api/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ make run-api # 啟動於 http://127.0.0.1:8000
| `PCAP_HUNTER_FEED_KEY` 環境變數 | 摘要(feed) | 僅限 `/api/v1/iocs.*` |
| 資料庫金鑰(`phk_...`) | 完整或摘要 | 依各金鑰記錄而定 |

資料庫金鑰可透過 `POST /api/v1/admin/keys` 或 Streamlit 的 **API Keys** 分頁建立,支援逐金鑰到期時間、速率限制(RPM)、使用量追蹤與撤銷——詳見 [API Key Management](../../API.md#api-key-management)(英文)。
資料庫金鑰可透過 `POST /api/v1/admin/keys` 或正式工作台的 **Settings → API access** 建立,支援逐金鑰到期時間、速率限制(RPM)、使用量追蹤與撤銷——詳見 [API Key Management](../../API.md#api-key-management)(英文)。

## 提交 PCAP 檔案

Expand Down