A Virtual Private Network (VPN) is a secure connection that allows users, branch offices, or business partners to access a corporate network over a public network such as the Internet.
In simple words, a VPN creates an encrypted tunnel between the user/device and the organization’s network.
For CISA, remember this clearly:
VPN = Encryption + Encapsulation + Tunneling over a public network
CISA expects you to understand that VPNs are used to provide secure connectivity, but they do not automatically make everything secure. The auditor must check authentication, encryption strength, configuration, logging, endpoint security, and management control.
Organizations use VPNs mainly to avoid the cost of dedicated leased lines while still allowing secure access over the Internet.
A VPN is commonly used for:
Use Case
Example
Remote work
Employees working from home securely access internal applications
Branch connectivity
Head office connects securely with branch offices
Partner connectivity
Suppliers or vendors get limited access to required systems
Secure public network use
Employees connect securely while using hotel, airport, or home Internet
The CISA focus is not only “VPN encrypts data.” The bigger audit question is:
Is the VPN properly governed, configured, monitored, and restricted?
How VPN Works
A VPN works through three key ideas:
Concept
Simple Meaning
CISA Exam Point
Encryption
Converts readable data into unreadable form
Protects confidentiality during transmission
Encapsulation
Wraps one packet inside another packet
Helps create a tunnel over the public network
Tunneling
Creates a virtual secure path over the Internet
Makes public network communication behave like private communication
VPNs extend corporate networks securely through encrypted packets over public Internet connections, and are commonly used for remote offices, mobile users, employees, sales teams, and business partners.
Types of VPNs
Remote Access VPN
A remote access VPN connects individual users to the enterprise network.
Example: An employee working from home connects to the company network using VPN software.
CISA exam tip: Remote access VPN risk is high because the user device is outside the organization’s physical control. The auditor should focus on MFA, endpoint security, device compliance, and access restrictions.
Intranet VPN / Site-to-Site VPN
An intranet VPN connects branch offices within the same organization.
Example: Head office and branch office are connected securely over the Internet.
CISA exam tip: The main focus is secure branch connectivity and centralized management by one organization.
Extranet VPN
An extranet VPN gives business partners limited access to the organization’s network.
Example: A manufacturer gives suppliers access to selected systems.
CISA exam tip: This is a common exam trap. Extranet VPN has greater management risk because multiple organizations are involved. Each party should manage and control its own VPN environment, and access should be limited to only what is needed.
VPN Types Comparison
VPN Type
Who Connects?
Main Risk
Auditor Focus
Remote Access VPN
Individual remote users
Compromised user device or credentials
MFA, endpoint control, user access review
Intranet VPN
Branch offices of the same organization
Misconfiguration or weak encryption
Centralized configuration and monitoring
Extranet VPN
Business partners/vendors
Weak management control and excessive access
Limited access, agreements, monitoring, ownership
VPN Protocols
CISA may test VPN protocols at a conceptual level. You do not need to become a network engineer, but you should know which protocols are stronger, weaker, and commonly used.
VPN Protocol
What to Remember for CISA
IPSec
Commonly used for VPNs. Supports tunnel mode and transport mode. Tunnel mode protects more of the packet.
IKEv2
Strong and useful for mobile users because it handles network changes well, such as switching between Wi-Fi and mobile data.
PPTP
Older protocol with known security weaknesses. Should not be preferred unless strong compensating controls exist.
SSTP
Uses HTTPS, so it can pass through many firewalls and proxies.
L2TP/IPSec
L2TP provides tunneling, IPSec provides security. Both client and server must support it.
OpenVPN
Open-source VPN solution commonly using TLS. Often supports certificates and strong authentication.
The official review material highlights common VPN protocols such as IPSec, IKEv2, PPTP, SSTP, L2TP/IPSec, and OpenVPN, and also notes security concerns with older protocols such as PPTP.
IPSec: Tunnel Mode vs Transport Mode
IPSec Mode
What It Protects
Best Exam Understanding
Tunnel Mode
Encrypts the entire original IP packet, including header information
Commonly used for VPN gateways and site-to-site VPNs
Transport Mode
Encrypts mainly the payload/data portion
Commonly used for host-to-host communication
Exam tip: If CISA asks which provides stronger protection for traffic across an untrusted public network, think tunnel mode.
VPN Security Benefits
A properly implemented VPN helps with:
Security Benefit
Explanation
Confidentiality
Data is encrypted while traveling over public networks
Integrity
Strong protocols help ensure data is not altered in transit
Authentication
Users or devices can be verified before access is granted
Secure remote access
Remote users can access internal systems without exposing them directly to the Internet
Cost-effective connectivity
Public Internet can be used instead of expensive leased lines
VPN Risks and Audit Concerns
A VPN reduces communication risk, but it also creates new risks.
Risk Area
What Can Go Wrong
Weak authentication
Stolen passwords may allow attackers to access internal systems
Poor configuration
Misconfigured VPN may expose internal resources
Weak encryption
Outdated protocols may be vulnerable
Malware entry
VPN can become a trusted path for infected remote devices
Lack of logging
Unauthorized access may not be detected
Excessive access
Users may access more systems than required
Extranet risk
Business partners may introduce control weaknesses
Availability risk
VPN outage can disrupt remote work and critical operations
The main VPN concerns from an audit perspective include transmission security, preventing hijacking and malware entry, configuration management, technology management, and maintaining accuracy and reliability of information.
Important CISA Trap: VPN Does Not Stop Malware
A VPN protects the communication channel. It does not automatically clean, inspect, or secure the endpoint.
If an employee’s laptop is infected, the VPN may give that infected device a trusted path into the corporate network.
CISA exam tip: When the question asks for the BEST control for VPN users, do not jump only to encryption. Look for:
MFA
Endpoint security
Patch management
Device compliance checks
Antimalware
Logging and monitoring
Least privilege access
VPN Policy
A VPN policy should define who can use VPN, what devices are allowed, what authentication is required, what encryption is acceptable, what activities are logged, and what access is permitted.
Prevents malware entering through trusted VPN connections
Review users periodically
Removes unnecessary or terminated user access
Test VPN capacity
Ensures availability during high remote work demand
Apply change management
Prevents unauthorized or risky configuration changes
VPN best practices include having a VPN policy, using strong authentication and encryption, selecting standards-based solutions, protecting against malware, testing performance before full deployment, and monitoring/logging VPN usage.
Auditor’s Role in Reviewing VPN
The IS auditor should not simply ask, “Is VPN implemented?”
The better audit question is:
Is VPN access secure, controlled, monitored, and aligned with business need?
Exam tip: VPN is cost-effective, but the auditor should focus on whether the public-network risk is properly controlled.
VPN vs Firewall
VPN
Firewall
Creates secure encrypted tunnel
Filters and controls network traffic
Supports remote or site connectivity
Protects network perimeter or segments
Focuses on secure communication
Focuses on allow/deny traffic rules
Needs authentication and encryption controls
Needs rule review and configuration controls
CISA trap: A VPN is not a replacement for a firewall. A VPN allows secure access, but traffic still needs to be controlled, segmented, monitored, and logged.
Split Tunneling
Split tunneling allows a remote user’s traffic to go two ways:
Corporate traffic goes through VPN
Internet traffic goes directly to the Internet
Approach
Benefit
Risk
Split tunneling enabled
Better performance and less VPN load
User may access risky Internet sites while connected to corporate VPN
Split tunneling disabled
More control and monitoring
More bandwidth and performance impact
CISA exam tip: If security is the priority, disabling split tunneling is generally stronger because all traffic can be routed through corporate security controls.
Common VPN Exam Traps
Trap
Correct CISA Thinking
“VPN is secure because it encrypts data.”
Encryption is only one control. Authentication, endpoint security, logging, and configuration matter.
“VPN prevents malware.”
VPN does not stop malware by itself. Endpoint and network security controls are still needed.
“Extranet VPN is same as intranet VPN.”
Extranet VPN has weaker management control because external parties are involved.
“PPTP is acceptable because it is a VPN protocol.”
PPTP is legacy and has security weaknesses. Stronger protocols are preferred.
“Once VPN is installed, audit concern is over.”
VPN needs continuous monitoring, access review, and configuration management.
“All VPN users should access the full internal network.”
Access should be limited based on business need and least privilege.
CISA Exam Focus Areas
Exam Area
What to Remember
VPN purpose
Secure connectivity over public networks
Key mechanism
Encryption + encapsulation + tunneling
Remote access VPN
Used for teleworkers and mobile users
Intranet VPN
Connects branch offices within the same organization
Extranet VPN
Gives limited access to partners; management control is a major risk
Review VPN users periodically and remove unnecessary access.
Monitor failed logins and suspicious VPN activity.
Apply least privilege to VPN access.
Extranet VPN should never provide broad internal network access.
VPN is not a replacement for firewall, IDS/IPS, endpoint security, or access reviews.
Final CISA Takeaway
For the exam, remember: A VPN secures the communication channel, but the auditor must verify authentication, endpoint security, access restrictions, configuration management, and monitoring before considering it effective.
Virtual Private Network (VPN) – 18 CISA Exam Practice Questions