Skip Links

Network World

  • Social Web 
  • Email 
  • Close

Preventing identity mega-theft

Tips for reducing risk of identity theft
By Andreas M. Antonopoulos , Network World , 04/12/2005
Andreas Antonopoulos

While companies say they collect information on consumers to better serve them, the worst disservice they can do is to inadvertently expose customers’ private information. Every few weeks it seems that another huge number of credit cards or Social Security numbers (SSN) is stolen from a database. Consumers are understandably furious - they can buy shredders to make sure they’re not putting their private data out there, but what can they do when their data is mixed with millions of records in a poorly secured database?

There are several things data center managers can do to protect customers’ identities. The simplest solution of course is to not collect information that you don’t really need. If you want to be able to find a customer quickly, a phone number will often suffice - you do not need to store an SSN. Pet’s names, high school names and favorite colors can be used instead of birthdates or mother’s maiden names. No database is guaranteed to be secure, no matter how many security tools or precautions you use. Assess the risk of storing each individual piece of data against the benefits, and try to find less risky alternatives.

If you must store an SSN for verification, then perhaps you can store it as a one-way-hash (see Peter Wayner’s “Translucent Databases,” in related links below). Instead of storing 123-12-1234, you convert it to a one-way-hash of 23F5A1C2 and store that instead. Now, if you need to find someone, you ask for their SSN, convert it (once) and search on the index of one-way-hashes. If you need to verify their SSN, ask for it and then just check if its one-way-hash matches 23F5A1C2. Do you ever need to retrieve the actual SSN itself, or are you only using it as an index key?

Encrypting actual data in a database, unlike one-way-hashes, can involve some significant computational overhead. Furthermore, it requires careful key management to avoid data loss. If you want to pursue such an approach, it is best if you use a front-end encryption device that transparently encrypts and decrypts. Beyond improved performance, hardware-based database encryption products such as Ingrian’s DataSecure appliance provide key management and recovery.

Finally, if you can’t protect each individual record you can at least protect against mega-theft by fine-tuning the database permissions. A database access control and monitoring product such as Guardium’s SQLGuard can filter and selectively block SQL statements that do not match a pre-defined policy, or detect transgressions and alert your security team. After all, even you database administrators don’t often need to do “SELECT * from CREDIT_CARDS” (a bulk retrieval of sensitive data).

Partner Content

Explore the Ultrium Edge

The powerful tape technology can address data security with tape encryption as well as long term data protection.

Find out more

Disk and Tape Square Off

Discover what disk and tape really cost -- and which solution provides lower total cost of ownership and optimizes energy use for your organization

Download the White Paper

Don't Fall For The Myths

The Clipper Group explores the truth behind the myths of tape, digging into the misconceptions in the disk vs. tape debate.

Download the White Paper

Will You Add Tape Too?

Over two thirds of disk-only users look to add tape back into storage infrastructure according to recent survey.

Download Survey Information

Comment
Login
Forgot your account info?
Add comment
Anonymous comments subject to approval. Register here for member benefits.
Have a NetworkWorld account? Log in here. Register now for a free account.

Videos

rssRss Feed
Get instant email notification when white papers, webcasts, executive guides are added to our library. Stay informed and up-to-date with the latest on IT Technologies with Network World's Resource Alerts.

Whitepapers

Advancing the Economics of Networking

Aging network systems and old habits have dictated how businesses spend their IT budgets. As a...

Implementing HA at the Enterprise Data Center Edge to Connect to a Large Number of Branch Offices

This paper reviews the problem of creating a network where the dynamic availability of services is...

Enterprise Data Center Network Reference Architecture

Using a High Performance Network Backbone to Meet the Requirements of the Modern Enterprise Data...

Webcasts

PoE Plus: Impact on the PoE Market

The standard for Power over Ethernet (PoE), IEEE Std. 802.3af(tm)-2003, advanced networking,...

Harnessing the power of communications to increase workplace performance

Due to the convergence of IT and telecommunications technologies, the business workplace has been...

Stay out of the headlines: Detecting and preventing network intrusions

How do YOU stay out of the headlines? There is no denying that risk exists in our computer-driven...

Special Reports

How to lower software costs, complexity

Discover how Software as a Service is the economical alternative to expensive on-site software,...

IT Buyer's Guide To: Data backup and Replication

Learn the latest on Data backup software tools that allow professionals to safekeep their data...

Bringing IT Operations Management to Open Source and Beyond

Learn how to cost effectively and efficiently manage your open source environment in this...