Two-phase assessment: passive OSINT/DNS/CT/TLS reconnaissance, then owner-authorised active scanning of the Cloudflare edge and the origin server. No exploitable vulnerabilities identified.
The origin answers ICMP but exposes one TCP port out of 65,535 — and that port is SSH with password authentication disabled. Web ingress is Cloudflare-only. 10,725 vulnerability templates returned zero findings. All remaining items are hardening gaps, not breaches.
Ports 80 443 22 3306 and all cPanel/RDP/DB
ranges are filtered — confirming Cloudflare-only ingress.
| Port | 6262/tcp |
| Service | SSH — relocated off port 22 |
| Version | OpenSSH 9.6p1 Ubuntu 3ubuntu13.19 |
| Auth methods | publickey only password auth disabled |
| Brute-force risk | Not viable no password path exists |
| CVE-2024-6387 | Patched newer than fix release 3ubuntu13.0 |
| Host keys | ed25519, ecdsa-p256, ssh-rsa (legacy) |
| Domain | bbnu.my — created 2026-08-07, registrar Exabytes Network Sdn Bhd, registrant Pahang MY, expiry 2027-08-07 |
| Authoritative DNS | Cloudflare (nelci / watson.ns.cloudflare.com) — DNSSEC unsigned |
| Public edge | 104.21.91.240, 172.67.182.39 + IPv6 2606:4700:3031::ac43:b627, 2606:4700:3030::6815:5bf0 |
| Origin host | vps1.bbnu.my → 203.106.243.49 — SMART TRANSACT SDN BHD, Selangor; TM Net AS4788 |
| Origin OS | Ubuntu 24.04 LTS |
| Application | Static placeholder “BBNU — Dalam Pembinaan”, 3,794 bytes, lang=ms, noindex,nofollow |
None — no MX; mail/smtp/imap/pop/webmail/ftp/cpanel all NXDOMAIN | |
| Subdomains | Only www + vps1 — 20 common origin-leak names all NXDOMAIN |
ecdsa-with-SHA256; ECDHE uses X25519 (true PFS)x-content-type-options: nosniff and referrer-policy presentvps1.bbnu.my and switch the origin to a Cloudflare Origin CA certificate. CT logs currently leak the origin IP to anyone.Strict-Transport-Security: max-age=31536000; includeSubDomains; preload. Closes the first-visit SSL-strip window.letsencrypt.org (and digicert.com for Cloudflare). Prevents rogue certificate issuance.v=spf1 -all + DMARC p=reject. No mail is sent today, so the domain is trivially spoofable for phishing.X-Frame-Options: DENY, Permissions-Policy, and restrict the current access-control-allow-origin: *.ssh-rsa host key on port 6262 once all clients support ed25519.WHOIS/RDAP, DNS record enumeration, DNSSEC validation, Certificate Transparency log mining (crt.sh, CertSpotter), passive subdomain correlation (subfinder, RapidDNS), TLS chain and protocol fingerprinting, HTTP header and redirect analysis.
Phase 2 — Active (owner-authorised): full 65,535-port SYN sweep of the origin, top-1000 sweep of the Cloudflare edge, service/version detection on the single open port, SSH banner and auth-method enumeration, TLS cipher and protocol acceptance matrix, HTTP method probing, and nuclei template scanning.
-cipher applies only to TLS ≤1.2, so the server negotiated 1.3 and ignored it. Re-tested with -no_tls1_3: all weak suites properly rejected.New, SSLv3 for some handshakes — a legacy record-layer label; the actual protocol is TLSv1.2.Deliberately excluded: credential brute-forcing, SSH connection-exhaustion DoS, and exploit exploitation — unnecessary given the findings and risky for availability. Scanning caused no service impact; post-scan health check returned 200/301 at ~100 ms.
# Origin full TCP sweep — sole open port $ nmap -sS -T4 --min-rate 900 -Pn -p- --open 203.106.243.49 Nmap scan report for vps1.bbnu.my (203.106.243.49) PORT STATE SERVICE 6262/tcp open unknown MAC Address: 00:16:3E:XX:XX:XX (Xen Source) Nmap done: 1 IP address (1 host up) scanned in 117.55 seconds # SSH auth surface — no password path $ ssh -p 6262 -o PreferredAuthentications=none 203.106.243.49 Permission denied (publickey). # Weak cipher rejection (corrected methodology) $ openssl s_client -connect bbnu.my:443 -no_tls1_3 -cipher 'NULL:eNULL:aNULL:RC4:DES-CBC3-SHA' no cipher match # handshake fails — suites correctly refused
Full raw logs: nmap_origin_full.txt, nmap_edge.txt,
nuclei_edge.txt, bbnu_home.html. Complete narrative report:
bbnu-security-audit-2026-09-13.pdf (5 pages).