Sixgill_DVE_Feed Deprecated
Deprecated. Use Cybersixgill DVE Feed Threat Intelligence v2 from the Cybersixgill-DVE pack instead.
Data Enrichment & Threat Intelligence · Sixgill Darkfeed - Annual Subscription · Feed
Details
| ID | Sixgill_DVE_Feed |
|---|---|
| Provider | BitSight |
| Category | Data Enrichment & Threat Intelligence |
| From Version | 5.5.0 |
| Docker Image | demisto/sixgill:1.0.0.4887903 |
| Supported Modules | Agentix XSIAM |
README
Deprecated. Use the Cybersixgill DVE Feed Threat Intelligence integration instead.
Powered by the broadest automated collection from the deep and dark web, Cybersixgill’s DVE Score is a feed of common known vulnerabilities, scored by their probability of getting exploited. The DVE Score feed enables Cortex XSOAR users to track threats from vulnerabilities that others define as irrelevant, but have a higher probability of being exploited. It is the only solution that predicts the immediate risks of a vulnerability based on threat actors’ intent.
DVE Score is also the most comprehensive CVE enrichment solution on the market: Cortex XSOAR users gain unparalleled context and can accelerate threat response and decision making, effectively giving security teams a head start on vulnerability management.
- Anticipate the exploitation of a vulnerability up to 90 days in advance
- Track threats from CVEs that most others define as irrelevant or obsolete, but a higher probability of being exploited by active cyber threat actors.
- Gain visibility as well as the ability to prioritize and articulate the remediation process across the organization - straight from Cortex XSOAR
To obtain access to Cybersixgill DVE Score feed via Cortex XSOAR, please contact Cybersixgill at getstarted@cybersixgill.com.
Configure Sixgill_DVE_Feed in Cortex
| Parameter | Description | Required |
|---|---|---|
| Client Id | Sixgill API client ID. | True |
| Client Secret | Sixgill API client secret. | True |
| Trust any certificate (not secure) | The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. More information about the protocol can be found at https://us-cert.cisa.gov/tlp | False |
| Fetch indicators | False | |
| Feed Fetch Interval | False | |
| Indicator Reputation | Indicators from this integration instance will be marked with this reputation | False |
| Source Reliability | Reliability of the source providing the intelligence data | True |
| Traffic Light Protocol Color | The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed | False |
| Bypass exclusion list | False | |
| Tags | Supports CSV values. | 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.
cybersixgill-get-indicators
Fetching Sixgill DVE Feed indicators
Base Command
cybersixgill-get-indicators
Input
| Argument Name | Description | Required |
|---|---|---|
| limit | The number of records to display in War Room. Default is 5. | Optional |
Context Output
There is no context output for this command.
Command Example
``````
Human Readable Output
Configuration parameters
client_id— Client Id (required)client_secret— Client Secret (required)feed— Fetch indicatorsfeedReputation— Indicator ReputationfeedReliability— Source Reliability (required)tlp_color— Traffic Light Protocol ColorfeedExpirationPolicy—feedExpirationInterval—feedFetchInterval— Feed Fetch IntervalmaxIndicators— The maximum number of indicators to fetch.feedBypassExclusionList— Bypass exclusion listproxy— Use system proxy settingsfeedIncremental— Incremental Feedinsecure— Trust any certificate (not secure)feedTags— Tags
Commands (1)
-
cybersixgill-get-indicatorsFetching Sixgill DVE Feed indicators.
category: Data Enrichment & Threat Intelligence provider: BitSight commonfields: id: Sixgill_DVE_Feed version: -1 configuration: - display: Client Id name: client_id required: true type: 0 - display: Client Secret name: client_secret required: true type: 4 - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false - additionalinfo: Indicators from this integration instance will be marked with this reputation defaultvalue: feedInstanceReputationNotSet display: Indicator Reputation name: feedReputation options: - None - Good - Suspicious - Bad type: 18 required: false - additionalinfo: Reliability of the source providing the intelligence data defaultvalue: B - Usually reliable display: Source Reliability name: feedReliability options: - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged required: true type: 15 - additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed display: Traffic Light Protocol Color name: tlp_color options: - RED - AMBER - GREEN - WHITE type: 15 required: false - display: '' name: feedExpirationPolicy options: - never - interval - indicatorType - suddenDeath type: 17 required: false - display: '' name: feedExpirationInterval type: 1 required: false - defaultvalue: '2' display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false - defaultvalue: '1000' display: The maximum number of indicators to fetch. name: maxIndicators type: 0 required: false - additionalinfo: When selected, the exclusion list is ignored for indicators from this feed. This means that if an indicator from this feed is on the exclusion list, the indicator might still be added to the system. display: Bypass exclusion list name: feedBypassExclusionList type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false - display: Incremental Feed defaultvalue: 'true' hidden: true name: feedIncremental type: 8 required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false description: Deprecated. Use Cybersixgill DVE Feed Threat Intelligence v2 from the Cybersixgill-DVE pack instead. display: Cybersixgill DVE Feed Threat Intelligence (Deprecated) name: Sixgill_DVE_Feed script: commands: - arguments: - default: true defaultValue: '5' description: 'The number of records to display in War Room.' name: limit description: Fetching Sixgill DVE Feed indicators. name: cybersixgill-get-indicators dockerimage: demisto/sixgill:1.0.0.4887903 feed: true runonce: false script: '-' subtype: python3 type: python fromversion: 5.5.0 tests: - No tests (auto formatted) deprecated: true