0% found this document useful (0 votes)
21 views10 pages

HySecure: Secure Remote Access Gateway

HySecure is Accops' secure access gateway designed for remote access to enterprise resources while ensuring data protection and enforcing access policies. It includes core components like the HySecure Gateway, Controller, and Agent, and supports various authentication methods such as AD, LDAP, and RADIUS. The system emphasizes Zero Trust principles, continuous monitoring, and context-aware policies to secure access for users and devices.

Uploaded by

mishradarshan22
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views10 pages

HySecure: Secure Remote Access Gateway

HySecure is Accops' secure access gateway designed for remote access to enterprise resources while ensuring data protection and enforcing access policies. It includes core components like the HySecure Gateway, Controller, and Agent, and supports various authentication methods such as AD, LDAP, and RADIUS. The system emphasizes Zero Trust principles, continuous monitoring, and context-aware policies to secure access for users and devices.

Uploaded by

mishradarshan22
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

1.

Introduction to HySecure and Its Architecture


HySecure is Accops’ secure access gateway that enables users to connect to internal
applications and desktops remotely, without compromising security.

Key Objectives of HySecure


 Provide secure remote access to enterprise resources.
 Ensure data protection through encrypted communication.
 Enforce access policies based on user identity, device posture, and location.

Core Components
Component Description

HySecure Gateway Acts as the entry point for remote users.


Handles authentication and routing.

HySecure Controller Manages policies, user sessions, and logs.


Centralized control unit.

HySecure Agent Installed on client devices to establish


secure tunnels.

Authentication Server Integrates with AD, LDAP, or RADIUS for


user verification.

Flashcard Suggestions
 Q: What is the role of the HySecure Gateway? A: Entry point for remote users; handles
authentication and routing.
 Q: What does Zero Trust mean in HySecure? A: Every user and device must be verified
before access is granted.
 Q: Which protocols does HySecure support for authentication? A: AD, LDAP, RADIUS.

2. HySecure Policies+
HySecure policies define who can access what, when, and how. They are central to enforcing
secure, context-aware access to enterprise resources.
Types of HySecure Policies
Policy Type Description

Access Policies Define which applications or desktops a


user/group can access.

Device Policies Enforce device compliance (e.g., antivirus,

OS version, patch level).

Network Policies Restrict access based on IP, subnet, or geo-


location.

Time-Based Policies Allow access only during specific hours or


days.

User Group Policies Apply rules to groups rather than


individuals for scalability.

Internet Restriction Force routing through HySecure Gateway


to block direct internet access.

Flashcard Suggestions
 Q: What does a HySecure Access Policy control? A: It defines which apps or desktops a
user/group can access.
 Q: What is CARTA in HySecure? A: Continuous Authentication and Re-Authentication;
monitors user/device during session.
 Q: How does HySecure enforce device compliance? A: Through Device Policies that
check antivirus, OS version, and patch status.

3. Preboot Configurations, High Availability and ACLs

Preboot Configurations
 Network Setup: Define IP ranges, DNS, gateway, and subnet masks.
 Firewall Rules: Open required ports (e.g., TCP 443 for HTTPS).
 System Hardening: Disable unused services, enforce strong passwords.
 SSL Certificate Installation: For encrypted communication.
 Time Sync Configuration: Use NTP to ensure accurate logging and authentication.

High Availability (HA) in HySecure


Component Role

Active Node Handles all live traffic and user sessions.


Passive Node Stays in standby mode, ready to take over if
active fails.

Internal Load Balancer Distributes traffic between active and


passive nodes.

Health Probes Monitor node status and trigger failover.

Access Control Lists (ACLs)


ACL Type Description

User-Based ACLs Restrict access based on user identity or


group.

IP-Based ACLs Allow/deny access based on source IP or


subnet.

Application ACLs Control access to specific apps or services.

Time-Based ACLs Limit access during specific hours or days.

Flashcard Suggestions
 Q: What is the role of health probes in HySecure HA? A: They monitor node status and
trigger failover if needed.
 Q: What does a preboot configuration include? A: Network setup, firewall rules, SSL
certificates, NTP sync.
 Q: What are ACLs used for HySecure? A: To control access based on user, IP, application,
and time.
4. Installation, Prerequisites, and Policy Configuration

Prerequisites Before Installation


 Minimum 4 vCPUs and 8 GB RAM.
 100 GB disk space recommended.
 Static IP assignment.
 DNS resolution for HySecure hostname.
 SSL certificate installation.
 NTP setup for time synchronization.
Required Ports
Port Protocol Purpose

443 HTTPS Secure web access to


HySecure portal.

22 SSH Remote CLI access (Linux-


based deployments).

3389 RDP Remote desktop access (if


Windows-based).

389/636 LDAP/LDAPS Directory authentication


(AD/LDAP).

1812/1813 RADIUS Authentication and


accounting.

Flashcard Suggestions
 Q: Which port is essential for HySecure web access? A: Port 443 (HTTPS).
 Q: What does CARTA stand for in HySecure? A: Continuous Authentication and Re-
Authentication.
 Q: What are the prerequisites before installing HySecure? A: Static IP, DNS setup, SSL
certificate, NTP sync, system specs.

5. Installation, Cluster Settings and Considerations

Cluster Architecture
Component Role

Active Node Handles live traffic and user sessions.

Passive Node Standby mode; takes over if active fails.

Internal Load Balancer Distributes traffic and manages failover.

Health Probes Monitor node status and trigger automatic


failover.
Cluster Setup Steps
 Deploy two HySecure instances (active/passive).
 Configure Azure Internal Load Balancer (ILB) or equivalent.
 Set up health probes (TCP/HTTPS).
 Define backend pools and NAT rules for SSH/RDP access.
 Apply cluster license via management console.

Flashcard Suggestions
 Q: What port is essential for HySecure web access? A: Port 443 (HTTPS).
 Q: What is the role of health probes in HySecure clustering? A: They monitor node status
and trigger failover.
 Q: What does CARTA stand for? A: Continuous Authentication and Re-Authentication.
 Q: What’s the minimum recommended system spec for HySecure? A: 4 vCPUs, 8 GB
RAM, 100 GB disk space.

6. Infrastructure, User Authentication and Network Configuration


HySecure relies on a robust infrastructure and secure authentication mechanisms to ensure
reliable and secure access.

Core Infrastructure Components

Component Role

Entry point for remote users; handles authentication and


HySecure Gateway
routing.

HySecure Controller Centralized policy management and session control.

Authentication Server Integrates with AD, LDAP, or RADIUS for user verification.

Network Security Group


Controls inbound/outbound traffic to HySecure VMs.
(NSG)

Virtual Network (VNet) Isolates and segments traffic for secure communication.

🔐 User Authentication Mechanisms

HySecure supports multiple authentication methods to verify user identity securely.

🔑 Supported Authentication Types

 Active Directory (AD): Uses LDAP or LDAPS protocols.


 LDAP: Lightweight Directory Access Protocol.

 RADIUS: Remote Authentication Dial-In User Service.

 Multi-Factor Authentication (MFA): OTP, biometrics, or third-party integrations.

🔒 Authentication Flow

1. User initiates login via HySecure Agent.

2. Gateway forwards credentials to authentication server.

3. Server validates identity and returns access decision.

4. Policies are applied based on user role and device posture.

🌐 Network Configuration Essentials

Proper network setup is critical for secure and reliable HySecure operation.

⚙️Key Network Elements

 Static IP Assignment: Required for HySecure Gateway and Controller.

 DNS Resolution: Ensures hostname-based access.

 Subnet & Gateway Setup: Defines routing and segmentation.

 NAT Rules: For external access and port forwarding.

🔌 Required Port Numbers

Here are the essential ports used in HySecure infrastructure and authentication:

Port Protocol Purpose

443 HTTPS Secure web access to HySecure portal.

Remote CLI access (Linux-based


22 SSH
deployments).

Remote desktop access (Windows-based


3389 RDP
deployments).

389 LDAP Directory authentication (unencrypted).

636 LDAPS Secure LDAP authentication.

1812 RADIUS Authentication requests.


Port Protocol Purpose

1813 RADIUS Accounting logs.

✅ Port 443 is mandatory for user access via browser or HySecure Agent.

7. ZTNA via HySecure – Security Policies and Use Cases


Zero Trust Network Access (ZTNA) is a security model that assumes no user or device is
inherently trustworthy. HySecure implements ZTNA by enforcing strict identity verification
and contextual access control.

🎯 ZTNA Principles in HySecure

 Never trust, always verify: Every access request is authenticated and authorized.

 Least privilege access: Users get access only to what they need.

 Continuous monitoring: Sessions are monitored for anomalies and posture


changes.

Security Policies in HySecure

HySecure uses layered policies to enforce ZTNA across users, devices, and networks.

🔑 Key Policy Types

Policy Type Purpose

Define which apps, desktops, or services a user/group can


Access Policies
access.

Device Policies Enforce compliance checks (e.g., antivirus, OS patch level).

Network Policies Restrict access based on IP, subnet, or geo-location.

Time-Based Policies Limit access to specific hours or days.

Force traffic through HySecure Gateway to block direct


Internet Restriction
internet access.

Allow only approved applications to run during remote


App Whitelisting
sessions.

Clipboard & Screen Prevent screen recording, clipboard access, and screen
Policy Type Purpose

Control capture.

🔁 Continuous Authentication (CARTA)

 Monitors user behaviour and device posture during sessions.

 Can trigger re-authentication or terminate sessions if anomalies are detected.

🌐 Use Cases of HySecure

HySecure’s ZTNA capabilities support a wide range of secure access scenarios:

🧳 Remote Workforce Enablement

 Secure access to office PCs, internal apps, and desktops from home.

 No need to expose internal networks to the internet.

📱 BYOD & Vendor Access

 Allow external users to access business apps securely from personal devices.

 Enforce endpoint compliance and restrict internet usage.

VDI & DaaS Integration

 Seamless access to virtual desktops and hosted applications.

 Compatible with existing VDI infrastructure.

🔒 Data Leakage Prevention

 Restrict clipboard, screen capture, and file transfers.

 Apply policies selectively to high-risk users or groups.

🌍 Geo-Fencing & IP Filtering

 Block access from suspicious or unauthorized regions.

 Detect impossible travel scenarios using login heatmaps.


🔌 Important Port Numbers

Port Protocol Purpose

443 HTTPS Secure access to HySecure portal.

22 SSH Remote CLI access (Linux-based deployments).

3389 RDP Remote desktop access (Windows-based deployments).

389/636 LDAP/LDAPS Directory authentication.

1812/1813 RADIUS Authentication and accounting.

✅ Port 443 is critical for secure web access and must be open for HySecure to function
properly.

Common questions

Powered by AI

The CARTA (Continuous Authentication and Re-Authentication) model is significant in HySecure as it provides a dynamic security approach that continuously evaluates user and device security posture throughout a session . This model is applied by monitoring ongoing user behavior and device compliance, promptly triggering re-authentication or session termination if any anomalies are detected, ensuring that each access remains secure over time .

Before installing HySecure, systems must meet certain prerequisites, including having a minimum specification of 4 vCPUs, 8 GB RAM, and 100 GB of disk space; static IP assignment; DNS resolution for the HySecure hostname; SSL certificate installation for secured communication; and NTP configuration for time synchronization to ensure accurate system logs and authentication .

HySecure ensures secure remote access by providing encrypted communication and enforcing access policies based on user identity, device posture, and location . Its core components include the HySecure Gateway, which acts as the entry point for remote users handling authentication and routing; the HySecure Controller, which manages policies, user sessions, and logs; the HySecure Agent, installed on client devices to establish secure tunnels; and the Authentication Server, which integrates with AD, LDAP, or RADIUS for user verification .

In HySecure's HA configuration, the active node handles all live traffic and user sessions, whereas the passive node remains on standby to take over if the active node fails. Health probes play a crucial role by continuously monitoring the status of these nodes and automatically triggering a failover to the passive node when an issue is detected with the active node .

HySecure supports user and device authentication workflows by integrating with multiple authentication methods such as Active Directory (AD), LDAP, RADIUS, and Multi-Factor Authentication (MFA). The process involves user login via HySecure Agent, with credentials forwarded to an authentication server, which verifies identity and applies relevant policies based on user role and device posture. This layered verification ensures secure and controlled access, aligning with Zero Trust principles to bolster security . Moreover, HySecure's infrastructure, comprising essential network elements like DNS resolution and NAT rules, further secures authentication processes and communications .

HySecure implements Zero Trust Network Access (ZTNA) by strictly enforcing identity verification and contextual access control. The principles underpinning this model include the concepts of 'Never trust, always verify,' where each access request undergoes authentication and authorization; 'Least privilege access,' giving users only the access necessary for their role; and 'Continuous monitoring,' which involves observing session behaviors for anomalies and device posture changes . These principles ensure comprehensive security against unauthorized access, continuously validating both users and devices throughout access sessions .

Key preboot configuration steps for HySecure deployment include defining network setup parameters such as IP ranges, DNS, gateway, and subnet masks; setting up firewall rules to open necessary ports like TCP 443 for HTTPS; system hardening to disable unused services and enforce strong passwords; SSL certificate installation to enable encrypted communication; and time synchronization using NTP to maintain accurate logging and authentication processes .

HySecure strategically utilizes several ports to balance security and accessibility. Port 443 (HTTPS) is essential for secure web access to the HySecure portal, ensuring encrypted communication. Additionally, ports 22 (SSH) and 3389 (RDP) provide secure remote CLI and desktop access, respectively, while ports 389/636 (LDAP/LDAPS) and 1812/1813 (RADIUS) are used for directory authentication and accounting . This configuration supports robust security measures by enabling encrypted traffic, controlled administrative access, and reliable user authentication, fulfilling both protection and functionality requirements .

HySecure employs network policies to regulate access using network-related parameters, such as IP-based restrictions, which allow or block access based on IP address or subnet. Geo-location policies restrict access based on geographical location, ensuring that remote connections align with organizational security requirements. These policies help safeguard the network by controlling access points and limiting potential unauthorized access based on network characteristics .

HySecure uses several types of ACLs to enhance network security: user-based ACLs restrict access based on user identity or group, IP-based ACLs manage access according to source IP or subnet, application ACLs control access to specific applications or services, and time-based ACLs limit when access can occur based on specific hours or days . These mechanisms collectively contribute to defining precise access permissions, reducing unauthorized entry, and minimizing potential attack vectors in the network .

You might also like