Lucene search
K

Check Point FireWall-1 ICA Service Detection

🗓️ 27 Jul 2006 00:00:00Reported by TenableType 
nessus
 nessus
🔗 www.tenable.com👁 423 Views

The remote host is running Check Point FireWall-1 and is operating a web server on this port for its internal certificate authority (ICA), providing users with certificate revocation lists and registration when using the Policy Server. It is not known whether it is possible to disable this service or limit its access to only certain interfaces or addresses

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

include("compat.inc");

if (description)
{
  script_id(22094);
  script_version("1.15");

  script_name(english:"Check Point FireWall-1 ICA Service Detection");
  script_summary(english:"Checks for Check Point ICA Service");

 script_set_attribute(attribute:"synopsis", value:
"The remote host is a firewall." );
 script_set_attribute(attribute:"description", value:
"The remote host is running Check Point FireWall-1 and is operating a
web server on this port for its internal certificate authority (ICA),
which provides users with certificate revocation lists and registers
users when using the Policy Server. 

Note that it is not known whether it is possible to disable this
service or limit its access to only certain interfaces or addresses." );
 script_set_attribute(attribute:"risk_factor", value:"None" );
 script_set_attribute(attribute:"solution", value:"n/a" );
 script_set_attribute(attribute:"plugin_publication_date", value: "2006/07/27");
 script_cvs_date("Date: 2019/11/22");
 script_set_attribute(attribute:"plugin_type", value:"remote");
 script_set_attribute(attribute:"cpe",value:"cpe:/a:checkpoint:firewall-1");
 script_set_attribute(attribute:"asset_inventory", value:"True");
 script_end_attributes();


  script_category(ACT_GATHER_INFO);
  script_family(english:"Firewalls");

  script_copyright(english:"This script is Copyright (C) 2006-2019 and is owned by Tenable, Inc. or an Affiliate thereof.");

  script_dependencies("http_version.nasl");
  script_require_ports("Services/www", 18264);

  exit(0);
}

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


port = get_http_port(default:18264, embedded:TRUE);

banner = get_http_banner(port:port, exit_on_fail: 1);
if ("Server: Check Point SVN" >< banner)
{
  res = http_get_cache(item:"/", port:port, exit_on_fail: 1);

  if ("<TITLE>Check Point Certificate Services</TITLE>" >< res)
  {
    security_note(port);

    register_service(port:port, ipproto:"tcp", proto:"cp_ica");
  }
}

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

22 Nov 2019 00:00Current
5.6Medium risk
Vulners AI Score5.6
423