Skip to main content

Identity PSK ( iPSK)

With the evolution of IoT (Internet of Things), devices that connect wirelessly have increased many folds. From webcams, Smartwatches, fitness bands, firestick, Alexa, Google Home, and many more.., everything is going wireless for connectivity and so does the security threat. The main concern with IoT devices is the unavailability of the full wireless protocol stack (and in the majority of devices, support of 802.1x is not available). So, previously we only have the WPA-PSK option for connecting the IoT devices. 

In WPA*-PSK (WPA or WPA2) WLAN, a Pre-Shared Key (PSK) is configured and distributed to all the clients that connect to the WLAN. This leads to PSK leakage, and it can be accessible to unauthorized users (due to the nature of common PSK across all the devices). 

Therefore, there was a need to provision unique PSK or Multiple PSK per SSID. Identity-PSKs are unique pre-shared keys created for clients/groups on the same WLAN.

Features of iPSK:- 

1.Unique PSK for individual Client/Groups.

2.Easy to revoke the PSK, if gets compromised without affecting the other groups.

3. Easy to track down and mitigate the affected PSK group.



PSK ConnectivityFig-1 shows the traditional PSK where SSID “PSK” is having the Pre-Shared Key as “Prekey@123” and is distributed to all devices connecting to it.




iPSK Connectivity

Fig-2 showing the SSID “iPSK” configured and different devices are being connected to the same SSID iPSK with individual keys.



Pre-requisites for Identity PSK in CISCO environment

  1. Wireless LAN controller (version 8.5 or later)
  2. Identity services engine (version 2.2 or later)
  3. Lightweight Access point
  4. Identity PSK WLAN



Fig-3 showing the flow of iPSK WLAN and the necessary configuration on WLC and Radius.




Implementing iPSK in Cisco wireless environment:-



Configuration of WLC


Step1-  Addition of Radius Server. Go to  Security>AAA>Radius Authentication. (i.e., adding details of ISE, which is a radius server in this example)


Step2-  Creation of Identity PSK WLAN


Step3-  Edit WLAN, Layer-2 choose WPA2 Policy>PSK and check MAC Filtering




Step4-  Choose Radius (ISE) Server under Security>AAA Servers


Step5-  Check Allow AAA Override under WLAN Advanced









Now, we have two scenarios --

i. Separate PSK for individual mac address

ii. Common PSK for a group of devices and multiple device groups across a single WLAN 


Case1-  Creation of Authorisation policy based on individual MAC addresses       



Configuration on Radius (ISE)


Step1-   Adding NAD (Network Access Device) like WLC. Go to Administration>Network Resources>Network Devices>Click Add.


Step2-  Create an authorization profile under Policy>Policy Elements>Results>Authorisation Profiles.




Step3-  Create Authorisation rule for individual users on basis of MAC address 









Case2-  Creation of Authorisation policy based on device groups


Step1-  Create different endpoint groups for a set of different devices under Administration>Groups>Endpoint Identity Groups


Step-2  Create different Authorisation Profiles for different device groups under Policy>Policy Elements>Authorization>Authorization Profiles



Devices having MAC addresses under group G1 will have to connect with WLAN-iPSK with key=”nkn@1234” and Devices MAC addresses under group G2 will have to connect with WLAN-iPSK with key=” Tech#123”


Step-3  Creation of separate Authorization profiles under Policy>Authorization




Happy Browsing 😊










 


 

















Popular posts from this blog

Is APNIC policy of Members Voting Rights doing the Justice with NIRs and Corresponding Countries

APNIC (the Asia Pacific Network Information Centre) is the regional Internet address registry (RIR) for the Asia-Pacific region, service 56 economies, including India, Bangladesh, China, Australia, Japan and others. APNIC is one of the world's five RIRs and is part of the Number Resource Organization (NRO). As of date, the following 7 NIRs (National Internet Registries) are registered with APNIC for serving the local community a b c -- NIR Serving Economy Member under each NIR d APJII (ID) Indonesia 2916 e CNNIC (CN) China  1399 IRINN (IN) India  3368 JPNIC (JP) Japan   474 KISA (KR) Korea Not Available TWNIC (TW) Taiwan   299 VNNIC (VN) Vietnam   624 APNIC Membership is classified into 7 tiers depending on the IP holding by each member. Each membership tier has voting rights. These voting rights play a crucial role in governance and policies matt

Flaw in ServerKeyExchange messages of TLS Protocol

Here we will discuss the flaw in the ServerKeyExchange messages of the TLS protocol which caused the Logjam attack over TLS while using Diffie-Hellman Key Exchange. Before SSLv3, we don't use to authenticate the ServerKeyExchange messages where server negotiates with client regarding usage of cipersuite and parameters. From onwards SSLv3, TLS send the signed message where it mention about parameters it will use but remain silent over ciphersuite. Or in other words, signed portion contains parameters but not contain information about ciphersuite the server will going to use. Now just to remind you, the difference between DH and DH-EXPORT is the size of parameters only. So how to use this flaw - If the server supports DH-EXPORT, an attacker (Men-in-the-Middle) can edit the negotiation sent by the client (even if client doesn't support DH-EXPORT), and replace the list of client supported ciphersuite with DH-EXPORT only. The server will in turn send back a