commonfields: id: CyrenThreatInDepth version: -1 name: CyrenThreatInDepth display: Cyren Threat InDepth Threat Intelligence Feed category: Data Enrichment & Threat Intelligence provider: Communitake description: Threat InDepth's actionable and contextualized intelligence helps enterprises improve their threat detection and response by providing unprecedented visibility into new email-borne security threats faster than other security vendors. fromversion: 6.0.0 defaultmapperin: Cyren Threat InDepth Indicator Mapper configuration: - display: Indicator Reputation name: feedReputation type: 18 options: - None - Good - Suspicious - Bad additionalinfo: Indicators from this integration instance will be marked with this reputation required: false - display: Source Reliability name: feedReliability defaultvalue: F - Reliability cannot be judged type: 15 required: true options: - A - Completely reliable - B - Usually reliable - C - Fairly reliable - D - Not usually reliable - E - Unreliable - F - Reliability cannot be judged additionalinfo: Reliability of the source providing the intelligence data - display: "" name: feedExpirationPolicy defaultvalue: indicatorType type: 17 options: - never - interval - indicatorType - suddenDeath required: false - display: "" name: feedExpirationInterval defaultvalue: "20160" type: 1 required: false - additionalinfo: Incremental feeds pull only new or modified indicators that have been sent from the integration. As the determination if the indicator is new or modified happens on the 3rd-party vendor's side, and only indicators that are new or modified are sent to Cortex XSOAR, all indicators coming from these feeds are labeled new or modified. defaultvalue: "true" display: Incremental Feed name: feedIncremental type: 8 required: false - display: Feed Fetch Interval name: feedFetchInterval defaultvalue: "240" type: 19 required: false - display: Bypass exclusion list name: feedBypassExclusionList type: 8 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. required: false - 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 - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false - defaultvalue: "true" display: Fetch indicators name: feed type: 8 required: false - display: API Token name: apikey type: 4 required: true - display: Feed Name name: feed_name defaultvalue: IP Reputation type: 15 required: true options: - IP Reputation - Phishing URLs - Malware URLs - Malware Hashes additionalinfo: Choose from the available options to ingest the type of data you are interested in. Keep in mind that the API token issued to you only corresponds to one of the data types each. - display: Maximum number of indicators name: max_indicators defaultvalue: "100000" type: 0 additionalinfo: Maximum number of indicators to be fetched each time. The value cannot be higher than 100.000. If you provide a value higher than that it will be capped at 100.000. required: false - display: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false script: script: "-" type: python commands: - arguments: - default: true defaultValue: "50" description: The maximum number of results to return. name: max_indicators description: Fetching Cyren Threat InDepth indicators execution: true name: cyren-threat-indepth-get-indicators - arguments: - description: The new offset from the feed (if not provided, the latest offset is taken). name: offset description: Resets the max client offset stored in the integration context. execution: true name: cyren-threat-indepth-reset-client-offset - description: Prints the max client offset stored in the integration context. execution: true name: cyren-threat-indepth-get-client-offset dockerimage: demisto/python3:3.12.13.10116658 feed: true runonce: false subtype: python3 tests: - No tests