###############################################################################
# OpenVAS Vulnerability Test
# $Id: GSHB_WMI_IPSec_Policy.nasl 7067 2017-09-06 11:50:33Z teissa $
#
# Check over WMI if IPSec Policy used for Windows (Windows)
#
# Authors:
# Thomas Rotter <[email protected]>
#
# Copyright:
# Copyright (c) 2009 Greenbone Networks GmbH, http://www.greenbone.net
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2
# (or any later version), as published by the Free Software Foundation.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
###############################################################################
tag_summary = "The script detects over WMI if IPSec Policy used under Windows
2000 and XP.";
if(description)
{
script_id(96042);
script_version("$Revision: 7067 $");
script_tag(name:"last_modification", value:"$Date: 2017-09-06 13:50:33 +0200 (Wed, 06 Sep 2017) $");
script_tag(name:"creation_date", value:"2009-11-09 14:03:22 +0100 (Mon, 09 Nov 2009)");
script_tag(name:"cvss_base", value:"0.0");
script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:N/I:N/A:N");
script_tag(name:"qod_type", value:"registry");
script_name("Check over WMI if IPSec Policy used for Windows (Windows)");
script_category(ACT_GATHER_INFO);
script_copyright("Copyright (c) 2009 Greenbone Networks GmbH");
script_family("IT-Grundschutz");
script_mandatory_keys("Compliance/Launch/GSHB");
script_mandatory_keys("Tools/Present/wmi");
script_dependencies("secpod_reg_enum.nasl", "GSHB_WMI_OSInfo.nasl");
script_tag(name : "summary" , value : tag_summary);
exit(0);
}
host = get_host_ip();
usrname = get_kb_item("SMB/login");
domain = get_kb_item("SMB/domain");
if (domain){
usrname = domain + '\\' + usrname;
}
passwd = get_kb_item("SMB/password");
OSVER = get_kb_item("WMI/WMI_OSVER");
OSNAME = get_kb_item("WMI/WMI_OSNAME");
if(!OSVER || OSVER >< "none"){
set_kb_item(name:"WMI/IPSecPolicy", value:"error");
set_kb_item(name:"WMI/IPSecPolicy/log", value:"No access to SMB host.\nFirewall is activated or there is not a Windows system.");
exit(0);
}
handlereg = wmi_connect_reg(host:host, username:usrname, password:passwd);
if(!handlereg){
set_kb_item(name:"WMI/IPSecPolicy", value:"error");
set_kb_item(name:"WMI/IPSecPolicy/log", value:"wmi_connect: WMI Connect failed.");
exit(0);
}
GPTIPSECPolicy = wmi_reg_enum_value(wmi_handle:handlereg, key:"SOFTWARE\Policies\Microsoft\Windows\IPSec\GPTIPSECPolicy");
if (OSVER < 6){
NoDefaultExempt = wmi_reg_get_dword_val(wmi_handle:handlereg, key:"SYSTEM\CurrentControlSet\Services\IPSEC", val_name:"NoDefaultExempt");
if (!NoDefaultExempt) NoDefaultExempt = "-1";
}else{
NoDefaultExempt = wmi_reg_get_dword_val(wmi_handle:handlereg, key:"SYSTEM\CurrentControlSet\Services\PolicyAgent", val_name:"NoDefaultExempt");
if (!NoDefaultExempt) NoDefaultExempt = "-1";
}
if(!GPTIPSECPolicy){
log_message(port:0, proto: "IT-Grundschutz", data:"Registry Path 'SOFTWARE\Policies\Microsoft\Windows\IPSec\GPTIPSECPolicy' not found.");
set_kb_item(name:"WMI/IPSecPolicy", value:"off");
set_kb_item(name:"WMI/NoDefaultExempt", value:NoDefaultExempt);
wmi_close(wmi_handle:handlereg);
exit(0);
}
#if (OSVER == '5.0' || OSVER == '5.1' || OSNAME >< 'Microsoft(R) Windows(R) XP Professional x64 Edition')
#{
if (GPTIPSECPolicy)
{
if (OSVER < 6){
DomPolicyPath = wmi_reg_get_sz(wmi_handle:handlereg, key:"SOFTWARE\Policies\Microsoft\Windows\IPSec\GPTIPSECPolicy", key_name:"DSIPSECPolicyPath");
DomPolicyPath = split(DomPolicyPath, sep:",", keep:0);
DomPolicyPath = ereg_replace(pattern:'LDAP://CN=ipsecPolicy',replace:'', string:DomPolicyPath[0]);
key = "SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local\ipsecPolicy" + DomPolicyPath;
ActiveDomPolicy = wmi_reg_get_sz(wmi_handle:handlereg, key:key, key_name:"ipsecName");
}else{
ActiveDomPolicy = wmi_reg_get_sz(wmi_handle:handlereg, key:"SOFTWARE\Policies\Microsoft\Windows\IPSec\GPTIPSECPolicy", key_name:"DSIPSECPolicyName");
}
set_kb_item(name:"WMI/IPSecPolicy", value:ActiveDomPolicy);
}
else
{
PolicyPath = wmi_reg_get_sz(wmi_handle:handlereg, key:"SOFTWARE\Policies\Microsoft\Windows\IPSec\Policy\Local", key_name:"ActivePolicy");
ActivePolicy = wmi_reg_get_sz(wmi_handle:handlereg, key:PolicyPath, key_name:"ipsecName");
set_kb_item(name:"WMI/IPSecPolicy", value:ActivePolicy);
}
if (!ActiveDomPolicy && !ActivePolicy) set_kb_item(name:"WMI/IPSecPolicy", value:"off");
set_kb_item(name:"WMI/NoDefaultExempt", value:NoDefaultExempt);
wmi_close(wmi_handle:handlereg);
exit(0);
#}
#else
#{
# set_kb_item(name:"WMI/IPSecPolicy", value:"inapplicable");
# log_message(port:0, proto: "IT-Grundschutz", data:string("No Windows 2000 or Windows XP"));
# exit(0);
#}
Data
Build on a solid foundation with Vulners data
We provide the essential building blocks for cybersecurity solutions with comprehensive, structured, and constantly updated vulnerability and exploits data
Api
Power your application with Vulners API
The Vulners REST API offers reliable, high-performance access to vulnerability intelligence, with 99.9% SLA uptime and CDN-backed data delivery for seamless global access
App
Assess and manage vulnerabilities with Vulners tools
Built on top of Vulners' database and SDK, end-user solutions give security professionals and developers lightweight and powerful tools for vulnerability remediation