US20040082313A1 - System and method for preventing replay attacks in wireless communication - Google Patents

System and method for preventing replay attacks in wireless communication Download PDF

Info

Publication number
US20040082313A1
US20040082313A1 US10/641,785 US64178503A US2004082313A1 US 20040082313 A1 US20040082313 A1 US 20040082313A1 US 64178503 A US64178503 A US 64178503A US 2004082313 A1 US2004082313 A1 US 2004082313A1
Authority
US
United States
Prior art keywords
received transmission
mobile station
station
access
challenge
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Abandoned
Application number
US10/641,785
Inventor
Samuel Broyles
Roy Quick
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Individual
Original Assignee
Individual
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Priority claimed from PCT/US1998/015995 external-priority patent/WO1999007178A1/en
Application filed by Individual filed Critical Individual
Priority to US10/641,785 priority Critical patent/US20040082313A1/en
Publication of US20040082313A1 publication Critical patent/US20040082313A1/en
Abandoned legal-status Critical Current

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L63/00Network architectures or network communication protocols for network security
    • H04L63/08Network architectures or network communication protocols for network security for authentication of entities
    • H04L63/0823Network architectures or network communication protocols for network security for authentication of entities using certificates
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/06Authentication
    • H04W12/069Authentication using certificates or pre-shared keys
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W12/00Security arrangements; Authentication; Protecting privacy or anonymity
    • H04W12/12Detection or prevention of fraud
    • H04W12/121Wireless intrusion detection systems [WIDS]; Wireless intrusion prevention systems [WIPS]
    • H04W12/122Counter-measures against attacks; Protection against rogue devices
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04WWIRELESS COMMUNICATION NETWORKS
    • H04W74/00Wireless channel access, e.g. scheduled or random access

Definitions

  • the invention relates generally to wireless communication systems, such as mobile telephone systems. More particularly, the invention relates to authentication procedures in mobile telephone systems.
  • authentication refers to the exchange and processing of stored information to confirm a subscriber unit's identity.
  • the authentication procedure is performed by a network to validate the identity of a standard-compliant phone unit, such as an IS-54B, IS-136, IS-91, or IS-95 standard phone.
  • a standard-compliant phone unit such as an IS-54B, IS-136, IS-91, or IS-95 standard phone.
  • the authentication procedure is independent of the air-interface protocol used (i.e., CDMA or TDMA).
  • FIG. 1 is a pictorial diagram of a typical mobile communication system having one or more mobile stations.
  • a mobile telephone system (MTS) 100 typically includes infrastructure components 112 communicating with a plurality of mobile stations (MS) 120 using radio frequency (RF) channels.
  • the infrastructure components include a base station (BS) 110 , a mobile switching center (MSC) 130 , a home location register (HLR) 150 , an authentication center (AC) 160 , and a visitor location register (VLR) 155 .
  • the BS 110 provides the air interface between the MS 120 and the MSC 130 .
  • the MSC 130 coordinates all communications channels and processes, and provides access for the BS 110 to networks, such as a public switched telephone network (PSTN) 140 .
  • the HLR 150 contains a subscriber database 152 .
  • the subscriber database 152 maintains each subscriber's mobile identification number (MIN) and electronic serial number (ESN). The MIN and ESN, taken together, uniquely identify each MS.
  • MIN mobile identification number
  • the MSC 130 also includes the visitor location register (VLR) 155 .
  • VLR visitor location register
  • the VLR 155 may be a separate component of the system.
  • the VLR 155 contains a local, temporary subscriber database 157 similar to the permanent subscriber database in the HLR 150 .
  • the information from the HLR 150 and the VLR 155 are used to authorize system access and to authorize billing to a particular billing account.
  • the MSC 130 also interfaces with the AC 160 through the HLR 150 .
  • the VLR 155 and MS 120 each have access to at least three pieces of information that make up the data used for authentication: the MIN of the mobile, the ESN of the mobile, and a shared secret data (SSD-A) associated with the mobile.
  • the SSD-A is typically derived from an authentication key (A-Key).
  • A-Key is a secret value that is unique to each individual subscription.
  • the A-Key may be a 64-bit cryptographic variable key stored in the memory of the MS 120 .
  • the A-Key may, for example, be entered once from the keypad of the MS 120 when the mobile station is first put into service to serve a particular subscriber.
  • the A-Key typically remains unchanged unless its value has been compromised.
  • the MIN and ESN may be transmitted over the air, but the A-Key may not be transmitted over the air.
  • CAVE cellular authentication and voice encryption
  • the CAVE algorithm is a software-compatible non-linear mixing function having a 32-bit linear-feedback shift register (LFSR), sixteen 8-bit mixing registers, and a 256-entry lookup table.
  • LFSR linear-feedback shift register
  • 256-entry lookup table For further details on the CAVE algorithm refer to Common Cryptographic Algorithms cellular standard.
  • Authentication requires both the MS 120 and the infrastructure components 112 of the system to execute the CAVE algorithm with a common set of data to generate an authentication signature. If the authentication signature generated by the MS 120 matches the authentication signature generated by the infrastructure components, then the identity of the MS 120 is authenticated and access to telephone service is granted. Otherwise, the attempt by the MS 120 to access the network is rejected.
  • the authentication can be performed by either a unique challenge or a broadcast challenge.
  • a “RAND” is transmitted to a MS 120 that requests access to the system.
  • the RAND is typically a randomly-generated value used in the authentication process.
  • the RAND for a unique challenge is typically a 24-bit digital value.
  • the MS 120 receives the RAND and executes the CAVE algorithm using the received RAND, the SSD-A, and other data to calculate an authentication signature.
  • the authentication signature is typically an 18-bit digital value.
  • the MS 120 transmits the RAND and the calculated authentication signature to the infrastructure components 112 .
  • the infrastructure components 112 similarly use the CAVE algorithm to calculate an authentication signature based upon the stored values for the SSD-A, the MIN, and the ESN. If the authentication signature received from the MS 120 matches the authentication signature calculated independently by the infrastructure components 112 , then the MS 120 is granted access to service. Otherwise, the MS 120 is denied access to service.
  • the infrastructure components broadcast a RAND to all MSs 120 on a dedicated broadcast channel (e.g., a cellular paging channel) rather than sending a RAND only to one MS 120 that has requested access.
  • the broadcast challenge is sometimes referred to as the “global challenge.”
  • a new RAND will be generated and transmitted from time to time.
  • the MS 120 computes the authentication signature based on the most recently broadcast RAND prior to any communication with the infrastructure components 112 .
  • the MS 120 transmits the 8 most significant bits of the RAND and the computed authentication signature to the infrastructure components 112 for verification. Since the infrastructure components 112 send the authentication signature together with the request for services, verification of the authentication signature can begin immediately upon the MS 120 requesting access to service, thereby minimizing delay in call processing.
  • a replay attack allows an intruder to appear to be a legitimate subscriber. As a result, the intruder can make calls that are billed to the legitimate subscriber.
  • an intruder monitors the information that is transmitted between an authorized MS 120 and the infrastructure components 112 . The intruder stores the RAND and authorization signature transmitted by the authorized MS 120 to the infrastructure components 112 . When the call ends, the intruder transmits a request for service containing the same RAND and authorization signature as sent previously by the legitimate subscriber. If the RAND has not changed since the authorized MS 120 calculated the intercepted authentication signature, then the subscriber who owns the authorized MS 120 would be billed for the intruder's use of service.
  • dialed digits Prior efforts to prevent replay attacks such as using the dialed digits as input to the CAVE algorithm have been unsuccessful. For a mobile originated call a subset of the dialed digits is used as input to the CAVE algorithm instead of the MIN. Since dialed digits typically change with each call, using the dialed digits as an input to the CAVE algorithm results in a unique authentication signature for each call, unless the two calls are made to the same number. However, the authorization process typically will use a predetermined number of the last digits dialed, since these are most likely to be unique to each call. In many cases, the dialed digits of the authorized call can be appended to the dialed digits of the unauthorized call without adversely affecting the call.
  • the infrastructure will generate the same authentication signature as was generated for the call made by the authorized MS 120 . Furthermore, fraudulent access to the system is available if the unauthorized MS intercepts and an operator assisted call or a call that is made through a directory assistance operator and uses the intercepted information (i.e., RAND and authentication signature) to access the system. Since many wireless service providers are now offering directory assistance service which connects the user directly to the number requested, many users will be dialing only “411” to get access to the system. Accordingly, by waiting for an operator assisted call to be made by an authorized user, a fraudulent user can gain unauthorized access to the system.
  • intercepted information i.e., RAND and authentication signature
  • a method and apparatus which confirms the identity of a station in a communication network, such as a mobile telephone system.
  • the disclosed method and apparatus is not susceptible to replay attacks.
  • the disclosed method and apparatus implements an authentication process that has a relatively short delay.
  • the disclosed method and apparatus includes the present invention as defined by the appended claims.
  • the disclosed method and apparatus comprises a first station (e.g., a mobile station) that communicates a first “security parameter” (e.g., a RAND) and an authentication signature to a second station (e.g., an infrastructure component) within the communication network.
  • a security parameter is defined as any signal, pattern, or value that can be used as an input to a signature generation (“SG”) algorithm, such as a conventional CAVE (cellular authentication and voice encryption) algorithm, to generate an authentication signature.
  • SG signature generation
  • An authentication signature is defined as a signal, pattern, or value which is output from an SG algorithm in response to one or more security parameters being input. It is preferable that each unique set of input security parameters produce an authentication signature that is unlike the authentication signature that would be output as the result of any other input security parameter set.
  • the second station receives the first security parameter and the authentication signature from the first station. If the first security parameter differs from each of a predetermined number of first security parameters previously received from the first station, then the second station performs conventional procedures to authenticate (i.e., confirm the identity of) the first station. Once the second station has authenticated the first station, the first station is granted access to the communication network. If the first security parameter is the same as one of the first security parameters transmitted by that first station in the most recent attempt by that first station to gain access, then the second station performs a “unique challenge”.
  • FIG. 1 is a pictorial diagram of a typical mobile communication system having one or more mobile stations
  • FIG. 2 is a pictorial diagram of a challenge/response dialog between a mobile switching center and a mobile station;
  • FIG. 3 is an illustration of the components of the MSC.
  • FIG. 4 is a flow chart describing the steps performed during operation of an authentication process.
  • a method and apparatus for confirming the identify a mobile station in a mobile telephone system (MTS).
  • the disclosed method and apparatus ensures that each mobile station (MS) can use a particular set of security values (such as a “RAND” or an authentication signature generated from a particular set of information, including a RAND) only once within a predetermined time.
  • a particular set of security values such as a “RAND” or an authentication signature generated from a particular set of information, including a RAND
  • the disclosed method and apparatus includes the claimed present invention. However, the scope of the invention should be determined exclusively by the appended claims.
  • FIG. 2 illustrates a challenge/response dialog between infrastructure components 312 of an MTS 300 and an authorized MS 320 (e.g., an MS that has a valid billing account with the service provider who operates the MTS 300 ).
  • An MS 321 is an intruder (i.e., an unauthorized user).
  • the infrastructure components 312 include a base station (BS) 310 , a mobile switching center (MSC) 330 , a home location register (HLR) 350 , an authentication center (AC) 360 , and a visitor location register (VLR) 355 .
  • the MTS 300 is preferably capable of performing both unique and broadcast challenges.
  • the infrastructure components 312 transmit (via the BS 310 ) a broadcast security value (such as a “broadcast RAND”) to all MSs 320 over an air link 340 .
  • the broadcast security value is preferably a randomly generated value that is used in a “broadcast authentication” process, as is described below. From time to time, the broadcast security value changes, and the new broadcast security value is broadcast to all MS's 320 .
  • the broadcast security value is a RAND
  • the disclosed method and apparatus preferably operates in compliance with any industry standards that dictate how often a RAND is to be changed.
  • the broadcast security value is provided as one of several inputs to a signature generation (“SG”) algorithm, such as a CAVE (cellular authentication and voice encryption) algorithm, to generate an authentication signature.
  • the other inputs to the SG algorithm preferably include the mobile identification number (“MIN”), the electronic serial number (“ESN”), and the shared secret data (“SSD-A”) values associated with the MS 320 .
  • MIN mobile identification number
  • ESN electronic serial number
  • SSD-A shared secret data
  • the MS 320 transmits over the air to the infrastructure components 312 , a set of security values.
  • the set of security values include: (1) the authentication signature, (2) either the entire broadcast security value used as input to the SG, a portion of that broadcast security value, or some value which represents that broadcast security value, (3) the ESN, and (4) the MIN used to generate that authentication signature. Since the SSD-A value and the particular SG algorithm are not known to anyone who might intercept this information, there is no possibility that an intruder would be able to use this information in the future to independently generate an authentication signature when the security value changes.
  • the infrastructure components 312 note at least some of the values within the set of the security values transmitted.
  • the infrastructure components 312 note which broadcast security value was used by the MS 320 to generate the authentication signature.
  • the security value noted by the infrastructure components 312 is the authentication signature itself.
  • the infrastructure components 312 store a portion of the security information, such as the broadcast security value or the authentication signature.
  • the infrastructure components 312 are equipped with sufficient memory capacity to store several security values (or values representing the value of the security value) for each MS 320 .
  • the infrastructure components 312 may only have memory allocated for one storing one security value (or value representing the value of the security value) for each MS 320 .
  • the MS 320 uses the then current broadcast security value and the MIN, ESN, and SSD-A to calculate an authentication signature. If the broadcast security value has changed since the last attempt to access the system, then the MS 320 will transmit the ESN and MIN with the new broadcast security value (or representative value) and authentication signature. In this case, the process will be essentially identical to the case in which the MS 320 makes its first attempt to access the system.
  • the values of the computed authentication signature and broadcast security value will be the same as those values used for the previous attempt to gain access to the system. That is, given the same input to the SG, the output from the SG will be the same for the second access attempt.
  • the MS 320 transmits the broadcast security value (or representative value), the calculated authentication signature, and ESN and MIN to the infrastructure components 312 over the air link 340 a.
  • the infrastructure components 312 compare one or more of the received set of security values with stored security values (or representative values) previously received by the infrastructure components 312 from that MS 320 .
  • the infrastructure components 312 compare the broadcast security value received with broadcast security values previously received from that MS 320 .
  • the infrastructure components 312 can check the entire set of information that is sent by the MS 320 .
  • some portion of that information other than the security value or representative value is checked, as long as the information that is checked changes each time the MS 320 uses a different broadcast security value in the access attempt. Since, in this case, the infrastructure components 312 have previously received the same security information from the MS 320 (e.g., a RAND or authentication signature having the same value), the infrastructure components 312 will require additional verification of the identity of the MS 320 before that MS 320 will be allowed to access the system. In accordance with one embodiment of the disclosed method and apparatus, additional verification is performed by having the infrastructure components 312 initiate a unique challenge authentication procedure. Alternatively, the infrastructure components 312 could force a change in the broadcast security value and require the MS 320 to respond to the broadcast challenge using the new security value value. In yet another embodiment, another method may be used to force the MS 320 to verify its identity.
  • the infrastructure components 312 grants the MS 320 access to telephone service.
  • an unauthorized MS 321 captures authentication data (e.g., a RAND, authentication signature, and ESN and MIN) by monitoring transmissions from an authorized MS 320 , that unauthorized MS 321 would fail the additional verification process. For example, if the infrastructure components 312 requested that the MS 321 respond to a unique challenge, that MS 321 could not respond properly, since the MS 321 would have to independently generate a new authentication signature from the unique challenge security value that is provided from the infrastructure components 312 . Alternatively, if the infrastructure components 312 changed the broadcast security value and then requested the MS 321 to respond to the broadcast challenge using the new broadcast security value, the MS 321 could not do so successfully. This is because the broadcast challenge would now require independent generation of a new authentication signature based upon the new broadcast security value.
  • authentication data e.g., a RAND, authentication signature, and ESN and MIN
  • each of the particular components within the infrastructure components 312 may vary from one embodiment of the disclosed method and apparatus to another. However, each such component is essentially conventional with the exception of the functions that are performed to determine whether an MS 320 has previously attempted to access the system, and the process of requesting a further verification from the MS 320 , if so.
  • the MSC 330 In one embodiment of the disclosed method and apparatus in which the infrastructure components 312 include the base station 310 , the MSC 330 , the HLR 350 , the AC 360 , and the VLR 355 , the MSC 330 generates a broadcast security value. This broadcast security value is communicated to the BS 310 . The BS 310 transmits the broadcast security value to the MS 320 . When the MS 320 attempts to access communication services from the network 300 , the MS 320 sends the following information back to the BS 310 .
  • the MS 320 sends a portion of the broadcast security value (or a value that is generated based upon the value of the security value), a copy of the MIN, the ESN, and the authentication signature that was generated by the MS 320 using these parameters. Each of these parameters are communicated to the HLR 350 .
  • the HLR 350 determines whether the MS 320 is registered in the system 300 . If the HLR 350 determines that the MS 320 is registered, then the parameters communicated to the HLR 350 are communicated to the AC 360 .
  • the AC 360 checks whether the MS 320 (which is identified by the MIN and ESN) has previously attempted to access the system using the same broadcast security value.
  • the AC 360 uses the MIN, the ESN, the SSD-A, and the broadcast security value to independently generate the authentication signature. The AC 360 then checks to ensure that the authentication signature that it generated is the same as the authentication signature that was received from the MS 320 .
  • the AC 360 will generate a unique challenge security value.
  • the AC 360 will use the unique challenge security value to generate a new authentication signature (a “unique authentication signature”).
  • the unique challenge security value and the unique authentication signature are both communicated to the MSC 330 .
  • the MSC 330 communicates only the unique challenge security value to the BS 310 .
  • the BS 310 transmits the unique challenge security value to the MS 320 .
  • the MS 320 then responds with a unique authentication signature that the MS 320 has independently calculated using the MIN, ESN, unique challenge security value, and SSD-A.
  • the BS 310 receives the unique authentication signature from the MS 320 .
  • the BS 310 then communicates the signature to the MSC 330 .
  • the MSC 330 compares the unique authentication signature received from the MS 320 with the unique authentication signature that was provided to the MSC 330 from the AC 360 . If they match, then the MS 320 is assumed to be legitimate.
  • the VLR 355 is used to perform the functions that would otherwise be performed by the HLR 350 .
  • FIG. 3 is an illustration of the components of the MSC 330 .
  • the MSC preferably includes a processor 301 , a receiver 303 , and a memory 305 .
  • the receiver is any type of receiving device that can receive signals from an external source.
  • the receiver is a conventional receiver, such as is commonly found in equipment that is coupled to a base station via land lines.
  • the processor 301 is coupled to the receiver 303 .
  • the processor is shown here as a single processor.
  • processor merely represents processing functions may be either performed by a single processing entity, such as a microprocessor, or which is performed by a plurality of processing entities distributed throughout the infrastructure components 312 . Nonetheless, the processing required is such that a conventional microprocessor and/or digital signal processor can perform all of the necessary functions of the disclosed method and apparatus.
  • FIG. 4 is a flow chart describing the steps executed during an authentication process in one embodiment of the disclosed method and apparatus.
  • the system described in FIG. 2 may be used to implement the steps of FIG. 4.
  • the process begins at step 400 .
  • the MS 320 transmits a set of security values, including identification data (e.g., MIN/ESN), a previously received security value, and an associated authentication signature.
  • the MS 120 may also transmit other data, if desired.
  • the MS 320 obtains the previously received broadcast security value from the infrastructure components 312 during a previous broadcast by the MSC 330 , or during a previous unique challenge procedure with the infrastructure components 312 .
  • the infrastructure components 312 determine whether the MS 320 has previously obtained service from the infrastructure components 312 using the same set of security values. In an alternatively embodiment, the infrastructure components 312 check whether some portion of the set of security value was previously used by the MS 320 to access service.
  • the infrastructure components 312 determine that the MS 320 has not previously accessed service using the same set of security values, then at step 440 , the infrastructure components 312 store the security value received from the MS 320 .
  • the infrastructure components 312 verify the value of the authorization signature received from the MS 320 . That is, a check is made of the value of the authorization signature that is expected (e.g., the value calculated independently by the infrastructure components 312 using the same inputs to the SG as were used by the MS 320 ). After verifying the authorization signature, the process proceeds to step 470 .
  • the infrastructure components 312 determine at step 430 that the MS 320 has previously accessed service using the same security value, then the process proceeds to step 460 .
  • the infrastructure components 312 perform an additional verification of the MS 320 , such as by requesting a response from the MS 320 to a unique challenge procedure.
  • the unique challenge procedure involves the exchange of at least a unique security value from the infrastructure components 312 to the MS 320 , and a unique challenge signature from the MS 320 to the infrastructure components 312 .
  • the infrastructure components 312 determine whether the MS 320 has passed the authentication procedures performed at the step 450 or 460 . This determination is accomplished by executing the same SG algorithm (e.g., the CAVE algorithm) as that executed by the MS 320 to compute an expected authentication signature. The infrastructure components 312 compare the expected authentication signature with the authentication signature computed by the MS 320 . If the two signatures match, then the process proceeds to step 480 and the MS 320 is granted access to telephone service. If the two signatures do not match, then the process proceeds to step 490 and the MS 320 is denied access to service. The process terminates at step 499 .
  • the same SG algorithm e.g., the CAVE algorithm
  • the invention overcomes the long-standing need for a wireless system and method having an intrusion-resistant authentication procedure.
  • the probability of intrusion is minimized.
  • an intruder would have to obtain not only the authentication data, but acquire the SSD-A which is not transmitted over the air.
  • the invention may be embodied in other specific forms without departing from its spirit or essential characteristics.
  • the described embodiment is to be considered in all respects only illustrative and not restrictive.
  • the scope of the invention is, therefore, indicated by the appended claims rather by the foregoing description. All changes which fall within the meaning and range of equivalency of the claims are to be embraced within their scope.

Abstract

A method and apparatus for confirming the identity of a mobile station in a communication network. A mobile station transmits a security value to obtain access to the network. The system authenticates the mobile station prior to granting it access to the network. The system performs an additional procedure before granting access to the system if the security value sent by the mobile station matches a previously transmitted security value. Using this invention, the system prevents attempts of replay attacks by intruders.

Description

    RELATED APPLICATIONS
  • This application is a continuation of U.S. patent application Ser. No. 09/238,126, filed on Jan. 27, 1999.[0001]
  • BACKGROUND OF THE INVENTION
  • 1. Field of the Invention [0002]
  • The invention relates generally to wireless communication systems, such as mobile telephone systems. More particularly, the invention relates to authentication procedures in mobile telephone systems. [0003]
  • 2. Description of the Related Art [0004]
  • When a telephone company first introduces cellular communications into an area, its primary focus is to establish capacity, coverage, and to enlist new customers. As its network grows, the telephone company expects to make profit from the use of its equipment by its customers. However, cellular telephone fraud and cloning, in particular, can significantly impact the ability to profitably operate the communication system. Cloning is the duplication of a legitimate subscriber unit to seize the legitimate subscriber unit's identity and thus acquire unauthorized telephone service. Such activities also create problems and substantial inconveniences for system users. According to the Cellular Telecommunications Industry Association (CTIA), the annual global loss in revenues due to cloning has exceeded one billion dollars. [0005]
  • An authentication procedure is now used to combat fraudulent access to mobile telephone service. As used herein, authentication refers to the exchange and processing of stored information to confirm a subscriber unit's identity. The authentication procedure is performed by a network to validate the identity of a standard-compliant phone unit, such as an IS-54B, IS-136, IS-91, or IS-95 standard phone. Typically, the authentication procedure is independent of the air-interface protocol used (i.e., CDMA or TDMA). [0006]
  • FIG. 1 is a pictorial diagram of a typical mobile communication system having one or more mobile stations. A mobile telephone system (MTS) [0007] 100 typically includes infrastructure components 112 communicating with a plurality of mobile stations (MS) 120 using radio frequency (RF) channels. The infrastructure components include a base station (BS) 110, a mobile switching center (MSC) 130, a home location register (HLR) 150, an authentication center (AC) 160, and a visitor location register (VLR) 155. The BS 110 provides the air interface between the MS 120 and the MSC 130. The MSC 130 coordinates all communications channels and processes, and provides access for the BS 110 to networks, such as a public switched telephone network (PSTN) 140. The HLR 150 contains a subscriber database 152. The subscriber database 152 maintains each subscriber's mobile identification number (MIN) and electronic serial number (ESN). The MIN and ESN, taken together, uniquely identify each MS.
  • Typically, the MSC [0008] 130 also includes the visitor location register (VLR) 155. However, the VLR 155 may be a separate component of the system. The VLR 155 contains a local, temporary subscriber database 157 similar to the permanent subscriber database in the HLR 150. The information from the HLR 150 and the VLR 155 are used to authorize system access and to authorize billing to a particular billing account. The MSC 130 also interfaces with the AC 160 through the HLR 150.
  • The VLR [0009] 155 and MS 120 each have access to at least three pieces of information that make up the data used for authentication: the MIN of the mobile, the ESN of the mobile, and a shared secret data (SSD-A) associated with the mobile. The SSD-A is typically derived from an authentication key (A-Key). Each MIN and associated ESN represent a unique combination that may be used to identify a particular legitimate subscriber. The A-Key is a secret value that is unique to each individual subscription. For example, the A-Key may be a 64-bit cryptographic variable key stored in the memory of the MS 120. The A-Key may, for example, be entered once from the keypad of the MS 120 when the mobile station is first put into service to serve a particular subscriber. The A-Key typically remains unchanged unless its value has been compromised. The MIN and ESN may be transmitted over the air, but the A-Key may not be transmitted over the air.
  • In North American systems, authentication of an MS utilizes a process commonly referred to as the “CAVE” (cellular authentication and voice encryption) algorithm. The CAVE algorithm is a software-compatible non-linear mixing function having a 32-bit linear-feedback shift register (LFSR), sixteen 8-bit mixing registers, and a 256-entry lookup table. For further details on the CAVE algorithm refer to Common Cryptographic Algorithms cellular standard. Authentication requires both the MS [0010] 120 and the infrastructure components 112 of the system to execute the CAVE algorithm with a common set of data to generate an authentication signature. If the authentication signature generated by the MS 120 matches the authentication signature generated by the infrastructure components, then the identity of the MS 120 is authenticated and access to telephone service is granted. Otherwise, the attempt by the MS 120 to access the network is rejected.
  • The authentication can be performed by either a unique challenge or a broadcast challenge. In a unique challenge, a “RAND” is transmitted to a [0011] MS 120 that requests access to the system. The RAND is typically a randomly-generated value used in the authentication process. The RAND for a unique challenge is typically a 24-bit digital value. The MS 120 receives the RAND and executes the CAVE algorithm using the received RAND, the SSD-A, and other data to calculate an authentication signature. The authentication signature is typically an 18-bit digital value. The MS 120 transmits the RAND and the calculated authentication signature to the infrastructure components 112. The infrastructure components 112 similarly use the CAVE algorithm to calculate an authentication signature based upon the stored values for the SSD-A, the MIN, and the ESN. If the authentication signature received from the MS 120 matches the authentication signature calculated independently by the infrastructure components 112, then the MS 120 is granted access to service. Otherwise, the MS 120 is denied access to service.
  • In contrast, in a broadcast challenge, the infrastructure components broadcast a RAND to all [0012] MSs 120 on a dedicated broadcast channel (e.g., a cellular paging channel) rather than sending a RAND only to one MS 120 that has requested access. The broadcast challenge is sometimes referred to as the “global challenge.” Typically, a new RAND will be generated and transmitted from time to time. When an MS 120 requests access to service, the MS 120 computes the authentication signature based on the most recently broadcast RAND prior to any communication with the infrastructure components 112. In one example, the MS 120 transmits the 8 most significant bits of the RAND and the computed authentication signature to the infrastructure components 112 for verification. Since the infrastructure components 112 send the authentication signature together with the request for services, verification of the authentication signature can begin immediately upon the MS 120 requesting access to service, thereby minimizing delay in call processing.
  • While broadcast challenges result in faster call setup than unique challenges, clone telephones, or other fraudulent intruders have been able to gain unauthorized access to the system by a method commonly known as “replay attacks”. A replay attack allows an intruder to appear to be a legitimate subscriber. As a result, the intruder can make calls that are billed to the legitimate subscriber. In accordance with a replay attack, an intruder monitors the information that is transmitted between an authorized [0013] MS 120 and the infrastructure components 112. The intruder stores the RAND and authorization signature transmitted by the authorized MS 120 to the infrastructure components 112. When the call ends, the intruder transmits a request for service containing the same RAND and authorization signature as sent previously by the legitimate subscriber. If the RAND has not changed since the authorized MS 120 calculated the intercepted authentication signature, then the subscriber who owns the authorized MS 120 would be billed for the intruder's use of service.
  • Prior efforts to prevent replay attacks such as using the dialed digits as input to the CAVE algorithm have been unsuccessful. For a mobile originated call a subset of the dialed digits is used as input to the CAVE algorithm instead of the MIN. Since dialed digits typically change with each call, using the dialed digits as an input to the CAVE algorithm results in a unique authentication signature for each call, unless the two calls are made to the same number. However, the authorization process typically will use a predetermined number of the last digits dialed, since these are most likely to be unique to each call. In many cases, the dialed digits of the authorized call can be appended to the dialed digits of the unauthorized call without adversely affecting the call. Therefore, the infrastructure will generate the same authentication signature as was generated for the call made by the authorized [0014] MS 120. Furthermore, fraudulent access to the system is available if the unauthorized MS intercepts and an operator assisted call or a call that is made through a directory assistance operator and uses the intercepted information (i.e., RAND and authentication signature) to access the system. Since many wireless service providers are now offering directory assistance service which connects the user directly to the number requested, many users will be dialing only “411” to get access to the system. Accordingly, by waiting for an operator assisted call to be made by an authorized user, a fraudulent user can gain unauthorized access to the system.
  • Therefore, there is a need in the wireless communication technology for an authentication process that is less susceptible to unauthorized access to the system. [0015]
  • SUMMARY OF THE INVENTION
  • A method and apparatus is disclosed which confirms the identity of a station in a communication network, such as a mobile telephone system. The disclosed method and apparatus is not susceptible to replay attacks. Furthermore, the disclosed method and apparatus implements an authentication process that has a relatively short delay. The disclosed method and apparatus includes the present invention as defined by the appended claims. [0016]
  • The disclosed method and apparatus comprises a first station (e.g., a mobile station) that communicates a first “security parameter” (e.g., a RAND) and an authentication signature to a second station (e.g., an infrastructure component) within the communication network. For the purpose of this disclosure, a security parameter is defined as any signal, pattern, or value that can be used as an input to a signature generation (“SG”) algorithm, such as a conventional CAVE (cellular authentication and voice encryption) algorithm, to generate an authentication signature. An authentication signature is defined as a signal, pattern, or value which is output from an SG algorithm in response to one or more security parameters being input. It is preferable that each unique set of input security parameters produce an authentication signature that is unlike the authentication signature that would be output as the result of any other input security parameter set. [0017]
  • The second station receives the first security parameter and the authentication signature from the first station. If the first security parameter differs from each of a predetermined number of first security parameters previously received from the first station, then the second station performs conventional procedures to authenticate (i.e., confirm the identity of) the first station. Once the second station has authenticated the first station, the first station is granted access to the communication network. If the first security parameter is the same as one of the first security parameters transmitted by that first station in the most recent attempt by that first station to gain access, then the second station performs a “unique challenge”. [0018]
  • In another embodiment of the disclosed method and apparatus, a determination is made as to whether a first station has previously accessed the communication network. If the first station has previously accessed the communication network, then a unique challenge procedure is initiated by the second station before access is granted to the first station.[0019]
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The above and other aspects, features and advantages of the invention will be better understood by referring to the following detailed description, which should be read in conjunction with the accompanying drawings, in which: [0020]
  • FIG. 1 is a pictorial diagram of a typical mobile communication system having one or more mobile stations; [0021]
  • FIG. 2 is a pictorial diagram of a challenge/response dialog between a mobile switching center and a mobile station; [0022]
  • FIG. 3 is an illustration of the components of the MSC; and [0023]
  • FIG. 4 is a flow chart describing the steps performed during operation of an authentication process.[0024]
  • DETAILED DESCRIPTION OF THE INVENTION
  • A method and apparatus is disclosed for confirming the identify a mobile station in a mobile telephone system (MTS). The disclosed method and apparatus ensures that each mobile station (MS) can use a particular set of security values (such as a “RAND” or an authentication signature generated from a particular set of information, including a RAND) only once within a predetermined time. By ensuring that each MS can only use a particular security value once within a predetermined time, the risk of “replay attacks” is eliminated. The disclosed method and apparatus includes the claimed present invention. However, the scope of the invention should be determined exclusively by the appended claims. [0025]
  • FIG. 2 illustrates a challenge/response dialog between [0026] infrastructure components 312 of an MTS 300 and an authorized MS 320 (e.g., an MS that has a valid billing account with the service provider who operates the MTS 300). An MS 321 is an intruder (i.e., an unauthorized user). In one embodiment of the disclosed method and apparatus, the infrastructure components 312 include a base station (BS) 310, a mobile switching center (MSC) 330, a home location register (HLR) 350, an authentication center (AC) 360, and a visitor location register (VLR) 355. The MTS 300 is preferably capable of performing both unique and broadcast challenges. The infrastructure components 312 transmit (via the BS 310) a broadcast security value (such as a “broadcast RAND”) to all MSs 320 over an air link 340. The broadcast security value is preferably a randomly generated value that is used in a “broadcast authentication” process, as is described below. From time to time, the broadcast security value changes, and the new broadcast security value is broadcast to all MS's 320. As will become apparent from the following description, there is a tradeoff between changing the broadcast security value more frequently to reduce the number of unique challenges required and changing the broadcast security value less frequently to reduce the overhead required to generate and broadcast new broadcast security values. In the case in which the broadcast security value is a RAND, the disclosed method and apparatus preferably operates in compliance with any industry standards that dictate how often a RAND is to be changed.
  • When a [0027] particular MS 320 attempts to access telephone service for the first time through the infrastructure components 312, the MS 320 must first receive the broadcast security value. The broadcast security value is provided as one of several inputs to a signature generation (“SG”) algorithm, such as a CAVE (cellular authentication and voice encryption) algorithm, to generate an authentication signature. The other inputs to the SG algorithm preferably include the mobile identification number (“MIN”), the electronic serial number (“ESN”), and the shared secret data (“SSD-A”) values associated with the MS 320. Each particular pair of ESN and MIN values identifies a particular MS. The SSD-A value that is generated from a “key” value using a secret algorithm. The key value and the SSD-A value are never transmitted over the air.
  • Once the [0028] MS 320 has generated the authentication signature, the MS 320 transmits over the air to the infrastructure components 312, a set of security values. In accordance with one embodiment of the disclosed method and apparatus, the set of security values include: (1) the authentication signature, (2) either the entire broadcast security value used as input to the SG, a portion of that broadcast security value, or some value which represents that broadcast security value, (3) the ESN, and (4) the MIN used to generate that authentication signature. Since the SSD-A value and the particular SG algorithm are not known to anyone who might intercept this information, there is no possibility that an intruder would be able to use this information in the future to independently generate an authentication signature when the security value changes.
  • The [0029] infrastructure components 312 note at least some of the values within the set of the security values transmitted. For example, in one embodiment, the infrastructure components 312 note which broadcast security value was used by the MS 320 to generate the authentication signature. Alternatively, the security value noted by the infrastructure components 312 is the authentication signature itself. In one embodiment of the disclosed method and apparatus, the infrastructure components 312 store a portion of the security information, such as the broadcast security value or the authentication signature. In a particular embodiment of the disclosed method and apparatus, the infrastructure components 312 are equipped with sufficient memory capacity to store several security values (or values representing the value of the security value) for each MS 320. Alternatively, the infrastructure components 312 may only have memory allocated for one storing one security value (or value representing the value of the security value) for each MS 320.
  • The next time the [0030] MS 320 attempts to access telephone service, the MS 320 uses the then current broadcast security value and the MIN, ESN, and SSD-A to calculate an authentication signature. If the broadcast security value has changed since the last attempt to access the system, then the MS 320 will transmit the ESN and MIN with the new broadcast security value (or representative value) and authentication signature. In this case, the process will be essentially identical to the case in which the MS 320 makes its first attempt to access the system.
  • However, if the broadcast security value has not changed since the mobile's last attempt to access the system, then the values of the computed authentication signature and broadcast security value will be the same as those values used for the previous attempt to gain access to the system. That is, given the same input to the SG, the output from the SG will be the same for the second access attempt. [0031]
  • The [0032] MS 320 transmits the broadcast security value (or representative value), the calculated authentication signature, and ESN and MIN to the infrastructure components 312 over the air link 340 a. The infrastructure components 312 compare one or more of the received set of security values with stored security values (or representative values) previously received by the infrastructure components 312 from that MS 320. For example, in one embodiment of the disclosed method and apparatus, the infrastructure components 312 compare the broadcast security value received with broadcast security values previously received from that MS 320. Alternatively, the infrastructure components 312 can check the entire set of information that is sent by the MS 320. In yet another alternative some portion of that information other than the security value or representative value (such as the authentication signature) is checked, as long as the information that is checked changes each time the MS 320 uses a different broadcast security value in the access attempt. Since, in this case, the infrastructure components 312 have previously received the same security information from the MS 320 (e.g., a RAND or authentication signature having the same value), the infrastructure components 312 will require additional verification of the identity of the MS 320 before that MS 320 will be allowed to access the system. In accordance with one embodiment of the disclosed method and apparatus, additional verification is performed by having the infrastructure components 312 initiate a unique challenge authentication procedure. Alternatively, the infrastructure components 312 could force a change in the broadcast security value and require the MS 320 to respond to the broadcast challenge using the new security value value. In yet another embodiment, another method may be used to force the MS 320 to verify its identity.
  • If the additional verification procedure indicates that the [0033] MS 320 is authorized (e.g., a successful outcome results from the unique challenge) the MS 320 is considered to be a legitimate subscriber and not an intruder (e.g., MS 321). Accordingly, the infrastructure components 312 grants the MS 320 access to telephone service.
  • However, if an unauthorized MS [0034] 321 captures authentication data (e.g., a RAND, authentication signature, and ESN and MIN) by monitoring transmissions from an authorized MS 320, that unauthorized MS 321 would fail the additional verification process. For example, if the infrastructure components 312 requested that the MS 321 respond to a unique challenge, that MS 321 could not respond properly, since the MS 321 would have to independently generate a new authentication signature from the unique challenge security value that is provided from the infrastructure components 312. Alternatively, if the infrastructure components 312 changed the broadcast security value and then requested the MS 321 to respond to the broadcast challenge using the new broadcast security value, the MS 321 could not do so successfully. This is because the broadcast challenge would now require independent generation of a new authentication signature based upon the new broadcast security value.
  • It should be understood that the functions of each of the particular components within the [0035] infrastructure components 312 may vary from one embodiment of the disclosed method and apparatus to another. However, each such component is essentially conventional with the exception of the functions that are performed to determine whether an MS 320 has previously attempted to access the system, and the process of requesting a further verification from the MS 320, if so.
  • In one embodiment of the disclosed method and apparatus in which the [0036] infrastructure components 312 include the base station 310, the MSC 330, the HLR 350, the AC 360, and the VLR 355, the MSC 330 generates a broadcast security value. This broadcast security value is communicated to the BS 310. The BS 310 transmits the broadcast security value to the MS 320. When the MS 320 attempts to access communication services from the network 300, the MS 320 sends the following information back to the BS 310. The MS 320 sends a portion of the broadcast security value (or a value that is generated based upon the value of the security value), a copy of the MIN, the ESN, and the authentication signature that was generated by the MS 320 using these parameters. Each of these parameters are communicated to the HLR 350. The HLR 350 determines whether the MS 320 is registered in the system 300. If the HLR 350 determines that the MS 320 is registered, then the parameters communicated to the HLR 350 are communicated to the AC 360. The AC 360 checks whether the MS 320 (which is identified by the MIN and ESN) has previously attempted to access the system using the same broadcast security value. If not, then the AC 360 uses the MIN, the ESN, the SSD-A, and the broadcast security value to independently generate the authentication signature. The AC 360 then checks to ensure that the authentication signature that it generated is the same as the authentication signature that was received from the MS 320.
  • If the authentication signature generated by the [0037] AC 360 does not match the authentication signature that was received from the MS 320, or if the AC 360 determines that the MS 320 has already attempted to access service from the network using the same broadcast security value, then the AC will generate a unique challenge security value. The AC 360 will use the unique challenge security value to generate a new authentication signature (a “unique authentication signature”). The unique challenge security value and the unique authentication signature are both communicated to the MSC 330. The MSC 330 communicates only the unique challenge security value to the BS 310. The BS 310 transmits the unique challenge security value to the MS 320. The MS 320 then responds with a unique authentication signature that the MS 320 has independently calculated using the MIN, ESN, unique challenge security value, and SSD-A. The BS 310 receives the unique authentication signature from the MS 320. The BS 310 then communicates the signature to the MSC 330. The MSC 330 compares the unique authentication signature received from the MS 320 with the unique authentication signature that was provided to the MSC 330 from the AC 360. If they match, then the MS 320 is assumed to be legitimate.
  • If the [0038] MSC 330 determines that the MS-320 is a visitor, then the VLR 355 is used to perform the functions that would otherwise be performed by the HLR 350.
  • However, it should be clear that the functions that are described above as being performed by one component, such as the [0039] AC 360, may be performed equally well by another component, such as the HLR 350, VLR 355, or MSC 330.
  • FIG. 3 is an illustration of the components of the [0040] MSC 330. As shown in FIG. 3, the MSC preferably includes a processor 301, a receiver 303, and a memory 305. The receiver is any type of receiving device that can receive signals from an external source. In accordance with one embodiment of the disclosed method and apparatus, the receiver is a conventional receiver, such as is commonly found in equipment that is coupled to a base station via land lines. The processor 301 is coupled to the receiver 303. The processor is shown here as a single processor. However, it will be understood by those skilled in the art that the processor merely represents processing functions may be either performed by a single processing entity, such as a microprocessor, or which is performed by a plurality of processing entities distributed throughout the infrastructure components 312. Nonetheless, the processing required is such that a conventional microprocessor and/or digital signal processor can perform all of the necessary functions of the disclosed method and apparatus.
  • FIG. 4 is a flow chart describing the steps executed during an authentication process in one embodiment of the disclosed method and apparatus. The system described in FIG. 2 may be used to implement the steps of FIG. 4. As shown in FIG. 4, the process begins at [0041] step 400. At step 410, when a particular MS 320 attempts to access telephone service, the MS 320 transmits a set of security values, including identification data (e.g., MIN/ESN), a previously received security value, and an associated authentication signature. The MS 120 may also transmit other data, if desired. Typically, the MS 320 obtains the previously received broadcast security value from the infrastructure components 312 during a previous broadcast by the MSC 330, or during a previous unique challenge procedure with the infrastructure components 312. At step 430, the infrastructure components 312 determine whether the MS 320 has previously obtained service from the infrastructure components 312 using the same set of security values. In an alternatively embodiment, the infrastructure components 312 check whether some portion of the set of security value was previously used by the MS 320 to access service.
  • If the [0042] infrastructure components 312 determine that the MS 320 has not previously accessed service using the same set of security values, then at step 440, the infrastructure components 312 store the security value received from the MS 320. At step 450, the infrastructure components 312 verify the value of the authorization signature received from the MS 320. That is, a check is made of the value of the authorization signature that is expected (e.g., the value calculated independently by the infrastructure components 312 using the same inputs to the SG as were used by the MS 320). After verifying the authorization signature, the process proceeds to step 470.
  • If, on the other hand, the [0043] infrastructure components 312 determine at step 430 that the MS 320 has previously accessed service using the same security value, then the process proceeds to step 460. At step 460 the infrastructure components 312 perform an additional verification of the MS 320, such as by requesting a response from the MS 320 to a unique challenge procedure. As noted above, the unique challenge procedure involves the exchange of at least a unique security value from the infrastructure components 312 to the MS 320, and a unique challenge signature from the MS 320 to the infrastructure components 312.
  • At [0044] step 470, the infrastructure components 312 determine whether the MS 320 has passed the authentication procedures performed at the step 450 or 460. This determination is accomplished by executing the same SG algorithm (e.g., the CAVE algorithm) as that executed by the MS 320 to compute an expected authentication signature. The infrastructure components 312 compare the expected authentication signature with the authentication signature computed by the MS 320. If the two signatures match, then the process proceeds to step 480 and the MS 320 is granted access to telephone service. If the two signatures do not match, then the process proceeds to step 490 and the MS 320 is denied access to service. The process terminates at step 499.
  • In view of the foregoing, it will be appreciated that the invention overcomes the long-standing need for a wireless system and method having an intrusion-resistant authentication procedure. By performing the authentication process of this invention, the probability of intrusion is minimized. To defeat the authentication process of this invention, an intruder would have to obtain not only the authentication data, but acquire the SSD-A which is not transmitted over the air. The invention may be embodied in other specific forms without departing from its spirit or essential characteristics. The described embodiment is to be considered in all respects only illustrative and not restrictive. The scope of the invention is, therefore, indicated by the appended claims rather by the foregoing description. All changes which fall within the meaning and range of equivalency of the claims are to be embraced within their scope.[0045]

Claims (4)

We claim:
1. A station within a communication network, the station comprising:
a receiver which receives transmissions from at least one mobile station operating within the range of the station;
a comparator which compares a first received transmission and a second received transmission, wherein the first received transmission and the second received transmission each carries authentication information of a mobile station in response to a challenge sent by the station; and
a processor configured to process the authentication information in the first received transmission and the authentication information in the second received transmission and to re-challenge the mobile station that sent the second received transmission if the comparison shows that the authentication information of the second received transmission matches the authentication information of the first received transmission.
2. A method for confirming the identity of a mobile station within a communication network, the method comprising the steps of:
transmitting a challenge from a base station to the mobile station;
comparing a first received transmission and a second received transmission at a base station, wherein the first received transmission and the second received transmission contain authentication information identifying the mobile station in response to the challenge; and
transmitting a re-challenge from the base station to the originator of the second received transmission if the comparison results indicate that the authentication information of the second received transmission matches the authentication information of the first received transmission.
3. A system for authenticating a mobile station in a communication network, the system comprising
at least one base station which receives signals from the mobile station and authenticates the mobile station prior to granting access to the communication network, each base station configured to perform a unique challenge procedure if the mobile station attempts to access the communication network using a public security parameter that is the same as a public security parameter used in a previous attempt by a similarly-identified mobile station to access the network.
4. The system of claim 3, wherein the public security parameter comprises at least a RAND.
US10/641,785 1998-07-31 2003-08-15 System and method for preventing replay attacks in wireless communication Abandoned US20040082313A1 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US10/641,785 US20040082313A1 (en) 1998-07-31 2003-08-15 System and method for preventing replay attacks in wireless communication

Applications Claiming Priority (4)

Application Number Priority Date Filing Date Title
PCT/US1998/015995 WO1999007178A1 (en) 1997-08-01 1998-07-31 System and method for preventing replay attacks in wireless communication
WOPCT/US98/15995 1998-07-31
US09/238,126 US6665530B1 (en) 1998-07-31 1999-01-27 System and method for preventing replay attacks in wireless communication
US10/641,785 US20040082313A1 (en) 1998-07-31 2003-08-15 System and method for preventing replay attacks in wireless communication

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
US09/238,126 Continuation US6665530B1 (en) 1998-07-31 1999-01-27 System and method for preventing replay attacks in wireless communication

Publications (1)

Publication Number Publication Date
US20040082313A1 true US20040082313A1 (en) 2004-04-29

Family

ID=29711614

Family Applications (2)

Application Number Title Priority Date Filing Date
US09/238,126 Expired - Lifetime US6665530B1 (en) 1998-07-31 1999-01-27 System and method for preventing replay attacks in wireless communication
US10/641,785 Abandoned US20040082313A1 (en) 1998-07-31 2003-08-15 System and method for preventing replay attacks in wireless communication

Family Applications Before (1)

Application Number Title Priority Date Filing Date
US09/238,126 Expired - Lifetime US6665530B1 (en) 1998-07-31 1999-01-27 System and method for preventing replay attacks in wireless communication

Country Status (1)

Country Link
US (2) US6665530B1 (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20070104173A1 (en) * 2005-11-07 2007-05-10 Alcatel Method for configuring a mobile communication network with tracking areas
US20080045218A1 (en) * 2004-12-15 2008-02-21 Toshio Okochi Wireless Communication Terminal and its Control Method
US20090029678A1 (en) * 2007-07-26 2009-01-29 Sungkyunkwan University Foundation For Corporate Collaboration Resynchronization method for mobile communication terminal

Families Citing this family (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6665530B1 (en) * 1998-07-31 2003-12-16 Qualcomm Incorporated System and method for preventing replay attacks in wireless communication
USRE40791E1 (en) * 1999-06-15 2009-06-23 Siemens Aktiengesellschaft Method and system for verifying the authenticity of a first communication participants in a communications network
IL133584A (en) * 1999-12-19 2010-02-17 Enco Tone Ltd Method for the acoustic encodification of dynamic identification codes
US6928277B1 (en) * 2000-04-10 2005-08-09 Telefonaktiebolaget L M Ericsson (Publ) Method for handling global challenge authentication registration, mobile switching center and mobile station therefor
CN100499641C (en) * 2000-08-25 2009-06-10 捷讯研究有限公司 System and method for implementing an enhanced transport layer security protocol
US7130613B2 (en) * 2001-08-30 2006-10-31 Motorola, Inc. Method for reducing fraudulent system access
EP1742422B1 (en) 2001-12-26 2014-01-22 Kabushiki Kaisha Toshiba Wireless communication apparatus
KR100610317B1 (en) * 2004-01-06 2006-08-09 삼성전자주식회사 The authentication apparatus and method for the devices which constitute a home network
FI20040076A0 (en) * 2004-01-20 2004-01-20 Nokia Corp Authentications in a communication system
DE602005025084D1 (en) 2004-02-13 2011-01-13 Certicom Corp ONE-SIDED AUTHENTICATION
JP4173889B2 (en) * 2005-01-07 2008-10-29 エルジー エレクトロニクス インコーポレイティド Authentication processing method for copy terminal in mobile communication system
TWI309956B (en) * 2005-10-14 2009-05-11 Hon Hai Prec Ind Co Ltd Mobile station and method for detecting attack on power save mode thereof
US8392709B1 (en) 2009-04-28 2013-03-05 Adobe Systems Incorporated System and method for a single request—single response protocol with mutual replay attack protection

Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5153919A (en) * 1991-09-13 1992-10-06 At&T Bell Laboratories Service provision authentication protocol
US5239294A (en) * 1989-07-12 1993-08-24 Motorola, Inc. Method and apparatus for authenication and protection of subscribers in telecommunication systems
US5402490A (en) * 1992-09-01 1995-03-28 Motorola, Inc. Process for improving public key authentication
US5457737A (en) * 1993-12-28 1995-10-10 At&T Corp. Methods and apparatus to verify the identity of a cellular mobile phone
US5467382A (en) * 1994-05-31 1995-11-14 Motorola, Inc. Method and apparatus for clone detection in a communication system
US5668875A (en) * 1994-07-29 1997-09-16 Motorola, Inc. Method and apparatus for authentication in a communication system
US5943425A (en) * 1996-05-10 1999-08-24 Lucent Technologies, Inc. Re-authentication procedure for over-the-air activation
US5991617A (en) * 1996-03-29 1999-11-23 Authentix Network, Inc. Method for preventing cellular telephone fraud
US6195547B1 (en) * 1998-09-24 2001-02-27 Telefonaktiebolaget Lm Ericsson (Publ) System and method for a previously activated mobile station to challenge network mobile station knowledge during over the air activation
US6665530B1 (en) * 1998-07-31 2003-12-16 Qualcomm Incorporated System and method for preventing replay attacks in wireless communication

Family Cites Families (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5390245A (en) 1990-03-09 1995-02-14 Telefonaktiebolaget L M Ericsson Method of carrying out an authentication check between a base station and a mobile station in a mobile radio system
US5091942A (en) * 1990-07-23 1992-02-25 Ericsson Ge Mobile Communications Holding, Inc. Authentication system for digital cellular communications
WO1992017975A1 (en) * 1991-03-26 1992-10-15 Litle & Co. Confirming identity of telephone caller
US5555192A (en) * 1993-02-26 1996-09-10 Motorola, Inc. Detection of duplicate identification codes in communication units
US5420908A (en) * 1993-03-11 1995-05-30 At&T Corp. Method and apparatus for preventing wireless fraud
US5991407A (en) * 1995-10-17 1999-11-23 Nokia Telecommunications Oy Subscriber authentication in a mobile communications system
JP2877199B2 (en) * 1996-06-21 1999-03-31 日本電気株式会社 Roaming method
US6026293A (en) * 1996-09-05 2000-02-15 Ericsson Inc. System for preventing electronic memory tampering
US6058301A (en) * 1996-11-27 2000-05-02 Airtouch Communications, Inc. Cellular fraud prevention using selective roaming
US5875394A (en) * 1996-12-27 1999-02-23 At & T Wireless Services Inc. Method of mutual authentication for secure wireless service provision
US6014085A (en) * 1997-10-27 2000-01-11 Lucent Technologies Inc. Strengthening the authentication protocol

Patent Citations (10)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US5239294A (en) * 1989-07-12 1993-08-24 Motorola, Inc. Method and apparatus for authenication and protection of subscribers in telecommunication systems
US5153919A (en) * 1991-09-13 1992-10-06 At&T Bell Laboratories Service provision authentication protocol
US5402490A (en) * 1992-09-01 1995-03-28 Motorola, Inc. Process for improving public key authentication
US5457737A (en) * 1993-12-28 1995-10-10 At&T Corp. Methods and apparatus to verify the identity of a cellular mobile phone
US5467382A (en) * 1994-05-31 1995-11-14 Motorola, Inc. Method and apparatus for clone detection in a communication system
US5668875A (en) * 1994-07-29 1997-09-16 Motorola, Inc. Method and apparatus for authentication in a communication system
US5991617A (en) * 1996-03-29 1999-11-23 Authentix Network, Inc. Method for preventing cellular telephone fraud
US5943425A (en) * 1996-05-10 1999-08-24 Lucent Technologies, Inc. Re-authentication procedure for over-the-air activation
US6665530B1 (en) * 1998-07-31 2003-12-16 Qualcomm Incorporated System and method for preventing replay attacks in wireless communication
US6195547B1 (en) * 1998-09-24 2001-02-27 Telefonaktiebolaget Lm Ericsson (Publ) System and method for a previously activated mobile station to challenge network mobile station knowledge during over the air activation

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20080045218A1 (en) * 2004-12-15 2008-02-21 Toshio Okochi Wireless Communication Terminal and its Control Method
US20070104173A1 (en) * 2005-11-07 2007-05-10 Alcatel Method for configuring a mobile communication network with tracking areas
US10257883B2 (en) * 2005-11-07 2019-04-09 Alcatel Lucent Method for configuring a mobile communication network including an enhanced node B with tracking areas
US10779361B2 (en) 2005-11-07 2020-09-15 Nokia Technologies Oy Method for registering a radio access network entity with a core network for a tracking area, a radio access network entity thereof, and a core network entity thereof
US20090029678A1 (en) * 2007-07-26 2009-01-29 Sungkyunkwan University Foundation For Corporate Collaboration Resynchronization method for mobile communication terminal
US8090350B2 (en) 2007-07-26 2012-01-03 Sungkyunkwan University Foundation For Corporate Collaboration Resynchronization method for mobile communication terminal

Also Published As

Publication number Publication date
US6665530B1 (en) 2003-12-16

Similar Documents

Publication Publication Date Title
US6950521B1 (en) Method for repeated authentication of a user subscription identity module
KR101047641B1 (en) Enhance security and privacy for security devices
US5799084A (en) System and method for authenticating cellular telephonic communication
US5689563A (en) Method and apparatus for efficient real-time authentication and encryption in a communication system
US5943425A (en) Re-authentication procedure for over-the-air activation
US6236852B1 (en) Authentication failure trigger method and apparatus
US6023689A (en) Method for secure communication in a telecommunications system
US7181196B2 (en) Performing authentication in a communications system
US5572193A (en) Method for authentication and protection of subscribers in telecommunications systems
US6665530B1 (en) System and method for preventing replay attacks in wireless communication
US20020187808A1 (en) Method and arrangement for encrypting data transfer at an interface in mobile equipment in radio network, and mobile equipment in radio network
EP0915630B1 (en) Strengthening the authentification protocol
US6198823B1 (en) Method for improved authentication for cellular phone transmissions
US20030021413A1 (en) Method for protecting electronic device, and electronic device
EP1348280A1 (en) Authentication in data communication
JPH05508274A (en) Method for authenticating and protecting subscribers in telecommunications systems
JPH09503895A (en) Method and apparatus for authenticating proof in a communication system
CA2282942A1 (en) Efficient authentication with key update
WO2002093967A1 (en) Authentication in data communication
CA2063447C (en) Method for authentication and protection of subscribers in telecommunication systems
CA2343180C (en) Method for improving the security of authentication procedures in digital mobile radio telephone systems
KR100545512B1 (en) System and method for preventing replay attacks in wireless communication
US8296575B2 (en) Method for protecting electronic device, and electronic device
Arora Mobile Cloning: A New Threat of Mobile Phone
KR20180109037A (en) Secure authentication of binary CDMA telecommunication network and drive system

Legal Events

Date Code Title Description
STCB Information on status: application discontinuation

Free format text: ABANDONED -- FAILURE TO RESPOND TO AN OFFICE ACTION