Crowdstrike Falcon Intel Feed

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.

Data Enrichment & Threat Intelligence · Crowdstrike Falcon Intel Feed · Feed

Details

IDCrowdstrike Falcon Intel Feed
ProviderCrowdStrike
CategoryData Enrichment & Threat Intelligence
From Version5.5.0
Docker Imagedemisto/python3:3.12.13.10116658

README

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.

Configure Crowdstrike Falcon Intel Feed in Cortex

Parameter Description Required
feed Fetch indicators False
client_id The Crowdstrike API client ID True
feedReputation Indicator reputation False
feedReliability Source reliability True
tlp_color 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
feedExpirationPolicy   False
feedExpirationInterval   False
feedIncremental Incremental feed False
feedFetchInterval Feed fetch interval False
limit Number of top indicators to fetch from the feed False
feedBypassExclusionList Bypass exclusion list False
insecure Trust any certificate (not secure) False
proxy Use system proxy settings False
feedTags Tags False
client_secret Crowdstrike API client secret True
target_industries Filter by threat actor’s target industries. False
target_countries Filter by threat actor’s target countries. False
custom_filter 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. 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.

crowdstrike-falcon-intel-get-indicators


Gets indicators from Crowdstrike Falcon Intel Feed.

Base Command

crowdstrike-falcon-intel-get-indicators

Input

Argument Name Description Required
limit The maximum number of indicators to return. Default is 10. Optional
offset The index of the first indicator to fetch. Optional
target_industries A comma-separated list of the threat actor’s target industries by which to filter the indicators. Optional
target_countries A comma-separated list of the threat actor’s target countries by which to filter the indicators. Optional
custom_filter 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 (https://falcon.crowdstrike.com/login/?next=%2Fsupport%2Fdocumentation%2F45%2Ffalcon-query-language-fql%3F). Optional

Context Output

There is no context output for this command.

Command Example

``````

Human Readable Output

Configuration parameters

  • server_url — Cloud Base URL (e.g., https://api.crowdstrike.com)
  • feed — Fetch indicators
  • client_id — CrowdStrike API client ID
  • feedReputation — Indicator Reputation
  • feedReliability — Source Reliability (required)
  • tlp_color — Traffic Light Protocol Color
  • feedExpirationPolicy
  • feedExpirationInterval
  • feedIncremental — Incremental feed
  • feedFetchInterval — Feed Fetch Interval
  • limit — Number of top indicators to fetch from the feed.
  • feedBypassExclusionList — Bypass exclusion list
  • insecure — Trust any certificate (not secure)
  • proxy — Use system proxy settings
  • feedTags — Tags
  • client_secret — CrowdStrike API client secret
  • credentials_client — CrowdStrike API client ID
  • target_industries — Filter by the threat actor's target industries.
  • target_countries — Filter by threat actor's target countries.
  • custom_filter — 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.

Commands (1)

  • crowdstrike-falcon-intel-get-indicators

    Gets indicators from CrowdStrike Falcon Intel Feed.

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