|
| 1 | +<!-- meta:title On-Demand Scan --> |
| 2 | +<!-- meta:description Search ODS results, launch and cancel scans, and manage scheduled scans. --> |
| 3 | +<!-- meta:section modules --> |
| 4 | +<!-- meta:link-base /falcon-mcp/ --> |
| 5 | +<!-- frontmatter:sidebar order:10 --> |
| 6 | + |
| 7 | +Search ODS results, launch and cancel scans, and manage scheduled scans. |
| 8 | + |
| 9 | +## API Scopes |
| 10 | + |
| 11 | +- `On-demand scans (ODS):read` |
| 12 | +- `On-demand scans (ODS):write` |
| 13 | + |
| 14 | +## Tools |
| 15 | + |
| 16 | +### `falcon_search_ods_scans` |
| 17 | + |
| 18 | +**Required scopes:** `On-demand scans (ODS):read` |
| 19 | + |
| 20 | +Search ODS scans and return full scan entities with pagination. |
| 21 | + |
| 22 | +**Example prompts:** |
| 23 | + |
| 24 | +- "Show completed ODS scans that found malicious files" |
| 25 | + |
| 26 | +### `falcon_search_ods_scan_hosts` |
| 27 | + |
| 28 | +**Required scopes:** `On-demand scans (ODS):read` |
| 29 | + |
| 30 | +Search per-host ODS scan results and return full metadata. |
| 31 | + |
| 32 | +**Example prompts:** |
| 33 | + |
| 34 | +- "Which hosts in scan scan-123 found malicious files?" |
| 35 | + |
| 36 | +### `falcon_search_ods_malicious_files` |
| 37 | + |
| 38 | +**Required scopes:** `On-demand scans (ODS):read` |
| 39 | + |
| 40 | +Search malicious files found by ODS and return full file records. |
| 41 | + |
| 42 | +**Example prompts:** |
| 43 | + |
| 44 | +- "List quarantined files found by scan scan-123" |
| 45 | + |
| 46 | +### `falcon_search_ods_scheduled_scans` |
| 47 | + |
| 48 | +**Required scopes:** `On-demand scans (ODS):read` |
| 49 | + |
| 50 | +Search scheduled ODS scans and return full schedule definitions. |
| 51 | + |
| 52 | +**Example prompts:** |
| 53 | + |
| 54 | +- "Show active scheduled ODS scans" |
| 55 | + |
| 56 | +### `falcon_launch_ods_scan` |
| 57 | + |
| 58 | +> [!NOTE] |
| 59 | +> This tool modifies data. |
| 60 | +
|
| 61 | +**Required scopes:** `On-demand scans (ODS):write` |
| 62 | + |
| 63 | +Start an ODS scan against explicit hosts or host groups. |
| 64 | + |
| 65 | +**Example prompts:** |
| 66 | + |
| 67 | +- "Scan C:\Temp on host aid-123 without quarantining files" |
| 68 | + |
| 69 | +### `falcon_cancel_ods_scans` |
| 70 | + |
| 71 | +> [!CAUTION] |
| 72 | +> This tool performs destructive operations. |
| 73 | +
|
| 74 | +**Required scopes:** `On-demand scans (ODS):write` |
| 75 | + |
| 76 | +Cancel active ODS scans by explicit scan ID. |
| 77 | + |
| 78 | +**Example prompts:** |
| 79 | + |
| 80 | +- "Cancel ODS scan scan-123" |
| 81 | + |
| 82 | +### `falcon_schedule_ods_scan` |
| 83 | + |
| 84 | +> [!NOTE] |
| 85 | +> This tool modifies data. |
| 86 | +
|
| 87 | +**Required scopes:** `On-demand scans (ODS):write` |
| 88 | + |
| 89 | +Create a recurring or future ODS scan schedule. |
| 90 | + |
| 91 | +**Example prompts:** |
| 92 | + |
| 93 | +- "Schedule a daily scan of /tmp on this Linux host" |
| 94 | + |
| 95 | +### `falcon_delete_ods_scheduled_scans` |
| 96 | + |
| 97 | +> [!CAUTION] |
| 98 | +> This tool performs destructive operations. |
| 99 | +
|
| 100 | +**Required scopes:** `On-demand scans (ODS):write` |
| 101 | + |
| 102 | +Delete ODS schedules by explicit IDs. |
| 103 | + |
| 104 | +**Example prompts:** |
| 105 | + |
| 106 | +- "Delete scheduled ODS scan schedule-123" |
| 107 | + |
| 108 | +## Resources |
| 109 | + |
| 110 | +- **`falcon://ods/scans/fql-guide`**: FQL guide for the falcon_search_ods_scans tool. |
| 111 | +- **`falcon://ods/scan-hosts/fql-guide`**: FQL guide for the falcon_search_ods_scan_hosts tool. |
| 112 | +- **`falcon://ods/malicious-files/fql-guide`**: FQL guide for the falcon_search_ods_malicious_files tool. |
| 113 | +- **`falcon://ods/scheduled-scans/fql-guide`**: FQL guide for the falcon_search_ods_scheduled_scans tool. |
0 commit comments