Overview for Clinic IT & Network Administrators
Traditional clinic synchronizers are a cybersecurity nightmare for healthcare IT departments. They frequently require:
- Installing unverified Windows
.exeor.batbackground services. - Opening inbound database ports (e.g. MySQL port 3306 or MS SQL port 1433) to the public internet.
- Setting up complex dynamic DNS, port forwarding, or site-to-site VPN tunnels.
LamaniSync eliminates 100% of these attack vectors.
The 0 Inbound Open Ports Guarantee
LamaniSync operates strictly as an Outbound-Only Workstation Bridge:
Clinic Internal Network Public Internet LamaniHub Cloud
┌───────────────────────────────┐ ┌──────────────┐ ┌─────────────────┐
│ Front-Desk PC (LamaniSync) │ ────────> │ NAT Firewall │ ──────────> │ WSS TLS 1.3 │
│ Port: Dynamic Outbound Client │ OUTBOUND │ (0 INBOUND │ PORT 443 │ *.lamanihub.com │
│ │ TRAFFIC │ PORTS OPEN) │ │ │
└───────────────────────────────┘ └──────────────┘ └─────────────────┘
▲
│
BLOCKED: All Inbound Connections
- 0 Inbound Ports: The workstation never listens on any local port. Incoming probes from external networks are dropped by default.
- Port 443 Only: All traffic traverses standard HTTPS/WSS (Port 443) using modern TLS 1.3 encryption.
- Zero Inbound NAT / Port Forwarding: Clinic routers require zero special configuration or DMZ setups.
IT Firewall Whitelist Rules
If your clinic network enforces strict outbound URL filtering, add the following endpoints to your firewall allowlist:
| Destination Domain | Protocol | Port | Description |
|---|---|---|---|
*.lamanihub.com | HTTPS / WSS | 443 | Real-time bi-directional telemetry & dispatch |
*.lamanify.com | HTTPS | 443 | Manifest distribution & cryptographic keys |
chrome.google.com | HTTPS | 443 | Chrome Web Store automatic updates |
The Zero-Disk & Zero-PHI Guarantee
To satisfy strict healthcare privacy standards:
- Pure Ephemeral RAM Execution: LamaniSync runs strictly inside Chrome's sandboxed worker memory. It never writes appointment details, patient names, IC/NRIC numbers, or medical notes to local disk.
- Zero chrome.storage.local for PHI: The extension uses browser storage exclusively for pairing tokens and public keys. Patient health information is processed in-flight and discarded immediately following readback verification.
- No Password Storing: LamaniSync operates inside the authenticated browser session established by your front-desk staff. It never requests, captures, or transmits CMS passwords to any server.
Regulatory Compliance Matrix
| Regulation | Requirement | LamaniSync Implementation |
|---|---|---|
| Malaysian PDPA 2010 | Principle 9 (Security Principle) | End-to-end WebCrypto Ed25519 payload signing |
| HIPAA (US) | 45 CFR § 164.312 (Technical Safeguards) | Outbound TLS 1.3, zero disk persistence, audit trail |
| Chrome Web Store | Manifest V3 Policy | Zero remote code execution, sandboxed CSP |