Skip to content

Commit 2f942b5

Browse files
DDS: Anomali ThreatStream: Threat Intel Integration Without Assets (DataDog#23343)
* Add Anomali ThreatStream threat intel integration without assets * Resolve CI Failure
1 parent aa047ae commit 2f942b5

5 files changed

Lines changed: 91 additions & 0 deletions

File tree

.github/CODEOWNERS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -804,6 +804,11 @@ plaid/assets/logs/ @DataDog/saa
804804
/ide-shepherd/manifest.json @DataDog/agent-integrations @DataDog/documentation
805805
/ide-shepherd/assets/logs/ @DataDog/agent-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers
806806

807+
/anomali_threatstream/ @DataDog/saas-integrations
808+
/anomali_threatstream/*.md @DataDog/saas-integrations @DataDog/documentation
809+
/anomali_threatstream/manifest.json @DataDog/saas-integrations @DataDog/documentation
810+
/anomali_threatstream/assets/logs/ @DataDog/saas-integrations @DataDog/documentation @DataDog/logs-integrations-reviewers
811+
807812
/palo_alto_networks_cortex_xsoar/ @DataDog/saas-integrations
808813
/palo_alto_networks_cortex_xsoar/*.md @DataDog/saas-integrations @DataDog/documentation
809814
/palo_alto_networks_cortex_xsoar/manifest.json @DataDog/saas-integrations @DataDog/documentation

.github/workflows/config/labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,10 @@ integration/ambari:
9797
- changed-files:
9898
- any-glob-to-any-file:
9999
- ambari/**/*
100+
integration/anomali_threatstream:
101+
- changed-files:
102+
- any-glob-to-any-file:
103+
- anomali_threatstream/**/*
100104
integration/anthropic:
101105
- changed-files:
102106
- any-glob-to-any-file:

anomali_threatstream/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# CHANGELOG - Anomali ThreatStream
2+
3+
## 1.0.0 / 2026-04-16
4+
5+
***Added***:
6+
7+
* Initial Release

anomali_threatstream/README.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# Agent Check: Anomali ThreatStream
2+
3+
## Overview
4+
5+
This check monitors [Anomali ThreatStream][1].
6+
7+
## Setup
8+
9+
### Installation
10+
11+
The Anomali ThreatStream check is included in the [Datadog Agent][2] package.
12+
No additional installation is needed on your server.
13+
14+
### Configuration
15+
16+
!!! Add list of steps to set up this integration !!!
17+
18+
### Validation
19+
20+
!!! Add steps to validate integration is functioning as expected !!!
21+
22+
## Data Collected
23+
24+
### Metrics
25+
26+
Anomali ThreatStream does not include any metrics.
27+
28+
### Events
29+
30+
Anomali ThreatStream does not include any events.
31+
32+
## Troubleshooting
33+
34+
Need help? Contact [Datadog support][3].
35+
36+
[1]: **LINK_TO_INTEGRATION_SITE**
37+
[2]: https://app.datadoghq.com/account/settings/agent/latest
38+
[3]: https://docs.datadoghq.com/help/
39+

anomali_threatstream/manifest.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"manifest_version": "2.0.0",
3+
"app_uuid": "6525b01a-cddd-4f60-84ff-d6739812b4c6",
4+
"app_id": "anomali-threatstream",
5+
"owner": "saas-integrations",
6+
"display_on_public_website": false,
7+
"tile": {
8+
"overview": "README.md#Overview",
9+
"configuration": "README.md#Setup",
10+
"support": "README.md#Support",
11+
"changelog": "CHANGELOG.md",
12+
"description": "Enriches your security logs with threat intelligence data from Anomali ThreatStream.",
13+
"title": "Anomali ThreatStream",
14+
"media": [],
15+
"classifier_tags": [
16+
"Category::Security",
17+
"Offering::Integration"
18+
]
19+
},
20+
"assets": {
21+
"integration": {
22+
"auto_install": false,
23+
"source_type_id": 76322335,
24+
"source_type_name": "Anomali ThreatStream",
25+
"events": {
26+
"creates_events": false
27+
}
28+
}
29+
},
30+
"author": {
31+
"support_email": "help@datadoghq.com",
32+
"name": "Datadog",
33+
"homepage": "https://www.datadoghq.com",
34+
"sales_email": "info@datadoghq.com"
35+
}
36+
}

0 commit comments

Comments
 (0)