Skip to content

[Anomali] agentless deployment support #14547

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 2 additions & 0 deletions packages/ti_anomali/_dev/build/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ It has the following data streams:
- **`intelligence`** Indicators retrieved from the Anomali ThreatStream API's intelligence endpoint.
- **`threatstream`** Indicators received from the Anomali ThreatStream Elastic Extension, which is additional software. This is deprecated.

If you run in the cloud (Cloud Hosted of Serverless), this integration is available [agentless](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) from cluster version 8.17 onward - if this criteria is met, you don't need to install an Elastic Agent to gather these metrics.

## Logs

### Expiration of Indicators of Compromise (IOCs)
Expand Down
5 changes: 5 additions & 0 deletions packages/ti_anomali/changelog.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# newer versions go on top
- version: "2.1.0"
changes:
- description: Added Agentless deployment mode
type: enhancement
link: https://github.com/elastic/integrations/pull/14547
- version: "2.0.0"
changes:
- description: Modify field type to eliminate field conflicts within the data streams.
Expand Down
2 changes: 2 additions & 0 deletions packages/ti_anomali/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ It has the following data streams:
- **`intelligence`** Indicators retrieved from the Anomali ThreatStream API's intelligence endpoint.
- **`threatstream`** Indicators received from the Anomali ThreatStream Elastic Extension, which is additional software. This is deprecated.

If you run in the cloud (Cloud Hosted of Serverless), this integration is available [agentless](https://www.elastic.co/guide/en/serverless/current/security-agentless-integrations.html) from cluster version 8.17 onward - if this criteria is met, you don't need to install an Elastic Agent to gather these metrics.

## Logs

### Expiration of Indicators of Compromise (IOCs)
Expand Down
11 changes: 10 additions & 1 deletion packages/ti_anomali/manifest.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: ti_anomali
title: Anomali
version: "2.0.0"
version: "2.1.0"
description: Ingest threat intelligence indicators from Anomali with Elastic Agent.
type: integration
format_version: 3.0.2
Expand Down Expand Up @@ -38,6 +38,15 @@ policy_templates:
- name: ti_anomali
title: Anomali
description: Ingest threat intelligence indicators from Anomali with Elastic Agent.
deployment_modes:
default:
enabled: true
agentless:
enabled: true
is_default: true
organization: elastic
division: field
team: csg
inputs:
- type: cel
title: "Anomali ThreatStream API"
Expand Down