CVE-2022-47966 Vulnerability Analysis & Exploit Details

CVE-2022-47966
Vulnerability Scoring

9.8
/10
Critical Risk

As a catastrophic security flaw, CVE-2022-47966 has severe implications, demanding immediate intervention.

Attack Complexity Details

  • Attack Complexity: Low
    Exploits can be performed without significant complexity or special conditions.
  • Attack Vector: Network
    Vulnerability is exploitable over a network without physical access.
  • Privileges Required: None
    No privileges are required for exploitation.
  • Scope: Unchanged
    Exploit remains within the originally vulnerable component.
  • User Interaction: None
    No user interaction is necessary for exploitation.

CVE-2022-47966 Details

Status: Analyzed

Last updated: 🕝 31 Oct 2025, 14:39 UTC
Originally published on: 🕕 18 Jan 2023, 18:15 UTC

Time between publication and last update: 1016 days

CVSS Release: version 3

CVSS3 Source

nvd@nist.gov

CVSS3 Type

Primary

CVSS3 Vector

CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H

CVE-2022-47966 Vulnerability Summary

CVE-2022-47966: Multiple Zoho ManageEngine on-premise products, such as ServiceDesk Plus through 14003, allow remote code execution due to use of Apache Santuario xmlsec (aka XML Security for Java) 1.4.1, because the xmlsec XSLT features, by design in that version, make the application responsible for certain security protections, and the ManageEngine applications did not provide those protections. This affects Access Manager Plus before 4308, Active Directory 360 before 4310, ADAudit Plus before 7081, ADManager Plus before 7162, ADSelfService Plus before 6211, Analytics Plus before 5150, Application Control Plus before 10.1.2220.18, Asset Explorer before 6983, Browser Security Plus before 11.1.2238.6, Device Control Plus before 10.1.2220.18, Endpoint Central before 10.1.2228.11, Endpoint Central MSP before 10.1.2228.11, Endpoint DLP before 10.1.2137.6, Key Manager Plus before 6401, OS Deployer before 1.1.2243.1, PAM 360 before 5713, Password Manager Pro before 12124, Patch Manager Plus before 10.1.2220.18, Remote Access Plus before 10.1.2228.11, Remote Monitoring and Management (RMM) before 10.1.41. ServiceDesk Plus before 14004, ServiceDesk Plus MSP before 13001, SupportCenter Plus before 11026, and Vulnerability Manager Plus before 10.1.2220.18. Exploitation is only possible if SAML SSO has ever been configured for a product (for some products, exploitation requires that SAML SSO is currently active).

Assessing the Risk of CVE-2022-47966

Access Complexity Graph

The exploitability of CVE-2022-47966 depends on two key factors: attack complexity (the level of effort required to execute an exploit) and privileges required (the access level an attacker needs).

Exploitability Analysis for CVE-2022-47966

With low attack complexity and no required privileges, CVE-2022-47966 is an easy target for cybercriminals. Organizations should prioritize immediate mitigation measures to prevent unauthorized access and data breaches.

Understanding AC and PR

A lower complexity and fewer privilege requirements make exploitation easier. Security teams should evaluate these aspects to determine the urgency of mitigation strategies, such as patch management and access control policies.

Attack Complexity (AC) measures the difficulty in executing an exploit. A high AC means that specific conditions must be met, making an attack more challenging, while a low AC means the vulnerability can be exploited with minimal effort.

Privileges Required (PR) determine the level of system access necessary for an attack. Vulnerabilities requiring no privileges are more accessible to attackers, whereas high privilege requirements limit exploitation to authorized users with elevated access.

CVSS Score Breakdown Chart

Above is the CVSS Sub-score Breakdown for CVE-2022-47966, illustrating how Base, Impact, and Exploitability factors combine to form the overall severity rating. A higher sub-score typically indicates a more severe or easier-to-exploit vulnerability.

CIA Impact Analysis

Below is the Impact Analysis for CVE-2022-47966, showing how Confidentiality, Integrity, and Availability might be affected if the vulnerability is exploited. Higher values usually signal greater potential damage.

  • Confidentiality: High
    Exploiting CVE-2022-47966 can result in unauthorized access to sensitive data, severely compromising data privacy.
  • Integrity: High
    CVE-2022-47966 could allow unauthorized modifications to data, potentially affecting system reliability and trust.
  • Availability: High
    CVE-2022-47966 can disrupt system operations, potentially causing complete denial of service (DoS).

Exploit Prediction Scoring System (EPSS)

The EPSS score estimates the probability that this vulnerability will be exploited in the near future.

EPSS Score: 97.527% (probability of exploit)

EPSS Percentile: 100.0% (lower percentile = lower relative risk)
This vulnerability is less risky than approximately 0.0% of others.

CVE-2022-47966 References

External References

CWE Common Weakness Enumeration

CWE-20

CAPEC Common Attack Pattern Enumeration and Classification

  • Buffer Overflow via Environment Variables CAPEC-10 This attack pattern involves causing a buffer overflow through manipulation of environment variables. Once the adversary finds that they can modify an environment variable, they may try to overflow associated buffers. This attack leverages implicit trust often placed in environment variables.
  • Server Side Include (SSI) Injection CAPEC-101 An attacker can use Server Side Include (SSI) Injection to send code to a web application that then gets executed by the web server. Doing so enables the attacker to achieve similar results to Cross Site Scripting, viz., arbitrary code execution and information disclosure, albeit on a more limited scale, since the SSI directives are nowhere near as powerful as a full-fledged scripting language. Nonetheless, the attacker can conveniently gain access to sensitive files, such as password files, and execute shell commands.
  • Cross Zone Scripting CAPEC-104 An attacker is able to cause a victim to load content into their web-browser that bypasses security zone controls and gain access to increased privileges to execute scripting code or other web objects such as unsigned ActiveX controls or applets. This is a privilege elevation attack targeted at zone-based web-browser security.
  • Command Line Execution through SQL Injection CAPEC-108 An attacker uses standard SQL injection methods to inject data into the command line for execution. This could be done directly through misuse of directives such as MSSQL_xp_cmdshell or indirectly through injection of data into the database that would be interpreted as shell commands. Sometime later, an unscrupulous backend application (or could be part of the functionality of the same application) fetches the injected data stored in the database and uses this data as command line arguments without performing proper validation. The malicious data escapes that data plane by spawning new commands to be executed on the host.
  • Object Relational Mapping Injection CAPEC-109 An attacker leverages a weakness present in the database access layer code generated with an Object Relational Mapping (ORM) tool or a weakness in the way that a developer used a persistence framework to inject their own SQL commands to be executed against the underlying database. The attack here is similar to plain SQL injection, except that the application does not use JDBC to directly talk to the database, but instead it uses a data access layer generated by an ORM tool or framework (e.g. Hibernate). While most of the time code generated by an ORM tool contains safe access methods that are immune to SQL injection, sometimes either due to some weakness in the generated code or due to the fact that the developer failed to use the generated access methods properly, SQL injection is still possible.
  • SQL Injection through SOAP Parameter Tampering CAPEC-110 An attacker modifies the parameters of the SOAP message that is sent from the service consumer to the service provider to initiate a SQL injection attack. On the service provider side, the SOAP message is parsed and parameters are not properly validated before being used to access a database in a way that does not use parameter binding, thus enabling the attacker to control the structure of the executed SQL query. This pattern describes a SQL injection attack with the delivery mechanism being a SOAP message.
  • Double Encoding CAPEC-120 The adversary utilizes a repeating of the encoding process for a set of characters (that is, character encoding a character encoding of a character) to obfuscate the payload of a particular request. This may allow the adversary to bypass filters that attempt to detect illegal characters or strings, such as those that might be used in traversal or injection attacks. Filters may be able to catch illegal encoded strings, but may not catch doubly encoded strings. For example, a dot (.), often used in path traversal attacks and therefore often blocked by filters, could be URL encoded as %2E. However, many filters recognize this encoding and would still block the request. In a double encoding, the % in the above URL encoding would be encoded again as %25, resulting in %252E which some filters might not catch, but which could still be interpreted as a dot (.) by interpreters on the target.
  • Subverting Environment Variable Values CAPEC-13 The adversary directly or indirectly modifies environment variables used by or controlling the target software. The adversary's goal is to cause the target software to deviate from its expected operation in a manner that benefits the adversary.
  • Format String Injection CAPEC-135 An adversary includes formatting characters in a string input field on the target application. Most applications assume that users will provide static text and may respond unpredictably to the presence of formatting character. For example, in certain functions of the C programming languages such as printf, the formatting character %s will print the contents of a memory location expecting this location to identify a string and the formatting character %n prints the number of DWORD written in the memory. An adversary can use this to read or write to memory locations or files, or simply to manipulate the value of the resulting text in unexpected ways. Reading or writing memory may result in program crashes and writing memory could result in the execution of arbitrary code if the adversary can write to the program stack.
  • LDAP Injection CAPEC-136 An attacker manipulates or crafts an LDAP query for the purpose of undermining the security of the target. Some applications use user input to create LDAP queries that are processed by an LDAP server. For example, a user might provide their username during authentication and the username might be inserted in an LDAP query during the authentication process. An attacker could use this input to inject additional commands into an LDAP query that could disclose sensitive information. For example, entering a * in the aforementioned query might return information about all users on the system. This attack is very similar to an SQL injection attack in that it manipulates a query to gather additional information or coerce a particular return value.
  • Client-side Injection-induced Buffer Overflow CAPEC-14 This type of attack exploits a buffer overflow vulnerability in targeted client software through injection of malicious content from a custom-built hostile service. This hostile service is created to deliver the correct content to the client software. For example, if the client-side application is a browser, the service will host a webpage that the browser loads.
  • Input Data Manipulation CAPEC-153 An attacker exploits a weakness in input validation by controlling the format, structure, and composition of data to an input-processing interface. By supplying input of a non-standard or unexpected form an attacker can adversely impact the security of the target.
  • Flash Injection CAPEC-182 An attacker tricks a victim to execute malicious flash content that executes commands or makes flash calls specified by the attacker. One example of this attack is cross-site flashing, an attacker controlled parameter to a reference call loads from content specified by the attacker.
  • XSS Using MIME Type Mismatch CAPEC-209 An adversary creates a file with scripting content but where the specified MIME type of the file is such that scripting is not expected. The adversary tricks the victim into accessing a URL that responds with the script file. Some browsers will detect that the specified MIME type of the file does not match the actual type of its content and will automatically switch to using an interpreter for the real content type. If the browser does not invoke script filters before doing this, the adversary's script may run on the target unsanitized, possibly revealing the victim's cookies or executing arbitrary script in their browser.
  • Exploiting Trust in Client CAPEC-22 An attack of this type exploits vulnerabilities in client/server communication channel authentication and data integrity. It leverages the implicit trust a server places in the client, or more importantly, that which the server believes is the client. An attacker executes this type of attack by communicating directly with the server where the server believes it is communicating only with a valid client. There are numerous variations of this type of attack.
  • File Content Injection CAPEC-23 An adversary poisons files with a malicious payload (targeting the file systems accessible by the target software), which may be passed through by standard channels such as via email, and standard web content like PDF and multimedia files. The adversary exploits known vulnerabilities or handling routines in the target processes, in order to exploit the host's trust in executing remote content, including binary files.
  • Serialized Data with Nested Payloads CAPEC-230 Applications often need to transform data in and out of a data format (e.g., XML and YAML) by using a parser. It may be possible for an adversary to inject data that may have an adverse effect on the parser when it is being processed. Many data format languages allow the definition of macro-like structures that can be used to simplify the creation of complex structures. By nesting these structures, causing the data to be repeatedly substituted, an adversary can cause the parser to consume more resources while processing, causing excessive memory consumption and CPU utilization.
  • Oversized Serialized Data Payloads CAPEC-231 An adversary injects oversized serialized data payloads into a parser during data processing to produce adverse effects upon the parser such as exhausting system resources and arbitrary code execution.
  • Filter Failure through Buffer Overflow CAPEC-24 In this attack, the idea is to cause an active filter to fail by causing an oversized transaction. An attacker may try to feed overly long input strings to the program in an attempt to overwhelm the filter (by causing a buffer overflow) and hoping that the filter does not fail securely (i.e. the user input is let into the system unfiltered).
  • XML Injection CAPEC-250 An attacker utilizes crafted XML user-controllable input to probe, attack, and inject data into the XML database, using techniques similar to SQL injection. The user-controllable input can allow for unauthorized viewing of data, bypassing authentication or the front-end application for direct XML database access, and possibly altering database information.
  • Fuzzing for garnering other adjacent user/sensitive data CAPEC-261 An adversary who is authorized to send queries to a target sends variants of expected queries in the hope that these modified queries might return information (directly or indirectly through error logs) beyond what the expected set of queries should provide.
  • Leverage Alternate Encoding CAPEC-267 An adversary leverages the possibility to encode potentially harmful input or content used by applications such that the applications are ineffective at validating this encoding standard.
  • Fuzzing CAPEC-28 In this attack pattern, the adversary leverages fuzzing to try to identify weaknesses in the system. Fuzzing is a software security and functionality testing method that feeds randomly constructed input to the system and looks for an indication that a failure in response to that input has occurred. Fuzzing treats the system as a black box and is totally free from any preconceptions or assumptions about the system. Fuzzing can help an attacker discover certain assumptions made about user input in the system. Fuzzing gives an attacker a quick way of potentially uncovering some of these assumptions despite not necessarily knowing anything about the internals of the system. These assumptions can then be turned against the system by specially crafting user input that may allow an attacker to achieve their goals.
  • Using Leading 'Ghost' Character Sequences to Bypass Input Filters CAPEC-3 Some APIs will strip certain leading characters from a string of parameters. An adversary can intentionally introduce leading "ghost" characters (extra characters that don't affect the validity of the request at the API layer) that enable the input to pass the filters and therefore process the adversary's input. This occurs when the targeted API will accept input data in several syntactic forms and interpret it in the equivalent semantic way, while the filter does not take into account the full spectrum of the syntactic forms acceptable to the targeted API.
  • Accessing/Intercepting/Modifying HTTP Cookies CAPEC-31 This attack relies on the use of HTTP Cookies to store credentials, state information and other critical data on client systems. There are several different forms of this attack. The first form of this attack involves accessing HTTP Cookies to mine for potentially sensitive data contained therein. The second form involves intercepting this data as it is transmitted from client to server. This intercepted information is then used by the adversary to impersonate the remote user/session. The third form is when the cookie's content is modified by the adversary before it is sent back to the server. Here the adversary seeks to convince the target server to operate on this falsified information.
  • MIME Conversion CAPEC-42 An attacker exploits a weakness in the MIME conversion routine to cause a buffer overflow and gain control over the mail server machine. The MIME system is designed to allow various different information formats to be interpreted and sent via e-mail. Attack points exist when data are converted to MIME compatible format and back.
  • Exploiting Multiple Input Interpretation Layers CAPEC-43 An attacker supplies the target software with input data that contains sequences of special characters designed to bypass input validation logic. This exploit relies on the target making multiples passes over the input data and processing a "layer" of special characters with each pass. In this manner, the attacker can disguise input that would otherwise be rejected as invalid by concealing it with layers of special/escape characters that are stripped off by subsequent processing steps. The goal is to first discover cases where the input validation layer executes before one or more parsing layers. That is, user input may go through the following logic in an application: <parser1> --> <input validator> --> <parser2>. In such cases, the attacker will need to provide input that will pass through the input validator, but after passing through parser2, will be converted into something that the input validator was supposed to stop.
  • Buffer Overflow via Symbolic Links CAPEC-45 This type of attack leverages the use of symbolic links to cause buffer overflows. An adversary can try to create or manipulate a symbolic link file such that its contents result in out of bounds data. When the target software processes the symbolic link file, it could potentially overflow internal buffers with insufficient bounds checking.
  • Overflow Variables and Tags CAPEC-46 This type of attack leverages the use of tags or variables from a formatted configuration data to cause buffer overflow. The adversary crafts a malicious HTML page or configuration file that includes oversized strings, thus causing an overflow.
  • Buffer Overflow via Parameter Expansion CAPEC-47 In this attack, the target software is given input that the adversary knows will be modified and expanded in size during processing. This attack relies on the target software failing to anticipate that the expanded data may exceed some internal limit, thereby creating a buffer overflow.
  • Signature Spoof CAPEC-473 An attacker generates a message or datablock that causes the recipient to believe that the message or datablock was generated and cryptographically signed by an authoritative or reputable source, misleading a victim or victim operating system into performing malicious actions.
  • Embedding NULL Bytes CAPEC-52 An adversary embeds one or more null bytes in input to the target software. This attack relies on the usage of a null-valued byte as a string terminator in many environments. The goal is for certain components of the target software to stop processing the input when it encounters the null byte(s).
  • Postfix, Null Terminate, and Backslash CAPEC-53 If a string is passed through a filter of some kind, then a terminal NULL may not be valid. Using alternate representation of NULL allows an adversary to embed the NULL mid-string while postfixing the proper data so that the filter is avoided. One example is a filter that looks for a trailing slash character. If a string insertion is possible, but the slash must exist, an alternate encoding of NULL in mid-string may be used.
  • DOM-Based XSS CAPEC-588 This type of attack is a form of Cross-Site Scripting (XSS) where a malicious script is inserted into the client-side HTML being parsed by a web browser. Content served by a vulnerable web application includes script code used to manipulate the Document Object Model (DOM). This script code either does not properly validate input, or does not perform proper output encoding, thus creating an opportunity for an adversary to inject a malicious script launch a XSS attack. A key distinction between other XSS attacks and DOM-based attacks is that in other XSS attacks, the malicious script runs when the vulnerable web page is initially loaded, while a DOM-based attack executes sometime after the page loads. Another distinction of DOM-based attacks is that in some cases, the malicious script is never sent to the vulnerable web server at all. An attack like this is guaranteed to bypass any server-side filtering attempts to protect users.
  • Cross-Site Scripting (XSS) CAPEC-63 An adversary embeds malicious scripts in content that will be served to web browsers. The goal of the attack is for the target software, the client-side browser, to execute the script with the users' privilege level. An attack of this type exploits a programs' vulnerabilities that are brought on by allowing remote hosts to execute code and scripts. Web browsers, for example, have some simple security controls in place, but if a remote attacker is allowed to execute scripts (through injecting them in to user-generated content like bulletin boards) then these controls may be bypassed. Further, these attacks are very difficult for an end user to detect.
  • Using Slashes and URL Encoding Combined to Bypass Validation Logic CAPEC-64 This attack targets the encoding of the URL combined with the encoding of the slash characters. An attacker can take advantage of the multiple ways of encoding a URL and abuse the interpretation of the URL. A URL may contain special character that need special syntax handling in order to be interpreted. Special characters are represented using a percentage character followed by two digits representing the octet code of the original character (%HEX-CODE). For instance US-ASCII space character would be represented with %20. This is often referred as escaped ending or percent-encoding. Since the server decodes the URL from the requests, it may restrict the access to some URL paths by validating and filtering out the URL requests it received. An attacker will try to craft an URL with a sequence of special characters which once interpreted by the server will be equivalent to a forbidden URL. It can be difficult to protect against this attack since the URL can contain other format of encoding such as UTF-8 encoding, Unicode-encoding, etc.
  • Server Side Request Forgery CAPEC-664 An adversary exploits improper input validation by submitting maliciously crafted input to a target application running on a server, with the goal of forcing the server to make a request either to itself, to web services running in the server’s internal network, or to external third parties. If successful, the adversary’s request will be made with the server’s privilege level, bypassing its authentication controls. This ultimately allows the adversary to access sensitive data, execute commands on the server’s network, and make external requests with the stolen identity of the server. Server Side Request Forgery attacks differ from Cross Site Request Forgery attacks in that they target the server itself, whereas CSRF attacks exploit an insecure user authentication mechanism to perform unauthorized actions on the user's behalf.
  • String Format Overflow in syslog() CAPEC-67 This attack targets applications and software that uses the syslog() function insecurely. If an application does not explicitely use a format string parameter in a call to syslog(), user input can be placed in the format string parameter leading to a format string injection attack. Adversaries can then inject malicious format string commands into the function call leading to a buffer overflow. There are many reported software vulnerabilities with the root cause being a misuse of the syslog() function.
  • Blind SQL Injection CAPEC-7 Blind SQL Injection results from an insufficient mitigation for SQL Injection. Although suppressing database error messages are considered best practice, the suppression alone is not sufficient to prevent SQL Injection. Blind SQL Injection is a form of SQL Injection that overcomes the lack of error messages. Without the error messages that facilitate SQL Injection, the adversary constructs input strings that probe the target through simple Boolean SQL expressions. The adversary can determine if the syntax and structure of the injection was successful based on whether the query was executed or not. Applied iteratively, the adversary determines how and where the target is vulnerable to SQL Injection.
  • Using Unicode Encoding to Bypass Validation Logic CAPEC-71 An attacker may provide a Unicode string to a system component that is not Unicode aware and use that to circumvent the filter or cause the classifying mechanism to fail to properly understanding the request. That may allow the attacker to slip malicious data past the content filter and/or possibly cause the application to route the request incorrectly.
  • URL Encoding CAPEC-72 This attack targets the encoding of the URL. An adversary can take advantage of the multiple way of encoding an URL and abuse the interpretation of the URL.
  • User-Controlled Filename CAPEC-73 An attack of this type involves an adversary inserting malicious characters (such as a XSS redirection) into a filename, directly or indirectly that is then used by the target software to generate HTML text or other potentially executable content. Many websites rely on user-generated content and dynamically build resources like files, filenames, and URL links directly from user supplied data. In this attack pattern, the attacker uploads code that can execute in the client browser and/or redirect the client browser to a site that the attacker owns. All XSS attack payload variants can be used to pass and exploit these vulnerabilities.
  • Using Escaped Slashes in Alternate Encoding CAPEC-78 This attack targets the use of the backslash in alternate encoding. An adversary can provide a backslash as a leading character and causes a parser to believe that the next character is special. This is called an escape. By using that trick, the adversary tries to exploit alternate ways to encode the same character which leads to filter problems and opens avenues to attack.
  • Using Slashes in Alternate Encoding CAPEC-79 This attack targets the encoding of the Slash characters. An adversary would try to exploit common filtering problems related to the use of the slashes characters to gain access to resources on the target host. Directory-driven systems, such as file systems and databases, typically use the slash character to indicate traversal between directories or other container components. For murky historical reasons, PCs (and, as a result, Microsoft OSs) choose to use a backslash, whereas the UNIX world typically makes use of the forward slash. The schizophrenic result is that many MS-based systems are required to understand both forms of the slash. This gives the adversary many opportunities to discover and abuse a number of common filtering problems. The goal of this pattern is to discover server software that only applies filters to one version, but not the other.
  • Buffer Overflow in an API Call CAPEC-8 This attack targets libraries or shared code modules which are vulnerable to buffer overflow attacks. An adversary who has knowledge of known vulnerable libraries or shared code can easily target software that makes use of these libraries. All clients that make use of the code library thus become vulnerable by association. This has a very broad effect on security across a system, usually affecting more than one software process.
  • Using UTF-8 Encoding to Bypass Validation Logic CAPEC-80 This attack is a specific variation on leveraging alternate encodings to bypass validation logic. This attack leverages the possibility to encode potentially harmful input in UTF-8 and submit it to applications not expecting or effective at validating this encoding standard making input filtering difficult. UTF-8 (8-bit UCS/Unicode Transformation Format) is a variable-length character encoding for Unicode. Legal UTF-8 characters are one to four bytes long. However, early version of the UTF-8 specification got some entries wrong (in some cases it permitted overlong characters). UTF-8 encoders are supposed to use the "shortest possible" encoding, but naive decoders may accept encodings that are longer than necessary. According to the RFC 3629, a particularly subtle form of this attack can be carried out against a parser which performs security-critical validity checks against the UTF-8 encoded form of its input, but interprets certain illegal octet sequences as characters.
  • Web Server Logs Tampering CAPEC-81 Web Logs Tampering attacks involve an attacker injecting, deleting or otherwise tampering with the contents of web logs typically for the purposes of masking other malicious behavior. Additionally, writing malicious data to log files may target jobs, filters, reports, and other agents that process the logs in an asynchronous attack pattern. This pattern of attack is similar to "Log Injection-Tampering-Forging" except that in this case, the attack is targeting the logs of the web server and not the application.
  • XPath Injection CAPEC-83 An attacker can craft special user-controllable input consisting of XPath expressions to inject the XML database and bypass authentication or glean information that they normally would not be able to. XPath Injection enables an attacker to talk directly to the XML database, thus bypassing the application completely. XPath Injection results from the failure of an application to properly sanitize input used as part of dynamic XPath expressions used to query an XML database.
  • AJAX Footprinting CAPEC-85 This attack utilizes the frequent client-server roundtrips in Ajax conversation to scan a system. While Ajax does not open up new vulnerabilities per se, it does optimize them from an attacker point of view. A common first step for an attacker is to footprint the target environment to understand what attacks will work. Since footprinting relies on enumeration, the conversational pattern of rapid, multiple requests and responses that are typical in Ajax applications enable an attacker to look for many vulnerabilities, well-known ports, network locations and so on. The knowledge gained through Ajax fingerprinting can be used to support other attacks, such as XSS.
  • OS Command Injection CAPEC-88 In this type of an attack, an adversary injects operating system commands into existing application functions. An application that uses untrusted input to build command strings is vulnerable. An adversary can leverage OS command injection in an application to elevate privileges, execute arbitrary commands and compromise the underlying operating system.
  • Buffer Overflow in Local Command-Line Utilities CAPEC-9 This attack targets command-line utilities available in a number of shells. An adversary can leverage a vulnerability found in a command-line utility to escalate privilege to root.

Vulnerable Configurations

  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.0:build4000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.0:build4000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.1:build4100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.1:build4100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.1:build4101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.1:build4101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.2:build4203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4307:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_access_manager_plus:4.3:build4307:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.1:4117:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.1:4117:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4212:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4212:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4213:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4213:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4214:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4214:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4215:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4215:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4216:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4216:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4217:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4217:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4219:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4219:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4220:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4220:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4222:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4222:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4223:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4223:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4224:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4224:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4225:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4225:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4227:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4227:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4229:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4229:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4231:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4231:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4233:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4233:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4234:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4234:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4235:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4235:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4237:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4237:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4238:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.2:4238:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4308:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4308:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4309:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_ad360:4.3:4309:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:4.1.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:4.1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:4.5.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:4.5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:5.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:5.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:5.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:5.1:5120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:5.1:5120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6030:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6030:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6031:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6031:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6032:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6032:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6033:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6033:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6050:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6050:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6052:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6052:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6053:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6053:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6055:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6055:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6056:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6056:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6057:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6057:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6058:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6058:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6060:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6060:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6061:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6061:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6062:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6062:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6066:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6066:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6067:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6067:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6068:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6068:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6070:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6070:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6071:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6071:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6072:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6072:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6075:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6075:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6076:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6076:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6077:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:6.0:6077:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7050:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7050:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7051:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7051:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7052:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7052:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7053:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7053:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7054:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7054:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7055:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7055:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7060:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7060:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7062:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7062:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7063:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7063:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7065:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7065:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7080:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adaudit_plus:7.0:7080:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6105:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6105:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6106:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6106:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6107:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6107:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6108:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6108:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6109:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6109:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6111:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.1:6111:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.5.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.5.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.5:6590:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.5:6590:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.5:6591:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.5:6591:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6601:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6601:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6602:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6602:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6610:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6610:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6611:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6611:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6612:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6612:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6613:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6613:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6620:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6620:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6621:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6621:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6622:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6622:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6623:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6623:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6630:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6630:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6631:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6631:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6632:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6632:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6633:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6633:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6640:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6640:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6641:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6641:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6644:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6644:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6650:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6650:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6651:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6651:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6652:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6652:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6653:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6653:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6655:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6655:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6657:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6657:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6660:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:6.6:6660:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7020:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7020:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7030:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7030:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7040:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7040:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7041:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7041:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7050:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7050:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7051:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7051:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7052:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7052:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7053:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7053:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7054:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7054:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7055:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7055:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7056:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7056:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7060:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7060:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7061:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7061:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7062:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7062:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7063:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7063:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7064:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7064:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7065:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7065:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7066:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.0:7066:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7111:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7111:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7112:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7112:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7113:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7113:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7114:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7114:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7115:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7115:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7116:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7116:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7117:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7117:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7118:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7118:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7122:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7122:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7123:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7123:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7124:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7124:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7125:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7125:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7126:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7126:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7130:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7130:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7131:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7131:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7140:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7140:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7141:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7141:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7150:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7150:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7151:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7151:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7160:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7160:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7161:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_admanager_plus:7.1:7161:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4510:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4510:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4511:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4511:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4520:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4520:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4522:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4522:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4531:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4531:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4540:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4540:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4543:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4543:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4544:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4544:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4550:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4550:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4560:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4560:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4570:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4570:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4571:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4571:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4572:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4572:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4580:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4580:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4590:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4590:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4591:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4591:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4592:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:4.5:4592:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5020:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5020:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5021:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5021:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5022:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5022:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5030:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5030:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5032:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5032:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5040:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5040:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5041:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.0:5041:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5105:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5105:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5106:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5106:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5107:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5107:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5108:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5108:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5109:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5109:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5111:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5111:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5112:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5112:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5113:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5113:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5114:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5114:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5115:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5115:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5116:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.1:5116:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.2:5207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5307:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5307:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5308:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5308:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5309:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5309:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5310:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5310:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5311:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5311:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5312:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5312:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5313:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5313:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5314:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5314:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5315:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5315:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5316:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5316:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5317:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5317:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5318:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5318:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5319:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5319:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5320:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5320:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5321:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5321:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5322:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5322:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5323:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5323:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5324:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5324:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5325:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5325:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5326:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5326:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5327:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5327:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5328:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5328:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5329:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5329:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5330:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.3:5330:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.4:5400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.4:5400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5501:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5501:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5502:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5502:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5503:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5503:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5504:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5504:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5505:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5505:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5506:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5506:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5507:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5507:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5508:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5508:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5509:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5509:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5510:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5510:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5511:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5511:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5512:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5512:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5513:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5513:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5514:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5514:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5515:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5515:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5516:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5516:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5517:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5517:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5518:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5518:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5519:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5519:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5520:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5520:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5521:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.5:5521:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5600:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5600:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5601:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5601:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5602:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5602:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5603:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5603:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5604:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5604:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5605:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5605:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5606:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5606:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5607:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.6:5607:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5607:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5607:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5700:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5700:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5701:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5701:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5702:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5702:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5703:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5703:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5704:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5704:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5705:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5705:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5706:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5706:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5707:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5707:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5708:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5708:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5709:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5709:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5710:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.7:5710:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5800:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5800:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5801:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5801:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5802:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5802:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5803:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5803:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5804:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5804:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5805:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5805:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5806:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5806:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5807:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5807:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5808:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5808:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5809:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5809:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5810:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5810:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5811:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5811:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5812:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5812:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5813:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5813:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5814:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5814:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5815:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5815:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5816:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:5.8:5816:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6013:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.0:6013:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6105:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6105:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6106:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6106:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6107:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6107:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6108:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6108:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6109:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6109:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6111:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6111:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6112:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6112:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6113:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6113:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6114:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6114:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6115:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6115:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6116:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6116:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6117:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6117:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6118:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6118:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6119:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6119:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6122:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6122:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6123:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.1:6123:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_adselfservice_plus:6.2:6210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:1.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:1.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2900:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2900:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2901:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2901:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2902:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2902:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2903:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2903:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2904:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2904:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2905:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2905:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2906:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2906:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2907:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:2.9:build2907:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3020:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3020:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3030:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3030:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3040:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3040:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3050:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.0:build3050:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3130:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3130:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3140:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.1:build3140:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.2:build3200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.2:build3200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.2:build3250:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.2:build3250:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.3:build3300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.3:build3300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.3:build3310:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.3:build3310:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.4:build3400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.4:build3400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.4:build3450:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.4:build3450:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.5:build3500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.5:build3500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.6:build3600:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.6:build3600:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.7:build3700:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.7:build3700:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.8:build3800:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.8:build3800:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.9:build3900:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.9:build3900:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.9:build3950:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:3.9:build3950:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.0:build4000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.0:build4000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.1:build4100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.1:build4100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.1:build4150:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.1:build4150:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4250:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4250:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4260:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4260:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4270:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4270:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4280:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.2:build4280:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.3.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.3.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.3:build4300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.3:build4300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.3:build4310:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:4.3:build4310:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5130:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5130:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5140:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_analytics_plus:5.1:5140:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:1.0.34:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:1.0.34:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4013:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4013:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4014:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4014:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4015:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4015:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4016:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4016:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4017:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:4.0:4017:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5501:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5501:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5502:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5502:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5503:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5503:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5504:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5504:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5600:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5600:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5601:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5601:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5602:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5602:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5603:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5603:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5604:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5604:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5605:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5605:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5606:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5606:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5607:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5607:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5608:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5608:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5609:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5609:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5610:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5610:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5611:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5611:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5612:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5612:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5613:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5613:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5614:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:5.6:5614:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.2.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.2.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6501:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6501:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6502:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6502:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6503:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6503:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6504:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.5:6504:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6900:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6900:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6901:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6901:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6902:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6902:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6903:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6903:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6904:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6904:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6905:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6905:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6906:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6906:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6907:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6907:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6908:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6908:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6909:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6909:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6950:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6950:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6951:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6951:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6952:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6952:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6953:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6953:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6954:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6954:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6955:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6955:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6956:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6956:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6957:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6957:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6970:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6970:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6971:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6971:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6972:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6972:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6973:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6973:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6974:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6974:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6975:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6975:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6976:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6976:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6977:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6977:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6978:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6978:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6979:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6979:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6980:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6980:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6981:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6981:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6982:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_assetexplorer:6.9:6982:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:5.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:5.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.0:6000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.0:6000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.0:6001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.0:6001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.0:6002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.0:6002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6150:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6150:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6151:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6151:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6160:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6160:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6161:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1.6:build6161:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6150:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6150:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6151:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6151:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6160:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6160:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6161:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.1:6161:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.2:6200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.2:6200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.2:6210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.2:6210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.3:6300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.3:6300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.3:6350:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.3:6350:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.4:6400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_key_manager_plus:6.4:6400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.0:build4001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.0:build4001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.0:build4002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.0:build4002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.1:build4100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.1:build4100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.1:build4101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.1:build4101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.5:build4500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.5:build4500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:4.5:build4501:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:4.5:build4501:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.0:build5004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.1:build5100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.1:build5100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.2:build5200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.2:build5200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.3:build5306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.4:build5400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.4:build5400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.4:build5401:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.4:build5401:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5510:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5510:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5520:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5520:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5550:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.5:build5550:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5700:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5700:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5710:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5710:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5711:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5711:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5712:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_pam360:5.7:build5712:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.6:build4600:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.6:build4600:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.6:build4600:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.6:build4600:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.7:build4700:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.7:build4700:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.7:build4700:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.7:build4700:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.8:build4803:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.8:build4803:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.8:build4803:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:4.8:build4803:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.0:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.0:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.0:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.0:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.1:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.1:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.1:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.1:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.2:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.2:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.2:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.2:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.3:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.3:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.3:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.3:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.4:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.4:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.4:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:5.4:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:build6002:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:build6002:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:build6002:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.0:build6002:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.1:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.1:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.1:build6104:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.1:build6104:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.1:build6104:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.1:build6104:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:build6201:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:build6201:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:build6201:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.2:build6201:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.3:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.3:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.3:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.3:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6401:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6401:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6401:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6401:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6402:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6402:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6402:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6402:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6403:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6403:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6403:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6403:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6404:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6404:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6404:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.4:build6404:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6503:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6503:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6503:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6503:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6504:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6504:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6504:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6504:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6505:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6505:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6505:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.5:build6505:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.6:build6600:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.6:build6600:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.6:build6600:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.6:build6600:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6700:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6700:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6700:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6700:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6701:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6701:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6701:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.7:build6701:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6800:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6800:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6800:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6800:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6801:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6801:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6801:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6801:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6802:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6802:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6802:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6802:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6803:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6803:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6803:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.8:build6803:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6900:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6900:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6900:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6900:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6901:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6901:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6901:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6901:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6902:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6902:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6902:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6902:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6903:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6903:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6903:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6903:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6904:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6904:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6904:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:6.9:build6904:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7000:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7000:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7000:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7000:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7001:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7001:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7001:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7001:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7002:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7002:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7002:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7002:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7003:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7003:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7003:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.0:build7003:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:*:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:*:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:*:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:*:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7100:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7100:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7100:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7100:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7101:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7101:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7101:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7101:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7102:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7102:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7102:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7102:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7103:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7103:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7103:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7103:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7104:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7104:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7104:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7104:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7105:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7105:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7105:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.1:build7105:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7500:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7500:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7500:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7500:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7501:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7501:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7501:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.5:build7501:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.6:build7600:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.6:build7600:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.6:build7600:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:7.6:build7600:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8000:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8000:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8000:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8000:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8001:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8001:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8001:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.0:build8001:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8100:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8100:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8100:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8100:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8101:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8101:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8101:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8101:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8102:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8102:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8102:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.1:build8102:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.2:build8200:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.2:build8200:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.2:build8200:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.2:build8200:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8300:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8300:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8300:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8300:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8301:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8301:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8301:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8301:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8302:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8302:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8302:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8302:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8303:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8303:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8303:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.3:build8303:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8041:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8041:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8041:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8041:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8400:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8400:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8400:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8400:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8402:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8402:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8402:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8402:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8403:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8403:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8403:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8403:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8404:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8404:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8404:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.4:build8404:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8500:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8500:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8500:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8500:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8501:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8501:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8501:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8501:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8502:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8502:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8502:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8502:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8503:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8503:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8503:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8503:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8504:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8504:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8504:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8504:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8505:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8505:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8505:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.5:build8505:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8600:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8600:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8600:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8600:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8601:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8601:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8601:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8601:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8602:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8602:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8602:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8602:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8603:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8603:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8603:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8603:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8604:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8604:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8604:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.6:build8604:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8700:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8700:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8700:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8700:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8701:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8701:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8701:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8701:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8702:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8702:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8702:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8702:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8703:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8703:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8703:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8703:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8704:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8704:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8704:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:8.7:build8704:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9000:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9000:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9000:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9000:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9001:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9001:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9001:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9001:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9002:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9002:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9002:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9002:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9003:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9003:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9003:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.0:build9003:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9100:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9100:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9100:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9100:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9101:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9101:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9101:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.1:build9101:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.2:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.2:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.2:build9200:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.2:build9200:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.2:build9200:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.2:build9200:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.3:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.3:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.3:build9300:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.3:build9300:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.3:build9300:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.3:build9300:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9400:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9400:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9400:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9400:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9401:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9401:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9401:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9401:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9402:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9402:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9402:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.4:build9402:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9500:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9500:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9500:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9500:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9501:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9501:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9501:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9501:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9502:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9502:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9502:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.5:build9502:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9600:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9600:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9600:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9600:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9601:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9601:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9601:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.6:build9601:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9700:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9700:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9700:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9700:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9701:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9701:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9701:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9701:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9702:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9702:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9702:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.7:build9702:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9800:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9800:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9800:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9800:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9801:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9801:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9801:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9801:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9802:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9802:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9802:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9802:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9803:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9803:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9803:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.8:build9803:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9900:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9900:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9900:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9900:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9901:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9901:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9901:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:9.9:build9901:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10000:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10000:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10000:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10000:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10001:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10001:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10001:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10001:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.0:build10001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10100:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10100:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10100:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10100:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10101:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10101:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10101:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10101:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10102:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10102:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10102:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10102:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10103:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10103:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10103:*:*:managed_service_providers:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10103:*:*:managed_service_providers:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10104:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.1:build10104:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.2:build10200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.2:build10200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.2:build10200:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.2:build10200:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10300:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10300:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10301:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10301:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10302:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.3:build10302:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10400:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10400:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10401:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10401:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10401:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10401:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10402:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10402:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10402:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10402:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10403:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10403:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10404:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10404:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10405:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10405:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10406:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.4:build10406:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.5:build10500:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.5:build10500:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.5:build10501:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:10.5:build10501:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11000:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11000:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11001:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11001:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11002:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11002:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11003:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11003:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11004:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.0:build11004:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:11104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:11104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11100:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11100:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11101:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11101:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11102:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11102:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11103:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11103:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11104:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build11104:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build_11101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build_11101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build_11102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build_11102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build_11103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.1:build_11103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:11200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:11200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:11201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:11201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11200:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11200:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11201:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11201:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.2:build11201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11300:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11300:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11301:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:11.3:build11301:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12000:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12000:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12001:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12001:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12002:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12002:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12003:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12003:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12004:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12004:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12005:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12005:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12006:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12006:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12007:*:*:-:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.0:build12007:*:*:-:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12122:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12122:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12123:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_password_manager_pro:12.1:build12123:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8211:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8211:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8212:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8212:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8213:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8213:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8214:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8214:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8215:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8215:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8216:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8216:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8217:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:8.2:8217:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9013:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9013:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9014:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9014:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9016:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9016:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9017:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9017:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9018:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9018:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9019:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9019:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9020:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9020:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9021:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9021:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9022:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9022:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9023:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9023:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9024:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9024:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9025:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9025:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9026:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9026:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9027:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9027:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9028:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9028:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9029:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9029:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9030:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9030:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9031:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9031:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9032:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9032:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9033:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9033:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9034:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9034:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9035:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9035:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9036:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9036:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9037:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9037:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9038:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9038:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9039:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9039:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9040:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9040:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9041:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9041:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9042:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9042:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9043:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9043:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9044:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9044:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9045:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9045:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9046:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9046:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9047:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9047:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9048:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9048:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9049:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.0:9049:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9105:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9105:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9106:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9106:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9107:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9107:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9108:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9108:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9109:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9109:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9111:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9111:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9112:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9112:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9113:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9113:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9114:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9114:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9115:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9115:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9116:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9116:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9117:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9117:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9118:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9118:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9119:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9119:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.1:9121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9211:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9211:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9212:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9212:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9213:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9213:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9214:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9214:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9215:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9215:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9216:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9216:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9217:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9217:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9218:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9218:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9219:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9219:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9220:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9220:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9221:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9221:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9222:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9222:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9223:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9223:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9224:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9224:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9225:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9225:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9226:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9226:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9227:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9227:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9228:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9228:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9229:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9229:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9230:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9230:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9231:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9231:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9232:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9232:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9233:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9233:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9234:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9234:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9235:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9235:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9236:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9236:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9237:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9237:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9238:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9238:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9239:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9239:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9240:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9240:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9241:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9241:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9242:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.2:9242:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9307:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9307:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9308:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9308:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9309:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9309:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9310:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9310:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9311:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9311:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9312:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9312:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9313:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9313:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9314:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9314:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9315:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9315:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9316:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9316:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9317:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9317:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9318:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9318:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9319:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9319:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9320:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9320:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9321:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9321:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9322:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9322:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9323:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9323:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9324:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9324:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9325:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9325:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9326:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9326:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9327:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9327:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9328:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9328:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9329:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9329:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9330:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9330:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9331:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9331:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9332:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9332:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9333:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9333:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9334:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9334:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9335:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9335:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9336:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.3:9336:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9401:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9401:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9402:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9402:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9403:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9403:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9404:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9404:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9405:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9405:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9406:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9406:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9407:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9407:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9408:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9408:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9409:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9409:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9410:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9410:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9411:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9411:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9412:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9412:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9413:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9413:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9414:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9414:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9415:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9415:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9416:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9416:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9417:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9417:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9418:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9418:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9419:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9419:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9420:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9420:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9421:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9421:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9422:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9422:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9423:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9423:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9424:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9424:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9425:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9425:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9426:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9426:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9427:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:9.4:9427:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10013:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10013:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10014:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10014:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10015:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10015:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10016:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10016:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10017:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10017:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10018:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10018:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10019:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10019:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10020:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10020:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10021:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.0.0:10021:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10501:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10501:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10502:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10502:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10503:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10503:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10504:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10504:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10505:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10505:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10506:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10506:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10507:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10507:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10508:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10508:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10509:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10509:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10510:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10510:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10511:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10511:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10512:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10512:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10513:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10513:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10514:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10514:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10515:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:10.5:10515:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.0:11012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11105:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11105:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11106:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11106:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11107:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11107:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11108:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11108:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11109:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11109:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11110:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11110:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11111:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11111:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11112:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11112:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11113:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11113:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11114:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11114:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11115:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11115:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11116:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11116:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11117:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11117:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11118:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11118:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11119:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11119:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11122:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11122:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11123:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11123:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11124:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11124:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11125:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11125:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11126:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11126:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11127:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11127:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11128:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11128:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11129:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11129:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11130:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11130:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11131:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11131:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11132:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11132:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11133:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11133:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11134:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11134:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11135:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11135:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11136:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11136:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11137:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11137:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11138:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11138:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11139:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11139:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11140:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11140:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11141:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11141:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11142:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11142:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11143:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11143:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11144:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11144:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11145:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11145:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11146:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11146:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11147:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:11147:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11118:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11118:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11119:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11119:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11120:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11120:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11121:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11121:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11122:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11122:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11123:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11123:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11124:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11124:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11125:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11125:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11126:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11126:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11127:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11127:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11128:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11128:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11129:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11129:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11130:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11130:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11131:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11131:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11132:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11132:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11133:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11133:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11134:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11134:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11135:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11135:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11136:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11136:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11137:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11137:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11138:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11138:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11139:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11139:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11140:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11140:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11141:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11141:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11142:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11142:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11143:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11143:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11144:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.1:build11144:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11211:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:11211:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.2:build11204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11307:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11307:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11308:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11308:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11309:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:11.3:11309:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:12.0:12007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13010:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13010:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13011:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13011:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13012:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:13.0:13012:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus:14.0:14003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8100:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8100:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8101:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8101:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8102:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8102:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8103:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8103:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8104:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8104:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8105:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8105:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8200:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8200:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8202:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8202:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8211:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8211:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8307:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8307:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8308:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8308:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8309:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8309:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8310:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8310:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8311:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8311:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8312:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:8312:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9001:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9001:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9002:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9002:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9003:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9003:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9004:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9004:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9005:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9005:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9006:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9006:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9007:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9007:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9008:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9008:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9009:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9009:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9201:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9201:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9203:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9203:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9204:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9204:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9205:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9205:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9206:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9206:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9207:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9207:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9208:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9208:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9209:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9209:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9210:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9210:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9300:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9300:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9301:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9301:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9302:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9302:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9303:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9303:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9304:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9304:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9305:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9305:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9306:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9306:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9307:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9307:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9308:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9308:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9400:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9400:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9401:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9401:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9402:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9402:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9403:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9403:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9404:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9404:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9405:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9405:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9406:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9406:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9407:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9407:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9408:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9408:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9409:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9409:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9410:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9410:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9411:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9411:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9412:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9412:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9413:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9413:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9414:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9414:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9415:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9415:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9416:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9416:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9417:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9417:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9418:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9418:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9419:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9419:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9420:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9420:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9421:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9421:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9422:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9422:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9423:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9423:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9424:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9424:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9425:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9425:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9426:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9426:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9427:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:9427:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10500:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10500:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10501:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10501:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10502:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10502:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10503:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10503:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10504:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10504:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10505:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10505:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10506:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10506:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10507:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10507:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10508:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10508:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10509:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10509:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10510:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10510:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10511:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10511:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10512:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10512:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10513:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10513:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10514:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10514:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10515:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10515:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10516:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10516:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10517:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10517:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10518:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10518:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10519:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10519:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10520:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10520:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10521:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10521:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10522:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10522:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10523:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10523:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10524:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10524:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10525:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10525:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10526:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10526:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10527:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10527:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10528:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10528:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10529:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10529:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10530:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10530:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10531:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10531:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10532:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10532:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10533:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10533:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10534:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10534:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10535:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.5:10535:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:-:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:-:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10600:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10600:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10601:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10601:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10602:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10602:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10603:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10603:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10604:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10604:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10605:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10605:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10606:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10606:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10607:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10607:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10608:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10608:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10609:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10609:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10610:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10610:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10611:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:10.6:10611:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:13.0:13000:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_servicedesk_plus_msp:13.0:13000:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11017:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11017:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11018:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11018:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11019:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11019:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11020:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11020:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11021:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11021:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11022:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11022:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11024:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11024:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11025:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_supportcenter_plus:11.0:11025:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.504:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.504:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.505:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.505:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.506:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.506:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.510:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.510:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.511:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.511:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.512:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.512:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.513:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.513:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.514:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.514:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.515:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.515:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.516:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.516:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.517:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.517:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.518:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.518:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.519:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.519:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.520:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.520:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.521:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.521:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.523:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.523:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.570:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.570:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.571:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.571:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.621:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.621:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.622:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.622:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.676:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.676:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.678:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.678:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.697:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.697:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.698:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.698:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.715:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.715:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.716:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.0.716:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.06:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.06:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2119.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2121.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2121.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2124.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2124.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2126.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2126.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.16:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2127.16:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2130.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2130.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2134.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2136.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2136.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.06:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.06:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.14:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2137.14:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2138.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2147.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2147.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2149.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2149.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2151.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2151.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2201.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2201.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2203.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2203.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2208.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2208.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2211.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2211.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2215.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2215.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2219.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2219.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2219.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2219.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.06:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.06:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_application_control_plus:10.1.2220.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.650:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.650:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.651:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.651:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.652:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.652:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.653:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.653:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.654:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.654:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.656:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.0.656:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2119.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2137.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2137.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2138.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2138.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2138.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2138.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2211.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2211.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2220.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2220.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2224.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2224.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2232.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:10.1.2232.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_browser_security_plus:11.1.2238.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_browser_security_plus:11.1.2238.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.336:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.336:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.337:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.337:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.338:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.338:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.339:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.339:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.340:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.340:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.341:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.341:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.342:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.342:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.343:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.343:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.344:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.344:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.345:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.345:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.346:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.346:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.347:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.347:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.348:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.348:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.349:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.349:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.350:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.350:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.355:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.355:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.356:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.356:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.357:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.357:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.358:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.358:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.359:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.359:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.360:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.360:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.361:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.361:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.362:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.362:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.676:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.676:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.678:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.678:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.697:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.0.697:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2119.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2121.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2121.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2124.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2124.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.16:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2127.16:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2130.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2130.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2131.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2131.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2134.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.14:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2137.14:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2138.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2147.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2147.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2149.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2149.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2151.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2151.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2201.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2201.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2203.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2203.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2208.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2208.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2211.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2211.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2215.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2215.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2219.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2219.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.17:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_device_control_plus:10.1.2220.17:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2134.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_endpoint_dlp_plus:10.1.2137.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.06:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.06:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.14:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.14:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.15:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.15:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.16:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.16:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.17:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.17:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.18:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.18:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.19:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.19:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.20:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.20:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.21:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.21:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.22:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.22:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.23:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.23:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.24:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.24:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.25:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.25:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.26:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.26:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.27:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.27:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.28:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.28:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.29:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.29:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.30:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.30:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.31:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.31:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.32:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.32:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.33:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.33:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.35:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.35:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.36:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.36:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.37:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.37:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.38:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.38:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.39:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.39:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.40:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.40:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.41:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.41:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.42:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.42:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.43:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.43:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.44:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.44:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.45:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.45:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.46:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.46:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.47:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.47:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.48:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.48:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.49:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.49:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.50:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.50:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.51:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.51:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.52:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.52:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.53:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.53:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.54:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.54:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.55:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.55:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.56:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.56:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.57:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.57:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.58:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.58:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.59:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.59:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.60:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.60:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.61:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.61:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.62:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.62:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.63:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.63:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.64:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.64:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.65:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.65:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.66:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.66:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.67:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.67:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.68:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.68:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.69:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.69:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.70:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.70:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.71:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.71:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.72:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.72:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.73:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.73:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.74:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.74:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.75:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.75:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.76:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.76:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.77:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.77:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.78:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.78:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.79:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.79:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.81:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.81:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.82:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.82:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.83:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.83:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.84:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.84:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.85:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.0.85:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2204.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2204.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2208.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2208.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2209.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2209.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2210.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2210.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2210.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2210.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2211.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2211.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2212.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2212.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2214.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2214.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2216.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2216.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2217.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2217.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2218.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2218.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2221.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2221.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2222.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2222.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2225.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2225.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2226.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2226.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2227.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2227.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2228.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2228.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2229.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2229.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2231.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2231.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2234.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2234.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2235.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2235.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2236.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2236.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2237.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2237.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2240.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2240.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2242.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2242.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2243.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_os_deployer:1.1.2243.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:9.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:9.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.79:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.79:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.88:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.88:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.120:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.120:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.121:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.121:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.122:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.122:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.123:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.123:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.148:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.148:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.149:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.149:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.150:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.150:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.151:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.151:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.193:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.193:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.197:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.197:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.200:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.200:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.208:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.208:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.209:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.209:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.232:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.232:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.250:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.250:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.252:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.252:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.255:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.255:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.256:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.256:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.261:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.261:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.283:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.283:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.284:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.284:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.285:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.285:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.286:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.286:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.287:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.287:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.324:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.324:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.326:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.326:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.346:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.346:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.347:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.347:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.419:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.419:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.420:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.420:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.421:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.421:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.422:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.422:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.423:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.423:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.424:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.424:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.425:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.425:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.426:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.426:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.545:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.545:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.546:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.546:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.550:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.550:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.553:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.553:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.555:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.555:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.556:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.556:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.558:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.558:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.600:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.600:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.602:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.602:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.603:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.603:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.604:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.604:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.620:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.620:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.633:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.633:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.646:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.646:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.647:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.647:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.675:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.675:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.676:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.676:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.677:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.677:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.678:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.678:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.679:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.679:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.680:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.680:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.681:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.681:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.682:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.682:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.683:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.683:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.685:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.685:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.697:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.697:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.698:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.698:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.700:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.700:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.701:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.701:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.702:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.702:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.703:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.703:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.704:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.704:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.706:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.706:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.707:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.707:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.708:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.708:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.709:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.709:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.715:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.715:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.716:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.0.716:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.06:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.06:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2119.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2121.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2121.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2124.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2124.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2126.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2126.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.15:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.15:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.16:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.16:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.18:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.18:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.19:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.19:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.20:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.20:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.21:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2127.21:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2130.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2130.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2134.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2134.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2136.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2136.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2137.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2137.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2137.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2137.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2137.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2137.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.01:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.01:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.02:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.02:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.03:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.03:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.09:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.09:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.11:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.11:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.12:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.12:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.14:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.14:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.15:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2138.15:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.04:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.04:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.05:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.05:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.06:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.06:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.07:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.07:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.08:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.08:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.17:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_patch_manager_plus:10.1.2220.17:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.252:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.252:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.253:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.253:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.254:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.254:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.255:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.255:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.256:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.256:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.257:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.257:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.258:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.258:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.259:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.259:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.415:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.415:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.416:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.416:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.421:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.421:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.422:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.422:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.428:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.428:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.430:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.430:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.431:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.431:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.432:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.432:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.433:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.433:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.434:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.434:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.435:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.435:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.436:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.436:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.440:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.440:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.447:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.447:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.448:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.448:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.450:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.450:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.451:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.451:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.452:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.452:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.453:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.453:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.454:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.454:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.465:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.465:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.466:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.466:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.468:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.468:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.469:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.469:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.472:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.472:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.473:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.473:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.476:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.0.476:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.1.2119.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.1.2119.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.1.2228.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_access_plus:10.1.2228.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:-:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:-:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.13:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.13:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.14:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.14:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.16:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.16:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.20:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.20:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.22:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.22:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.23:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.23:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.25:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.25:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.26:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.26:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.28:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.28:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.29:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.29:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.35:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.35:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.40:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_remote_monitoring_and_management_central:10.1.40:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:9.0.0:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:9.0.0:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.326:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.326:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.327:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.327:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.328:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.328:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.329:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.329:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.330:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.330:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.331:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.331:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.332:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.332:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.333:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.333:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.334:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.334:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.335:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.335:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.336:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.336:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.337:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.337:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.338:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.338:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.339:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.339:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.340:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.340:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.341:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.341:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.342:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.342:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.343:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.343:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.344:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.344:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.345:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.345:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.346:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.346:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.347:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.347:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.348:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.348:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.349:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.349:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.350:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.350:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.351:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.351:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.598:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.598:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.620:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.620:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.621:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.621:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.646:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.646:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.647:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.647:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.675:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.675:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.676:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.676:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.677:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.677:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.678:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.678:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.697:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.697:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.698:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.698:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.715:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.715:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.716:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.0.716:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2119.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2121.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2121.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2124.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2124.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2126.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2126.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2127.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2127.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2130.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2130.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2134.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2134.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2136.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2136.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2137.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2138.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2142.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2142.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2145.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2145.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2147.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2147.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2149.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2149.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2151.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2151.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2201.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2201.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2203.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2203.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2208.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2208.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2211.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2211.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2213.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2213.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2215.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2215.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2217.1:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2217.1:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2219.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2219.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.2:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.2:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.3:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.3:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.4:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.4:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.5:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.5:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.6:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.6:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.7:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.7:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.8:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.8:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.9:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.9:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.10:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.10:*:*:*:*:*:*:*
  • cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.17:*:*:*:*:*:*:*
    cpe:2.3:a:zohocorp:manageengine_vulnerability_manager_plus:10.1.2220.17:*:*:*:*:*:*:*

Protect Your Infrastructure against CVE-2022-47966: Combat Critical CVE Threats

Stay updated with real-time CVE vulnerabilities and take action to secure your systems. Enhance your cybersecurity posture with the latest threat intelligence and mitigation techniques. Develop the skills necessary to defend against CVEs and secure critical infrastructures. Join the top cybersecurity professionals safeguarding today's infrastructures.

Other 5 Recently Published CVEs Vulnerabilities

  • CVE-2025-66026 – REDAXO is a PHP-based CMS. Prior to version 5.20.1, a reflected Cross-Site Scripting (XSS) vulnerability exists in the Mediapool view where the req...
  • CVE-2025-66025 – Caido is a web security auditing toolkit. Prior to version 0.53.0, the Markdown renderer used in Caido’s Findings page improperly handled user-supp...
  • CVE-2025-66022 – FACTION is a PenTesting Report Generation and Collaboration Framework. Prior to version 1.7.1, an extension execution path in Faction’s extension f...
  • CVE-2025-66269 – The RupsMon and USBMate services in UPSilon 2000 run with SYSTEM privileges and contain unquoted service paths. This allows a local attacker to per...
  • CVE-2025-66266 – The RupsMon.exe service executable in UPSilon 2000 has insecure permissions, allowing the 'Everyone' group Full Control. A local attacker can repla...