mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
Update standard-query-library.yml (#7486)
This commit is contained in:
parent
8c017c3ef0
commit
6833114328
1 changed files with 12 additions and 0 deletions
|
|
@ -918,4 +918,16 @@ spec:
|
|||
platforms: macOS
|
||||
tags: compliance, CIS, CIS6.1.4
|
||||
platform: darwin
|
||||
contributors: GuillaumeRoss
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: policy
|
||||
spec:
|
||||
name: No 1Password emergency kit stored on desktop or in downloads (macOS)
|
||||
query: SELECT 1 WHERE NOT EXISTS (SELECT 1 FROM file WHERE filename like '%%Emergency Kit%%.pdf' AND (path LIKE '/Users/%%/Downloads/%%' OR path LIKE '/Users/%%/Desktop/%%'));
|
||||
description: "Looks for PDF files with file names typically used by 1Password for emergency recovery kits."
|
||||
resolution: "Delete 1Password emergency kits from your computer, and empty the trash. 1Password emergency kits should only be printed and stored in a physically secure location."
|
||||
platforms: macOS
|
||||
tags: compliance, built-in
|
||||
platform: darwin
|
||||
contributors: GuillaumeRoss
|
||||
Loading…
Reference in a new issue