|
| 1 | +Submit and monitor takedown requests for phishing domains, impersonating accounts, and other digital risks |
| 2 | + |
| 3 | +## Configure SOCRadar Takedown in Cortex |
| 4 | + |
| 5 | +| **Parameter** | **Required** | |
| 6 | +| --- | --- | |
| 7 | +| API Key | True | |
| 8 | +| Company ID | True | |
| 9 | +| Trust any certificate (not secure) | False | |
| 10 | +| Use system proxy settings | False | |
| 11 | + |
| 12 | +## Commands |
| 13 | + |
| 14 | +You can execute these commands from the CLI, as part of an automation, or in a playbook. |
| 15 | +After you successfully execute a command, a DBot message appears in the War Room with the command details. |
| 16 | + |
| 17 | +### socradar-submit-phishing-domain |
| 18 | + |
| 19 | +*** |
| 20 | +Submits a takedown request for a phishing domain or URL |
| 21 | + |
| 22 | +#### Base Command |
| 23 | + |
| 24 | +`socradar-submit-phishing-domain` |
| 25 | + |
| 26 | +#### Input |
| 27 | + |
| 28 | +| **Argument Name** | **Description** | **Required** | |
| 29 | +| --- | --- | --- | |
| 30 | +| domain | The phishing domain or URL to submit for takedown. | Required | |
| 31 | +| abuse_type | Type of abuse (default is potential_phishing). Possible values are: potential_phishing, confirmed_phishing. | Optional | |
| 32 | +| type | Type of domain/URL (default is phishing_domain). Possible values are: phishing_domain, phishing_url. | Optional | |
| 33 | +| notes | Additional information about the takedown request. | Optional | |
| 34 | +| send_alarm | Whether to send an alarm (default is true). Possible values are: true, false. | Optional | |
| 35 | +| email | Email to receive notifications about the takedown request. | Required | |
| 36 | + |
| 37 | +#### Context Output |
| 38 | + |
| 39 | +| **Path** | **Type** | **Description** | |
| 40 | +| --- | --- | --- | |
| 41 | +| SOCRadarTakedown.PhishingDomain.Domain | string | The domain submitted for takedown | |
| 42 | +| SOCRadarTakedown.PhishingDomain.AbuseType | string | Type of abuse | |
| 43 | +| SOCRadarTakedown.PhishingDomain.Status | string | Status of the takedown request | |
| 44 | +| SOCRadarTakedown.PhishingDomain.Message | string | Message returned from the API | |
| 45 | +| SOCRadarTakedown.PhishingDomain.SendAlarm | boolean | Whether an alarm was sent | |
| 46 | +| SOCRadarTakedown.PhishingDomain.Notes | string | Notes provided with the takedown request | |
| 47 | + |
| 48 | +### socradar-submit-social-media-impersonation |
| 49 | + |
| 50 | +*** |
| 51 | +Submits a takedown request for an impersonating social media account |
| 52 | + |
| 53 | +#### Base Command |
| 54 | + |
| 55 | +`socradar-submit-social-media-impersonation` |
| 56 | + |
| 57 | +#### Input |
| 58 | + |
| 59 | +| **Argument Name** | **Description** | **Required** | |
| 60 | +| --- | --- | --- | |
| 61 | +| username | Username of the impersonating account. | Required | |
| 62 | +| full_name | Full name shown on the impersonating account. | Required | |
| 63 | +| account_type | Type of social media platform. Possible values are: facebook, instagram, twitter, tiktok, linkedin, youtube, meta, other. | Required | |
| 64 | +| notes | Additional information about the takedown request. | Optional | |
| 65 | +| send_alarm | Whether to send an alarm (default is true). Possible values are: true, false. | Optional | |
| 66 | +| email | Email to receive notifications about the takedown request. | Required | |
| 67 | + |
| 68 | +#### Context Output |
| 69 | + |
| 70 | +| **Path** | **Type** | **Description** | |
| 71 | +| --- | --- | --- | |
| 72 | +| SOCRadarTakedown.SocialMediaImpersonation.Username | string | Username of the impersonating account | |
| 73 | +| SOCRadarTakedown.SocialMediaImpersonation.FullName | string | Full name shown on the impersonating account | |
| 74 | +| SOCRadarTakedown.SocialMediaImpersonation.AccountType | string | Type of social media platform | |
| 75 | +| SOCRadarTakedown.SocialMediaImpersonation.AbuseType | string | Type of abuse reported | |
| 76 | +| SOCRadarTakedown.SocialMediaImpersonation.Status | string | Status of the takedown request | |
| 77 | +| SOCRadarTakedown.SocialMediaImpersonation.Message | string | Message returned from the API | |
| 78 | +| SOCRadarTakedown.SocialMediaImpersonation.SendAlarm | boolean | Whether an alarm was sent | |
| 79 | +| SOCRadarTakedown.SocialMediaImpersonation.Notes | string | Notes provided with the takedown request | |
| 80 | + |
| 81 | +### socradar-submit-source-code-leak |
| 82 | + |
| 83 | +*** |
| 84 | +Submits a takedown request for leaked source code |
| 85 | + |
| 86 | +#### Base Command |
| 87 | + |
| 88 | +`socradar-submit-source-code-leak` |
| 89 | + |
| 90 | +#### Input |
| 91 | + |
| 92 | +| **Argument Name** | **Description** | **Required** | |
| 93 | +| --- | --- | --- | |
| 94 | +| id | ID of the source code leak to takedown. | Required | |
| 95 | +| notes | Additional information about the takedown request. | Optional | |
| 96 | +| email | Email to receive notifications about the takedown request. | Optional | |
| 97 | + |
| 98 | +#### Context Output |
| 99 | + |
| 100 | +| **Path** | **Type** | **Description** | |
| 101 | +| --- | --- | --- | |
| 102 | +| SOCRadarTakedown.SourceCodeLeak.LeakID | number | ID of the source code leak | |
| 103 | +| SOCRadarTakedown.SourceCodeLeak.AbuseType | string | Type of abuse reported | |
| 104 | +| SOCRadarTakedown.SourceCodeLeak.Status | string | Status of the takedown request | |
| 105 | +| SOCRadarTakedown.SourceCodeLeak.Message | string | Message returned from the API | |
| 106 | +| SOCRadarTakedown.SourceCodeLeak.Notes | string | Notes provided with the takedown request | |
| 107 | +| SOCRadarTakedown.SourceCodeLeak.Email | string | Email provided for notifications | |
| 108 | + |
| 109 | +### socradar-submit-rogue-app |
| 110 | + |
| 111 | +*** |
| 112 | +Submits a takedown request for a rogue mobile app |
| 113 | + |
| 114 | +#### Base Command |
| 115 | + |
| 116 | +`socradar-submit-rogue-app` |
| 117 | + |
| 118 | +#### Input |
| 119 | + |
| 120 | +| **Argument Name** | **Description** | **Required** | |
| 121 | +| --- | --- | --- | |
| 122 | +| id | ID of the rogue mobile app to takedown. | Required | |
| 123 | +| notes | Additional information about the takedown request. | Optional | |
| 124 | +| send_alarm | Whether to send an alarm (default is true). Possible values are: true, false. | Optional | |
| 125 | +| email | Email to receive notifications about the takedown request. | Optional | |
| 126 | + |
| 127 | +#### Context Output |
| 128 | + |
| 129 | +| **Path** | **Type** | **Description** | |
| 130 | +| --- | --- | --- | |
| 131 | +| SOCRadarTakedown.RogueApp.AppID | string | ID of the rogue mobile app | |
| 132 | +| SOCRadarTakedown.RogueApp.AbuseType | string | Type of abuse reported | |
| 133 | +| SOCRadarTakedown.RogueApp.Status | string | Status of the takedown request | |
| 134 | +| SOCRadarTakedown.RogueApp.Message | string | Message returned from the API | |
| 135 | +| SOCRadarTakedown.RogueApp.SendAlarm | boolean | Whether alarm notification is enabled | |
| 136 | +| SOCRadarTakedown.RogueApp.Notes | string | Additional notes for the request | |
| 137 | +| SOCRadarTakedown.RogueApp.Email | string | Email provided for notifications | |
0 commit comments