ruby 示例GDPR - 阻止入站Windows防火墙

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby 示例GDPR - 阻止入站Windows防火墙相关的知识,希望对你有一定的参考价值。

control "gdpr-benchmark-windiws-firewall-block-inbound-on" do
  title "Ensure we block inbound unless overriden"
  desc  "This setting determines the behavior for inbound connections that do not match an inbound firewall rule. 
    The default behavior is to block connections unless there are firewall rules to allow the connection."
  impact 1.0
  describe registry_key("HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\WindowsFirewall\\PrivateProfile") do
    it { should have_property "DefaultInboundAction" }
  end
  describe registry_key("HKEY_LOCAL_MACHINE\\Software\\Policies\\Microsoft\\WindowsFirewall\\PrivateProfile") do
    its("DefaultInboundAction") { should cmp == 1 }
  end
end

以上是关于ruby 示例GDPR - 阻止入站Windows防火墙的主要内容,如果未能解决你的问题,请参考以下文章

ruby 示例GDPR - 数据库配置

ruby 示例GDPR - 数据库配置

ruby 样本GDPR - 帐户锁定时间

ruby 样本GDPR - 帐户锁定时间

ruby 样本GDPR控制 - Windows防火墙

ruby 样本GDPR控制 - Windows防火墙