Skip to main content

SOCRadar Takedown

This Integration is part of the SOCRadarTakedown Pack.#

Supported 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 Cortex#

ParameterRequired
API KeyTrue
Company IDTrue
Trust any certificate (not secure)False
Use system proxy settingsFalse

Commands#

You 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-domain#


Submits a takedown request for a phishing domain or URL

Base Command#

socradar-submit-phishing-domain

Input#

Argument NameDescriptionRequired
domainThe phishing domain or URL to submit for takedown.Required
abuse_typeType of abuse (default is potential_phishing). Possible values are: potential_phishing, confirmed_phishing.Optional
typeType of domain/URL (default is phishing_domain). Possible values are: phishing_domain, phishing_url.Optional
notesAdditional information about the takedown request.Optional
send_alarmWhether to send an alarm (default is true). Possible values are: true, false.Optional
emailEmail to receive notifications about the takedown request.Required

Context Output#

PathTypeDescription
SOCRadarTakedown.PhishingDomain.DomainstringThe domain submitted for takedown
SOCRadarTakedown.PhishingDomain.AbuseTypestringType of abuse
SOCRadarTakedown.PhishingDomain.StatusstringStatus of the takedown request
SOCRadarTakedown.PhishingDomain.MessagestringMessage returned from the API
SOCRadarTakedown.PhishingDomain.SendAlarmbooleanWhether an alarm was sent
SOCRadarTakedown.PhishingDomain.NotesstringNotes provided with the takedown request

socradar-submit-social-media-impersonation#


Submits a takedown request for an impersonating social media account

Base Command#

socradar-submit-social-media-impersonation

Input#

Argument NameDescriptionRequired
usernameUsername of the impersonating account.Required
full_nameFull name shown on the impersonating account.Required
account_typeType of social media platform. Possible values are: facebook, instagram, twitter, tiktok, linkedin, youtube, meta, other.Required
notesAdditional information about the takedown request.Optional
send_alarmWhether to send an alarm (default is true). Possible values are: true, false.Optional
emailEmail to receive notifications about the takedown request.Required

Context Output#

PathTypeDescription
SOCRadarTakedown.SocialMediaImpersonation.UsernamestringUsername of the impersonating account
SOCRadarTakedown.SocialMediaImpersonation.FullNamestringFull name shown on the impersonating account
SOCRadarTakedown.SocialMediaImpersonation.AccountTypestringType of social media platform
SOCRadarTakedown.SocialMediaImpersonation.AbuseTypestringType of abuse reported
SOCRadarTakedown.SocialMediaImpersonation.StatusstringStatus of the takedown request
SOCRadarTakedown.SocialMediaImpersonation.MessagestringMessage returned from the API
SOCRadarTakedown.SocialMediaImpersonation.SendAlarmbooleanWhether an alarm was sent
SOCRadarTakedown.SocialMediaImpersonation.NotesstringNotes provided with the takedown request

socradar-submit-source-code-leak#


Submits a takedown request for leaked source code

Base Command#

socradar-submit-source-code-leak

Input#

Argument NameDescriptionRequired
idID of the source code leak to takedown.Required
notesAdditional information about the takedown request.Optional
emailEmail to receive notifications about the takedown request.Optional

Context Output#

PathTypeDescription
SOCRadarTakedown.SourceCodeLeak.LeakIDnumberID of the source code leak
SOCRadarTakedown.SourceCodeLeak.AbuseTypestringType of abuse reported
SOCRadarTakedown.SourceCodeLeak.StatusstringStatus of the takedown request
SOCRadarTakedown.SourceCodeLeak.MessagestringMessage returned from the API
SOCRadarTakedown.SourceCodeLeak.NotesstringNotes provided with the takedown request
SOCRadarTakedown.SourceCodeLeak.EmailstringEmail provided for notifications

socradar-submit-rogue-app#


Submits a takedown request for a rogue mobile app

Base Command#

socradar-submit-rogue-app

Input#

Argument NameDescriptionRequired
idID of the rogue mobile app to takedown.Required
notesAdditional information about the takedown request.Optional
send_alarmWhether to send an alarm (default is true). Possible values are: true, false.Optional
emailEmail to receive notifications about the takedown request.Optional

Context Output#

PathTypeDescription
SOCRadarTakedown.RogueApp.AppIDstringID of the rogue mobile app
SOCRadarTakedown.RogueApp.AbuseTypestringType of abuse reported
SOCRadarTakedown.RogueApp.StatusstringStatus of the takedown request
SOCRadarTakedown.RogueApp.MessagestringMessage returned from the API
SOCRadarTakedown.RogueApp.SendAlarmbooleanWhether alarm notification is enabled
SOCRadarTakedown.RogueApp.NotesstringAdditional notes for the request
SOCRadarTakedown.RogueApp.EmailstringEmail provided for notifications