Cyberint Takedowns
Use the Cyberint Takedowns integration to manage takedowns requests.
Data Enrichment & Threat Intelligence · Cyberint
Details
| ID | Cyberint Takedowns |
|---|---|
| Provider | Check Point Software Technologies |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 6.9.0 |
| Docker Image | demisto/python3:3.12.13.10404775 |
| Supported Modules | Agentix XSIAM |
README
Use the Cyberint Takedowns integration to manage takedowns requests
Configure Cyberint Takedowns on Cortex XSOAR
- Navigate 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.ioTrue 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.
Commands
You 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-takedowns
Retrieve takedowns requests.
Base Command
cyberint-retrieve-takedowns
Input
| Argument 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 Output
| Path | 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
{
"Cyberint.takedowns": [
{
"data": {
"takedown_requests": [
{
"reason": "phishing",
"url": "string",
"original_url": "string",
"customer": "string",
"status": "pending",
"brand": "string",
"alert_ref_id": "string",
"alert_id": 0,
"hosting_providers": [
"string"
],
"name_servers": [
"string"
],
"escalation_actions": [
"string"
],
"last_escalation_date": "2019-08-24T14:15:22Z",
"last_status_change_date": "2019-08-24T14:15:22Z",
"last_seen_date": "2019-08-24T14:15:22Z",
"created_date": "2019-08-24T14:15:22Z",
"status_reason": "string",
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08"
}
]
}
}
]
}
Human Readable Output
Takedowns
| Name | 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-url
Submit takedown request.
Base Command
cyberint-takedown-url
Input
| Argument 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 Output
| Path | 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
{
"Cyberint.takedowns": [
{
"customer": "string",
"reason": "phishing",
"url": "string",
"brand": "string",
"original_url": "string",
"alert_id": 0,
"note": "string"
}
]
}
Human Readable Output
Takedown submit response
| Name | 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). |
Configuration parameters
url— Cyberint API URL (required)client_name— Company Name (required)access_token— (required)insecure— Trust any certificate (not secure)proxy— Use system proxy settings
Commands (2)
-
cyberint-retrieve-takedownsRetrieve takedowns requests.
-
cyberint-takedown-urlSubmit takedown request.