Lucene search
K

Bugbear.B Web Backdoor Detection

🗓️ 09 Jun 2003 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 38 Views

Detects Bugbear.B backdoor on remote host indicating system compromise.

Refs
Code
SourceLink
nessuswww.nessus.org/u
#
# (C) 2003 StrongHoldNet
#
# Licence : GPL v2
#
# Modifications by rd:
#  -> Try every web server, not just port 81
#
# UNTESTED


include("compat.inc");

if (description)
{
 script_id(11707);
 script_version ("1.11");
 script_set_attribute(attribute:"plugin_modification_date", value:"2020/06/12");

 script_name(english:"Bugbear.B Web Backdoor Detection");

 script_set_attribute(attribute:"synopsis", value:
"The remote host is compromised." );
 script_set_attribute(attribute:"description", value:
"Your system seems to be infected by the Bugbear.B virus
(its backdoor has been detected on port 81)." );
 # http://web.archive.org/web/20030608064444/http://www.f-secure.com/v-descs/bugbear_b.shtml
 script_set_attribute(attribute:"see_also", value:"http://www.nessus.org/u?1f7c9f15" );
 script_set_attribute(attribute:"solution", value:
"Use your favorite antivirus to disinfect your system. 
Standalone disinfection tools also exist :
ftp://ftp.f-secure.com/anti-virus/tools/f-bugbr.zip" );
 script_set_cvss_base_vector("CVSS2#AV:N/AC:L/Au:N/C:C/I:C/A:C");
 script_set_attribute(attribute:"plugin_publication_date", value: "2003/06/09");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_end_attributes();

 script_summary(english:"Checks for Bugbear.B web backdoor");
 script_category(ACT_GATHER_INFO);
 script_family(english:"Backdoors");
 script_copyright(english:"This script is Copyright (C) 2003-2020 StrongHoldNet");
 script_dependencie("http_version.nasl");
 script_require_ports("Services/www", 81);
 exit(0);
}

include("global_settings.inc");
include("http_func.inc");
include("http_keepalive.inc");

port = get_http_port(default:81, embedded:TRUE);
if(!port)exit(0);

if(!get_port_state(port))exit(0);
url = '/%NETHOOD%/';
req = http_get(item:url, port:port);
buf = http_keepalive_send_recv(port:port, data:req);
if( buf == NULL ) exit(0);
if(ereg(pattern:"^HTTP/[0-9]\.[0-9] 200 ", string:buf) && "Microsoft Windows Network" >< buf) security_hole(port);

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

12 Jun 2020 00:00Current
5.3Medium risk
Vulners AI Score5.3
38