Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
da673ba
"pack contribution initial commit"
xsoar-bot Jun 9, 2025
0266255
Update pack_metadata.json
Radargoger Jun 25, 2025
affd7e1
Update SOCRadarTakedown.yml
Radargoger Jun 25, 2025
bfd3a62
Update SOCRadarTakedown.py
Radargoger Jun 25, 2025
16a6361
Update Packs/SOCRadarTakedown/Integrations/SOCRadarTakedown/SOCRadarT…
Radargoger Jun 29, 2025
98abaa1
Create SOCRadarTakedown_description.md
Radargoger Jun 29, 2025
f363abf
Update Packs/SOCRadarTakedown/pack_metadata.json
Radargoger Jun 29, 2025
e119f2b
Delete Packs/SOCRadarTakedown/Integrations/SOCRadarTakedown/SOCRadarT…
Radargoger Jul 1, 2025
4995877
pre-commit fixes
itssapir Jul 7, 2025
efa060e
fix image
itssapir Jul 7, 2025
13340ca
change to credentials object and add description file
itssapir Jul 7, 2025
6562722
Merge branch 'contrib/xsoar-contrib_Radargoger-contrib-SOCRadarTakedo…
itssapir Jul 7, 2025
b3068e1
fix change to credentials, and markdownlint pass
itssapir Jul 7, 2025
5d53d9b
Update SOCRadarTakedown.py
Radargoger Jul 17, 2025
31b540c
Update README.md
Radargoger Jul 19, 2025
001ebba
Update SOCRadarTakedown_description.md
Radargoger Jul 19, 2025
b77da92
Update SOCRadarTakedown.yml
Radargoger Jul 19, 2025
74d9b7c
Update SOCRadarTakedown.py
Radargoger Jul 19, 2025
8c8e42d
Update SOCRadarTakedown.yml
Radargoger Jul 19, 2025
90ac1ab
Update README.md
Radargoger Jul 19, 2025
0b05d5e
Update SOCRadarTakedown.py
Radargoger Jul 21, 2025
5b40b67
Update SOCRadarTakedown.py
Radargoger Jul 21, 2025
a7fc4f4
Update SOCRadarTakedown.py
Radargoger Jul 21, 2025
d1498c6
ruff fixes
itssapir Jul 21, 2025
ed76178
Merge branch 'contrib/xsoar-contrib_Radargoger-contrib-SOCRadarTakedo…
itssapir Jul 21, 2025
6f126f2
Update README.md
Radargoger Jul 21, 2025
8715b32
Update README.md
Radargoger Jul 21, 2025
3709068
Update README.md
Radargoger Jul 21, 2025
c4f3ebc
remove README.md empty lines
itssapir Jul 21, 2025
97e427f
Delete Packs/SOCRadarTakedown/README.md
itssapir Jul 21, 2025
af8abd2
Add empty readme
itssapir Jul 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file.
1 change: 1 addition & 0 deletions Packs/SOCRadarTakedown/.secrets-ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
https://platform.socradar.com
137 changes: 137 additions & 0 deletions Packs/SOCRadarTakedown/Integrations/SOCRadarTakedown/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,137 @@
Submit and monitor takedown requests for phishing domains, impersonating accounts, and other digital risks

## Configure SOCRadar Takedown in Cortex

| **Parameter** | **Required** |
| --- | --- |
| API Key | True |
| Company ID | True |
| Trust any certificate (not secure) | False |
| Use system proxy settings | False |

## 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 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 | Email to receive notifications about the takedown request. | Required |

#### Context Output

| **Path** | **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-impersonation

***
Submits a takedown request for an impersonating social media account

#### Base Command

`socradar-submit-social-media-impersonation`

#### Input

| **Argument 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 | Email to receive notifications about the takedown request. | Required |

#### Context Output

| **Path** | **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-leak

***
Submits a takedown request for leaked source code

#### Base Command

`socradar-submit-source-code-leak`

#### Input

| **Argument Name** | **Description** | **Required** |
| --- | --- | --- |
| id | ID of the source code leak to takedown. | Required |
| notes | Additional information about the takedown request. | Optional |
| email | Email to receive notifications about the takedown request. | Optional |

#### Context Output

| **Path** | **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-app

***
Submits a takedown request for a rogue mobile app

#### Base Command

`socradar-submit-rogue-app`

#### Input

| **Argument 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 | Email to receive notifications about the takedown request. | Optional |

#### Context Output

| **Path** | **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 |
Loading
Loading