mirror of
https://github.com/NexusOne23/noid-privacy.git
synced 2026-03-07 17:32:48 +01:00
v2.2.0 - Complete Security Hardening Framework (632 Settings)
This commit is contained in:
commit
ba364813ed
195 changed files with 43788 additions and 0 deletions
20
Modules/AdvancedSecurity/Config/Firewall.json
Normal file
20
Modules/AdvancedSecurity/Config/Firewall.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"Description": "Firewall Shields Up - Block all incoming connections on Public network",
|
||||
"Purpose": "Extra protection in public WiFi networks (airports, cafes, hotels)",
|
||||
"Note": "This goes BEYOND Microsoft Security Baseline",
|
||||
|
||||
"ShieldsUp": {
|
||||
"description": "Block ALL incoming connections on Public profile, including allowed apps",
|
||||
"registry_path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\SharedAccess\\Parameters\\FirewallPolicy\\PublicProfile",
|
||||
"value_name": "DoNotAllowExceptions",
|
||||
"enabled_value": 1,
|
||||
"disabled_value": 0,
|
||||
"profiles": {
|
||||
"Balanced": false,
|
||||
"Enterprise": false,
|
||||
"Maximum": true
|
||||
},
|
||||
"warning": "When enabled, apps like Teams, Discord, Zoom cannot receive incoming calls on Public networks",
|
||||
"recommendation": "Enable only for maximum security (Maximum / air-gapped profile)"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue