Add Speculus Threat Intelligence integration#19912
Open
SpeculusDevelopers wants to merge 3 commits into
Open
Conversation
Adds ti_speculus_taxii, a CEL-input TAXII 2.1 integration that collects STIX 2.1 threat intelligence indicators from the Speculus feed, maps them to ECS threat.indicator.* fields, and namespaces the remaining STIX and Speculus extension properties under ti_speculus_taxii.stix.*. Validated end-to-end: pipeline, static, asset, and system tests pass against a self-contained mocked TAXII fixture (no live-server dependency in CI), plus manual confirmation against the real production feed. Includes a Kibana dashboard with indicator KPIs, risk/activity breakdowns, a geo/country view, and an indicators-over-time chart.
Replaces the hand-authored dashboard with one built and verified through the Kibana UI, including a choropleth world map (EMS World Countries, joined on threat.indicator.geo.country_iso_code). The map's data-view join was retargeted from a local-only data view to the shared logs-* pattern so it resolves in any environment.
ReviewersBuildkite won't run for external contributors automatically; you need to add a comment:
NOTE: https://github.com/elastic/integrations/blob/main/.buildkite/pull-requests.json contains all those details. |
Speculus is not currently a formal Elastic Technology Partner, so the owner.type should be community rather than partner. Also aligns owner.github with the GitHub account actually maintaining this PR.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
ti_speculus_taxii, a CEL-input integration that collects STIX 2.1 threat intelligence indicators from the Speculus TAXII 2.1 server and maps them to ECSthreat.indicator.*fields.added_after/next-cursor incremental syncx_speculus_*extension properties (geo, ASN/ISP, risk score, activity, attribution, proxy/Tor/datacenter/blacklist classification) namespaced underti_speculus_taxii.stix.*owner.type: partnerTest plan
elastic-package check(lint + build) passeselastic-package test pipelinepasses against representative Speculus indicator fixtureselastic-package test static/test assetpasselastic-package test systempasses against a self-contained mocked TAXII server fixture (_dev/deploy/docker/) — no live-server dependency, so CI doesn't depend on Speculus's production infrastructure