Skip to content

Intel

Accessing and analyzing CrowdStrike Falcon intelligence data

  • Actors (Falcon Intelligence): READ
  • Indicators (Falcon Intelligence): READ
  • Reports (Falcon Intelligence): READ

Required scopes: Actors (Falcon Intelligence): READ

Generate a MITRE ATT&CK report for a given threat actor.

Accepts an actor name (e.g., ‘WARP PANDA’) or numeric ID. Returns MITRE ATT&CK tactics, techniques, and procedures (TTPs) for the actor. JSON format returns a parsed list of dicts; CSV format returns raw CSV text.

Example prompts:

  • “Generate MITRE ATT&CK report for FANCY BEAR”

Required scopes: Actors (Falcon Intelligence): READ

Research threat actors and adversary groups tracked by CrowdStrike intelligence.

Use this to search actors by name, target countries/industries, or activity dates. Consult falcon://intel/actors/fql-guide before constructing filter expressions. Returns full actor profiles including aliases, motivations, and targeting details. Responses include pagination.total (the total number of records matching the filter, or null when the API does not report a count) — use it to answer “how many” questions.

Example prompts:

  • “Find threat actors targeting financial services”
  • “Search for BEAR adversary groups”

Required scopes: Indicators (Falcon Intelligence): READ

Search for threat indicators and IOCs from CrowdStrike intelligence.

Use this to find indicators by type, publish date, malware family, or threat actor association. Consult falcon://intel/indicators/fql-guide before constructing filter expressions. Returns full indicator details including labels, relations, and kill chain stage. Responses include pagination.total (the total number of records matching the filter, or null when the API does not report a count) — use it to answer “how many” questions.

Example prompts:

  • “Find intelligence IOCs of type domain published this year”

Required scopes: Reports (Falcon Intelligence): READ

Search CrowdStrike intelligence publications and threat reports.

Use this to find reports by name, target industry, threat type, or publication date. Consult falcon://intel/reports/fql-guide before constructing filter expressions. Returns full report metadata including title, description, and target details. Responses include pagination.total (the total number of records matching the filter, or null when the API does not report a count) — use it to answer “how many” questions.

Example prompts:

  • “Find intelligence reports published in the last 30 days”
  • falcon://intel/actors/fql-guide: Contains the guide for the filter param of the falcon_search_actors tool.
  • falcon://intel/indicators/fql-guide: Contains the guide for the filter param of the falcon_search_indicators tool.
  • falcon://intel/reports/fql-guide: Contains the guide for the filter param of the falcon_search_reports tool.