Solutions
Device management
Remotely manage, and protect laptops and mobile devices.
Orchestration
Automate tasks across devices, from app installs to scripts.
Software management
Inventory, patch, and manage installed software.
Extend Fleet
Integrate your favorite tools with Fleet.
Customers
Stripe + Fleet
Stripe moved 10,000 Macs to Fleet, saving hundreds of thousands annually
Foursquare + Fleet
Foursquare quickly migrates to Fleet for device management.
Faire + Fleet
Faire secures Macs with CIS benchmarks and Fleet
What people are saying
Stories from the Fleet community.
More
Fleet uses osquery tables to query operating system, hardware, and software data. Each table provides specific data for analysis and filtering.
Apple
Linux
Windows
ChromeOS
yara_events
Track YARA matches for files specified in configuration data.
| Column | Type | Description |
|---|---|---|
| action | text | Change action (UPDATE, REMOVE, etc) |
| category | text | The category of the file |
| count | integer | Number of YARA matches.
Note that count is a reserved word and should be wrapped in quotes when referencing this column in a query. |
| eid | text | Event ID Not returned in SELECT * FROM yara_events. |
| matches | text | List of YARA matches |
| strings | text | Matching strings |
| tags | text | Matching tags |
| target_path | text | The path scanned |
| time | bigint | Time of the scan |
| transaction_id | bigint | ID used during bulk update Not returned in SELECT * FROM yara_events.Only available on darwin |