Vulnerability Scan Result

IP address | 69.16.230.165 |
Country | US ![]() |
AS number | AS32244 |
Net name | Liquid Web L.l.c |
22/tcp | ssh | OpenSSH 9.2p1 Debian 2+deb12u3 |
80/tcp | http | - - |
443/tcp | https | - - |
Web Application Vulnerabilities
No vulnerabilities were found.
Infrastructure Vulnerabilities
Evidence
We managed to detect a publicly accessible SSH service.
Starting Nmap ( https://nmap.org ) at 2025-04-14 13:39 EEST
Nmap scan report for vpn1.kraftwerk.to (69.16.230.165)
Host is up (0.11s latency).
rDNS record for 69.16.230.165: haproxy05.parklogic.com
PORT STATE SERVICE VERSION
22/tcp open ssh OpenSSH 9.2p1 Debian 2+deb12u3 (protocol 2.0)
| ssh-auth-methods:
| Supported authentication methods:
| publickey
|_ password
Service Info: OS: Linux; CPE: cpe:/o:linux:linux_kernel
Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 2.60 seconds
Vulnerability description
We found that the SSH service with username/password authentication is publicly accessible. Network administrators often use remote administration protocols to control devices like switches, routers, and other essential systems. However, allowing these services to be accessible via the Internet can increase security risks, creating potential opportunities for attacks on the organization.
Risk description
Exposing this service online with username/password authentication can enable attackers to launch authentication attacks, like guessing login credentials, and potentially gaining unauthorized access. Vulnerabilities, such as unpatched software, protocol flaws, or backdoors could also be exploited. An example is the CVE-2024-3094 (XZ Utils Backdoor) vulnerability.
Recommendation
We recommend turning off SSH with username/password authentication access over the Internet and instead using a Virtual Private Network (VPN) that mandates two-factor authentication (2FA). If the SSH service is essential for business purposes, we recommend limiting access only from designated IP addresses using a firewall. Furthermore, it is advisable to utilize SSH Public Key Authentication since it employs a key pair to verify the identity of a user or process.
Evidence
Domain Queried | DNS Record Type | Description | Value |
---|---|---|---|
vpn1.kraftwerk.to | A | IPv4 address | 69.16.230.165 |
vpn1.kraftwerk.to | NS | Name server | ns1.parklogic.com |
vpn1.kraftwerk.to | NS | Name server | ns2.parklogic.com |
vpn1.kraftwerk.to | MX | Mail server | 10 mc.planbnow.co |
vpn1.kraftwerk.to | SOA | Start of Authority | ns1.parklogic.com. hostmaster.kraftwerk.to. 2021052101 3600 7200 1209600 3600 |
vpn1.kraftwerk.to | SPF | Sender Policy Framework | "v=spf1 -all" |
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.
Evidence
Vulnerability description
OS detection couldn't determine the operating system.