05 β Wireless Security
Wireless networks extend enterprise infrastructure beyond physical network cables.
Employees connect through:
- Corporate Wi-Fi
- Guest Wi-Fi
- Mobile devices
- Laptops
- IoT devices
- Printers
- Meeting-room systems
- Warehouse devices
- Operational technology
- BYOD devices
Unlike a traditional wired network, an attacker does not necessarily need physical access to an Ethernet port.
Wireless signals may extend beyond:
Office Walls
Building Floors
Reception Areas
Parking Areas
Public SpacesThis changes the security boundary.
A poorly secured wireless network may create a path such as:
Nearby Attacker βWireless Network βNetwork Access βInternal Services βEnterprise Identity βCritical SystemsFor an Ethical Hacker, wireless testing is therefore not simply about determining whether a Wi-Fi password can be recovered.
The real objective is to understand:
What trust does wireless access provide, and what could an attacker reach after obtaining that access?
Module Mission
Section titled βModule MissionβYour mission is to learn how to systematically assess authorised wireless environments while minimising disruption.
The methodology is:
Scope βUnderstand Wireless Architecture βDiscover Wireless Networks βIdentify Access Points βIdentify Security Protocols βUnderstand Authentication βAssess Client Security βAssess Corporate Wireless βAssess Guest Wireless βReview 802.1X / RADIUS βIdentify Rogue AP Risks βAssess Segmentation βDevelop Attack Paths βValidate Safely βCollect Evidence βReportBy the end of this module, you should understand wireless security as an enterprise access-control and trust problem, rather than simply a Wi-Fi password problem.
1. Wireless Networking Fundamentals
Section titled β1. Wireless Networking FundamentalsβWi-Fi allows devices to communicate using radio-frequency transmissions.
A simplified architecture:
Laptop βWi-Fi βAccess Point βEnterprise Network βApplicationsThe Access Point bridges wireless clients into the wider network architecture.
2. Why Wireless Security Matters
Section titled β2. Why Wireless Security MattersβWireless creates an access path that may extend outside controlled physical areas.
Traditional wired access:
Attacker βPhysical Building Access βNetwork PortWireless access:
Attacker βRadio Coverage βWireless NetworkPhysical distance becomes part of the threat model.
3. IEEE 802.11
Section titled β3. IEEE 802.11βWi-Fi technologies are based on the IEEE 802.11 family of standards.
Different generations provide improvements in:
-
Speed
-
Capacity
-
Frequency use
-
Efficiency
-
Security
For security testing, understanding the basic architecture is more important than memorising every amendment.
4. Wireless Architecture
Section titled β4. Wireless ArchitectureβA basic wireless environment contains:
Wireless Client βAccess Point βDistribution Network βEnterprise InfrastructureThe wireless client is commonly called a station.
5. Access Point
Section titled β5. Access PointβAn Access Point provides wireless connectivity.
Conceptually:
Client A ββClient B ββΌβββ Access Point βββ NetworkClient C ββEnterprise environments may contain hundreds or thousands of APs managed centrally.
6. SSID
Section titled β6. SSIDβThe Service Set Identifier is the human-readable wireless network name.
Examples:
Corp-WiFi
Guest-WiFi
Warehouse-WiFiThe SSID identifies a wireless network but is not itself a security control.
7. BSSID
Section titled β7. BSSIDβA BSSID identifies a particular Basic Service Set and is commonly associated with an access point radio interface.
Conceptually:
SSID: Corp-WiFi
AP-01 β BSSID A
AP-02 β BSSID B
AP-03 β BSSID CMultiple access points may broadcast the same SSID.
8. Enterprise Wireless Deployment
Section titled β8. Enterprise Wireless DeploymentβA larger organisation may have:
Wireless Controller β ββββββββββββββΌβββββββββββββ β β β AP-01 AP-02 AP-03 β β β Clients Clients ClientsCentral management can provide:
-
Authentication integration
-
Security policy
-
RF management
-
Logging
-
Configuration
-
Rogue AP detection
9. Wireless Frequency Bands
Section titled β9. Wireless Frequency BandsβCommon Wi-Fi environments use frequencies around:
2.4 GHz
5 GHz
6 GHzFrequency choice influences:
-
Range
-
Interference
-
Capacity
-
Channel availability
During assessment, understanding channels helps organise wireless observations.
10. Channels
Section titled β10. ChannelsβWireless networks operate on channels.
Multiple nearby APs may use different channels to reduce interference.
During reconnaissance, record:
SSID
BSSID
Channel
Signal Strength
Security
FrequencyThis creates the initial wireless inventory.
11. Wireless Frames
Section titled β11. Wireless Framesβ802.11 communication includes different categories of frames.
Broadly:
Management Frames
Control Frames
Data FramesUnderstanding frame categories helps explain many wireless security behaviours.
12. Management Frames
Section titled β12. Management FramesβManagement frames help establish and maintain wireless relationships.
Examples include:
Beacon
Probe
Authentication
Association
DeauthenticationSome historical Wi-Fi attacks abused insufficient protection around management traffic.
13. Protected Management Frames
Section titled β13. Protected Management FramesβModern Wi-Fi can use Protected Management Frames.
These help protect certain management communications against spoofing or manipulation.
During an enterprise assessment, determine whether PMF is:
Disabled
Optional
Requiredwhere relevant to the deployed security architecture.
14. Beacon Frames
Section titled β14. Beacon FramesβAccess points periodically advertise information about wireless networks.
Conceptually:
Access Point βBeacon βNearby ClientsBeacon information can help identify:
-
SSID
-
BSSID
-
Channel
-
Supported capabilities
-
Security configuration
Wireless network names should therefore not be considered secret.
15. Hidden SSIDs
Section titled β15. Hidden SSIDsβSome organisations disable normal SSID broadcasting.
This is sometimes called a hidden network.
However:
SSID hiding should not be considered a meaningful authentication control.
The network still needs to function and legitimate clients still need to communicate.
Use strong authentication and encryption instead.
16. Wireless Security Generations
Section titled β16. Wireless Security GenerationsβWireless security has evolved through technologies such as:
WEP βWPA βWPA2 βWPA3Legacy protocols generally provide weaker protection than modern standards.
17. WEP
Section titled β17. WEPβWEP is an obsolete wireless security mechanism.
It contains fundamental cryptographic weaknesses and should not be used for modern enterprise security.
Finding WEP during an authorised assessment should normally trigger investigation into:
-
Legacy systems
-
Unsupported devices
-
Migration requirements
-
Network segmentation
18. WPA
Section titled β18. WPAβWPA was introduced as an improvement over WEP.
It should now generally be considered legacy technology.
Modern environments should prefer stronger supported standards.
19. WPA2
Section titled β19. WPA2βWPA2 became widely deployed across consumer and enterprise environments.
Two important deployment models are:
WPA2-Personal
WPA2-EnterpriseTheir authentication architectures are very different.
20. WPA3
Section titled β20. WPA3βWPA3 provides newer wireless security capabilities.
Depending on deployment, it can improve resistance to certain password-based attacks and strengthen modern wireless security.
However:
WPA3 β Automatically Secure NetworkIdentity configuration, segmentation, endpoint security, and backend infrastructure still matter.
21. Personal vs Enterprise Wi-Fi
Section titled β21. Personal vs Enterprise Wi-FiβPersonal
Section titled βPersonalβUsually:
Client βShared Wireless Credential βAccess PointEnterprise
Section titled βEnterpriseβUsually:
Client βIndividual Identity βAccess Point βAuthentication InfrastructureEnterprise authentication provides stronger identity and accountability capabilities.
22. Pre-Shared Keys
Section titled β22. Pre-Shared KeysβA PSK environment commonly uses one shared secret.
Employee A ββEmployee B ββΌβββ Shared Wi-Fi CredentialEmployee C ββThis creates operational challenges.
If an employee leaves:
Should the organisation change the wireless password for everyone?
This demonstrates one limitation of large-scale shared credentials.
23. PSK Security Risks
Section titled β23. PSK Security RisksβPotential weaknesses include:
Weak Passphrase
Shared Credential
Credential Reuse
Poor Rotation
Former Employee Access
Uncontrolled SharingThe actual risk depends on the environment.
24. Strong Shared Credentials
Section titled β24. Strong Shared CredentialsβWhere PSKs are necessary, use:
-
Long random values
-
Secure distribution
-
Appropriate rotation
-
Restricted access
-
Separate networks where appropriate
Avoid predictable organisation-related passwords.
25. WPA2-Enterprise
Section titled β25. WPA2-EnterpriseβEnterprise Wi-Fi commonly uses 802.1X authentication.
Conceptually:
User / Device βAccess Point βRADIUS βIdentity System βAllow / DenyInstead of everyone sharing one password, users or devices can authenticate individually.
26. 802.1X
Section titled β26. 802.1Xβ802.1X provides port-based network access control.
Three important roles are:
Supplicant
Authenticator
Authentication ServerConceptually:
Supplicant βAuthenticator βAuthentication Server27. Supplicant
Section titled β27. SupplicantβThe supplicant is typically the client requesting network access.
Examples:
Laptop
Mobile Device
Corporate WorkstationThe supplicant participates in the authentication process.
28. Authenticator
Section titled β28. AuthenticatorβThe authenticator controls network access.
In Wi-Fi environments this is commonly the wireless infrastructure.
Client βAccess PointThe AP forwards authentication information to the backend authentication service.
29. Authentication Server
Section titled β29. Authentication ServerβRADIUS is commonly used for enterprise wireless authentication.
Architecture:
Client βAccess Point βRADIUS βDirectory / IdentityThe authentication server helps determine whether access should be permitted.
30. RADIUS
Section titled β30. RADIUSβRemote Authentication Dial-In User Service is widely used for central network authentication.
RADIUS may support:
-
Authentication
-
Authorization
-
Accounting
This makes it an important part of enterprise wireless architecture.
31. EAP
Section titled β31. EAPβExtensible Authentication Protocol provides a framework supporting multiple authentication methods.
Enterprise wireless may use different EAP methods depending on organisational requirements.
The key security question is:
What identity proof is being used, and how securely is it validated?
32. Certificate-Based Wireless Authentication
Section titled β32. Certificate-Based Wireless AuthenticationβA stronger enterprise architecture may use certificates.
Managed Device βDevice Certificate β802.1X βRADIUS βNetwork AccessThis can reduce dependence on reusable user passwords.
33. Certificate Validation
Section titled β33. Certificate ValidationβCertificate-based authentication is only effective when trust is correctly validated.
Clients should correctly validate expected authentication infrastructure.
Otherwise, users or devices may trust unintended systems.
34. Enterprise Wireless Authentication Review
Section titled β34. Enterprise Wireless Authentication ReviewβDocument:
SSID
Authentication Type
EAP Method
Identity Source
Certificate Use
RADIUS Servers
Device Requirements
MFA / Conditional Controls
Assigned NetworkThis provides the basis for architectural analysis.
35. Wireless Reconnaissance
Section titled β35. Wireless ReconnaissanceβThe first technical phase is understanding what wireless networks are present.
Create an inventory such as:
| SSID | BSSID | Security | Channel | Purpose |
|---|---|---|---|---|
| Corp-WiFi | AP-01 | WPA2-Enterprise | 36 | Employees |
| Guest-WiFi | AP-02 | WPA2 | 44 | Guests |
| IoT-WiFi | AP-03 | WPA2 | 6 | Devices |
Only assess networks included in scope.
36. Passive Discovery
Section titled β36. Passive DiscoveryβPassive discovery observes wireless communication without actively interacting with clients or access points.
Conceptually:
Wireless Environment βObservation βInventoryThis is generally preferable during initial discovery because it reduces unnecessary interaction.
37. Active Wireless Testing
Section titled β37. Active Wireless TestingβSome tests intentionally interact with wireless infrastructure or clients.
These can create operational effects.
Before performing active wireless testing confirm:
Explicit Authorization
Allowed SSIDs
Allowed Access Points
Allowed Clients
Testing Window
Disruption Limits
Emergency ContactWireless testing requires particularly careful rules of engagement.
38. Monitor Mode
Section titled β38. Monitor ModeβWireless security testing may require a compatible adapter capable of observing 802.11 traffic directly.
Conceptually:
Wireless Adapter βMonitor Wireless Frames βAnalysisNot every wireless adapter supports the same capabilities.
39. Wireless Lab Architecture
Section titled β39. Wireless Lab ArchitectureβBuild an isolated training environment:
Ethical Hacker Laptop βWireless Adapter βLab Access Point βLab Network βTest SystemsDo not practice wireless attacks against nearby networks you do not own or have permission to test.
40. Wireless Discovery Tools
Section titled β40. Wireless Discovery ToolsβAuthorised wireless assessments may use tools from ecosystems such as:
Aircrack-ng
Kismet
Wireshark
Vendor Wireless ToolsTools assist with observation and analysis.
The objective remains understanding the architecture.
41. Capture a Wireless Baseline
Section titled β41. Capture a Wireless BaselineβBefore testing, record:
SSID
BSSID
Channel
Security Mode
Signal Strength
Observed Clients
Authentication ModelThis gives you a defensible baseline.
42. Do Not Assume SSID Ownership
Section titled β42. Do Not Assume SSID OwnershipβAn SSID named:
Company-WiFidoes not automatically mean the organisation operates it.
Nearby systems may use similar names.
Validate:
BSSID
Known AP Inventory
Controller Data
Physical Location
Client Documentationbefore drawing conclusions.
43. Rogue Access Points
Section titled β43. Rogue Access PointsβA rogue AP is an unauthorised wireless access point connected to or associated with an organisationβs environment.
Example:
Employee βPersonal Access Point βCorporate NetworkThis may create an uncontrolled network entry point.
44. Rogue AP Risk
Section titled β44. Rogue AP RiskβPotential path:
Nearby Attacker βRogue AP βCorporate Network βInternal ResourcesThe rogue AP may bypass normal enterprise wireless controls.
45. Evil Twin Concept
Section titled β45. Evil Twin ConceptβAn evil twin attempts to imitate a legitimate wireless network.
Conceptually:
Legitimate:Corp-WiFi β Corporate AP
Impersonated:Corp-WiFi β Attacker-Controlled APThe goal may be to cause clients to connect to the wrong infrastructure.
46. Why Client Validation Matters
Section titled β46. Why Client Validation MattersβIf clients simply trust:
SSID = Corp-WiFithey may not have sufficient assurance that they are communicating with legitimate infrastructure.
Strong enterprise configurations should validate the authentication infrastructure appropriately.
47. Evil Twin Defensive Controls
Section titled β47. Evil Twin Defensive ControlsβImportant controls may include:
-
Correct certificate validation
-
Managed wireless profiles
-
Strong enterprise authentication
-
Protected credentials
-
User awareness
-
Wireless monitoring
The strongest protection comes from architecture, not simply teaching users to inspect network names.
48. Deauthentication Concept
Section titled β48. Deauthentication ConceptβCertain wireless management interactions historically allowed spoofed messages to disrupt client connectivity.
Conceptually:
Client βConnected βSpoofed Management Message βDisconnectedModern Protected Management Frames can reduce exposure to relevant attacks.
Because forced disconnections can disrupt business operations, such testing requires explicit authorisation.
49. Wireless Denial of Service
Section titled β49. Wireless Denial of ServiceβWireless environments are naturally susceptible to availability concerns including:
Radio Interference
Channel Congestion
Authentication Flooding
Management Frame Abuse
MisconfigurationAvailability testing can cause significant disruption.
Do not perform denial-of-service testing unless specifically authorised.
50. Wireless Authentication Testing
Section titled β50. Wireless Authentication TestingβThe objective is to determine whether unauthorised users can obtain network access.
Questions include:
Which Authentication?
Shared or Individual?
Credential Strength?
Certificate Validation?
Device Authentication?
Former Users?
Guest Access?
Fallback Networks?Do not reduce the assessment to password recovery.
51. Authentication Downgrade
Section titled β51. Authentication DowngradeβEnterprise environments sometimes maintain legacy wireless networks.
Example:
Corp-SecureWPA2/WPA3 Enterprise
Corp-LegacyOlder AuthenticationAttackers may target the weaker path.
Always identify alternative connectivity options.
52. Wireless Credential Lifecycle
Section titled β52. Wireless Credential LifecycleβAsk:
How Is Access Provisioned?
How Is It Distributed?
How Is It Rotated?
How Is It Revoked?
What Happens When Employees Leave?Credential lifecycle often reveals governance weaknesses.
53. Guest Wireless
Section titled β53. Guest WirelessβGuest Wi-Fi should generally provide limited access.
Conceptually:
Guest Device βGuest Wi-Fi βInternetIt should not unintentionally become:
Guest Device βGuest Wi-Fi βCorporate Systems54. Guest Network Assessment
Section titled β54. Guest Network AssessmentβReview:
Internet Access
Internal Routing
DNS
Client Isolation
Authentication
Captive Portal
Rate Limiting
MonitoringThe key question is:
What trust is granted to a guest wireless client?
55. Wireless Segmentation
Section titled β55. Wireless SegmentationβA mature architecture may separate:
Corporate Wi-Fi βCorporate Network
Guest Wi-Fi βInternet Only
IoT Wi-Fi βRestricted Device NetworkSegmentation limits blast radius.
56. Guest-to-Corporate Attack Path
Section titled β56. Guest-to-Corporate Attack PathβA serious misconfiguration may create:
Guest Wi-Fi βInternal Routing βServer Network βEnterprise ServicesWireless authentication could be perfectly configured while segmentation still fails.
57. Client Isolation
Section titled β57. Client IsolationβGuest environments may prevent wireless clients from communicating directly with one another.
Without isolation:
Guest A βGuest BThis may create unnecessary peer-to-peer exposure.
58. Corporate Wireless
Section titled β58. Corporate WirelessβCorporate wireless often provides considerably more trust.
Example:
Managed Laptop βCorp Wi-Fi βInternal Applications βEnterprise ResourcesTherefore corporate wireless authentication should usually be stronger than guest authentication.
59. Device Trust
Section titled β59. Device TrustβSome organisations require:
User Identity +Managed Device =Corporate AccessThis provides stronger assurance than user credentials alone.
60. Network Access Control
Section titled β60. Network Access ControlβWireless access can integrate with NAC technologies.
A decision might consider:
User
Device
Certificate
Security Posture
Location
NetworkThen assign access accordingly.
61. Dynamic Network Assignment
Section titled β61. Dynamic Network AssignmentβEnterprise wireless may assign users or devices to different network segments based on identity.
Example:
Employee βCorporate VLAN
Contractor βRestricted VLAN
Guest βInternet VLANVerify that assignments match intended policy.
62. BYOD Security
Section titled β62. BYOD SecurityβBring Your Own Device introduces additional questions.
Personal Device βCorporate WirelessAsk:
-
Is the device managed?
-
What resources are accessible?
-
Is sensitive data stored locally?
-
Is device compliance checked?
-
Is BYOD separated from managed endpoints?
63. IoT Wireless
Section titled β63. IoT WirelessβWireless-connected IoT devices may include:
Cameras
Printers
Sensors
Meeting Systems
Building ControlsThese devices may have weaker security capabilities than enterprise laptops.
64. IoT Wireless Attack Path
Section titled β64. IoT Wireless Attack PathβExample:
Weak IoT Device βIoT Wireless βPoor Segmentation βCorporate NetworkSegmentation becomes critical when device security cannot be strongly controlled.
65. Wireless Printers
Section titled β65. Wireless PrintersβPrinters may expose:
-
Web interfaces
-
Print services
-
Stored documents
-
Address books
-
Administrative functions
Do not ignore them merely because they are not traditional workstations.
66. Wireless Management Interfaces
Section titled β66. Wireless Management InterfacesβAccess points and controllers have administrative interfaces.
Review:
Management Exposure
Authentication
MFA
Administrative Roles
Management Network
Logging
FirmwareCompromise of the wireless management plane may affect many APs.
67. Default Credentials
Section titled β67. Default CredentialsβWireless infrastructure should not retain vendor-default administrative credentials.
Check authorised lab or client documentation for:
Default Accounts
Shared Admin Accounts
Weak Passwords
Unused AccountsAdministrative security is separate from wireless client authentication.
68. Firmware Security
Section titled β68. Firmware SecurityβWireless infrastructure is software-driven.
Review:
Vendor Support
Firmware Version
Security Updates
End-of-Life Status
Upgrade ProcessUnsupported access points may create long-term risk.
69. Configuration Consistency
Section titled β69. Configuration ConsistencyβLarge deployments can suffer configuration drift.
Example:
AP-01 β WPA3 Enterprise
AP-02 β WPA3 Enterprise
AP-03 β Legacy ConfigurationOne weaker AP can undermine the intended security baseline.
70. Wireless Controllers
Section titled β70. Wireless ControllersβCentral controllers can improve consistency but create high-value management systems.
Conceptually:
Wireless Controller β All Access PointsProtect them accordingly.
71. Wireless Logging
Section titled β71. Wireless LoggingβUseful telemetry may include:
Authentication Attempts
Association Events
Client Identity
Access Point
RADIUS Decisions
Rogue AP Detection
Administrative ChangesWireless infrastructure should contribute to enterprise monitoring.
72. RADIUS Logging
Section titled β72. RADIUS LoggingβRADIUS logs can help answer:
Who Authenticated?
When?
Using Which Method?
Through Which AP?
Was Access Allowed?
Why Was It Rejected?These records are valuable for investigations.
73. Wireless Detection
Section titled β73. Wireless DetectionβSecurity teams may monitor for:
Rogue APs
Unusual Authentication
Repeated Failures
Unexpected SSIDs
Suspicious Client Behaviour
Configuration ChangesDuring an assessment, ask whether relevant test activity would be detected.
74. Wireless IDS / IPS
Section titled β74. Wireless IDS / IPSβSome environments deploy wireless intrusion detection or prevention capabilities.
These may identify:
-
Rogue access points
-
Suspicious wireless behaviour
-
Policy violations
-
Unauthorised devices
Technology effectiveness depends on coverage and configuration.
75. Physical Security and Wireless
Section titled β75. Physical Security and WirelessβWireless security intersects with physical security.
An AP located:
Inside Secure Officemay still broadcast:
Outside BuildingThe physical boundary and radio boundary are different.
76. Signal Leakage
Section titled β76. Signal LeakageβSignal coverage beyond intended areas is not automatically a vulnerability.
But it changes exposure.
Ask:
If someone can receive the signal outside the building, what prevents them from obtaining meaningful access?
The answer should be authentication and architecture, not simply physical walls.
77. Remote Offices
Section titled β77. Remote OfficesβBranch locations may have weaker wireless governance than headquarters.
Assess consistency across:
Headquarters
Branches
Warehouses
Retail Locations
Temporary OfficesAttackers frequently seek the weakest entry point.
78. Shared Office Environments
Section titled β78. Shared Office EnvironmentsβCo-working and multi-tenant buildings create additional wireless complexity.
Multiple organisations may operate nearby SSIDs.
Validate:
-
AP ownership
-
Signal overlap
-
Authentication
-
Segmentation
-
User guidance
Do not accidentally test neighbouring organisations.
79. Wireless Attack Surface Mapping
Section titled β79. Wireless Attack Surface MappingβBuild:
Wireless Environmentββββ Corporate SSIDβ βββ WPA2/WPA3 Enterpriseβ βββ RADIUSβ βββ Corporate VLANββββ Guest SSIDβ βββ Captive Portalβ βββ Internet VLANββββ IoT SSID βββ Device Authentication βββ IoT VLANThen analyse relationships.
80. Attack Path Analysis
Section titled β80. Attack Path AnalysisβExample:
Nearby Attacker βWeak Guest Wireless βGuest Network βMissing Segmentation βInternal Application βWeak Authentication βSensitive DataWireless may only be the first step.
81. Another Attack Path
Section titled β81. Another Attack PathβNearby Attacker βImpersonated Corporate SSID βClient Trust Failure βCredential Exposure βEnterprise Identity βRemote ServicesThe root problem may involve wireless profile and identity validation.
82. Another Attack Path
Section titled β82. Another Attack PathβCompromised IoT Device βIoT Wireless βWeak Segmentation βManagement Network βInfrastructureThe wireless encryption itself may be strong while network architecture remains weak.
83. Attack Path Thinking
Section titled β83. Attack Path ThinkingβDo not stop at:
Wi-Fi password is weak.
Continue:
Weak Credential βWireless Access βAssigned Network βReachable Systems βAvailable Identity βCritical AssetThe business impact exists at the end of the path.
84. Wireless Evidence Collection
Section titled β84. Wireless Evidence CollectionβUseful evidence may include:
SSID
BSSID
Security Mode
Authentication Type
Channel
Network Assignment
Reachability
Relevant Configuration
Timestamp
Evidence IDAvoid collecting unnecessary wireless traffic.
85. Sensitive Wireless Evidence
Section titled β85. Sensitive Wireless EvidenceβCaptured authentication information may be sensitive.
Handle it according to:
Engagement Rules
Evidence Handling Requirements
Data Retention Requirements
Secure Storage
Deletion RequirementsDo not place sensitive credentials in reports.
86. Example Evidence Record
Section titled β86. Example Evidence RecordβEvidence ID:WIFI-EV-006
SSID:Guest-WiFi
Authentication:Guest access
Assigned Network:Guest VLAN
Observation:A controlled guest client was able to establish network connectivity to an internal management subnet that was expected to be inaccessible.This provides clear evidence without unnecessary data.
87. Example Finding β Guest Network Segmentation
Section titled β87. Example Finding β Guest Network SegmentationβWIFI-001 β Guest Wireless Network Can Reach Internal Enterprise Services
Section titled βWIFI-001 β Guest Wireless Network Can Reach Internal Enterprise ServicesβObservation
Section titled βObservationβThe assessment identified that devices connected to the guest wireless network could establish connectivity to selected internal enterprise services.
Attack Scenario
Section titled βAttack ScenarioβAn unauthorised or compromised guest device could use the wireless network as an initial foothold to interact with internal systems that should not be accessible from the guest security zone.
Successful exploitation could increase exposure of internal applications and provide a path for further attacks against enterprise infrastructure.
Recommendation
Section titled βRecommendationβEnforce network-layer segmentation between guest and enterprise environments using deny-by-default controls and permit only explicitly required services.
88. Example Finding β Shared Corporate PSK
Section titled β88. Example Finding β Shared Corporate PSKβWIFI-002 β Corporate Wireless Access Uses a Broadly Shared Pre-Shared Key
Section titled βWIFI-002 β Corporate Wireless Access Uses a Broadly Shared Pre-Shared KeyβObservation
Section titled βObservationβThe corporate wireless network used a common pre-shared credential distributed across a large employee population.
The shared credential provides limited individual accountability and can remain known to former employees, unmanaged devices, or other unauthorised parties if lifecycle controls are insufficient.
Recommendation
Section titled βRecommendationβWhere feasible, transition corporate access to individual or device-based enterprise authentication using 802.1X and centrally managed identity controls.
89. Example Finding β Weak Server Certificate Validation
Section titled β89. Example Finding β Weak Server Certificate ValidationβWIFI-003 β Corporate Wireless Clients Do Not Strictly Validate Authentication Infrastructure
Section titled βWIFI-003 β Corporate Wireless Clients Do Not Strictly Validate Authentication InfrastructureβObservation
Section titled βObservationβManaged wireless profiles did not sufficiently constrain clients to the expected enterprise authentication infrastructure.
A nearby attacker may be able to impersonate aspects of the corporate wireless environment and attempt to influence client authentication behaviour.
Recommendation
Section titled βRecommendationβCentrally configure managed wireless profiles to validate the expected authentication server certificates, trust chain, and identity parameters.
90. Example Finding β Legacy Wireless Security
Section titled β90. Example Finding β Legacy Wireless SecurityβWIFI-004 β Legacy Wireless Security Remains Enabled
Section titled βWIFI-004 β Legacy Wireless Security Remains EnabledβObservation
Section titled βObservationβA wireless network supporting legacy devices used an outdated security configuration inconsistent with the organisationβs current wireless security baseline.
The weaker security architecture may provide an easier network entry point than the primary corporate wireless service.
Recommendation
Section titled βRecommendationβMigrate legacy devices to supported security standards where possible and isolate unavoidable legacy wireless networks using restrictive segmentation and monitoring.
91. Example Finding β Rogue Access Point
Section titled β91. Example Finding β Rogue Access PointβWIFI-005 β Unauthorised Access Point Connected to Corporate Infrastructure
Section titled βWIFI-005 β Unauthorised Access Point Connected to Corporate InfrastructureβObservation
Section titled βObservationβAn access point not included within the approved wireless infrastructure inventory was identified connected to the enterprise network.
Unauthorised wireless infrastructure may bypass approved authentication, monitoring, configuration, and security controls.
Recommendation
Section titled βRecommendationβRemove unauthorised wireless infrastructure, investigate the connection, enforce network access controls, and implement processes for continuous rogue access point detection.
92. Example Finding β Client Isolation
Section titled β92. Example Finding β Client IsolationβWIFI-006 β Guest Wireless Clients Can Communicate Directly
Section titled βWIFI-006 β Guest Wireless Clients Can Communicate DirectlyβObservation
Section titled βObservationβDevices connected to the guest wireless network were able to establish direct connectivity with other guest clients.
A compromised or malicious guest device could interact directly with other devices using the same wireless service.
Recommendation
Section titled βRecommendationβEnable appropriate client isolation controls unless peer-to-peer guest communication is explicitly required.
93. Severity Analysis
Section titled β93. Severity AnalysisβWireless severity depends on context.
Consider:
Authentication Required
Physical Proximity
Signal Reach
Network Trust
Segmentation
Accessible Services
Identity Required
Critical Assets
Detection
Blast RadiusA weak guest Wi-Fi password providing internet-only access is different from a weak credential providing direct production access.
94. Root Cause Analysis
Section titled β94. Root Cause AnalysisβSuppose you identify:
Guest-to-Internal Access
IoT-to-Internal Access
BYOD-to-Internal AccessThe root cause may not be three unrelated wireless findings.
It may be:
Inadequate network segmentation and wireless trust-zone architecture.
Addressing the root cause provides greater security improvement.
95. Wireless Security Themes
Section titled β95. Wireless Security ThemesβCommon themes include:
Weak Authentication
Shared Credentials
Legacy Protocols
Poor Client Validation
Weak Segmentation
Unmanaged Devices
Rogue Infrastructure
Weak Management Security
Insufficient MonitoringThese themes help explain systemic wireless risk.
96. Wireless Testing Safety
Section titled β96. Wireless Testing SafetyβWireless testing has unusual operational risks because radio communication affects nearby devices.
Before active testing:
Confirm Scope βConfirm APs βConfirm Clients βConfirm Testing Window βConfirm Disruption Permission βConfirm Emergency ContactNever assume disruptive testing is permitted merely because wireless testing is authorised.
97. Avoid Unnecessary Disruption
Section titled β97. Avoid Unnecessary DisruptionβTechniques that intentionally disconnect clients or interfere with wireless availability may impact:
-
Meetings
-
Voice systems
-
Warehouse devices
-
Medical equipment
-
IoT systems
-
Business operations
Use the minimum level of interaction necessary to validate risk.
98. Do Not Test Nearby Networks
Section titled β98. Do Not Test Nearby NetworksβDuring wireless discovery you may observe networks belonging to:
Neighbouring Companies
Hotels
Homes
Shops
Public InfrastructureThey are not automatically part of scope.
Wireless visibility does not equal authorization.
99. Build a Wireless Assessment Workbook
Section titled β99. Build a Wireless Assessment WorkbookβRecommended fields:
| Field | Example |
|---|---|
| SSID | Corp-WiFi |
| BSSID | AP identifier |
| Owner | Corporate IT |
| Purpose | Employee access |
| Security | WPA2-Enterprise |
| Authentication | 802.1X |
| Backend | RADIUS |
| Segment | Corporate |
| Client Type | Managed |
| Status | Reviewed |
This becomes your central assessment record.
100. Wireless Attack Path Register
Section titled β100. Wireless Attack Path RegisterβCreate:
| ID | Entry | Path | Target | Risk |
|---|---|---|---|---|
| WAP-01 | Guest Wi-Fi | Guest β Internal | App Server | High |
| WAP-02 | Rogue AP | Wireless β LAN | Internal Network | High |
| WAP-03 | IoT Wi-Fi | IoT β Management | Infrastructure | High |
Attack paths help prioritise remediation.
101. Wireless Security Review Methodology
Section titled β101. Wireless Security Review MethodologyβUse:
Discover βClassify βUnderstand Authentication βUnderstand Trust βValidate Segmentation βAssess Client Security βAssess Management βAssess Monitoring βBuild Attack PathsThis provides a repeatable methodology.
102. Practical Lab Scenario
Section titled β102. Practical Lab ScenarioβBuild an isolated environment containing:
Lab Access Pointββββ Corp-Labββββ Guest-LabConnected network:
Corp-Lab β192.168.10.0/24
Guest-Lab β192.168.20.0/24Internal lab server:
192.168.10.50Your mission:
Determine whether the guest wireless network is correctly isolated from the internal lab environment.
103. Step 1 β Document Scope
Section titled β103. Step 1 β Document ScopeβRecord:
Authorised SSIDs:Corp-LabGuest-Lab
Authorised AP:Lab AP
Internal Target:192.168.10.50No other nearby networks are included.
104. Step 2 β Build Wireless Inventory
Section titled β104. Step 2 β Build Wireless InventoryβRecord:
Corp-LabSecurity: Enterprise / Lab ConfigurationPurpose: Internal
Guest-LabSecurity: Guest / Lab ConfigurationPurpose: Internet-onlyEstablish intended behaviour before testing.
105. Step 3 β Connect to Guest Network
Section titled β105. Step 3 β Connect to Guest NetworkβUsing the authorised test device:
Test Device βGuest-Lab βGuest NetworkRecord:
Assigned IP
Gateway
DNS
Network106. Step 4 β Validate Intended Access
Section titled β106. Step 4 β Validate Intended AccessβConfirm permitted connectivity.
Expected:
Guest βInternetThis establishes normal operation.
107. Step 5 β Test Segmentation
Section titled β107. Step 5 β Test SegmentationβUsing only approved lab targets, determine whether the guest client can communicate with:
192.168.10.50Expected:
Guest Network XInternal ServerIf communication succeeds, investigate the specific permitted protocols.
108. Step 6 β Stop at Sufficient Proof
Section titled β108. Step 6 β Stop at Sufficient ProofβSuppose the guest client can reach the internal server.
You do not need to scan the entire corporate subnet.
Document the controlled evidence.
Guest Client βInternal ServerThe segmentation boundary has already been shown to be ineffective.
109. Step 7 β Build Attack Path
Section titled β109. Step 7 β Build Attack PathβUntrusted Guest βGuest Wireless βMissing Network Restriction βInternal Server βEnterprise Attack SurfaceThis explains why the configuration matters.
110. Step 8 β Determine Root Cause
Section titled β110. Step 8 β Determine Root CauseβPossible root cause:
Wireless Network βIncorrect VLAN / Firewall Policy βInternal ReachabilityThe problem may therefore be network architecture rather than wireless encryption.
111. Step 9 β Develop Recommendation
Section titled β111. Step 9 β Develop RecommendationβTarget architecture:
Guest Wireless βGuest VLAN βFirewall βInternet
X
Internal NetworksUse deny-by-default segmentation.
112. Step 10 β Retest
Section titled β112. Step 10 β RetestβAfter remediation:
Guest βInternet β
Guest βInternal Server XValidate that required guest functionality still works.
113. Enterprise Wireless Scenario
Section titled β113. Enterprise Wireless ScenarioβConsider:
Corp-WiFi β802.1X βRADIUS βActive Directory βCorporate VLANAsk:
Can Any User Connect?
Are Managed Devices Required?
Is Server Identity Validated?
What Happens to Contractors?
How Is Access Revoked?
What Network Is Assigned?
Is Authentication Logged?This is enterprise wireless assessment.
114. Wireless + Active Directory Attack Path
Section titled β114. Wireless + Active Directory Attack PathβWireless security connects directly to the previous module.
Example:
Weak Wireless Access βInternal Network βActive Directory Services βDomain User βIdentity Attack Path βPrivileged SystemThe wireless weakness may become the initial access mechanism for an AD attack.
115. Wireless + Web Application Attack Path
Section titled β115. Wireless + Web Application Attack PathβAnother example:
Guest Wireless βWeak Segmentation βInternal Web Application βApplication Vulnerability βSensitive DataSecurity domains do not exist independently.
116. Wireless + Cloud Attack Path
Section titled β116. Wireless + Cloud Attack PathβModern environments may provide direct access to cloud management services.
Example:
Corporate Wireless βManaged Laptop βEnterprise Identity βCloud SSO βAWS / Azure / SaaSWireless identity controls can therefore indirectly protect cloud access.
117. Think Like an Ethical Hacker
Section titled β117. Think Like an Ethical HackerβWhen you see:
Corp-WiFido not think only:
Can I recover the Wi-Fi password?
Think:
Authentication? βUser or Device? βCredential Type? βCertificate Validation? βAssigned Network? βReachable Systems? βIdentity Trust? βCritical Assets?When you see:
Guest-WiFithink:
Who Can Join? βWhat Network? βClient Isolation? βInternal Routing? βManagement Interfaces? βMonitoring?When you see:
IoT-WiFithink:
Which Devices? βHow Authenticated? βWho Manages Them? βWhat Can They Reach? βWhat Happens If One Is Compromised?118. Think Like the Defender
Section titled β118. Think Like the DefenderβFor each wireless attack path ask:
Which Preventive Control Breaks It?
Which Detective Control Identifies It?
Who Owns the Control?
How Is the Control Validated?Example:
Guest βInternal NetworkPreventive controls:
VLAN Separation
Firewall Policy
ACLs
NACDetective controls:
Network Monitoring
Wireless Monitoring
Firewall Logging
SIEM Alerts119. Common Wireless Testing Mistakes
Section titled β119. Common Wireless Testing MistakesβAvoid:
Treating Wireless Testing as Password Cracking
Section titled βTreating Wireless Testing as Password CrackingβWireless security includes architecture, identity, segmentation, management, and monitoring.
Testing Networks Outside Scope
Section titled βTesting Networks Outside ScopeβNearby does not mean authorised.
Performing Disruptive Tests Without Approval
Section titled βPerforming Disruptive Tests Without ApprovalβWireless disruption can affect many users simultaneously.
Ignoring Guest Networks
Section titled βIgnoring Guest NetworksβGuest access may provide unexpected internal reachability.
Ignoring IoT
Section titled βIgnoring IoTβWeak devices may create alternative network entry points.
Ignoring Enterprise Authentication
Section titled βIgnoring Enterprise Authenticationβ802.1X and RADIUS architecture deserve detailed review.
Ignoring Client Configuration
Section titled βIgnoring Client ConfigurationβStrong backend authentication can be undermined by weak client trust validation.
Ignoring Segmentation
Section titled βIgnoring SegmentationβStrong WPA does not protect internal resources after network access is granted.
Ignoring the Management Plane
Section titled βIgnoring the Management PlaneβCompromised wireless controllers can affect the entire deployment.
Reporting Signal Strength as a Vulnerability
Section titled βReporting Signal Strength as a VulnerabilityβRadio coverage must be interpreted within the authentication and threat model.
120. Wireless Security Checklist
Section titled β120. Wireless Security Checklistβ[ ] Scope confirmed[ ] Authorised SSIDs documented[ ] Authorised BSSIDs documented[ ] Wireless architecture understood[ ] AP inventory reviewed[ ] Security protocols identified[ ] Legacy wireless identified[ ] WPA2/WPA3 configuration reviewed[ ] Personal vs Enterprise identified[ ] PSK lifecycle reviewed[ ] 802.1X reviewed[ ] RADIUS reviewed[ ] EAP method understood[ ] Certificate validation reviewed[ ] Managed profiles reviewed[ ] Device authentication reviewed[ ] Guest network reviewed[ ] Guest segmentation validated[ ] Client isolation reviewed[ ] Corporate network reviewed[ ] IoT network reviewed[ ] BYOD reviewed[ ] Network assignment reviewed[ ] NAC integration reviewed[ ] Rogue AP controls reviewed[ ] Wireless monitoring reviewed[ ] Management interfaces reviewed[ ] Administrative authentication reviewed[ ] Firmware lifecycle reviewed[ ] Configuration consistency reviewed[ ] Logging reviewed[ ] Attack paths developed[ ] Evidence collected[ ] Findings validated[ ] Root causes identified[ ] Recommendations developed[ ] Retesting completed121. Build Your Wireless Security Toolkit
Section titled β121. Build Your Wireless Security ToolkitβCreate:
Wireless Security Toolkit/ββββ 01 Wireless Scope Templateβββ 02 Wireless Inventoryβββ 03 802.11 Referenceβββ 04 Wireless Discovery Checklistβββ 05 WPA2 Reviewβββ 06 WPA3 Reviewβββ 07 PSK Security Reviewβββ 08 802.1X Reviewβββ 09 RADIUS Reviewβββ 10 Certificate Validation Reviewβββ 11 Guest Wireless Reviewβββ 12 Corporate Wireless Reviewβββ 13 BYOD Reviewβββ 14 IoT Wireless Reviewβββ 15 Wireless Segmentation Checklistβββ 16 Rogue AP Reviewβββ 17 Wireless Management Reviewβββ 18 Wireless Logging Reviewβββ 19 Attack Path Worksheetβββ 20 Evidence Logβββ 21 Finding Templateβββ 22 Wireless Security Report Template122. The Most Important Wireless Security Questions
Section titled β122. The Most Important Wireless Security QuestionsβFor every SSID ask:
Who is supposed to connect?
How are they authenticated?
Is authentication individual or shared?
Are devices also validated?
Which network do they receive?
What systems can they reach?
Can clients communicate with one another?
How is access revoked?
Is activity logged?
For every AP ask:
Is it authorised?
Who manages it?
Is firmware supported?
Is configuration centrally controlled?
For enterprise authentication ask:
Which RADIUS infrastructure is trusted?
How do clients validate it?
Which identity source is used?
Are certificates involved?
For segmentation ask:
What happens after wireless access is obtained?
That final question is critical.
123. Definition of Success
Section titled β123. Definition of SuccessβA successful wireless assessment is not:
I captured Wi-Fi traffic.
It is not:
I discovered 30 SSIDs.
It is not:
I recovered a lab PSK.
Success is being able to explain:
Wireless Entry Point βAuthentication βIdentity / Device Trust βNetwork Assignment βSegmentation βReachable Systems βEnterprise Trust βCritical Asset βBusiness Impactand then identify the controls required to break that path.
Key Takeaways
Section titled βKey TakeawaysβWireless networks extend the enterprise security boundary into radio space.
Remember:
Wireless visibility does not equal authorization to test.
The SSID is not a security control.
WEP and other legacy wireless security should be removed wherever possible.
WPA2/WPA3 security must be considered together with authentication and architecture.
Enterprise wireless should use strong individual or device-based authentication where appropriate.
802.1X and RADIUS are central to enterprise Wi-Fi security.
Client certificate validation is an important part of enterprise authentication.
Guest wireless should not automatically receive enterprise trust.
IoT and BYOD require appropriate isolation.
Strong Wi-Fi encryption cannot compensate for weak network segmentation.
Rogue APs can create uncontrolled entry points.
The wireless management plane must be protected.
Avoid unnecessary disruption during wireless assessments.
Always follow the attack path beyond Wi-Fi access.
Your core methodology is:
Scope βDiscover βClassify βUnderstand Authentication βValidate Identity βUnderstand Network Assignment βTest Segmentation βReview Client Security βReview Management βReview Monitoring βBuild Attack Paths βValidate Safely βCollect Evidence βReport βRecommendThe strongest Ethical Hackers do not think only about wireless passwords.
They understand:
radio exposure, authentication, identity, device trust, network segmentation, infrastructure management, monitoring, and enterprise attack paths.
Whatβs Next?
Section titled βWhatβs Next?ββ‘οΈ 06 β Cloud Security Testing
In the next module, you will move from wireless enterprise access into modern cloud attack surfaces.
You will learn how to assess:
-
Cloud security fundamentals
-
Shared responsibility
-
AWS security
-
Microsoft Azure security
-
Google Cloud security
-
Cloud identity and IAM
-
Cloud reconnaissance
-
Cloud resource exposure
-
Storage security
-
Network security
-
Compute security
-
Workload identities
-
Secrets
-
Metadata services
-
Serverless security
-
Containers
-
Kubernetes
-
Cloud logging
-
Cloud privilege escalation concepts
-
Cross-account and cross-project trust
-
Cloud attack paths
-
Multi-cloud environments
-
Evidence collection
-
Cloud security findings
You will move from asking:
Can an attacker within wireless range obtain meaningful enterprise access?
to asking:
If a cloud identity, workload, application, or configuration is compromised, how far can the attacker move through the cloud control plane?