Automate Recon and scanning process with Vidoc. All security teams in one place
By kannthu
The "AlienVault USM Login Panel" module is designed to detect the presence of an AlienVault USM login panel. AlienVault USM is a security management platform that provides threat detection, incident response, and compliance management capabilities. This module focuses on identifying the login panel, which can help in assessing the security posture of the system.
This module has an informative severity level, indicating that it provides valuable information but does not necessarily indicate a vulnerability or misconfiguration.
This module was authored by dhiyaneshDK.
The impact of detecting the AlienVault USM login panel is primarily informational. It helps security professionals identify the presence of the login panel, which can be useful for further analysis and assessment of the system's security.
The module works by sending an HTTP GET request to the "/ossim/session/login.php" path of the target system. It then applies two matching conditions to determine if the AlienVault USM login panel is present:
- The module checks if the response body contains the string "<title>AlienVault USM". This indicates that the login panel page has the expected title. - The module verifies that the response status code is 200, indicating a successful request.If both matching conditions are met, the module reports the presence of the AlienVault USM login panel.
For more information, you can refer to the AlienVault USM Login Panel module documentation.