VPN CISA Exam Notes, 18 Practice Questions

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.



Why Organizations Use VPNs

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 CaseExample
Remote workEmployees working from home securely access internal applications
Branch connectivityHead office connects securely with branch offices
Partner connectivitySuppliers or vendors get limited access to required systems
Secure public network useEmployees 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:

ConceptSimple MeaningCISA Exam Point
EncryptionConverts readable data into unreadable formProtects confidentiality during transmission
EncapsulationWraps one packet inside another packetHelps create a tunnel over the public network
TunnelingCreates a virtual secure path over the InternetMakes 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 TypeWho Connects?Main RiskAuditor Focus
Remote Access VPNIndividual remote usersCompromised user device or credentialsMFA, endpoint control, user access review
Intranet VPNBranch offices of the same organizationMisconfiguration or weak encryptionCentralized configuration and monitoring
Extranet VPNBusiness partners/vendorsWeak management control and excessive accessLimited 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 ProtocolWhat to Remember for CISA
IPSecCommonly used for VPNs. Supports tunnel mode and transport mode. Tunnel mode protects more of the packet.
IKEv2Strong and useful for mobile users because it handles network changes well, such as switching between Wi-Fi and mobile data.
PPTPOlder protocol with known security weaknesses. Should not be preferred unless strong compensating controls exist.
SSTPUses HTTPS, so it can pass through many firewalls and proxies.
L2TP/IPSecL2TP provides tunneling, IPSec provides security. Both client and server must support it.
OpenVPNOpen-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 ModeWhat It ProtectsBest Exam Understanding
Tunnel ModeEncrypts the entire original IP packet, including header informationCommonly used for VPN gateways and site-to-site VPNs
Transport ModeEncrypts mainly the payload/data portionCommonly 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 BenefitExplanation
ConfidentialityData is encrypted while traveling over public networks
IntegrityStrong protocols help ensure data is not altered in transit
AuthenticationUsers or devices can be verified before access is granted
Secure remote accessRemote users can access internal systems without exposing them directly to the Internet
Cost-effective connectivityPublic 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 AreaWhat Can Go Wrong
Weak authenticationStolen passwords may allow attackers to access internal systems
Poor configurationMisconfigured VPN may expose internal resources
Weak encryptionOutdated protocols may be vulnerable
Malware entryVPN can become a trusted path for infected remote devices
Lack of loggingUnauthorized access may not be detected
Excessive accessUsers may access more systems than required
Extranet riskBusiness partners may introduce control weaknesses
Availability riskVPN 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.

A good VPN policy should include:

Policy AreaWhat It Should Cover
User eligibilityWho is allowed to use VPN
AuthenticationMFA, strong passwords, certificates
Device requirementsCompany-approved devices, patching, antimalware
Access limitsOnly required applications and network segments
Encryption requirementsStrong and current encryption standards
LoggingConnection logs, failed attempts, unusual activity
ReviewPeriodic review and update of VPN rules

VPN Best Practices

Best PracticeWhy It Matters
Use strong encryptionProtects confidentiality and integrity
Enforce MFAReduces credential theft risk
Use standards-based protocolsReduces risk from weak or custom implementations
Disable weak protocolsAvoids legacy security weaknesses
Restrict access by roleReduces damage if an account is compromised
Monitor and log VPN usageHelps detect suspicious activity
Secure remote endpointsPrevents malware entering through trusted VPN connections
Review users periodicallyRemoves unnecessary or terminated user access
Test VPN capacityEnsures availability during high remote work demand
Apply change managementPrevents 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?

An IS auditor should review:

Audit AreaWhat to Check
VPN policyApproved, current, and communicated
User access listOnly authorized users have VPN access
Terminated usersAccess removed immediately
AuthenticationMFA or strong authentication enabled
EncryptionStrong protocol and encryption standards used
ConfigurationSecure settings, no unnecessary services
LogsVPN login, failed login, unusual access reviewed
Endpoint controlsPatch level, antimalware, company-approved devices
Extranet accessPartner access is restricted and monitored
Change managementVPN rule/configuration changes are authorized
Incident responseVPN-related incidents are detected and handled

VPN vs Leased Line

AreaVPNDedicated Leased Line
Network usedPublic InternetPrivate dedicated connection
CostLowerHigher
Security dependencyEncryption and controlsPrivate line plus controls
FlexibilityHighLower
Common useRemote users, branch offices, partnersHigh-value dedicated connectivity
CISA viewSecure if properly configured and monitoredMore controlled but expensive

Exam tip:
VPN is cost-effective, but the auditor should focus on whether the public-network risk is properly controlled.


VPN vs Firewall

VPNFirewall
Creates secure encrypted tunnelFilters and controls network traffic
Supports remote or site connectivityProtects network perimeter or segments
Focuses on secure communicationFocuses on allow/deny traffic rules
Needs authentication and encryption controlsNeeds 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
ApproachBenefitRisk
Split tunneling enabledBetter performance and less VPN loadUser may access risky Internet sites while connected to corporate VPN
Split tunneling disabledMore control and monitoringMore 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

TrapCorrect 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 AreaWhat to Remember
VPN purposeSecure connectivity over public networks
Key mechanismEncryption + encapsulation + tunneling
Remote access VPNUsed for teleworkers and mobile users
Intranet VPNConnects branch offices within the same organization
Extranet VPNGives limited access to partners; management control is a major risk
Strong controlMFA, strong encryption, endpoint security, monitoring
Weak protocol trapPPTP is not preferred due to known weaknesses
Main audit concernSecure configuration, access control, logging, and monitoring
Malware trapVPN does not automatically prevent malware
BEST answer logicChoose risk-based control, not just technical availability

Exam Mindset Needed

For CISA, think like an auditor reviewing secure remote access, not like a network engineer configuring a tunnel.

When you see VPN in a question, ask:

Who is connecting, from where, to what, and under whose control?

Use this decision logic:

  • If the question is about confidentiality of data in transit, think encryption.
  • If the question is about unauthorized access, think MFA and access control.
  • If the question is about remote user risk, think endpoint security.
  • If the question is about partner access, think limited access and management control.
  • If the question is about detecting misuse, think logging and monitoring.
  • If the question is about weak protocols, avoid legacy protocols like PPTP.
  • If the question says BEST, select the control that reduces the biggest risk, not the control that sounds most technical.

Last-Day Revision Notes

  • VPN creates an encrypted tunnel over a public network.
  • VPN is mainly used for remote users, branch offices, and business partners.
  • VPN uses encryption and encapsulation to provide tunneling.
  • Remote access VPN connects individual users to the corporate network.
  • Intranet VPN connects branch offices within the same organization.
  • Extranet VPN gives limited access to partners and has higher management risk.
  • IPSec is commonly used for VPN security.
  • IPSec tunnel mode protects more than transport mode.
  • PPTP is outdated and weak compared to modern VPN protocols.
  • VPN does not automatically prevent malware.
  • Strong VPN control = MFA + encryption + endpoint security + logging.
  • 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

0%
0 votes, 0 avg
1

Report a question

You cannot submit an empty report. Please add some details.
Created by Surendra

Domain 5

VPN Practice Questions

1 / 18

A remote employee connects to the corporate network using VPN from an infected laptop. Which statement is MOST accurate?

2 / 18

An IS auditor is asked to evaluate whether a VPN implementation is effective. Which audit procedure would provide the BEST evidence?

3 / 18

An organisation allows vendors to access an internal application through VPN. The VPN requires MFA, but once connected, vendors can reach multiple unrelated network segments. Which control would BEST address the remaining risk?

4 / 18

During a VPN audit, the IS auditor finds that the organisation uses PPTP for remote access because it is easy to configure. What should be the auditor’s PRIMARY concern?

5 / 18

An IS auditor is reviewing a VPN implementation. Management states that VPN encryption is strong, so no additional controls are needed. Which response is MOST appropriate?

6 / 18

An enterprise uses an extranet VPN with several suppliers. Each supplier connects through a shared VPN platform fully managed by the enterprise. Which recommendation is BEST from a CISA perspective?

7 / 18

A company wants to reduce the risk of Internet traffic bypassing corporate monitoring while employees are connected to VPN. Which configuration is MOST appropriate?

8 / 18

An organisation uses VPN for remote employees. The IS auditor notices terminated employees still appear in the VPN access list. What is the BEST recommendation?

9 / 18

An IS auditor finds that VPN logs are generated but never reviewed. Which risk is MOST directly increased?

10 / 18

A company is implementing VPN access for mobile users who frequently switch between Wi-Fi and mobile data. Which protocol is generally MOST suitable?

11 / 18

An organisation allows suppliers to connect through a VPN to check inventory levels. The VPN currently provides access to the entire internal network. What should the IS auditor be MOST concerned about?

12 / 18

An IS auditor is reviewing remote access controls. VPN users authenticate using only user ID and password. Which recommendation would BEST reduce unauthorized remote access risk?

13 / 18

Which VPN protocol is generally considered weak due to known security vulnerabilities?

14 / 18

Which of the following is the GREATEST concern when VPN access is provided to employees working from unmanaged personal laptops?

15 / 18

Which type of VPN is used to provide business partners with limited, controlled access to an organisation’s internal network resources?

16 / 18

A company wants to securely connect its branch offices over the Internet. Which type of VPN is MOST appropriate?

17 / 18

Which combination BEST represents how a VPN protects communication over the Internet?

18 / 18

Which of the following BEST describes the primary purpose of a VPN?

Your score is

The average score is 6%

0%

We will be happy to hear your thoughts

Leave a reply