Difference between revisions of "Information security"

From Imperial Wiki
Jump to navigation Jump to search
Line 40: Line 40:


Furthermore, some of R2-D2's computer "hacks" may not be indications of poor security measures.  Shutting down dangerous machinery, like garbage compactors and droid assembly lines<ref>''[[Star Wars: Attack of the Clones]]''</ref>, might have minimal authorization requirements by design, allowing any worker to shut down the system in the event of a safety issue.  Also, it is fairly conclusive that [[Darth Vader]] wanted Leia to be rescued in order to learn the location of the rebel base. As such, some of the information R2 obtained from the Death Star computer may have been deliberately left unprotected for him to discover with relative ease.
Furthermore, some of R2-D2's computer "hacks" may not be indications of poor security measures.  Shutting down dangerous machinery, like garbage compactors and droid assembly lines<ref>''[[Star Wars: Attack of the Clones]]''</ref>, might have minimal authorization requirements by design, allowing any worker to shut down the system in the event of a safety issue.  Also, it is fairly conclusive that [[Darth Vader]] wanted Leia to be rescued in order to learn the location of the rebel base. As such, some of the information R2 obtained from the Death Star computer may have been deliberately left unprotected for him to discover with relative ease.
Officers in the Imperial armed forces all carry on their person one to four code cylinders that they seem to use in order to be able access systems from what ever work station that they are operating from.  In many of the Star Wars computer games these cylinders take on the function of keys opening locked doors once they are acquired.  They also have electronic combination locks that are used to secure high level systems, vaults and systems. 


The nature of Star Wars computer networks may also change the nature of computer "hacking".  Like droids, central computers seem to be [[artificial intelligence|AI's]], so obtaining access or information from them may be more like social engineering than actual "hacking".  For example, the computer system of [[Cloud City]], knowing that the city administrator [[Lando Calrissian]] was attempting to escape on the ''[[Millennium Falcon]]'', '''volunteered''' information about the state of the ship's [[hyperdrive]] to R2-D2<ref>''[[Star Wars: The Empire Strikes Back]]''</ref>.
The nature of Star Wars computer networks may also change the nature of computer "hacking".  Like droids, central computers seem to be [[artificial intelligence|AI's]], so obtaining access or information from them may be more like social engineering than actual "hacking".  For example, the computer system of [[Cloud City]], knowing that the city administrator [[Lando Calrissian]] was attempting to escape on the ''[[Millennium Falcon]]'', '''volunteered''' information about the state of the ship's [[hyperdrive]] to R2-D2<ref>''[[Star Wars: The Empire Strikes Back]]''</ref>.

Revision as of 00:26, 21 February 2013

Information security is the intentional process of protecting stored information from unauthorized viewing or use. Proper information security procedures protect the following properties of information stores or sources:

  • Availability: authorized users are able to access the information when they need it.
  • Confidentiality: unauthorized users can not gain access to the information.
  • Integrity: the information is protected from unauthorized modification or destruction (intentional or accidental).

Proper information security involves all of the following considerations:

  • Environment controls: Physical protection of information stores from intruders, natural disasters, etc.
  • Interface controls: Limiting the means of connecting to the computer network and its data stores to known, guarded pathways.
  • Authentication controls: Identifying users attempting to gain access to information. There are three major methods.
    • Tokens: The user possesses a physical object that identifies him or her to the system.
    • Passwords: The user knows a secret word or phrase for identification.
    • Biometrics: The system recognizes a physical attribute of the user, such as a fingerprint.
  • Authorization controls: Verifying that users have the appropriate permission to perform the tasks they attempt.

Information security in Star Trek

Federation starships store virtually all information in a central computer system. This system relies primarily on voice-recognition (a biometric method) to authenticate users, although users may also set personal passwords to further control access to sensitive data or computer functions (a practice that became common after the events of TNG "Brothers", see below).

The Federation has repeatedly demonstrated unreliable information security protocols.

  • In TNG "The Hunted", Roga Danar was able to disable a security force field by disabling one of the ship's security personnel and using the guard's communicator (a security token) to order the computer to drop the force field. Roga Danar was also able to access consoles in the ship's engineering section to reroute power to transporters and to determine where to plant a bomb to disable the Enterprise-D's sensor network, even though he lacked legitimate user credentials.
  • In both TNG "Contagion" and TNG "Masks", alien computers were able to upload code to the Enterprise's computer, which then executed the untrusted code.
  • In TNG "Brothers", Commander Data was able to seize control of all of the Enterprise's command functions by mimicking the voice of Captain Picard.
  • In TNG "Conundrum", an alien Satarran was able to alter the content of the ship's database to mislead the crew into attacking the Lysians.
  • Federation starships are known to allow remote access to their command functions via a prefix code that can be transmitted from other starships, and remote commands can actually override orders issued from the target starship's bridge. Why the Federation would include such a dangerous feature in their warships is unclear.
  • In the Voyager episode, "Investigations", Neelix is able to unlock someone else's workstation with just a voice command.

Collectively, these failures indicate poor interface controls and inadequate authentication controls; the Federation's authorization controls have generally been successful. The failure of the Federation's authentication protocols is surprising, since they have the technology to simultaneously implement all three of the major authentication methods with ease, and such a combined approach would make their systems much more secure.

Many of the Federation's neighbors have similarly shown incompetent security measures.

Information security in Star Wars

The access protocols for Republic and Imperial computers are not clear, but their primary weakness seems to be inadequate authorization controls for low priority systems.

  • The astromech droid R2-D2 was granted access to the Death Star's computer network without legitimate credentials, but he was denied access to some information. For instance, he could remotely deactivate the station's garbage compactors, but he could not remotely cut the power to the station's tractor beams (although he could determine where to disable them manually).
  • Similarly, R2-D2 was able to determine that Leia Organa was a prisoner on the station and where she was being held, but he could not locate an exit from her cell block other than the main entrance, and he admitted that much of the information he sought was restricted.[1]

Taken together, these incidents indicate that Imperial networks have "guest" accounts that provide unnecessary access to some systems, and a proficient hacker can exploit these accounts.

It may be worth noting that R2-D2 has been allowed to operate for decades without a memory erasure. This may have allowed the droid to accumulate an exceptionally large store of cracking tools and techniques, something that his various owners (Padmé Amidala, Anakin Skywalker, Bail Organa, Leia Organa, and Luke Skywalker) have probably encouraged.

Furthermore, some of R2-D2's computer "hacks" may not be indications of poor security measures. Shutting down dangerous machinery, like garbage compactors and droid assembly lines[2], might have minimal authorization requirements by design, allowing any worker to shut down the system in the event of a safety issue. Also, it is fairly conclusive that Darth Vader wanted Leia to be rescued in order to learn the location of the rebel base. As such, some of the information R2 obtained from the Death Star computer may have been deliberately left unprotected for him to discover with relative ease.

Officers in the Imperial armed forces all carry on their person one to four code cylinders that they seem to use in order to be able access systems from what ever work station that they are operating from. In many of the Star Wars computer games these cylinders take on the function of keys opening locked doors once they are acquired. They also have electronic combination locks that are used to secure high level systems, vaults and systems.

The nature of Star Wars computer networks may also change the nature of computer "hacking". Like droids, central computers seem to be AI's, so obtaining access or information from them may be more like social engineering than actual "hacking". For example, the computer system of Cloud City, knowing that the city administrator Lando Calrissian was attempting to escape on the Millennium Falcon, volunteered information about the state of the ship's hyperdrive to R2-D2[3].

Notes