mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
10 lines
161 B
YAML
10 lines
161 B
YAML
name: etc_services
|
|
examples: >-
|
|
Identify the TCP and UDP ports associated to standard services.
|
|
|
|
```
|
|
|
|
SELECT * FROM etc_services WHERE name='ftp';
|
|
|
|
```
|
|
|