For the complete documentation index, see llms.txt. This page is also available as Markdown.

Cofense Triage

Connection Requirements

What this adapter fetches

This adapter ingests Cofense Triage Reporters — employees of your organization who report suspicious emails via the Cofense Reporter button. Reporter records include email, last reported date, reputation score, VIP flag, and total report count. Phishing reports, threat indicators, and IOC data are out of scope.

1 - Domain

Cofense Triage instance hostname (e.g., triage.your-company.com). Enter without the https:// prefix.

2 - Client ID

The OAuth2 Client ID generated for an API user in your Cofense Triage instance. Created in the Cofense Triage UI under the API Keys section by an administrator.

3 - Client Secret

The OAuth2 Client Secret paired with the Client ID. Capture this value at creation time — it is typically shown only once.

4 - Proxy

Optional proxy server in host:port format used to reach the Cofense Triage instance.

5 - Timeout

The amount of time (in seconds) to wait for Cofense Triage API responses (default: 60).

Permissions Required

The API user must have read access to the Reporters endpoint (/api/public/v2/reporters) in Cofense Triage. Without that role, requests return HTTP 403.

Last updated