Skip to content
Merged
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
19 changes: 18 additions & 1 deletion cofense_triage/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,22 @@ Note: Use the maximum rate limit for optimal performance.
| Client Secret | The Client Secret of your Cofense Triage account. |
2. Click **Save** to save your settings.

#### Whitelist Datadog IP Addresses

1. Use an API platform such as Postman or the curl command to make a GET request to the [Datadog API endpoint][3].
2. After you receive the response, locate the **webhooks** section in the JSON. It looks something like this:
```json
"webhooks": {
"prefixes_ipv4": [
"0.0.0.0/32",
...
],
"prefixes_ipv6": []
}
```
3. From the **prefixes_ipv4** list under the Webhooks section, copy each CIDR entry.
4. Work with Cofense support team to get these IP ranges whitelisted.

## Data Collected

### Logs
Expand All @@ -62,4 +78,5 @@ Cofense Triage does not include any events.
Need help? Contact [Datadog support][2].

[1]: https://cofense.com/pdr-platform
[2]: https://docs.datadoghq.com/help/
[2]: https://docs.datadoghq.com/help/
[3]: https://docs.datadoghq.com/api/latest/ip-ranges/
Loading