我负责根据最新的CIS基准策略来configurationGPO。 然而,对“身份validation后模拟客户端”的testing总是失败,尽pipe似乎所有东西都configuration正确。
Computer Configuration => Policies => Windows Settings => Security Settings => Local Policies => User Rights Assignment => Impersonate a client after authentication
以上设置包含:
pipe理员
本地服务
networking服务
服务
这当然不符合Tripwire使用的正则expression式(根据报告)。
"^\s*BUILTIN\\Administrators,\s+NT\s+AUTHORITY\\LOCAL\s+SERVICE,\s+NT\s+AUTHORITY\\NETWORK\s+SERVCE,\s+NT\s+AUTHORITY\\SERVICE\s*$"
但是,如果将“pipe理员”replace为“BUILTIN \ Administrator”,GPMC控制台会提示以下内容:
Administrators and SERVICE must be granted the impersonate client after authentication privileve.
现在的问题是: 我给GPO提供了正确的string还是需要正则expression式更正?