
CrowdStrike UpdateIOC
CertifiedEnterprise EditionUpdate a CrowdStrike Falcon custom indicator of compromise
CrowdStrike UpdateIOC
Update a CrowdStrike Falcon custom indicator of compromise
Patches the action, severity, and/or expiration of an existing custom IOC. At least one of action, severity, or expirationDays must be set.
type: io.kestra.plugin.ee.crowdstrike.ioc.UpdateIOCExamples
Escalate an indicator to prevent and extend its expiration
id: update_ioc
namespace: company.team
tasks:
- id: update_ioc
type: io.kestra.plugin.ee.crowdstrike.ioc.UpdateIOC
clientId: "{{ secret('CROWDSTRIKE_CLIENT_ID') }}"
clientSecret: "{{ secret('CROWDSTRIKE_CLIENT_SECRET') }}"
iocId: "4f8b9c1a2d3e4f5061728394a5b6c7d"
action: PREVENT
severity: CRITICAL
expirationDays: 90
Properties
clientId *Requiredstring
API client ID
Client ID of a CrowdStrike API client with the scopes required by the tasks and triggers being used.
clientSecret *Requiredstring
API client secret
Client secret of the CrowdStrike API client. Exchanged for a short-lived OAuth2 Bearer token on every task run and trigger poll; never logged.
action string
NO_ACTIONALLOWPREVENTDETECTAction
New action CrowdStrike takes when this indicator is observed.
baseUrl string
https://api.crowdstrike.comCrowdStrike API base URL
Base URL of the CrowdStrike Falcon API for your cloud region (for example: https://api.crowdstrike.com for US-1, https://api.us-2.crowdstrike.com for US-2, https://api.eu-1.crowdstrike.com for EU-1, or https://api.laggar.gcw.crowdstrike.com for US-GOV-1). Defaults to the US-1 endpoint. Using the wrong region for your tenant results in 403 Forbidden responses.
expirationDays integerstring
Expiration, in days from now
New expiration, from 1 to 365 days from now. Converted to an RFC-3339 expiration timestamp before being sent to the CrowdStrike API.
iocId string
IOC ID
ID of the custom IOC to update.
severity string
INFORMATIONALLOWMEDIUMHIGHCRITICALSeverity
New severity for this indicator.
Outputs
id string
ID of the updated IOC