Skip to content

IOC

Searching, creating, and deleting custom IOCs using Falcon IOC Service Collection endpoints

  • IOC Management:read
  • IOC Management:write

Required scopes: IOC Management:write

Create one or more custom IOCs.

Example prompts:

  • “Block the domain evil.example.com”
  • “Add a SHA256 hash IOC with prevent action”

Required scopes: IOC Management:write

Remove custom IOCs by IDs or FQL filter.

Example prompts:

  • “Delete IOC with ID abc123”
  • “Remove all expired IOCs”

Required scopes: IOC Management:read

Search custom IOCs and return full IOC details.

Example prompts:

  • “Find all active domain IOCs”
  • “Show me SHA256 hash IOCs with prevent action”
  • falcon://ioc/search/fql-guide: Contains the guide for the filter param of the falcon_search_iocs tool.