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.

Provide type/value/action for a single IOC, or pass a bulk indicators array. Returns the created indicator records on success.

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.

Provide either specific IDs or an FQL filter for bulk removal. If both are given, filter takes precedence. Returns a success summary with deleted IOC IDs.

Example prompts:

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

Required scopes: IOC Management: READ

Search custom IOCs and return full IOC details.

Use this to find IOCs by type, value, action, severity, or expiration status. Consult falcon://ioc/search/fql-guide before constructing filter expressions. Returns full indicator records including metadata, platforms, and host groups.

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.