Skip to main content

Check Point - Phishing Takedown

This Playbook is part of the Cyberint Pack.#

Supported versions

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

Automates or semi-automates the takedown of high-confidence phishing websites detected by Cyberint.

The playbook evaluates the confidence and severity of a Cyberint phishing-website alert, submits a takedown request via the Cyberint Takedown API (automatically or after analyst approval), polls the takedown request until it reaches a terminal status, and annotates the incident and notifies the SOC of the outcome.

Requires the Cyberint Takedown integration to be configured.

Dependencies#

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

Sub-playbooks#

  • GenericPolling

Integrations#

  • Check Point EM Takedowns

Scripts#

This playbook does not use any scripts.

Commands#

  • cyberint-takedown-url
  • cyberint-retrieve-takedowns
  • setIncident

Playbook Inputs#


NameDescriptionDefault ValueRequired
URLThe phishing website URL to submit for takedown. Defaults to the URL from the Cyberint alert data.${incident.cyberintalerturl}Optional
CustomerIDThe Cyberint customer ID, as configured in the Cyberint integration. Used to submit and track the takedown request.Required
ReasonThe takedown reason. One of: phishing, brand_abuse, impersonating_application, unofficial_application_distribution, malicious_content, social_media_impersonation, social_media_employee_impersonation, fake_job_post, sensitive_file_on_antivirus_repository, instant_messaging_impersonation, other. Default is phishing.phishingOptional
AlertIDThe Cyberint alert ID associated with the phishing website. Used to correlate the takedown request with the alert.${incident.alertid}Optional
BrandThe brand the phishing website is impersonating. Required by the takedown API to determine the original (legitimate) URL when the customer profile does not resolve it automatically. Defaults to the Cyberint alert targeted brand.${incident.cyberinttargetedbrand}Optional
OriginalURLThe URL of the original, legitimate content being impersonated. Required by the takedown API to determine the original URL when the customer profile does not resolve it automatically.Optional
ConfidenceThe confidence score (0-100) of the phishing website alert. Defaults to the Cyberint alert confidence field.${incident.cyberintconfidence}Optional
ConfidenceThresholdThe minimum confidence score (0-100) required to initiate a takedown. Default is 80.80Optional
SeverityThe severity of the incident (1-Low, 2-Medium, 3-High, 4-Critical). Defaults to the incident severity.${incident.severity}Optional
MinSeverityThe minimum incident severity (1-4) required to initiate a takedown. Default is 3 (High).3Optional
AutoTakedownWhether to submit the takedown request automatically (yes) or to require analyst approval first (no). Default is no.noOptional
PollingIntervalHow often, in minutes, to poll the Cyberint takedown request status. Default is 5.5Optional
PollingTimeoutHow long, in minutes, to keep polling the takedown request status before timing out. Default is 1440 (24 hours).1440Optional

Playbook Outputs#


PathDescriptionType
Cyberint.takedowns_submitThe submitted Cyberint takedown request.unknown
Cyberint.takedowns_listThe polled Cyberint takedown request, including its current status.unknown

Playbook Image#


Check Point - Phishing Takedown