Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cybersixgill darkfeed add subfeeds ids #26110

Merged
merged 10 commits into from Apr 30, 2023
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
@@ -1,4 +1,4 @@
// Development container for Content. Poetry hash 1.11.0
// Development container for Content. Poetry hash 022d65df3402ad71ca04cca0b76b759f0874f425330e511e952f4d2ebf9f265f
{
GuyAfik marked this conversation as resolved.
Show resolved Hide resolved
"name": "XSOAR Content",
"build": {
Expand Down
Expand Up @@ -226,6 +226,34 @@ def stix2_to_demisto_indicator(stix2obj: Dict[str, Any], log, tags: list = [], t
'darkfeed_026': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_027': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_028': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_029': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_030': {'name': FeedIndicatorType.File, 'pipeline': []},
'darkfeed_031': {'name': FeedIndicatorType.Domain, 'pipeline': [strip_http, clean_url]},
'darkfeed_032': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_033': {'name': FeedIndicatorType.File, 'pipeline': []},
'darkfeed_034': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_035': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_036': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_037': {'name': FeedIndicatorType.File, 'pipeline': []},
'darkfeed_038': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_039': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_040': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_041': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_042': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_043': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_044': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_045': {'name': FeedIndicatorType.File, 'pipeline': []},
'darkfeed_046': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_047': {'name': FeedIndicatorType.Domain, 'pipeline': [strip_http, clean_url]},
'darkfeed_048': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_049': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_050': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_051': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_052': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_053': {'name': FeedIndicatorType.File, 'pipeline': []},
'darkfeed_054': {'name': FeedIndicatorType.URL, 'pipeline': [url_to_rfc3986, clean_url]},
'darkfeed_055': {'name': FeedIndicatorType.IP, 'pipeline': []},
'darkfeed_056': {'name': FeedIndicatorType.IP, 'pipeline': []}
}


Expand Down
Expand Up @@ -16,8 +16,7 @@ configuration:
name: feed
required: false
type: 8
- additionalinfo: Indicators from this integration instance will be marked with this
reputation
- additionalinfo: Indicators from this integration instance will be marked with this reputation
defaultvalue: feedInstanceReputationNotSet
display: Indicator Reputation
name: feedReputation
Expand All @@ -41,8 +40,7 @@ configuration:
- F - Reliability cannot be judged
required: true
type: 15
- additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators
fetched from the feed
- additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed
display: Traffic Light Protocol Color
name: tlp_color
options:
Expand Down Expand Up @@ -77,9 +75,7 @@ configuration:
name: maxIndicators
required: false
type: 0
- 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.
- 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
required: false
Expand All @@ -103,9 +99,7 @@ configuration:
name: feedTags
required: false
type: 0
description: Leverage the power of Sixgill to supercharge Cortex XSOAR with real-time
Threat Intelligence indicators. Get IOCs such as domains, URLs, hashes, and IP addresses
straight into the XSOAR platform.
description: Leverage the power of Sixgill to supercharge Cortex XSOAR with real-time Threat Intelligence indicators. Get IOCs such as domains, URLs, hashes, and IP addresses straight into the XSOAR platform.
display: Sixgill DarkFeed Threat Intelligence
name: Sixgill_Darkfeed
script:
Expand All @@ -123,7 +117,7 @@ script:
description: Fetching Sixgill DarkFeed indicators
execution: true
name: sixgill-get-indicators
dockerimage: demisto/sixgill:1.0.0.54624
dockerimage: demisto/sixgill:1.0.0.56489
feed: true
isfetch: false
longRunning: false
Expand All @@ -132,3 +126,5 @@ script:
subtype: python3
type: python
fromversion: 5.5.0
tests:
- No tests (auto formatted)
7 changes: 7 additions & 0 deletions Packs/Sixgill-Darkfeed/ReleaseNotes/2_1_0.md
@@ -0,0 +1,7 @@

#### Integrations

##### Sixgill DarkFeed Threat Intelligence
- Updated the Docker image to: *demisto/sixgill:1.0.0.56489*.

- We’re happy to announce the release (April 16th) of Darkfeed 2.0, which integrates the industry’s best open-source IOC feeds into our deep and dark web IOC collection, delivering 20X more IOCs with richer context, mapped to the Mitre ATT&CK framework and STIX/TAXII compatible.
2 changes: 1 addition & 1 deletion Packs/Sixgill-Darkfeed/pack_metadata.json
Expand Up @@ -2,7 +2,7 @@
"name": "Sixgill Darkfeed - Annual Subscription",
"description": "This edition of Sixgill Darkfeed is intended for customers who have a direct annual subscription to Sixgill Darkfeed.\n\nGet contextual and actionable insights to proactively block underground threats in real-time with the most comprehensive, automated stream of IOCs \n\nFor organizations who are currently Darkfeed customers.",
"support": "partner",
"currentVersion": "2.0.21",
"currentVersion": "2.1.0",
"author": "Cybersixgill",
"url": "",
"email": "sales@cybersixgill.com",
Expand Down