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.
Fleet Gitops
See every change, under any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
More
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.
Fleet Gitops
See every change, under any error, repeat every success.
Extend Fleet
Integrate your favorite tools with Fleet.
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
etc_services
Line-parsed /etc/services.
| Column | Type | Description |
|---|---|---|
| aliases | text | Optional space separated list of other names for a service |
| comment | text | Optional comment for a service. |
| name | text | Service name |
| port | integer | Service port number |
| protocol | text | Transport protocol (TCP/UDP) |
Identify the TCP and UDP ports associated to standard services.
SELECT * FROM etc_services WHERE name='ftp';