Jury Duty Phone Scam

All, I just recieved an email which circulated from a senior VP at my company. Here is the exact email.
DO NOT DELETE WITHOUT READING!
Jury Duty Scam

This has been verified by the FBI (their link is also included below). Please pass this on to everyone in your email address book. It is spreading fast so be […]

MAGIC FORMULA CHANGES FOR THE WEEK OF 07-21-2008

THESE STOCKS HAVE BEEN DROPPED:
BA
CHH
FIX
FRX
GCI
JCOM
KLAC
LEA
MNST
TBI
TPX
VSEC
THESE STOCKS HAVE BEEN ADDED:
ABC
AVCA
BPT
BVSN
CXR
DTLK
HGG
MSFT
PCU
PDX
QXM
VCLK

Smoked Pepper Halibut

 
Smoked Pepper Halibut

Rated  by 3 people
Rate This   
Rate and Comment
Create a meal idea
100s of main-dish recipes plus suggestions for simple go-with dishes to make a meal complete.
 
4 servings
Prep: 15 minutesMarinate: 30 minutesGrill: 8 minutes
View Nutrition Facts
 
Ingredients

1-1/2  pounds fresh or frozen halibut, swordfish, or shark steaks, cut 1 inch thick
2  canned chipotle chile peppers in […]

How Do I import and iCal .ics file into Outlook

In outlook….Go To
File > Import and Export
 

 
Choose Import and iCalendar or vCalendar file (.vcs)
 

 
 
Now Browse to your .ics file and Click OK!
 

How Do I Import a CSV File into Outlook Caledar

 
Import CSV Caledar into Outlook
 
For this example I am using Outook 2003. You can get your version by going to the outlook menu
Help > About
 
However it should not matter.
 

 
Go to File > Import and Export
 

 
You will get a menu that looks like this. Choose “Import from another program or file”
 

 
choose Comma Seperated Value (Windows)
 

 
 
Now […]

Test of SyntaxHylighter

#!c:\\perl\\bin
#use strict;
use WWW::Mechanize;
use HTTP::Cookies;
use HTML::TableExtract;
use Net::Whois::IP qw(whoisip_query);
use chilkat;
our $count = 0;
my %Whitelist =
(
'67.228.182.163' => 'Xoopit',
'ip.ip.ip.ip' => 'Work'
<code>);

MAGIC FORMULA CHANGES FOR THE WEEK OF 07-14-2008

THESE STOCKS HAVE BEEN DROPPED:
AMSWA
CPSI
NCMI
PDX
PRXI
THESE STOCKS HAVE BEEN ADDED:
CHH
FIX
KLAC
SYX
VRGY

Monitor GMAIL Account Activity Using Perl

As recently noted over at my favorite website lifehacker.com…Google has recently added a nice feature to GMAIL that allows you to see your account activity.
If you scroll to the bottom of you Inbox, you will see something that looks like this.

This really got me thinking. This is a great feature, however its lacking in a few areas.
1) I’d like to know when suspicious activity is occuring. Although the likelyhood is low (that someone is trying to hack in…at least I  think), I’d still like to have alerts that tell me there is an issue.
2)  I’d also like tracking details in case there is an issue, I can try to figure out who it is,and where they are coming from.  Actually, when I first looked at this, I noticed someone or somethign was hitting me from 67.228.182.163. Using my technical efficentcies…I was able to track it back to Xoopit. Another service I found over at lifehacker.com.
The process was basically taking the IP in the activity window and doing a whois lookup. The problem is that the whois, generally returns the ISP. However, luckily there was an RWHOIS available. That pointed me to Xoopit!
Well, from here I decided to write a script that will run every 30 mins, Alert me if something looks suspicious.
It does the following.
1) Logs into Gmail.
2) Pulls up Account Activity Page
3) Parses Page.
4) If IP is not in the whitelist…
a. does a Whois Loopup on the IP
b. generates

5) If the count of suspicious IP’s is > 0. Sends and email using Gmail as SMTP server to whomever cares to know.
HERE IS THE CODE: Use it as you wish. If you have issues or like it, please leave comments.

#!c:\\perl\\bin
#use strict;
use WWW::Mechanize;
use HTTP::Cookies;
use HTML::TableExtract;
use Net::Whois::IP qw(whoisip_query);
use chilkat;
our $count = 0;
my %Whitelist =
(
‘67.228.182.163′ => ‘Xoopit’,
‘ip.ip.ip.ip’ => ‘Work’
);
 
my $capture = GetGoogleActivity();
my $HTML = ParseActivity($capture);
 
print "Count = $count\n";
if ($count > 0) {
DoEmail("GMAIL: Possible Suspicious Activity", $HTML);
}
 
 
 
sub GetGoogleActivity {
###go to login page and login.
my $url = "https://www.google.com/accounts/ServiceLogin?service=mail&passive=true&rm=false&continue=https%3A%2F%2Fmail.google.com%2Fmail%2F%3Fui%3Dhtml%26zy%3Dl&bsv=1k96igf4806cy&ltmpl=default&ltmplcache=2&hl=en";
my $username = "someone@gmail.com";
my $password = "password";
my $mech = […]

MAGIC FORMULA CHANGES FOR THE WEEK OF 07-07-2008

THESE STOCKS HAVE BEEN DROPPED:
AFCE
BIDZ
DFZ
FTAR
IUSA
KLAC
LGTY
SYX
VRGY
WINS
THESE STOCKS HAVE BEEN ADDED:
APKT
HANS
JCOM
MNST
MTW
NVDA
PROJ
RAIL
TRA
UEPS

Import Subscriptions into Google Reader

 1) Go to http://www.google.com/reader (you must have a google  account)
 

2) Click Manage Subscriptions in the feeds pane as seen above.
 
3) Click the Import/Export Tab
4) Browse to the file you want to import
5) and then click Upoad