Posterous theme by Cory Watilo and modified by ScaryHouse

Filed under: tips/tricks

Don't Bank on Windows...

Brian Krebs, security journalist for the Washington Post and Security Blogger at KrebsOnSecurity, http://www.krebsonsecurity.com/ suggests using a Linux "Live CD" on your PC to do your banking instead of your Windows OS.

Brian says, "An investigative series I've been writing about organized cyber crime gangs stealing millions of dollars from small to mid-sized businesses has generated more than a few responses from business owners who were concerned about how best to protect themselves from this type of fraud.

The simplest, most cost-effective answer I know of? Don't use Microsoft Windows when accessing your bank account online."

Toward the end of the article Brian adds, "Of course, a Mac computer would probably work just as well, (as a Linux Live CD) but the focus here is on Windows users who may be looking for a cheap way to harden their existing setup to avoid malicious software."

I say, why not just get a Mac in the first place?"

You can read the whole article at The Washington Post's website:

KickYouTube Lets You Download Videos Without Extra Software or Hassle - Lifehacker

KickYouTube Lets You Download Videos Without Extra Software or Hassle


KickYouTube is one of the simplest solutions for downloading YouTube videos we've reviewed at Lifehacker. So simple that if you can find YouTube videos you like and type the word "kick" you're in business.

The mechanism is web based and very straight forward. When you're watching a YouTube video that you would like to download for archiving or later perusal, simply add the word "kick" to the URL immediately in front of the word youtube. For example if you wanted to download the Merlin Mann video we suggested as weekend viewing to throw on your iPod for a subway commute, you would do the following:

Load the URL for the video in your browser:

http ://www.youtube.com/watch?v=uOgHE5nEq04

Insert the word "kick" between the www. and the youtube.com section of the URL:

http://www.kickyoutube.com/watch?v=uOgHE5nEq04

That's it! After you send that URL, the page will reload with the KickYouTube toolbar at the top of the screen, as seen in the screenshot above. From there you can download the file from YouTube as an FLV, MPG, MP3, and even HD MP4. Note: going to the KickYouTube website directly will just give you a video demonstration on how to use the service, to actually engage the toolbar and begin grabbing files you have to find a YouTube video you want and insert the "kick" into the URL of the video. For another simple and cross platform method of downloading files from video sharing sites, check out All-In-One-Video Bookmarklet.

Google Notifier Application...

I am slowly migrating to using Gmail as my primary email client instead of Apple's Mail application.

One thing that has been holding me back is that, as you may know, I send out a lot of links to interesting articles through email.

Mail.app is set to be my default email client so, in my browser when I pull down from the file menu and select Send Link to this Page... Apple's Mail.app opens.

How would I select another app for this? Gmail is a webclient not an on board app... Well, Google has fixed this with Google Notifier.
http://toolbar.google.com/gmail-helper/notifier_mac.html

I downloaded and installed the application. Opening the app asks you for your Google email and password. I put in my Kinnschools email address. It shows up as a Mail and Calendar icon in the menubar.

Then I just went to Apple's mail app and pulled down from the Mail menu to Preferences, picked the General tab and selected Google Notifier as my default email application.

I then closed Apple's Mail.app and pulled it off my Dock. I don't think I'll be using it much from here on out.

I'm living in the cloud, man...

DropBox - Get DropBox!!!

I use this great, free service to sync files between my home computer, work computer and iPhone.
It's seamless. I place files in the DropBox folder, and they automatically sync between all three machines.
The files are also stored securely "in the cloud" so with a username and password I could access them from any computer, anywhere.

You and I will both get a little more space if you like the service and start using it, so give it a shot.
Check it out, and let me know what you think:
https://www.getdropbox.com/referrals/NTc4MzAxMjk

PaulDotCom: Archives

Top 5 Mac OS X Security Tips

Paul Asadoorian
on August 6, 2008 5:47 PM |

For a segment on the Typical Mac User Podcast I was asked by the host, Victor Cajiao, to discuss the security (or insecurity) of Mac OS X and some defensive measures. I came up with 5 things that I believe are most important in terms of security, and really they can apply to any operating system.

Encrypt Your Data

Whether you use TruCrypt, the built-in File Vault, or even PGP, encryption is important. If malware were to get on your system, well, yeah they could most likely grab the key to your encrypted data. However, if your system gets stolen, you'll be glad that you have it. I tend to shy away from full-disk encryption, simply because I am afraid of losing any flexibility during backup and recovery. While I know it is technically possible, I am still skeptical. I do find that the built-in encrypted file system is a great way to protect my data. I use Disk Utility (Applications -> Utilities -> Disk Utility) to create DMG image files that have an encrypted file system. Once in Disk Utility I go to File -> New Blank Disk Image and configure it as follows:

diskutility.png

Once you click create, you will be asked to provide a password, which will need to be entered each time you mount the volume:

diskutilpass.png

An important thing to note is that I have chosen NOT to store this password in my keychain. If my machine becomes compromised I do not want the password for this file to be stored anywhere on the system, even in the keychain. I tend to store my sensitive documents and files, such as my business documents (proposals, reports) and any sensitive files (such as SSH keys, PGP Keys) on these encrypted values. Of course, if you store SSH and PGP keys, you will need to adjust your configuration to point to the DMG file path (/Volumes/) and have the volume mounted for it to work.


Use Strong User Authentication


While two-factor authentication would be best (such as a finger print reader or smart card), most often just tuning the default settings can greatly improve the security. For example, in OS X make certain that you set a password on your screensaver, and use a hot corner to activate it. Hot corners can be found in System Preferences -> Desktop & Screensaver -> Hot Corners button. To enable a password on your screensaver go to System Preferences -> Security -> General tab:

usersettings.png

I always check the box next to "Require password to wake this computer from sleep or screen saver", which, well, is pretty self explanatory. I also disable automatic login, so users must enter the password in order to login to the system when it first starts up, I disable the remote infrared receiver, and use secure virtual memory. I don't like to use the infrared because I don't believe it can stop someone else from controlling my Mac using their remote. The authentication is, at best, weak, and could be easily defeated. I like to use secure virtual memory to prevent malware from diving in and looking at my passwords that might be stored in virtual memory. This may or may not be able to prevent it, but hopefully I've raised the bar by checking this option without having a negative impact on performance.

Don't Run With Administrative Privileges

I believe this is an important step to securing your operating system, especially OS X. While it does not prevent many targeted attacks (for example, on penetration tests I can typically collect the information I need without administrative privileges), it can help defend against malware by not letting malicious programs access restrict areas of the system and do some of the more evil things, like access kernel extensions. First, you must create an admin user (You can call it "admin" if you like) and be certain it has administrative priviliges. Then go to System Preferences -> Accounts, highlight your account (NOT the "admin" account) and uncheck "Allow user to administer this computer".

TIP

Did you know that using the Terminal application you can gain access to the administrative functions using sudo command? Its easy, simple open the Terminal application and then type sudo then a command. For access to the command shell as admin (or root) simple type sudo -s. It will ask you for your password and then grant you access to the System with the highest privileges available.

Keep Your Software Up-To-Date

This is probably one of the most important things you can do to secure your system. Applying patches hits the bottom line most directly when it comes to security, it patches the software that is broken/vulnerable. However, this is not your cure-all solution for everything. Some vulnerabilities do not require software to be vulnerable to a patchable bug (such as weak passwords, or protocol attacks). However, it never hurts to have your system check frequently for updates by going to System Preferences -> Software Update and setting "Check for updates" to "Daily" and checking "Download important updates automatically.

osxsoftwareupdates.png

Enable The Firewall

While some may say its "so 90's", a firewall is still an essential part of your defense. It keeps out the unwanted network traffic, which can make it more difficult for attackers to compromise your machine when on wireless networks especially. On these wireless networks attackers could be on the same network segment as you, and without a firewall you are giving them access to your machine. There are many services in OS X that can be abused, for example Bonjour has a long history of being very noisy and insecure. This presents another problem however, the OS X firewall typically allows protocols such as Bonjour to operate! My suggestion depends on your technical ability. If you are a typical mac user (like the pun?), then you might try simply going to System Preferences -> Security -> Firewall and clicking "Allow only essential services". For the more advanced users, I recommend taking a look at Bastille UNIX, a great project that will help you lock down OS X and create the most secure and comprehensive firewall ruleset. The firewall in OS S is a slippery slope, and has a history of problems and ways around the defenses. However, it can't hurt to enable it to stop the more obvious and less sophisticated attacks, leaving you to deal with some of the more advanced ones.

Resources


I was listening to Paul Asadoorian's interview on the Typical Mac User Podcast and thought it was a great interview. This article on Paul's site really drills down to the meat of the interview and is a good read for any Macintosh user.

We Mac users sometimes get to comfortable and complacent in our computer usage. We really feel comfortable and "at home" in our Mac environments and we hardly think of anyone intruding in our space!

Let's not forget, as Mac's become more popular, they become more popular as targets of malicious activity, as well.

And it's not only the sophisticated hacker or virus builder we need be concerned about; A very unsophisticated criminal can steal your laptop, or break into your home and steal your computer.

In this regard Mac and Windows computers are equally vulnerable. Let's take some precautions and protect our data, everyone!

Where oh where do my posterous go...?

Some people may know that I'm experimenting with a great service called Posterous.
 
It is a simple web based blogging application that allows me to post to several social networks and blog spots at one time.
What I like about it is, all I have to do is send an email. I can even send email and photos from my iPhone, where ever I'm at. Whatever I send; text (of course) photos, video, whatever, gets posted to all my networks.
 
This post, for instance, i didn't have to go sign in to some web interface to write it. I'm writing it in my email client. It will be sent to my Posterous blog, my WordPress blog, my Twitter account, my Facebook account, and, if I add a photo, my Flickr account. All in one shot.
There are ways to 'direct' your posts so they only go one, or just a few of your accounts. There are several settings that allow you to tailor how your content gets posted to different accounts, etc. Right after you send, you get an email notification that you have posted. You get links to view and edit the post you've just sent. It's really terrific.
 
I just wanted you to know about Posterous. It's the simplest way to start a blog, or post to all of your existing blogs and networks at once.
Check out: http://posterous.com/

My First Blog Post. Testing... testing...

Well, this is just a test of Posterous.
Posterous allows me to blog via email, which is nice, since that's how I like to do it. I don't like messing with different "web interfaces."
Posterous also allows me to simultaneously post messages to Facebook, Flickr, Twitter and a host of other networks.
 
I can add hyperlinks, photos, video, music etc. just as I'd add them in an email message, but Posterous changes formats and resizes files if necessary for each network and posts to each.
If my message is too long, for say a Twitter entry, Posterous posts as much as possible and provides a link for readers to continue reading on my Posterous blog site.
 
I hope it works as promised.
If you're interested let me know, and I'll post the results.