Cyren to CrowdStrike IOC Automation

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Content Index


This playbook fetches IP reputation and/or malware URL threat intelligence indicators from the Cyren CCF API feed and creates corresponding IOC indicators in CrowdStrike Falcon for automated threat detection and response. Customers can provide one or both Cyren feed tokens.

Attribute Value
Type Playbook
Solution Cyren-CrowdStrike-ThreatIntelligence
Source View on GitHub

Logic App Connectors

This playbook uses 1 Logic App connector / built-in action:

Connector / Action Type Connections Actions
http Built-in 0 5
Action parameters (URLs, paths, function IDs)

http (Built-in)

Action Method Endpoint Other
Get_CrowdStrike_Token POST @{parameters('CrowdStrike_BaseUrl')}/oauth2/token
Get_IpRep_Indicators GET @{outputs('Build_IpRep_Cyren_Url')}
Post_IpRep_IOC_to_CrowdStrike POST @{parameters('CrowdStrike_BaseUrl')}/iocs/entities/indicators/v1?ignore_warnings=true
Get_MalwareUrl_Indicators GET @{outputs('Build_MalwareUrl_Cyren_Url')}
Post_MalwareUrl_IOC_to_CrowdStrike POST @{parameters('CrowdStrike_BaseUrl')}/iocs/entities/indicators/v1?ignore_warnings=true

Browse: 🏠 · Solutions · Connectors · Methods · Tables · Content · Parsers · ASIM Parsers · ASIM Products · Logic Apps · 📊

Back to Playbooks · Back to Cyren-CrowdStrike-ThreatIntelligence