forked from demisto/content
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the Doppel Package with Additional Requirements
- Loading branch information
1 parent
cde9dfd
commit c14ae2c
Showing
31 changed files
with
3,343 additions
and
174 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,10 @@ | ||
# Doppel XSOAR Pack | ||
### Get Started | ||
|
||
## Overview | ||
Doppel is a Modern Digital Risk Protection Solution, that detects the phishing and brand cyber attacks on the emerging channels. Doppel scans millions of channels online which includes, social media, domains, paid ads, dark web, emerging channels, etc. Doppel can identify the malicious content and cyber threats, and enables their customers to take down the digital risks proactively. | ||
To use the app you need the following: | ||
|
||
## Features supported by the Doppel XSOAR pack | ||
1. Doppel Tenant URL that you can use for calling the [Doppel APIs](https://doppel.readme.io/reference/create_alert). eg. *https://api.doppel.com/* | ||
2. API Key for calling Doppel | ||
|
||
1. Mirror Incidents : Alerts from Doppel are mirrored as per the configured schedule. | ||
2. Command: create-alert : Command to create an alert in Doppel. | ||
3. Command: get-alert : Command to fetch alert details from Doppel. | ||
4. Command: get-alerts : Command to fetch list of alerts from Doppel. | ||
5. Command: update-alert : Command to update alert details from Doppel. | ||
6. Command: create-abuse-alert : Command to create abuse alert details from Doppel. | ||
Please reach out to Doppel to get access to above. | ||
|
||
Once you have the URL and API Key, use the same for configuring the Doppel-XSOAR integration instance. |
42 changes: 42 additions & 0 deletions
42
Packs/Doppel/classifier/classifier-Doppel_Incident_Classifier.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"brands": null, | ||
"cacheVersn": 0, | ||
"defaultIncidentType": "", | ||
"definitionId": "", | ||
"description": "Doppel-XSOAR integration classifier to classify the fetched incidents to Doppel_Incident_Test.", | ||
"feed": false, | ||
"fromServerVersion": "", | ||
"id": "607dc952-f37f-44d9-899f-16b0946230dd", | ||
"incidentSamples": null, | ||
"indicatorSamples": null, | ||
"instanceIds": null, | ||
"itemVersion": "", | ||
"keyTypeMap": { | ||
"crypto": "Doppel Alert Crypto", | ||
"domains": "Doppel Alert Domains", | ||
"ecommerce": "Doppel Alert Ecommerce", | ||
"email": "Doppel Alert Email", | ||
"mobile_apps": "Doppel Alert Mobile_Apps", | ||
"paid_ads": "Doppel Alert Paid_Ads", | ||
"social_media": "Doppel Alert Social_Media" | ||
}, | ||
"locked": false, | ||
"logicalVersion": 6, | ||
"mapping": null, | ||
"name": "Doppel_Incident_Classifier", | ||
"nameRaw": "Doppel_Incident_Classifier", | ||
"packID": "", | ||
"packName": "", | ||
"propagationLabels": [ | ||
"all" | ||
], | ||
"sourceClassifierId": "", | ||
"system": false, | ||
"toServerVersion": "", | ||
"transformer": { | ||
"simple": "product" | ||
}, | ||
"type": "classification", | ||
"unclassifiedCases": null, | ||
"version": -1 | ||
} |
Oops, something went wrong.