2024-02-09 19:34:57 +00:00
|
|
|
name: Team1
|
|
|
|
|
team_settings:
|
|
|
|
|
path: ./team-settings.yml
|
|
|
|
|
agent_options:
|
|
|
|
|
path: ./agent-options.yml
|
|
|
|
|
controls:
|
|
|
|
|
path: ./controls.yml
|
2025-09-03 18:32:11 +00:00
|
|
|
labels:
|
|
|
|
|
- name: a
|
|
|
|
|
description: A cool global label
|
|
|
|
|
query: SELECT 1 FROM osquery_info
|
|
|
|
|
label_membership_type: dynamic
|
2024-02-09 19:34:57 +00:00
|
|
|
queries:
|
|
|
|
|
- path: ./top.queries.yml
|
|
|
|
|
- path: ./empty.yml
|
|
|
|
|
- name: osquery_info
|
|
|
|
|
query: SELECT * from osquery_info;
|
|
|
|
|
interval: 604800 # 1 week
|
|
|
|
|
platform: darwin,linux,windows,chrome
|
|
|
|
|
min_osquery_version: all
|
|
|
|
|
observer_can_run: false
|
|
|
|
|
automations_enabled: true
|
|
|
|
|
logging: snapshot
|
|
|
|
|
policies:
|
2024-10-09 22:57:08 +00:00
|
|
|
- path: ./policies/policies.yml
|
|
|
|
|
- path: ./policies/policies2.yml
|
2024-02-09 19:34:57 +00:00
|
|
|
- path: ./empty.yml
|
2024-05-28 16:44:43 +00:00
|
|
|
- name: 😊😊 Failing $POLICY
|
2024-02-09 19:34:57 +00:00
|
|
|
platform: linux
|
|
|
|
|
description: This policy should always fail.
|
|
|
|
|
resolution: There is no resolution for this policy.
|
|
|
|
|
query: SELECT 1 FROM osquery_info WHERE start_time < 0;
|
2024-09-06 22:10:28 +00:00
|
|
|
- path: ./team_install_software.policies.yml
|
2025-01-14 18:52:39 +00:00
|
|
|
- name: Slack on macOS is installed
|
|
|
|
|
platform: darwin
|
|
|
|
|
query: SELECT 1 FROM apps WHERE name = 'Slack.app';
|
|
|
|
|
install_software:
|
|
|
|
|
app_store_id: "123456"
|
2024-10-04 01:03:40 +00:00
|
|
|
- name: Script run policy
|
|
|
|
|
platform: linux
|
|
|
|
|
description: This should run a script on failure
|
|
|
|
|
query: SELECT * from osquery_info;
|
|
|
|
|
run_script:
|
|
|
|
|
path: ./lib/collect-fleetd-logs.sh
|
2024-10-09 22:57:08 +00:00
|
|
|
- path: ./policies/script-policy.yml
|
2024-09-06 22:10:28 +00:00
|
|
|
software:
|
2025-01-14 18:52:39 +00:00
|
|
|
app_store_apps:
|
|
|
|
|
- app_store_id: "123456"
|
2024-09-06 22:10:28 +00:00
|
|
|
packages:
|
|
|
|
|
- path: ./microsoft-teams.pkg.software.yml
|
2025-09-03 18:32:11 +00:00
|
|
|
labels_include_any:
|
|
|
|
|
- a
|
|
|
|
|
categories:
|
|
|
|
|
- Productivity
|
|
|
|
|
- Communication
|
2024-09-06 22:10:28 +00:00
|
|
|
- url: https://ftp.mozilla.org/pub/firefox/releases/129.0.2/mac/en-US/Firefox%20129.0.2.pkg
|
|
|
|
|
self_service: true
|
2025-09-03 18:32:11 +00:00
|
|
|
labels_exclude_any:
|
|
|
|
|
- a
|
2025-05-08 01:12:12 +00:00
|
|
|
fleet_maintained_apps:
|
|
|
|
|
- slug: slack/darwin
|
|
|
|
|
self_service: true
|
|
|
|
|
categories:
|
|
|
|
|
- Productivity
|
|
|
|
|
- Communication
|
|
|
|
|
- slug: box-drive/windows
|
2025-08-13 12:48:36 +00:00
|
|
|
install_script:
|
|
|
|
|
path: ./lib/install.sh
|
|
|
|
|
uninstall_script:
|
|
|
|
|
path: ./lib/uninstall-box.sh
|
|
|
|
|
post_install_script:
|
|
|
|
|
path: ./lib/post-install.sh
|
|
|
|
|
pre_install_query:
|
|
|
|
|
path: ./lib/preinstall-query.yml
|
2025-05-08 01:12:12 +00:00
|
|
|
self_service: true
|
|
|
|
|
categories:
|
|
|
|
|
- Productivity
|
|
|
|
|
- Developer tools
|