Lucene search
+L

IT-Grundschutz M4.341: Integritätsschutz ab Windows Vista

🗓️ 25 Mar 2015 00:00:00Reported by Copyright (c) 2015 Greenbone Networks GmbHType 
openvas
 openvas
🔗 plugins.openvas.org👁 10 Views

IT-Grundschutz M4.341: Integritätsschutz ab Windows Vista. Aktiviertes UAC und geschützter Modus in verschiedenen Zonen

Refs
Code
###############################################################################
# OpenVAS Vulnerability Test
# $Id: GSHB_M4_341.nasl 8004 2017-12-06 09:02:19Z emoss $
#
# IT-Grundschutz, 14. EL, Maßnahme 4.341
#
# Authors:
# Thomas Rotter <[email protected]>
#
# Copyright:
# Copyright (c) 2015 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.
###############################################################################

if(description)
{
  script_id(94246);
  script_version("$Revision: 8004 $");
  script_tag(name:"last_modification", value:"$Date: 2017-12-06 10:02:19 +0100 (Wed, 06 Dec 2017) $");
  script_tag(name:"creation_date", value:"2015-03-25 10:14:11 +0100 (Wed, 25 Mar 2015)");
  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("IT-Grundschutz M4.341: Integritätsschutz ab Windows Vista");
  script_xref(name : "URL" , value : "http://www.bsi.bund.de/DE/Themen/ITGrundschutz/ITGrundschutzKataloge/Inhalt/_content/m/m04/m04341.html");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (c) 2015 Greenbone Networks GmbH");
  script_family("IT-Grundschutz-15");
  script_mandatory_keys("Tools/Present/wmi");
  script_mandatory_keys("Compliance/Launch/GSHB-15");
  script_dependencies("GSHB/GSHB_WMI_OSInfo.nasl", "GSHB/EL15/GSHB_WMI_UAC_config.nasl", "GSHB/GSHB_WMI_ProtectedMode.nasl");
  script_require_keys("WMI/UAC");
  script_tag(name : "summary" , value :
"IT-Grundschutz M4.341: Integritätsschutz ab Windows Vista.

Stand: 14. Ergänzungslieferung (14. EL).

Hinweis:
Soweit technisch möglich umgesetzt (aktiviertes UAC und geschützter Modus in verschiedenen Zonen).
");

  exit(0);
}

include("itg.inc");

name = 'IT-Grundschutz M4.341: Integritätsschutz ab Windows Vista\n';

gshbm =  "IT-Grundschutz M4.341: ";

OSVER = get_kb_item("WMI/WMI_OSVER");
OSTYPE = get_kb_item("WMI/WMI_OSTYPE");
WMIOSLOG = get_kb_item("WMI/WMI_OS/log");

ProtModeIntraZone = get_kb_item("WMI/ProtModeIntraZone");
ProtModeInterZone = get_kb_item("WMI/ProtModeInterZone");
ProtModeRestrZone = get_kb_item("WMI/ProtModeRestrZone");
EnableLUA = get_kb_item("WMI/EnableLUA");
UAC = get_kb_item("WMI/UAC");

log = get_kb_item("WMI/ProtMode/log");

if (WMIOSLOG == "On the Target System runs Samba, it is not an Microsoft System."){
  result = string("nicht zutreffend");
  desc = string("Auf dem System läuft Samba,\nes ist kein Microsoft Windows System.");
}else if(UAC >< "error"){
  result = string("Fehler");
  if (!log) desc = string("Beim Testen des Systems trat ein Fehler auf.");
  if (log) desc = string("Beim Testen des Systems trat ein Fehler auf:\n" + log);
}else if(OSVER  >=  "6.0" && OSTYPE == "1"){

  if(EnableLUA != "1")
  {
    result = string("nicht erfüllt");
    desc = string("User Access Control ist auf dem System deaktiviert,\ndadurch ist auch der Geschützte Modus des Internet\nExplorers deaktiviert.");
  }
  else
  {
    if(ProtModeIntraZone != "0" || ProtModeInterZone != "0" || ProtModeRestrZone != "0")
    {
      result = string("nicht erfüllt");
      if (ProtModeIntraZone != "0") desc = string('Der Geschützte Modus wurde für den IE in der Zone\nLokales Intranet nicht wie gefordert konfiguriert.\n');
      if (ProtModeInterZone != "0") desc += string('Der Geschützte Modus wurde für den IE in der Zone\nInternet nicht wie gefordert konfiguriert.\n');
      if (ProtModeRestrZone != "0") desc += string('Der Geschützte Modus wurde für den IE in der Zone\nEingeschränkte Sites nicht wie gefordert konfiguriert.\n');
    }
    else
    {
        result = string("erfüllt");
        desc = string("\nDer konfigurierbare Teil des Systems entspricht der\nIT-Grundschutz Maßnahme 4.341");
    }
  } 
}else{
  result = string("nicht zutreffend");
  desc = string("Das System ist kein Microsoft Windows System größer gleich Windows Vista.");

}

set_kb_item(name:"GSHB/M4_341/result", value:result);
set_kb_item(name:"GSHB/M4_341/desc", value:desc);
set_kb_item(name:"GSHB/M4_341/name", value:name);

silence = get_kb_item("GSHB/silence");
if (!silence) itg_send_details (itg_id: 'GSHB/M4_341');

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

06 Dec 2017 00:00Current
0.5Low risk
Vulners AI Score0.5
10