#%NASL_MIN_LEVEL 70300
#
# (C) Tenable Network Security, Inc.
#
include('deprecated_nasl_level.inc');
include('compat.inc');
if (description)
{
script_id(10186);
script_version("1.30");
script_set_attribute(attribute:"plugin_modification_date", value:"2022/04/11");
script_name(english:"Portal of Doom Backdoor Detection");
script_set_attribute(attribute:"synopsis", value:
"The remote host is infected by a Trojan horse.");
script_set_attribute(attribute:"description", value:
"Portal of Doom is installed.
This backdoor allows anyone to partially take the control of
the remote system.
An attacker may use it to steal your password or prevent your from
working properly.");
script_set_attribute(attribute:"solution", value:
"open the registry to
HKLM\Software\Microsoft\Windows\CurrentVersion\RunServices
and look for the value named 'String' with the data
'c:\windows\system\ljsgz.exe'.
Boot into DOS mode and delete the c:\windows\system\ljsgz.exe file,
then boot into Windows and delete the 'String' value from the registry.
If you are running Windows NT and are infected, you can kill the process
with Task Manager, and then remove the 'String' registry value.");
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:"1999/07/09");
script_set_attribute(attribute:"plugin_type", value:"remote");
script_set_attribute(attribute:"thorough_tests", value:"true");
script_end_attributes();
script_category(ACT_GATHER_INFO);
script_family(english:"Backdoors");
script_copyright(english:"This script is Copyright (C) 1999-2022 Tenable Network Security, Inc.");
script_dependencies("find_service1.nasl");
script_require_keys("Settings/ThoroughTests");
exit(0);
}
#
# The script code starts here
#
include('global_settings.inc');
if ( ! thorough_tests ) exit(0);
port = 10167;
if(get_udp_port_state(port))
{
soc = open_sock_udp(port);
if(soc)
{
data = "pod";
send(socket:soc, data:data, length:3);
r = recv(socket:soc, length:3);
if("@" >< r)security_hole(port:port, protocol:"udp");
close(soc);
}
}
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