Skip to main content

Identity Theft

A relative asked me if I was concerned about identity theft. Anyone in the world can access my blog which has pictures and descriptions of my life. So, I have decided to post this agreement which you must accept before continuing:



  • I promise not to use any information on this blog to steal Joseph Fluckiger's Identity.
[I accept] [I decline]


Ok, so that's probably as effective as the Microsoft software agreement which no one I know has ever read, not even my dad who is a lawyer.

Seriously, identity theft is real and I don't want it to happen to me or you. So I'll tell you what I know about it and how to prevent it and also identify it early so you can mitigate the consequences if it does happen.

Identity theft I think can be summed up as: Someone taking out a loan with your social security number. That's it, that is what identity theft is. If someone has a picture of me, or knows what my son's name, or knows that I used WD-40 over a camp fire last summer, it doesn't help an identity thief. Because when you take out a loan, they don't ask those things. They main thing they want to know is your social security number.

Never-the-less I do use caution in what I post to my blog. I won't post my birthday, or my address or my home computer's IP address for example. So I will be careful not to post those things on my site. But by far the main thing is the Social Security Number (SSN).

These are steps I take to protect myself:
  1. I cancelled my extra credit cards. I only have one, and it is an ATM/Visa card. I audit the trasactions several times each week.
  2. I don't fall for phishing scams. "Phishing" is when you get an email that looks like it is from a legitimate source and it really isn't, and they ask you to enter in your password or other sensitive information into their fake website. Always check the domain name after the "http://" if it says http://bankofamerica.com, you are ok, if it says http://bankofamerica.somefakedomain.com you are not ok.
  3. I use paypal instead of a credit card as much as possible. With a credit card, anyone with your credit card number can take your money, with Paypal you have to send money to the merchant.
  4. ****important: check your credit report regularly. Watch for suspicous activity. They changed the rules specifically because of identity theft so that now it is free to get your own credit report once per year. This is how you will identify identity theft, it will show up as new loans/credit cards on your credit report, followed by lots of bad ratings.
  5. My password that I use for every website and bank account is "doublecheeseholdtheonions", which no one would ever guess. Ok, joking aside, I use punctuation in my passwords and that's all I'll tell you about my passwords because this is a public forum. Call me and we can chat about password strategies. More and more passwords are your identity.
  6. I use biometric authentication for my computers. That's a fancy word for fingerprint reader. It is reliable, and it works only for my finger. (I think we'll see bio-id built into most computers and electronic devices in the future. Your voice, fingerprint and passwords, and behavior will contribute to "evidence" which can reliably establish identity and flag impostors)

The dependency we have in the US on the Social Security number is seriously flawed. Lots of organizations use your SSN to identify you because it is easy. Your health insurance company uses it. (They are trying to shift away from SSN, but legacy systems still use it heavily) Funny story: my first BYU ID in 1998 had my SSN posted on the front of it for anyone to see, they have changed this practice fortunately. So these are the places you need to worry about your SSN being stolen from, because there are a lot of hands through which your SSN will pass. I know, because at a previous job, I had a database of SSNs. There really isn't anything you can do to prevent these things, so that's why step 4 above is important.

Interesting story: Sarah's classmate had her identity stolen. Someone was able to get her social security number. And they were able to take out several loans and credit cards. Sarah's class-mate didn't find out what had happened until she went to take out a credit card and it got denied because her credit was bad. So now she is having to go through this long, painful, paperwork intensive process of verifying her identity, and cleaning up bogus activity. Meanwhile, they are not going to restore her credit because they are trying to watch to see if the thief is going to make a move and get caught.


The research I did for this blog was really interesting, and I feel empowered against an otherwise fuzzy, ominous, evil concept. My conclusion is that blogging is safe. If I were running for govenor, I might be wary of arming my advesaries with incriminating evidence, but I don't plan on that. I have an action plan, so identity thieves, you'd better pick on someone else because this the the blog of Fort Knox.


-Joseph Ft. Knox Fluckiger

Comments

Anonymous said…
Here is a good article defining identity theft:

http://en.wikipedia.org/wiki/Identity_theft
Anonymous said…
This is the real Sarah Fluckiger...
My identity, apparently, was used by someone else to post the previous comment.
So, this tip should be added to Joseph's list:
*Don't tell your spouse your passwords! :)

Popular posts from this blog

How to Create and Run Tableau Bridge on Linux Containers

Tableau Bridge is now availble on Linux Containers. Yay! Now what does this mean and how do I build and run Linux Containers? We will discuss the advantages of running Bridge on Linux Containers the steps to build them, and finally, we will provide some automation script ideas for monitoring and scaling Linux Bridge agents. Tableau Bridge Today Until recently, Tableau Bridge was only available as a Windows application running on a Windows VM. It supported only one bridge agent per Virtual or Physical Machine. Advantages of Bridge in Containers Better Hardware Utilization: Linux containers are more efficient than Windows VMs, requiring only about 1/50th of the disk space. Ability to Spin Up Multiple Bridge Agents: With Linux Containers, it becomes easier to spin up multiple bridge agents on a single machine, improving scalability and resource utilization. Infrastructure Automation: Linux Containers enable easier automation of provisioning bridge agents and upgrading Tableau Bridge, the...

RAM Disks do not speed up Visual Studio

  The limiting factor for Visual Studio is disk IO. I got a tip to speed up Visual Studio from Channel 9 by creating a RAM disk which sounded like a great idea. However, when I ran a thorough set of tests, I found that the performance difference between the Ram disk and the hard disk were not appreciably different. This was a big surprise since RAM is 240,000 times faster than disk (see my previous blog post). But the reason is because Visual Studio and Vista do a lot of caching. So compile times for the same project in RAM disk and on hard disk were pretty similar. I also tested the time it took to search the entire solution for a word, and times to open a solution. There was no discernable difference!   If you still want to try it out and create your own RAM disk, you can download a simple RAMDISK.EXE utility to create a RAM disk in just a few minutes. What is a RAM Disk ?   Ramdisk is a virtual drive created in RAM.   Performance Analysis Creating f...

SpreadsheetGear vs. SyncFusion vs. ComponentOne

I conducted a three month analysis comparing three top spreadsheet controls for .NET application developers: SpreadsheetGear , SyncFusion Spreadsheet , and ComponentOne Spread.NET . The definite winner was SpreadsheetGear, with ComponentOne Spread.net in second. SpreadsheetGear provides the most Excel-like experience, is the most performant, and provides the most responsive and capable product support. I build a reporting engine for my company and SpreadsheetGear made it awesome. Our customers have been very pleased. I wanted to share my extensive analysis with any other developers out there trying to find the right spreadsheet control for their .NET application.   Comparison Spreadsheet gear grid goes to 1 million! Wow. (SyncFusion goes to 500 by default, ComponentOne goes to 60k) SpreadsheetGear is an older control which has been around for a while. It is built by the same guys who built Formula1, so they have been doing spreadsheets for many years. Sp...