Data Protection
Provides read-only access to Data Protection configuration data — classifications, policies, and content patterns — so an LLM can reason about why a Data Protection detection fired
API Scopes
Section titled “API Scopes”Data Protection:read
falcon_search_data_protection_classifications
Section titled “falcon_search_data_protection_classifications”Required scopes: Data Protection:read
Search for Data Protection classifications in your CrowdStrike environment.
Use this to find classification rules that define what sensitive data patterns to detect. Consult falcon://data-protection/classifications/fql-guide before constructing filter expressions. Returns full classification details including content pattern references and rule configuration.
Example prompts:
- “What Data Protection classifications are configured in my environment?”
- “Show me the classification rules that detect credit card data”
falcon_search_data_protection_content_patterns
Section titled “falcon_search_data_protection_content_patterns”Required scopes: Data Protection:read
Search for Data Protection content patterns in your CrowdStrike environment.
Use this to find regex-based content detection patterns by type, category, or region. Consult falcon://data-protection/content-patterns/fql-guide before constructing filter expressions. Returns full pattern details including regex definitions and match thresholds.
Example prompts:
- “What predefined content patterns are available for Data Protection?”
- “Show me custom Data Protection regex patterns in the Financial category”
falcon_search_data_protection_policies
Section titled “falcon_search_data_protection_policies”Required scopes: Data Protection:read
Search for Data Protection policies in your CrowdStrike environment.
Use this to find data protection policies by platform, enablement status, or precedence. Requires a platform_name (‘win’ or ‘mac’). Consult falcon://data-protection/policies/fql-guide before constructing filter expressions. Returns full policy details including host groups and classification assignments.
Example prompts:
- “List all enabled Windows Data Protection policies”
- “Show me the Mac Data Protection policies and their precedence order”
Resources
Section titled “Resources”falcon://data-protection/classifications/fql-guide: Contains the guide for thefilterparam of thefalcon_search_data_protection_classificationstool.falcon://data-protection/policies/fql-guide: Contains the guide for thefilterparam of thefalcon_search_data_protection_policiestool.falcon://data-protection/content-patterns/fql-guide: Contains the guide for thefilterparam of thefalcon_search_data_protection_content_patternstool.