This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 287
/
Copy pathGoogleChrome.audit
608 lines (559 loc) · 20 KB
/
GoogleChrome.audit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
# DISA STIG: Google Chrome STIG Version 1 Release 7
# Author: NSA Information Assurance
# Source: https://github.com/iadgov/Secure-Host-Baseline/tree/master/Chrome/Compliance/GoogleChrome.audit
<check_type : "Windows" version : "2">
<group_policy: "Google Chrome Web Broswer">
#### CHECK FOR GOOGLE CHROME VERSION
<if>
<condition type: "or">
<custom_item>
type: FILE_CHECK
description: "Check if Chrome is installed - file"
value_type: POLICY_TEXT
value_data: "%programfiles% (x86)\Google\Chrome\Application\chrome.exe"
file_option: MUST_EXIST
</custom_item>
<custom_item>
type: REG_CHECK
description: "Check if Chrome is installed - registry"
value_type: POLICY_TEXT
value_data: "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Google Chrome"
reg_option: MUST_EXIST
key_item: "DisplayName"
</custom_item>
</condition>
<then>
<custom_item>
type: FILE_VERSION
description: "Chrome Version"
info: "Running the latest version of Chrome protects users from known vulnerabilities."
value_type: POLICY_FILE_VERSION
value_data: "55.0.2883.87"
file: "%programfiles% (x86)\Google\Chrome\Application\chrome.exe"
check_type: CHECK_GREATER_THAN_OR_EQUAL
</custom_item>
####
#### RECOMMENDED REGISTRY SETTING CHECKS
####
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0013: Block Outdated Plugins"
info : "V-44745 Severity: CAT I"
info : "HKLM\Software\Policies\Google\Chrome\AllowOutdatedPlugins (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "AllowOutdatedPlugins"
severity : HIGH
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0014: Automatically Authorize Plugins"
info : "V-44749 Severity: CAT I"
info : "HKLM\Software\Policies\Google\Chrome\AlwaysAuthorizePlugins (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "AlwaysAuthorizePlugins"
severity : HIGH
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0019: 3D APIs Disabled"
info : "V-44757 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\Disable3DAPIs (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "Disable3DAPIs"
severity : MEDIUM
</custom_item>
<custom_item>
type : REG_CHECK
description : "DTBC-0007: Enforce Default Search Provider Name"
info : "V-44733 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DefaultSearchProviderName (REG_SZ)"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome"
reg_option : MUST_EXIST
key_item : "DefaultSearchProviderName"
severity : LOW
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0009: Enforce Default Search Provider Enabled"
info : "V-44737 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DefaultSearchProviderEnabled (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DefaultSearchProviderEnabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REG_CHECK
description : "DTBC-0008: Enforce Default Search Provider URL"
info : "V-44735 Severity: CAT II"
info : "Verify default search provider URL is set to perform encrypted searches (ex. https://www.google.com/#q={searchTerms} or https://www.bing.com/search?q={searchTerms} )"
info : "HKLM\Software\Policies\Google\Chrome\DefaultSearchProviderSearchURL (REG_SZ)"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome"
reg_option : MUST_EXIST
key_item : "DefaultSearchProviderSearchURL"
severity : LOW
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0027: Disable Search Suggestions"
info : "V-44773 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\SearchSuggestEnabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "SearchSuggestEnabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0030: Disable Incognito Mode"
info : "V-44777 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\IncognitoModeAvailability (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "IncognitoModeAvailability"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0020: Disable Data Synchronization"
info : "Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\SyncDisabled (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "SyncDisabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0039: Save Browser History"
info : "V-44793 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\SavingBrowserHistoryDisabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "SavingBrowserHistoryDisabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0001: Disable Firewall Traversal"
info : "V-44711 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\RemoteAccessHostFirewallTraversal (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "RemoteAccessHostFirewallTraversal"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0040: Block Webpages From Automatically Running Plugins"
info : "V-44795 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DefaultPluginsSetting (DWORD:3)"
value_type : POLICY_DWORD
value_data : "3"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DefaultPluginsSetting"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0029: Disable Importing Passwords"
info : "V-44775 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\ImportSavedPasswords (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "ImportSavedPasswords"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0026: Disable Metrics Reporting"
info : "V-44771 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\MetricsReportingEnabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "MetricsReportingEnabled"
severity : MEDIUM
</custom_item>
## Check Chrome auto updates are configured, STIG ID V-44805
## then
## if
## check AutoUpdateCheckPeriodMinutes to make sure not do exist or
## is set to AutoUpdateCheckPeriodMinutes > 0 < 10080
## and DisableAutoUpdateChecksCheckboxValue must equal 0
## then
## pass
## else
## fail updates disabled
##
<if>
<condition type: "and">
<custom_item>
type: SERVICE_POLICY
description: "Google Update Service"
info: "Check that the Google Update service is running"
value_type: SERVICE_SET
value_data: "Automatic"
service_name: "gupdate"
</custom_item>
<custom_item>
type: SERVICE_POLICY
description: "Google Update Service"
info: "Check that the Google Update service is running"
value_type: SERVICE_SET
value_data: "Manual"
service_name: "gupdatem"
</custom_item>
</condition>
<then>
<if>
<condition type: "and">
<custom_item>
type : REGISTRY_SETTING
description : "Chrome: Update Settings"
info : "Severity: CAT II"
value_type : POLICY_DWORD
value_data : [1..10080]
reg_key : "HKLM\Software\Policies\Google\Update\"
reg_item : "AutoUpdateCheckPeriodMinutes"
reg_option : CAN_BE_NULL
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "Chrome: Update Settings"
info : "Severity: CAT II"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Update\"
reg_item : "DisableAutoUpdateChecksCheckboxValue"
reg_option : CAN_BE_NULL
</custom_item>
</condition>
<then>
<report type: "PASSED">
description: "DTBC-0050: Chrome Automatic Updates"
info: "Severity: CAT II"
</report>
</then>
<else>
<report type: "FAILED">
description: "DTBC-0050: Chrome Automatic Updates"
info: "Severity: CAT II"
</report>
</else>
</if>
</then>
<else>
<report type: "FAILED">
description: "DTBC-0050: Chrome Automatic Updates"
info: "Severity: CAT II"
</report>
</else>
</if>
## This is STIG ID DTBC0051. Not having the key set is not a finding
## as not allowing any plugins at all is more secure then whitelisting allowed plugins
<if>
<condition type: "or">
<custom_item>
type : REG_CHECK
description : "Chrome: Enforce Plugin Whitelisting for URLs"
info : "Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls\1"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls"
key_item : "1"
reg_option : MUST_EXIST
severity : MEDIUM
</custom_item>
<custom_item>
type : REG_CHECK
description : "Chrome: Enforce Plugin Whitelisting for URLs"
info : "Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls"
reg_option : MUST_NOT_EXIST
severity : MEDIUM
</custom_item>
</condition>
<then>
<report type: "PASSED">
description: "DTBC0051: Enforce Plugin Whitelisting for URLs"
info: "Severity: CAT II"
info: "HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls"
</report>
</then>
<else>
<report type: "FAILED">
description: "DTBC0051: Enforce Plugin Whitelisting for URLs"
info: "Severity: CAT II"
info: "HKLM\Software\Policies\Google\Chrome\PluginsAllowedForUrls"
</report>
</else>
</if>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0022: Disable AutoFill"
info : "V-44763 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\AutoFillEnabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "AutoFillEnabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0002: Disallow Location Tracking"
info : "V-44723 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DefaultGeolocationSetting (DWORD:2)"
value_type : POLICY_DWORD
value_data : "2"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DefaultGeolocationSetting"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0038: Enforce Safe Browsing"
info : "V-44791 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\SafeBrowsingEnabled (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "SafeBrowsingEnabled"
severity : HIGH
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0005: Enforce Extension Whitelisting"
info : "V-44727 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\ExtensionInstallBlacklist\1 (REG_SZ:*)"
value_type : POLICY_TEXT
value_data : "*"
reg_key : "HKLM\Software\Policies\Google\Chrome\ExtensionInstallBlacklist"
reg_item : "1"
severity : MEDIUM
</custom_item>
## Extension Whitelisting is a best practice, but the use of extensions are optional. For example
## if no extensions are allowed then there is no need to do whitelisting.
## If extensions are allowed, then allowed extensions must be whitelisted.
<if>
<condition type: "or">
<custom_item>
type : REG_CHECK
description : "DTBC-0006: Extension Whitelisting Detected"
info : "Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\ExtensionInstallWhitelist\1"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome\ExtensionInstallWhitelist"
reg_option : MUST_EXIST
key_item : "1"
severity: MEDIUM
</custom_item>
<custom_item>
type : REG_CHECK
description : "DTBC-0006: Extension Whitelisting Detected"
info : "Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\ExtensionInstallWhitelist"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome\ExtensionInstallWhitelist"
reg_option : MUST_NOT_EXIST
severity: MEDIUM
</custom_item>
</condition>
<then>
<report type: "PASSED">
description: "DTBC-0006: Extension Whitelisting"
info: "Severity: CAT II"
info: "HKLM\Software\Policies\Google\Chrome\ExtensionInstallWhitelist\1"
</report>
</then>
<else>
<report type: "FAILED">
description: "DTBC-0006: Extension Whitelisting"
info: "Severity: CAT II"
info: "HKLM\Software\Policies\Google\Chrome\ExtensionInstallWhitelist\1"
</report>
</else>
</if>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0036: Disable Auto-Install of Plugins"
info : "V-44787 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DisablePluginFinder (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DisablePluginFinder"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0034: Enforce Plugin Whitelisting"
info : "V-44781 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DisabledPlugins\1 (REG_SZ:*)"
value_type : POLICY_TEXT
value_data : "*"
reg_key : "HKLM\Software\Policies\Google\Chrome\DisabledPlugins"
reg_item : "1"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0025: Disable Network Prediction"
info : "V-44769 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\NetworkPredictionOptions (DWORD:2)"
value_type : POLICY_DWORD
value_data : "2"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "NetworkPredictionOptions"
severity : MEDIUM
</custom_item>
<custom_item>
type : REG_CHECK
description : "DTBC-0035: Enforce Plugin Whitelisting"
info : "V-44783 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\EnabledPlugins"
value_type : POLICY_TEXT
value_data : "HKLM\Software\Policies\Google\Chrome\EnabledPlugins"
reg_option : MUST_EXIST
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0011: Disable Password Manager"
info : "V-44741 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\PasswordManagerEnabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "PasswordManagerEnabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0037: Enforce Cert Revocation Checks"
info : "V-44789 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\EnableOnlineRevocationChecks (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "EnableOnlineRevocationChecks"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0021: Disable Javascript for certain URL Schema"
info : "V-44761 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\URLBlacklist (REG_SZ:javascript://*)"
value_type : POLICY_TEXT
value_data : "javascript://*"
reg_key : "HKLM\Software\Policies\Google\Chrome\URLBlacklist"
reg_item : "1"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0004: Disable Pop-Ups"
info : "V-44719 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DefaultPopupsSetting (DWORD:2)"
value_type : POLICY_DWORD
value_data : "2"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DefaultPopupsSetting"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC0023: Disable Cloud Printing"
info : "V-44765 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\CloudPrintProxyEnabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "CloudPrintProxyEnabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0017: Disable Background Processing"
info : "V-44753 Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\BackgroundModeEnabled (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "BackgroundModeEnabled"
severity : MEDIUM
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0015: Disable 3rd Party Cookies"
info : "V-44751 Severity: CAT III"
info : "HKLM\Software\Policies\Google\Chrome\BlockThirdPartyCookies (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "BlockThirdPartyCookies"
severity : LOW
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0003: Disable Desktop Notifications"
info : "V-44713 Severity: CAT III"
info : "HKLM\Software\Policies\Google\Chrome\DefaultNotificationsSetting (DWORD:2)"
value_type : POLICY_DWORD
value_data : "2"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DefaultNotificationsSetting"
severity: LOW
</custom_item>
<custom_item>
type : REGISTRY_SETTING
description : "DTBC-0045: Disable Session Only Based Cookies"
info : "V-44799 Severity: CAT II"
info : "This setting has been deprecated"
info : "HKLM\Software\Policies\Google\Chrome\CookiesSessionOnlyForUrls (DWORD:0)"
value_type : POLICY_DWORD
value_data : "0"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "CookiesSessionOnlyForUrls"
reg_option : CAN_BE_NULL
severity : LOW
</custom_item>
### Recommended Setting
<custom_item>
type : REGISTRY_SETTING
description : "NO STIG ID: Disable Proceed Anyways Option"
info : "Severity: CAT II"
info : "HKLM\Software\Policies\Google\Chrome\DisableSafeBrowsingProceedAnyway (DWORD:1)"
value_type : POLICY_DWORD
value_data : "1"
reg_key : "HKLM\Software\Policies\Google\Chrome\"
reg_item : "DisableSafeBrowsingProceedAnyway"
severity : MEDIUM
</custom_item>
</then>
<else>
<report type: "PASSED">
description: "Chrome is not installed"
</report>
</else>
</if>
</group_policy>
</check_type>