fleet/schema/tables/etc_services.yml
Guillaume Ross 0ef72c36ce
Adding examples (#8500)
Adding examples to 3 tables!
2022-11-09 11:15:26 -05:00

11 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';
```