Add censys workflows - #17
Draft
crestdatasystems wants to merge 3 commits into
Draft
Conversation
crestdatasystems
marked this pull request as ready for review
June 29, 2026 10:44
crestdatasystems
marked this pull request as draft
June 29, 2026 10:44
crestdatasystems
force-pushed
the
censys-workflows
branch
from
June 29, 2026 12:19
cbe36a5 to
b057e93
Compare
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.
Description
Adds a new Censys integration under
workflows/workflows/integrations/censys/containing six workflows that operate against the Censys Connector, using itsgetHost,getWebProperty,getCertificate,getHostHistory,rescan,scanStatus, and Censeye (censEyeCreateAnalysisJob,censEyeJobStatus,censEyeJobResult) actions. The workflows enrich Security alerts with Censys intelligence.All workflows support both manual and alert triggers (except
Censys Rescan, which is manual-only), write results back to the alert note and document under a dedicatedcensys.*namespace, and fall back to logging to the workflow console when no write-back target is available.getHosthost.ip,source.ip,destination.ip), writing tocensys.host_enrichment.<field>.*.getWebProperty(hostname/IP, port)pair, writing tocensys.webproperty_enrichment.<field>.*.getCertificatetls.server/client.hash.sha256), writing tocensys.certificate_enrichment.<field>.*.getHostHistoryrescan,scanStatus,getHost,getWebPropertycensys.rescanned_host.*/censys.rescanned_webproperty.*(manual only).censEyeCreateAnalysisJob,censEyeJobStatus,censEyeJobResultcensys.related_infrastructure.*and attaches a summary note. Requires Threat Hunting access.Depends on
These workflows invoke the actions of the Censys connector (
getHost,getWebProperty,getCertificate,getHostHistory,rescan,scanStatus,censEyeCreateAnalysisJob,censEyeJobStatus,censEyeJobResult), which are added in that PR. It must be merged/available before these workflows can run.[Connector][Censys] Add censys connector kibana#274568
Required Permissions / Setup
elasticsearch.updatewrite-back steps.event.alerts[0], so without it only the first alert in a batch is processed (noted inline in each workflow).Testing
Checklist
name+ multi-sentencedescriptionmetadata on every workflow