category: Data Enrichment & Threat Intelligence provider: CrowdStrike commonfields: id: Crowdstrike Falcon Intel Feed version: -1 configuration: - defaultvalue: https://api.crowdstrike.com/ display: Cloud Base URL (e.g., https://api.crowdstrike.com) name: server_url type: 0 required: false - defaultvalue: 'true' display: Fetch indicators name: feed type: 8 required: false - display: CrowdStrike API client ID name: client_id type: 4 hidden: true required: false - additionalinfo: Indicators from this integration instance will be marked with this reputation. display: Indicator Reputation name: feedReputation options: - None - Good - Suspicious - Bad type: 18 defaultvalue: Bad required: false - additionalinfo: Reliability of the source providing the intelligence data. defaultvalue: A - Completely 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 - defaultvalue: indicatorType display: '' name: feedExpirationPolicy options: - never - interval - indicatorType type: 17 required: false - defaultvalue: '20160' display: '' name: feedExpirationInterval type: 1 required: false - 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 - defaultvalue: '240' display: Feed Fetch Interval name: feedFetchInterval type: 19 required: false - defaultvalue: 200 display: Number of top indicators to fetch from the feed. name: limit 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: Trust any certificate (not secure) name: insecure type: 8 required: false - display: Use system proxy settings name: proxy type: 8 required: false - additionalinfo: Supports CSV values. display: Tags name: feedTags type: 0 required: false - display: CrowdStrike API client secret name: client_secret type: 4 hidden: true required: false - display: CrowdStrike API client ID name: credentials_client type: 9 displaypassword: CrowdStrike API client secret section: Connect required: false - additionalinfo: "A comma-separated list of the threat actor's target industries. For example: Aerospace,Academic." display: Filter by the threat actor's target industries. name: target_industries type: 0 required: false - additionalinfo: "A comma-separated list of the threat actor's target countries. For example: united states,canada." display: Filter by threat actor's target countries. name: target_countries type: 0 required: false - additionalinfo: 'For more information about custom filters and their structure, see the CrowdStrike Falcon documentation at https://falcon.crowdstrike.com/login/?next=%2Fsupport%2Fdocumentation%2F45%2Ffalcon-query-language-fql%3F.' display: 'A custom filter by which to filter the indicators. If you pass the custom_filter argument it will override the custom_filter parameter from the integration instance configuration.' name: custom_filter type: 0 required: false description: The CrowdStrike intelligence team tracks the activities of threat actor groups and advanced persistent threats (APTs) to understand as much as possible about their known aliases, targets, methods, and more. This integration retrieves indicators from the CrowdStrike Falcon Intel Feed. display: CrowdStrike Falcon Intel Feed Actors name: Crowdstrike Falcon Intel Feed script: commands: - arguments: - description: The maximum number of indicators to return. Default is 10. name: limit - description: The index of the first indicator to fetch. name: offset - description: A comma-separated list of the threat actor's target industries by which to filter the indicators. isArray: true name: target_industries - description: A comma-separated list of the threat actor's target countries by which to filter the indicators. isArray: true name: target_countries - description: 'A custom filter by which to filter the indicators. If you pass the custom_filter argument it will override the custom_filter parameter from the integration instance configuration. For more information about custom filters and their structure, see the CrowdStrike Falcon documentation at https://falcon.crowdstrike.com/login/?next=%2Fsupport%2Fdocumentation%2F45%2Ffalcon-query-language-fql%3F.' name: custom_filter description: Gets indicators from CrowdStrike Falcon Intel Feed. name: crowdstrike-falcon-intel-get-indicators dockerimage: demisto/python3:3.12.13.10116658 feed: true runonce: false script: '-' subtype: python3 type: python tests: - No tests fromversion: 5.5.0