[New Integration] Add ReConfirm integration - #20515
Open
m11tch wants to merge 3 commits into
Open
Conversation
Adds the ReConfirm integration to collect attack-surface and vulnerability scan results (assets/ports, lookalike domains, subdomain exposure, credential leaks, and email security posture) via webhook and normalize them to ECS.
Contributor
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. |
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.
Suggested label: Enhancement
Proposed commit message
[New Integration] Add ReConfirm integration
Adds the ReConfirm integration to collect attack-surface and vulnerability
scan results via webhook and normalize them to ECS.
WHAT:
vulnerabilitydata stream backed by anhttp_endpointinput;ReConfirm POSTs one JSON document per completed scan.
subdomains by hostname, vulnerability findings, associated domains, and
credential leaks, into bounded nested arrays instead of unbounded dynamic
mappings.
vulnerability.*fields, includingseverity, CVE ID, and CVSS score, alongside ReConfirm-specific fields under
reconfirm.*.redact_leaked_passwords, enabled by default, to replace leakedplaintext credential values with
REDACTEDin bothreconfirm.cred_leaks.passwordandevent.original.WHY:
services, lookalike domains, leaked credentials, and email security posture
in Elasticsearch alongside their other telemetry.
Checklist
changelog.ymlfile.N/A: no dashboards are included in this version.
Author's Checklist
changelog.yml's PR link from thepull/1placeholder to this PR's actual number once opened.How to test this PR locally
All commands passed locally.
Related issues
Screenshots
N/A: no dashboards or visual UI assets are included in this version.