Skip to main content

Check Point - IOC Enrichment and Triage

This Playbook is part of the Cyberint Pack.#

Supported versions

Available on Cortex XSOAR (versions 6.10.0 and later) and Cortex XSIAM.

Enriches IOC entities (IP, domain, URL, file hash) found in an incident with Cyberint threat intelligence, then applies triage decision logic.

The playbook routes each indicator to the matching Cyberint IOC enrichment endpoint, appends the returned maliciousness score and detected activities to the incident, and escalates the incident severity when a malicious indicator is found.

Requires the Check Point EM Feed (Cyberint Feed) integration to be configured.

Dependencies#

This playbook uses the following sub-playbooks, integrations, and scripts.

Sub-playbooks#

This playbook does not use any sub-playbooks.

Integrations#

  • Check Point EM Feed

Scripts#

This playbook does not use any scripts.

Commands#

  • cyberint-get-ipv4
  • cyberint-get-domain
  • cyberint-get-url
  • cyberint-get-file-sha256
  • setIncident

Playbook Inputs#


NameDescriptionDefault ValueRequired
IPIP address indicators to enrich with Cyberint threat intelligence. Defaults to IP indicators extracted from the incident.IP.AddressOptional
DomainDomain indicators to enrich with Cyberint threat intelligence. Defaults to domain indicators extracted from the incident.Domain.NameOptional
URLURL indicators to enrich with Cyberint threat intelligence. Defaults to URL indicators extracted from the incident.URL.DataOptional
FileSHA256SHA256 file hash indicators to enrich with Cyberint threat intelligence. Defaults to file hashes extracted from the incident.File.SHA256Optional
MaliciousScoreThresholdThe Cyberint maliciousness score (0-100) at or above which an indicator is treated as malicious and the incident is escalated. Default is 50.50Optional

Playbook Outputs#


PathDescriptionType
Cyberint.ipv4Cyberint IP address IOC enrichment results, including maliciousness score, detected activities and benign verdict.unknown
Cyberint.domainCyberint domain IOC enrichment results, including maliciousness score, detected activities and benign verdict.unknown
Cyberint.urlCyberint URL IOC enrichment results, including maliciousness score, detected activities and benign verdict.unknown
Cyberint.file_sha256Cyberint file hash IOC enrichment results, including maliciousness score, detected activities and benign verdict.unknown

Playbook Image#


Check Point - IOC Enrichment and Triage