Lucene search

K
openvasCopyright (C) 2004 Jeff AdamsOPENVAS:136141256231012286
HistoryNov 03, 2005 - 12:00 a.m.

JS.Scob.Trojan or Download.Ject Trojan

2005-11-0300:00:00
Copyright (C) 2004 Jeff Adams
plugins.openvas.org
9

7.4 High

AI Score

Confidence

Low

JS.Scob.Trojan or Download.Ject Trojan were detected.

# SPDX-FileCopyrightText: 2004 Jeff Adams
# Some text descriptions might be excerpted from (a) referenced
# source(s), and are Copyright (C) by the respective right holder(s).
#
# SPDX-License-Identifier: GPL-2.0-only

if(description)
{
  script_oid("1.3.6.1.4.1.25623.1.0.12286");
  script_version("2023-09-07T05:05:21+0000");
  script_tag(name:"last_modification", value:"2023-09-07 05:05:21 +0000 (Thu, 07 Sep 2023)");
  script_tag(name:"creation_date", value:"2005-11-03 14:08:04 +0100 (Thu, 03 Nov 2005)");
  script_tag(name:"cvss_base", value:"10.0");
  script_tag(name:"cvss_base_vector", value:"AV:N/AC:L/Au:N/C:C/I:C/A:C");
  script_name("JS.Scob.Trojan or Download.Ject Trojan");
  script_category(ACT_GATHER_INFO);
  script_copyright("Copyright (C) 2004 Jeff Adams");
  script_family("Malware");
  script_dependencies("smb_reg_service_pack.nasl");
  script_require_ports(139, 445);
  script_mandatory_keys("SMB/WindowsVersion");

  script_tag(name:"solution", value:"Use Latest Anti Virus to clean machine. Virus Definitions
  and removal tools are being released as of 06/25/04");

  script_tag(name:"summary", value:"JS.Scob.Trojan or Download.Ject Trojan were detected.");

  script_tag(name:"insight", value:"JS.Scob.Trojan or Download.Ject is a simple Trojan that executes a
  JavaScript file from a remote server.

  The Trojan's dropper sets it as the document footer for all pages
  served by IIS Web sites on the infected computer. The presence of
  Kk32.dll or Surf.dat may indicate a client side infection. More
  information is available at the linked reference.");

  script_xref(name:"URL", value:"http://www.microsoft.com/security/incident/download_ject.mspx");

  script_tag(name:"solution_type", value:"Mitigation");
  script_tag(name:"qod_type", value:"registry");

  exit(0);
}

include("smb_nt.inc");
include("secpod_smb_func.inc");

if(!get_kb_item("SMB/WindowsVersion")){
   exit(0);
}

rootfile = registry_get_sz(key:"SOFTWARE\Microsoft\Windows NT\CurrentVersion", item:"SystemRoot");

if (! rootfile)
  exit(0);

files[0] = string(rootfile, "\\system32\\kk32.dll");
files[1] = string(rootfile, "\\system32\\Surf.dat");

foreach file (files)
{
  myread = smb_read_file(fullpath:file, offset:0,count:4);
  if (myread) {
    security_message(port:0);
    exit(0);
  }
}

exit(0);

7.4 High

AI Score

Confidence

Low