Lucene search
K

CA ARCServe MSSQL Agent Detection

🗓️ 03 Aug 2005 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 9 Views

CA ARCServe MSSQL Agent Detectio

Code
#
# (C) Tenable Network Security, Inc.
#


include("compat.inc");

if (description)
{
 script_id(19376);
 script_version("1.11");
 script_set_attribute(attribute:"plugin_modification_date", value:"2023/05/24");
 script_name(english:"CA ARCServe MSSQL Agent Detection");
 script_set_attribute(attribute:"synopsis", value:
"A backup software is listening on this port." );
 script_set_attribute(attribute:"description", value:
"The BrightStor ARCServe MSSQL Agent is installed on the remote
host." );
 script_set_attribute(attribute:"solution", value:
"If this service is not needed, disable it or filter incoming traffic
to this port." );
 script_set_attribute(attribute:"risk_factor", value:"None" );
 script_set_attribute(attribute:"plugin_publication_date", value: "2005/08/03");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"cpe", value:"cpe:/a:ca:brightstor_arcserve_backup_agent_sql");
 script_set_attribute(attribute:"asset_inventory", value:"True");
 script_set_attribute(attribute:"asset_inventory_category", value:"software_enumeration");
 script_end_attributes();

 script_summary(english:"Determine if a remote host is running BrightStor ARCServe MSSQL Agent");
 script_category(ACT_GATHER_INFO);
 script_family(english:"Service detection");
 script_copyright(english:"This script is Copyright (C) 2005-2023 and is owned by Tenable, Inc. or an Affiliate thereof.");
 script_require_ports (6070);
 exit(0);
}

include("global_settings.inc");
include("install_func.inc");
include("misc_func.inc");

port = 6070;
soc = open_sock_tcp (port);
if (!soc) exit(0);

data = "[LUHISL" + crap(data:"A", length:700);

send (socket:soc, data:data);
ret = recv (socket:soc, length:4096);

if ((strlen(ret) == 8) && ( "0000041b00000000" >< hexstr(ret) ))
{
 security_note (port);
 set_kb_item (name:"ARCSERVE/MSSQLAgent", value:TRUE);
}

app = "CA ARCServe MSSQL Agent";
version = UNKNOWN_VER;
service = "ca_arcserve_mssql_agent";
cpe = "cpe:/a:ca:brightstor_arcserve_backup_agent_sql";

register_install(
  vendor   : "CA",
  product  : "BrightStor ARCServe Backup Agent SQL",
  app_name : app,
  version  : version,
  port     : port,
  service  : service,
  cpe      : cpe
);

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