diff --git a/ee/cis/macos-13/cis-policy-queries.yml b/ee/cis/macos-13/cis-policy-queries.yml index 0b12e5af52..062debc9b7 100644 --- a/ee/cis/macos-13/cis-policy-queries.yml +++ b/ee/cis/macos-13/cis-policy-queries.yml @@ -1983,6 +1983,29 @@ spec: --- apiVersion: v1 kind: policy +spec: + name: CIS - Ensure Warn When Visiting A Fraudulent Website in Safari Is Enabled (MDM Required) + platforms: macOS + platform: darwin + description: | + Apple uses the Google Safe Browsing API to check for fraudulent websites and report them to the + user attempting visit one. Attackers use crafted web pages to social engineer users to load + unwanted content. Warning users prior to loading the content enables better security. + resolution: | + Payload Method: + Ask your administrator to deploy a profile which enableds WarnAboutFraudulentWebsites in Safari + query: | + SELECT 1 FROM managed_policies WHERE + domain = 'com.apple.Safari' AND + name = 'WarnAboutFraudulentWebsites' AND + value = '1' + LIMIT 1; + purpose: Informational + tags: compliance, CIS, CIS_Level1, CIS6.3.3 + contributors: artemist-work +--- +apiVersion: v1 +kind: policy spec: name: CIS - Ensure Prevent Cross-site Tracking in Safari Is Enabled (MDM Required) platforms: macOS @@ -2099,4 +2122,4 @@ spec: AND value == 1; purpose: Informational tags: compliance, CIS, CIS_Level1, CIS6.4.1 - contributors: sharon-fdm \ No newline at end of file + contributors: sharon-fdm diff --git a/ee/cis/macos-13/test/profiles/6.3.3.mobileconfig b/ee/cis/macos-13/test/profiles/6.3.3.mobileconfig new file mode 100644 index 0000000000..250550d143 --- /dev/null +++ b/ee/cis/macos-13/test/profiles/6.3.3.mobileconfig @@ -0,0 +1,37 @@ + + + + + PayloadContent + + + PayloadDisplayName + test + PayloadType + com.apple.Safari + PayloadIdentifier + com.fleetdm.cis-6.3.3.check + PayloadUUID + AA1CF4AE-446C-41B0-8B06-ADEAEF9F0505 + WarnAboutFraudulentWebsites + + + + PayloadDescription + test + PayloadDisplayName + Ensure Warn When Visiting A Fraudulent Website in Safari Is Enabled + PayloadIdentifier + com.fleetdm.cis-6.3.3 + PayloadRemovalDisallowed + + PayloadScope + System + PayloadType + Configuration + PayloadUUID + 130308F8-916A-449D-9711-34A31DCCD39D + PayloadVersion + 1 + +