Vulnerability Scan Result

Title: | SITUS BROJP - Bandar U Seri Iskandar Hua Yang Berhad |
Description: | SITUS BROJP A modern & convenient living. Rejuvenate In the heart of Bukit Mertajam with thriving nature. Relax 46 types of facilities for your convenience and comfort. |
ip_address | 103.215.139.3 |
country | MY ![]() |
network_name | Big Band SDN BHD |
asn | AS132111 |
21/tcp | ftp | Microsoft ftpd - |
25/tcp | smtp | MailEnable smptd 10.52-- |
53/tcp | domain | Simple DNS Plus - |
80/tcp | http | Microsoft IIS httpd 10 |
110/tcp | pop3 | MailEnable POP3 Server - |
135/tcp | msrpc | Microsoft Windows RPC - |
139/tcp | netbios-ssn | Microsoft Windows netbios-ssn - |
143/tcp | imap | MailEnable imapd - |
443/tcp | https | Microsoft IIS httpd 10 |
445/tcp | microsoft-ds | - - |
465/tcp | smtp | MailEnable smptd 10.52-- |
993/tcp | imap | - - |
995/tcp | pop3 | MailEnable POP3 Server - |
3389/tcp | ms-wbt-server | Microsoft Terminal Services - |
5357/tcp | http | Microsoft HTTPAPI httpd 2 |
5985/tcp | http | Microsoft HTTPAPI httpd 2 |
8443/tcp | https | Microsoft IIS httpd 10 |
Software / Version | Category |
---|---|
Windows Server | Operating systems |
Sectigo | SSL/TLS certificate authorities |
Microsoft ASP.NET | Web frameworks |
IIS 10.0 | Web servers |
Plesk | Hosting panels |
HSTS | Security |
Web Application Vulnerabilities
Evidence
Software / Version | Category |
---|---|
Windows Server | Operating systems |
Sectigo | SSL/TLS certificate authorities |
Microsoft ASP.NET | Web frameworks |
IIS 10.0 | Web servers |
Plesk | Hosting panels |
HSTS | Security |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Vulnerability description
We have noticed that the server is missing the security.txt file, which is considered a good practice for web security. It provides a standardized way for security researchers and the public to report security vulnerabilities or concerns by outlining the preferred method of contact and reporting procedures.
Risk description
There is no particular risk in not having a security.txt file for your server. However, this file is important because it offers a designated channel for reporting vulnerabilities and security issues.
Recommendation
We recommend you to implement the security.txt file according to the standard, in order to allow researchers or users report any security issues they find, improving the defensive mechanisms of your server.
Evidence
Vulnerability description
Website is accessible.
Evidence
URL | Method | Summary |
---|---|---|
https://huayang.com.my/files/?assets=SITUS+BROJP | OPTIONS | We did a HTTP OPTIONS request. The server responded with a 200 status code and the header: `Allow: OPTIONS, TRACE, GET, HEAD, POST` Request / Response |
Vulnerability description
We have noticed that the webserver responded with an Allow HTTP header when an OPTIONS HTTP request was sent. This method responds to requests by providing information about the methods available for the target resource.
Risk description
The only risk this might present nowadays is revealing debug HTTP methods that can be used on the server. This can present a danger if any of those methods can lead to sensitive information, like authentication information, secret keys.
Recommendation
We recommend that you check for unused HTTP methods or even better, disable the OPTIONS method. This can be done using your webserver configuration.
Classification
CWE | CWE-16 |
OWASP Top 10 - 2017 | |
OWASP Top 10 - 2021 |
Infrastructure Vulnerabilities
Evidence
We managed to detect a publicly accessible Remote Desktop Protocol (RDP) service. PORT STATE SERVICE VERSION 3389/tcp open ms-wbt-server Microsoft Terminal Services
Vulnerability description
We found that the Remote Desktop Protocol (RDP) service is publicly accessible. Attackers often look for the Remote Desktop Protocol service due to its capability to provide remote access and control of a server, usually one that operates on the Microsoft Windows operating system.
Risk description
Exposing this service online can enable attackers to launch authentication attacks, like guessing login credentials, potentially gaining unauthorized access. Attackers might use publicly available employee information for brute-force attacks. Vulnerabilities, such as unpatched software or protocol flaws, could also be exploited. An example is CVE-2019-0708 (Bluekeep) vulnerability. Additionally, integration with Active Directory Domain Services could allow attackers to move laterally across the network, accessing more systems and sensitive data.
Recommendation
We recommend turning off Remote Desktop Protocol access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). Avoid permitting direct user authentication to Active Directory over the Internet to prevent attackers from engaging in password guessing or causing the lockout of legitimate domain user accounts. If the Remote Desktop Protocol service is essential for business purposes, limiting access to designated IP addresses is recommended.
Evidence
We managed to detect a publicly accessible Windows Server Message Blocks (SMB) service. PORT STATE SERVICE VERSION 139/tcp open netbios-ssn Microsoft Windows netbios-ssn
Vulnerability description
We found that the Windows Server Message Blocks (SMB) service is publicly accessible. The Server Message Block (SMB) protocol facilitates services like file and print sharing on systems. Older SMB protocol versions operate through NetBIOS to enable application-layer networking for devices within Windows operating systems, including communication with printers and serial ports.
Risk description
Exposing this service online can enable attackers to launch authentication attacks, like guessing login credentials, potentially gaining unauthorized access. Attackers might use publicly available employee information for brute-force attacks. Vulnerabilities, such as unpatched software or protocol flaws, could also be exploited. An example is MS17-010 (EternalBlue) vulnerability. Additionally, integration with Active Directory Domain Services could allow attackers to move laterally across the network, accessing more systems and sensitive data.
Recommendation
We recommend turning off SMB access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). Avoid permitting direct user authentication to Active Directory over the Internet to prevent attackers from engaging in password guessing or causing the lockout of legitimate domain user accounts. If the SMB service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall.
Evidence
We managed to detect a publicly accessible Windows Remote Management (WinRM) service. PORT STATE SERVICE VERSION 5985/tcp open http Microsoft HTTPAPI httpd 2.0
Vulnerability description
We found that the Windows Remote Management (WinRM) service is publicly accessible. Network administrators often use remote administration protocols to control devices like servers and other essential systems. However, allowing these services to be accessible from the Internet can increase security risks, creating potential opportunities for attacks on the organization. Also, it operates in cleartext, making all traffic communicated through this protocol vulnerable to interception in its unencrypted form.
Risk description
Exposing this service online can enable attackers to launch authentication attacks, like guessing login credentials, and potentially gaining unauthorized access. Also, any vulnerabilities in the WinRM service or the underlying Windows OS can be exploited by attackers to gain access or elevate privileges. Given the high privilege level of WinRM, exploiting such vulnerabilities can lead to full system compromise This could also lead to the exposure of sensitive data such as user credentials and other sensitive information depending on the device being managed remotely since it uses a cleartext transfer of data. If an attacker intercepts these credentials, they might gain unauthorized access to the device.
Recommendation
We recommend turning off WinRM access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the WinRM service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, utilizing HTTPS with WinRM (port 5986) is recommended as this protocol employs encryption.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.huayang.com.my | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@wpdns.com; ruf=mailto:dmarc@wpdns.com" |
Vulnerability description
We found that the target uses p=quarantine in the DMARC policy. When a DMARC policy is set to p=quarantine, emails that fail DMARC validation are delivered but placed in the recipient’s spam or junk folder. Although it offers some protection, this policy is less strict than p=reject, which blocks such emails entirely.
Risk description
While emails failing DMARC validation are sent to the spam folder, users may still retrieve them from there, leading to a higher risk of phishing and spoofing attacks succeeding. Moreover, less strict enforcement may allow more fraudulent emails to reach user inboxes if misclassified.
Recommendation
We recommend considering moving to a stricter policy, such as p=reject, where emails that fail DMARC validation are completely rejected rather than delivered to spam folders. This reduces the risk of users interacting with potentially malicious emails.
Evidence
We managed to detect a publicly accessible File Transfer Protocol (FTP) service. PORT STATE SERVICE VERSION 21/tcp open ftp Microsoft ftpd
Vulnerability description
We found that the File Transfer Protocol (FTP) service is publicly accessible. The FTP enables client systems to connect to upload and download files. Nonetheless, FTP lacks encryption for the data exchanged between the server and the client, leaving all transferred data exposed in plaintext.
Risk description
Exposing this service online can enable attackers to execute man-in-the-middle attacks, capturing sensitive user credentials and the contents of files because FTP operates without encryption. The entirety of the communication between the client and the server remains unsecured in plaintext. This acquired information could further facilitate additional attacks within the network.
Recommendation
We recommend turning off FTP access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the FTP service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, utilizing SFTP (Secure File Transfer Protocol) is recommended as this protocol employs encryption to secure data transfers.
Evidence
We managed to detect a publicly accessible Post Office Protocol (POP3) service. Starting Nmap ( https://nmap.org ) at 2025-08-18 08:31 EEST Nmap scan report for huayang.com.my (103.215.139.3) Host is up (0.18s latency).
PORT STATE SERVICE VERSION 110/tcp open pop3 MailEnable POP3 Server |_pop3-capabilities: UIDL USER TOP Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 2.76 seconds
Vulnerability description
We found that the Post Office Protocol (POP3) service is publicly accessible and doesn’t include STARTTLS capability. Email clients use the Post Office Protocol (POP) to download emails for user accounts. Some POP servers are initially set up to operate over an unsecured protocol. When email clients download email content through this plaintext protocol, it can pose a substantial risk to the organization's network, especially depending on which user account is set to receive the emails.
Risk description
Exposing this service online can enable attackers to conduct man-in-the-middle attacks, thereby gaining access to sensitive user credentials and the contents of emails. Given that POP3 operates via a plaintext protocol, the entirety of the data exchanged between the client and server is left unencrypted. This critical information could then be leveraged in further attacks on the organization's network.
Recommendation
We recommend turning off POP3 access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the POP3 service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, activating STARTTLS capability (switching the connection to a secure communication) or utilizing Secure POP3 (POP3S) is recommended, as this protocol employs encryption.
Evidence
We managed to detect a publicly accessible Post Office Protocol (POP3) service. Starting Nmap ( https://nmap.org ) at 2025-08-18 08:31 EEST Nmap scan report for huayang.com.my (103.215.139.3) Host is up (0.18s latency).
PORT STATE SERVICE VERSION 995/tcp open ssl/pop3 MailEnable POP3 Server |_pop3-capabilities: TOP UIDL USER Service Info: OS: Windows; CPE: cpe:/o:microsoft:windows
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ . Nmap done: 1 IP address (1 host up) scanned in 9.84 seconds
Vulnerability description
We found that the Post Office Protocol (POP3) service is publicly accessible and doesn’t include STARTTLS capability. Email clients use the Post Office Protocol (POP) to download emails for user accounts. Some POP servers are initially set up to operate over an unsecured protocol. When email clients download email content through this plaintext protocol, it can pose a substantial risk to the organization's network, especially depending on which user account is set to receive the emails.
Risk description
Exposing this service online can enable attackers to conduct man-in-the-middle attacks, thereby gaining access to sensitive user credentials and the contents of emails. Given that POP3 operates via a plaintext protocol, the entirety of the data exchanged between the client and server is left unencrypted. This critical information could then be leveraged in further attacks on the organization's network.
Recommendation
We recommend turning off POP3 access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the POP3 service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, activating STARTTLS capability (switching the connection to a secure communication) or utilizing Secure POP3 (POP3S) is recommended, as this protocol employs encryption.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
_dmarc.huayang.com.my | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@wpdns.com; ruf=mailto:dmarc@wpdns.com" |
Vulnerability description
We found that the DMARC record for the domain is not configured with sp policy, meaning that no policy is enforced for subdomains. When a DMARC record does not include a subdomain policy (sp directive), subdomains are not explicitly covered by the main domain's DMARC policy. This means that emails sent from subdomains (e.g., sub.example.com) may not be subject to the same DMARC enforcement as the main domain (example.com). As a result, attackers could potentially spoof emails from subdomains without being blocked or flagged, even if the main domain has a strict DMARC policy.
Risk description
Without a subdomain policy (sp directive) in the DMARC record, subdomains are not protected by the same DMARC enforcement as the main domain, leaving them vulnerable to spoofing attacks. This inconsistency can be exploited by attackers to send phishing emails from subdomains, undermining the organization’s overall email security.
Recommendation
To mitigate the risk, we recommend configuring the DMARC record with a subdomain policy by adding the sp=reject or sp=quarantine directive. This will extend DMARC enforcement to all subdomains, preventing spoofing attempts and maintaining consistent security across both the main domain and its subdomains.
Evidence
We found insecure DNS cookie usage on the following nameservers: ned.ns.cloudflare.com, sandy.ns.cloudflare.com
Vulnerability description
We found that the server does not implement DNS Cookies or uses them insecurely. DNS Cookies help prevent DNS-based attacks, such as spoofing and amplification attacks.
Risk description
The risk exists because without DNS Cookies, the server is vulnerable to DNS spoofing and amplification attacks. Attackers can manipulate responses or use the server in distributed denial-of-service (DDoS) attacks, compromising network availability and security.
Recommendation
We recommend enabling DNS Cookies to prevent spoofed DNS responses. Ensure proper cookie validation is implemented to mitigate DNS amplification attacks. Regularly update DNS servers to support the latest DNS security features.
Evidence
We managed to detect a publicly accessible Remote Procedure Call (RPC) service. PORT STATE SERVICE VERSION 135/tcp open msrpc Microsoft Windows RPC
Vulnerability description
We found that the Windows Remote Procedure Call (RPC) service is publicly accessible. RPC is a protocol that one program can use to request a service from a program located on another computer in a network.
Risk description
Exposing this service online can enable attackers to launch attacks, including unauthorized access, remote code execution, information disclosure, denial of service (DoS), and potential lateral movement within the network.
Recommendation
We recommend turning off RPC access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the RPC service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall.
Evidence
Software / Version | Category |
---|---|
Plesk | Hosting panels |
Windows Server | Operating systems |
Microsoft ASP.NET | Web frameworks |
RequireJS | JavaScript frameworks |
Prototype | JavaScript frameworks |
IIS 10.0 | Web servers |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
Software / Version | Category |
---|---|
Plesk | Hosting panels |
Windows Server | Operating systems |
Microsoft ASP.NET | Web frameworks |
IIS 10.0 | Web servers |
Sectigo | SSL/TLS certificate authorities |
HSTS | Security |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
Software / Version | Category |
---|---|
Microsoft HTTPAPI 2.0 | Web servers |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
Software / Version | Category |
---|---|
Microsoft HTTPAPI 2.0 | Web servers |
Vulnerability description
We noticed that server software and technology details are exposed, potentially aiding attackers in tailoring specific exploits against identified systems and versions.
Risk description
The risk is that an attacker could use this information to mount specific attacks against the identified software type and version.
Recommendation
We recommend you to eliminate the information which permits the identification of software platform, technology, server and operating system: HTTP server headers, HTML meta information, etc.
Evidence
DKIM selector | Key type | Key size | Value |
---|---|---|---|
selector1 | rsa | 1296 | "v=DKIM1; k=rsa; p=MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCclgVjGJmBVRj11mu9pjfsxKisLBarEEAJ6UidVDBaKr6p1pTyOUdVo35vNnnE6MdvZPuPVvUCu0w2Oj+SFVRzjFgDqItf+OteJj+P1ScJ4sTfPaE72hG/viadvAT8izOOiPmhxu3DtKbVrlJe1xddhhV4XM+qGULNgruR75MThQIDAQAB; n=1024,1481231224,1" "496956024" |
Evidence
Operating System | Accuracy |
---|---|
Windows | 100% |
Vulnerability description
OS Detection
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
huayang.com.my | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:securessl.net -all" |
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
huayang.com.my | A | IPv4 address | 103.215.139.3 |
huayang.com.my | NS | Name server | ned.ns.cloudflare.com |
huayang.com.my | NS | Name server | sandy.ns.cloudflare.com |
huayang.com.my | MX | Mail server | 0 huayang-com-my.mail.protection.outlook.com |
huayang.com.my | SOA | Start of Authority | ned.ns.cloudflare.com. dns.cloudflare.com. 2379825727 10000 2400 604800 1800 |
huayang.com.my | TXT | Text record | "MS=ms77718690" |
huayang.com.my | SPF | Sender Policy Framework | "v=spf1 include:spf.protection.outlook.com include:securessl.net -all" |
_dmarc.huayang.com.my | TXT | Text record | "v=DMARC1; p=quarantine; rua=mailto:dmarc@wpdns.com; ruf=mailto:dmarc@wpdns.com" |
Risk description
An initial step for an attacker aiming to learn about an organization involves conducting searches on its domain names to uncover DNS records associated with the organization. This strategy aims to amass comprehensive insights into the target domain, enabling the attacker to outline the organization's external digital landscape. This gathered intelligence may subsequently serve as a foundation for launching attacks, including those based on social engineering techniques. DNS records pointing to services or servers that are no longer in use can provide an attacker with an easy entry point into the network.
Recommendation
We recommend reviewing all DNS records associated with the domain and identifying and removing unused or obsolete records.