Cyberint Takedowns
Cyberint Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.9.0 and later.
Use the Cyberint Takedowns integration to manage takedowns requests
#
Configure Cyberint Takedowns on Cortex XSOARNavigate to Settings > Integrations > Servers & Services.
Search for Cyberint Takedowns.
Click Add instance to create and configure a new integration instance.
Parameter Description Required Cyberint API URL Example: https://yourcompany.cyberint.io
True Company Name True API access token True Trust any certificate (not secure) False Use system proxy settings False Click Test to validate the URLs, token, and connection.
#
CommandsYou can execute these commands from the Cortex XSOAR CLI, as part of an automation, or in a playbook. After you successfully execute a command, a DBot message appears in the War Room with the command details.
#
cyberint-retrieve-takedownsRetrieve takedowns requests.
#
Base Commandcyberint-retrieve-takedowns
#
InputArgument Name | Description | Required |
---|---|---|
customer_id | Customer ID. | True |
reason | Reason for the takedown request. | True |
url | URL for the takedown request. | True |
original_url | Original URL. | Optional |
customer | Customer. | Optional |
status | Status. | Optional |
brand | Brand. | Optional |
alert_ref_id | Alert reference ID. | Optional |
alert_id | Alert ID. | Optional |
hosting_providers | Hosting providers. | Optional |
name_servers | Name servers. | Optional |
escalation_actions | Escalation actions. | Optional |
last_escalation_date | Last escalation date. | Optional |
last_status_change_date | Last status change date. | Optional |
last_seen_date | Last seen date. | Optional |
created_date | Created date. | Optional |
status_reason | Status reason. | Optional |
id | Takedown request ID. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
Cyberint.takedowns_list.reason | String | Reason for the takedown request. |
Cyberint.takedowns_list.url | String | URL for the takedown request. |
Cyberint.takedowns_list.original_url | String | Original URL. |
Cyberint.takedowns_list.customer | String | Customer. |
Cyberint.takedowns_list.status | String | Status. |
Cyberint.takedowns_list.brand | String | Brand. |
Cyberint.takedowns_list.alert_ref_id | String | Alert reference ID. |
Cyberint.takedowns_list.alert_id | Number | Alert ID. |
Cyberint.takedowns_list.hosting_providers | Array | List of hosting providers. |
Cyberint.takedowns_list.name_servers | Array | List of name servers. |
Cyberint.takedowns_list.escalation_actions | Array | List of escalation actions. |
Cyberint.takedowns_list.last_escalation_date | String | Last escalation date (ISO 8601). |
Cyberint.takedowns_list.last_status_change_date | String | Last status change date. |
Cyberint.takedowns_list.last_seen_date | String | Last seen date. |
Cyberint.takedowns_list.created_date | String | Created date. |
Cyberint.takedowns_list.status_reason | String | Status reason. |
Cyberint.takedowns_list.id | String | Takedown request ID (UUID). |
#
Command example!cyberint-retrieve-takedowns customer_id=Cyberint reason=phishing url=http://hacking.enterprises original_url=https://cyberint.com brand=Cyberint
#
Context Example#
Human Readable Output#
TakedownsName | Type | Description |
---|---|---|
reason | String | Reason for the takedown request. |
url | String | URL for the takedown request. |
original_url | String | Original URL. |
customer | String | Customer. |
status | String | Status. |
brand | String | Brand. |
alert_ref_id | String | Alert reference ID. |
alert_id | Number | Alert ID. |
hosting_providers | Array | List of hosting providers. |
name_servers | Array | List of name servers. |
escalation_actions | Array | List of escalation actions. |
last_escalation_date | String | Last escalation date (ISO 8601). |
last_status_change_date | String | Last status change date. |
last_seen_date | String | Last seen date. |
created_date | String | Created date. |
status_reason | String | Status reason. |
id | String | Takedown request ID (UUID). |
#
cyberint-takedown-urlSubmit takedown request.
#
Base Commandcyberint-takedown-url
#
InputArgument Name | Description | Required |
---|---|---|
customer | Customer. | True |
reason | Reason for the takedown request. | Required |
url | URL for the takedown request. | Required |
brand | Brand. | Optional |
original_url | Original URL. | Optional |
alert_id | Alert ID. | Optional |
note | Note. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
Cyberint.takedowns_submit.reason | String | Reason for the takedown request. |
Cyberint.takedowns_submit.url | String | URL for the takedown request. |
Cyberint.takedowns_submit.original_url | String | Original URL. |
Cyberint.takedowns_submit.customer | String | Customer. |
Cyberint.takedowns_submit.status | String | Status. |
Cyberint.takedowns_submit.brand | String | Brand. |
Cyberint.takedowns_submit.alert_ref_id | String | Alert reference ID. |
Cyberint.takedowns_submit.alert_id | Number | Alert ID. |
Cyberint.takedowns_submit.hosting_providers | Array | List of hosting providers. |
Cyberint.takedowns_submit.name_servers | Array | List of name servers. |
Cyberint.takedowns_submit.escalation_actions | Array | List of escalation actions. |
Cyberint.takedowns_submit.last_escalation_date | String | Last escalation date (ISO 8601). |
Cyberint.takedowns_submit.last_status_change_date | String | Last status change date. |
Cyberint.takedowns_submit.last_seen_date | String | Last seen date. |
Cyberint.takedowns_submit.created_date | String | Created date. |
Cyberint.takedowns_submit.status_reason | String | Status reason. |
Cyberint.takedowns_submit.id | String | Takedown request ID (UUID). |
#
Command example!cyberint-takedown-url customer=Cyberint reason=Description url=http://hacking.enterprises
#
Context Example#
Human Readable Output#
Takedown submit responseName | Type | Description |
---|---|---|
reason | String | Reason for the takedown request. |
url | String | URL for the takedown request. |
original_url | String | Original URL. |
customer | String | Customer. |
status | String | Status. |
brand | String | Brand. |
alert_ref_id | String | Alert reference ID. |
alert_id | Number | Alert ID. |
hosting_providers | Array | List of hosting providers. |
name_servers | Array | List of name servers. |
escalation_actions | Array | List of escalation actions. |
last_escalation_date | String | Last escalation date (ISO 8601). |
last_status_change_date | String | Last status change date (ISO 8601). |
last_seen_date | String | Last seen date (ISO 8601). |
created_date | String | Created date (ISO 8601). |
status_reason | String | Status reason. |
id | String | Takedown request ID (UUID). |