SOCRadar Takedown
SOCRadarTakedown Pack.#
This Integration is part of theSupported versions
Supported Cortex XSOAR versions: 6.0.0 and later.
Submit and monitor takedown requests for phishing domains, impersonating accounts, and other digital risks
#
Configure SOCRadar Takedown in CortexParameter | Required |
---|---|
API Key | True |
Company ID | True |
Trust any certificate (not secure) | False |
Use system proxy settings | False |
#
CommandsYou can execute these commands from the 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.
#
socradar-submit-phishing-domainSubmits a takedown request for a phishing domain or URL
#
Base Commandsocradar-submit-phishing-domain
#
InputArgument Name | Description | Required |
---|---|---|
domain | The phishing domain or URL to submit for takedown. | Required |
abuse_type | Type of abuse (default is potential_phishing). Possible values are: potential_phishing, confirmed_phishing. | Optional |
type | Type of domain/URL (default is phishing_domain). Possible values are: phishing_domain, phishing_url. | Optional |
notes | Additional information about the takedown request. | Optional |
send_alarm | Whether to send an alarm (default is true). Possible values are: true, false. | Optional |
Email to receive notifications about the takedown request. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
SOCRadarTakedown.PhishingDomain.Domain | string | The domain submitted for takedown |
SOCRadarTakedown.PhishingDomain.AbuseType | string | Type of abuse |
SOCRadarTakedown.PhishingDomain.Status | string | Status of the takedown request |
SOCRadarTakedown.PhishingDomain.Message | string | Message returned from the API |
SOCRadarTakedown.PhishingDomain.SendAlarm | boolean | Whether an alarm was sent |
SOCRadarTakedown.PhishingDomain.Notes | string | Notes provided with the takedown request |
#
socradar-submit-social-media-impersonationSubmits a takedown request for an impersonating social media account
#
Base Commandsocradar-submit-social-media-impersonation
#
InputArgument Name | Description | Required |
---|---|---|
username | Username of the impersonating account. | Required |
full_name | Full name shown on the impersonating account. | Required |
account_type | Type of social media platform. Possible values are: facebook, instagram, twitter, tiktok, linkedin, youtube, meta, other. | Required |
notes | Additional information about the takedown request. | Optional |
send_alarm | Whether to send an alarm (default is true). Possible values are: true, false. | Optional |
Email to receive notifications about the takedown request. | Required |
#
Context OutputPath | Type | Description |
---|---|---|
SOCRadarTakedown.SocialMediaImpersonation.Username | string | Username of the impersonating account |
SOCRadarTakedown.SocialMediaImpersonation.FullName | string | Full name shown on the impersonating account |
SOCRadarTakedown.SocialMediaImpersonation.AccountType | string | Type of social media platform |
SOCRadarTakedown.SocialMediaImpersonation.AbuseType | string | Type of abuse reported |
SOCRadarTakedown.SocialMediaImpersonation.Status | string | Status of the takedown request |
SOCRadarTakedown.SocialMediaImpersonation.Message | string | Message returned from the API |
SOCRadarTakedown.SocialMediaImpersonation.SendAlarm | boolean | Whether an alarm was sent |
SOCRadarTakedown.SocialMediaImpersonation.Notes | string | Notes provided with the takedown request |
#
socradar-submit-source-code-leakSubmits a takedown request for leaked source code
#
Base Commandsocradar-submit-source-code-leak
#
InputArgument Name | Description | Required |
---|---|---|
id | ID of the source code leak to takedown. | Required |
notes | Additional information about the takedown request. | Optional |
Email to receive notifications about the takedown request. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
SOCRadarTakedown.SourceCodeLeak.LeakID | number | ID of the source code leak |
SOCRadarTakedown.SourceCodeLeak.AbuseType | string | Type of abuse reported |
SOCRadarTakedown.SourceCodeLeak.Status | string | Status of the takedown request |
SOCRadarTakedown.SourceCodeLeak.Message | string | Message returned from the API |
SOCRadarTakedown.SourceCodeLeak.Notes | string | Notes provided with the takedown request |
SOCRadarTakedown.SourceCodeLeak.Email | string | Email provided for notifications |
#
socradar-submit-rogue-appSubmits a takedown request for a rogue mobile app
#
Base Commandsocradar-submit-rogue-app
#
InputArgument Name | Description | Required |
---|---|---|
id | ID of the rogue mobile app to takedown. | Required |
notes | Additional information about the takedown request. | Optional |
send_alarm | Whether to send an alarm (default is true). Possible values are: true, false. | Optional |
Email to receive notifications about the takedown request. | Optional |
#
Context OutputPath | Type | Description |
---|---|---|
SOCRadarTakedown.RogueApp.AppID | string | ID of the rogue mobile app |
SOCRadarTakedown.RogueApp.AbuseType | string | Type of abuse reported |
SOCRadarTakedown.RogueApp.Status | string | Status of the takedown request |
SOCRadarTakedown.RogueApp.Message | string | Message returned from the API |
SOCRadarTakedown.RogueApp.SendAlarm | boolean | Whether alarm notification is enabled |
SOCRadarTakedown.RogueApp.Notes | string | Additional notes for the request |
SOCRadarTakedown.RogueApp.Email | string | Email provided for notifications |