category: Data Enrichment & Threat Intelligence provider: Dataminr commonfields: id: ThreatConnect Feed version: -1 sectionorder: - Connect - Collect configuration: - defaultvalue: https://api.threatconnect.com display: Base URL name: tc_api_path required: true type: 1 section: Connect - displaypassword: Secret key additionalinfo: The API ID key display: Access ID name: api_credentials required: true type: 9 section: Connect - additionalinfo: API - Access ID display: Access ID name: api_access_id type: 4 hidden: true required: false section: Connect - additionalinfo: API - Secret key display: Secret key name: api_secret_key type: 4 hidden: true required: false section: Connect - defaultvalue: '2000' additionalinfo: The number of indicators to get per fetch. display: Indicators to get per fetch name: fetch_limit type: 0 required: false section: Collect - additionalinfo: A comma-separated list of tags to filter by. display: Tags to filter results by name: tags type: 0 required: false section: Collect - display: Owners name: owners type: 0 additionalinfo: A comma-separated list of owners to fetch indicators from. required: false section: Collect - additionalinfo: Incremental feeds pull only new or modified indicators that have been sent from the integration. The determination if the indicator is new or modified happens on the 3rd-party vendor's side, so only indicators that are new or modified are sent to Cortex XSOAR. Therefore, all indicators coming from these feeds are labeled new or modified. defaultvalue: 'true' display: Incremental feed hidden: true name: feedIncremental type: 8 required: false section: Collect - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false section: Collect - display: Indicator Reputation type: 18 options: - None - Good - Suspicious - Bad defaultvalue: 'Bad' additionalinfo: Indicators from this integration instance will be marked with this reputation name: feedReputation required: false section: Collect - additionalinfo: Reliability of the source providing the intelligence data. 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 defaultvalue: F - Reliability cannot be judged section: Collect - display: Traffic Light Protocol Color name: tlp_color options: - RED - AMBER - GREEN - WHITE type: 15 additionalinfo: The Traffic Light Protocol (TLP) designation to apply to indicators fetched from the feed. required: false section: Collect - display: Indicator types name: indicator_type type: 16 options: - All - EmailAddress - File - Host - URL - ASN - CIDR - Hashtag - Mutex - Registry Key - User Agent - Address additionalinfo: Fetch specific ThreatConnect indicator types. Default value is "All". defaultvalue: All required: false section: Collect - display: Group types name: group_type type: 16 additionalinfo: Fetch specific ThreatConnect group types. Default value is "All". defaultvalue: All options: - All - Attack Pattern - Campaign - Course of Action - Intrusion Set - Malware Report - Tool - Vulnerability required: false section: Collect - display: Active Indicators Only name: indicator_active type: 8 defaultvalue: 'true' additionalinfo: Fetch active only indicators when true. Default is "True". required: false section: Collect - display: Create Relationships name: createRelationships type: 8 additionalinfo: Fetch related indicators. Default is "False". defaultvalue: 'false' required: false section: Collect - additionalinfo: Filter results using ThreatConnect Query Language (TQL). For more information, see the ThreatConnect documentation https://training.threatconnect.com/learn/article/using-threatconnect-query-language-tql-kb-article display: Indicator Query name: indicator_query type: 12 required: false section: Collect - display: Use Indicator Query For Group type: 8 additionalinfo: |- Use the ThreatConnect Indicator Query for group filtering. Default is "True". name: use_indicator_query_for_group defaultvalue: 'true' section: Collect required: false - additionalinfo: |- Filter results using ThreatConnect Query Language (TQL). For more information, see the ThreatConnect documentation https://training.threatconnect.com/learn/article/using-threatconnect-query-language-tql-kb-article display: Group Query name: group_query type: 12 required: false section: Collect - display: 'Confidence Threshold' name: confidence type: 0 required: false additionalinfo: | Minimal confidence value to fetch indicators by (an integer between 0 to 100). Note: this parameter is not relevant for groups. defaultvalue: 0 section: Collect - display: 'Threat Assess Score Threshold' name: threat_assess_score type: 0 required: false additionalinfo: | Minimal threat assess score value to fetch indicators by (an integer between 0 to 1000). Note: this parameter is not relevant for groups. defaultvalue: 0 section: Collect - display: '' name: feedExpirationPolicy type: 17 required: false options: - never - interval - indicatorType section: Collect - display: '' name: feedExpirationInterval type: 1 required: false section: Collect - display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false defaultvalue: '240' section: Collect - display: Trust any certificate (not secure) type: 8 name: insecure required: false section: Connect - 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 section: Collect - display: Tags type: 0 additionalinfo: Supports CSV values. name: feedTags hidden: true required: false section: Collect description: This integration fetches indicators from ThreatConnect. display: ThreatConnect Feed name: ThreatConnect Feed script: commands: - arguments: - description: |- Comma-separated list of owners to fetch indicators from. (If not specified will retrieve only indicators owned by the account. If you supply this argument, it overwrites the "Owners" parameter.) . name: owners - defaultValue: '50' description: The maximum number of indicators to retrieve. name: limit - defaultValue: '0' description: The index of the first indicator to fetch. name: offset predefined: - '' - description: Filter results using ThreatConnect Query Language (TQL), will override all other arguments. For more information, see the ThreatConnect documentation https://training.threatconnect.com/learn/article/using-threatconnect-query-language-tql-kb-article name: tql_query - auto: PREDEFINED description: Comma-separated list that will allow filtering of the retrieved indicators. name: indicator_type predefined: - All - EmailAddress - File - Host - URL - ASN - CIDR - Mutex - Registry Key - Address - auto: PREDEFINED defaultValue: 'true' description: If true, fetches only active indicators. name: active_indicators predefined: - 'true' - 'false' - description: This will fetch indicators with confidence of “greater than” the (integer) input. name: confidence - description: An integer that will determine the threshold (an integer between 0 to 1000). name: threat_assess_score description: Gets indicators from ThreatConnect. name: tc-get-indicators - description: Gets available indicators owners. name: tc-get-owners dockerimage: demisto/python3:3.12.13.10399583 feed: true runonce: false script: '-' subtype: python3 type: python tests: - FeedThreatConnect-Test fromversion: 5.5.0