information security, the outdoors and me RSS 2.0
# Thursday, May 18, 2006

I easily passed the 70-299 exam today!  :)  That makes me a MCSA.  Next month I'm gonna try the "ISA 2004" exam for my MCSA+Security.

Thursday, May 18, 2006 5:50:00 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
tech

Got my GPS yesterday, but had to wait a whole day to play because I HAD to study for my 070-299 MCSE exam (Windows 2003 Security).

Check out this nice map of my first GPS track, my location is not visible.

http://ydns.no-ip.com/blog/track.html

Thursday, May 18, 2006 5:30:07 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Outdoors
# Monday, May 15, 2006

As I prepare to take my 70-299 MCSE exam, I have started geocaching.  Its a nice way to get outside, or something to do inbetween more intensive outdoor activities.  ;)  As many other newer outdoor activities, its eco-light and unlimited in scope.

I encourage everyone to have a fun activity like this that can be played anywhere on the cheap.  So if you travel for work, you can geocache there.  The only cost is a basic GPS device like the Garmin geko 201 ($~120).  That device can be used for any basic GPS needs, such as fishing, hiking, sailing, etc.

I must admit, it is possible to geocache without a GPS device, albeit harder and slower.  (As I can attest to these past 2 days)

Profile for ydns
Monday, May 15, 2006 4:55:01 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Outdoors
# Thursday, April 20, 2006

I was a little worried about this one, but I thought I did great on the test.  Not exactly  ;)  Next up 070-299!  This next one will give me my MCSA.  Then I'll step thru certifications until I reach my goal of MCSE: Security.

Thursday, April 20, 2006 8:04:46 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
tech
# Friday, March 24, 2006

I just passed my 070-290 exam - "Managing and Maintaining a Microsoft Windows Server 2003 Environment"

I'm looking to schedule 070-291 for later next month but I hope to be able and move it up.

 

Friday, March 24, 2006 5:12:36 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
tech
# Thursday, February 23, 2006

When I got Paint.NET (which rocks by the way), I went crazy making stuff.  Here is a wallpaper that I use. Click to download.

Thursday, February 23, 2006 10:54:04 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
Fun

I'm halfway through my core exams!  I rocked the XP exam.  I'm gonna start moving quicker on my exams.  I can do one a month.  So I get to brag and put this logo up again.  :)

 

Thursday, February 23, 2006 10:36:40 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
tech

I made this a couple of years ago.  I rather like it for its simplicity.  The topic is evident, but not blatent.

Thursday, February 23, 2006 10:29:35 PM (Eastern Standard Time, UTC-05:00)  #    Comments [1] -
Fun
# Sunday, January 22, 2006

So recently I been reading about Windows privileges and all the concern about privilege escalation.  Privilege escalation is a "feature" where a user/process may obtain a Windows privilege not currently held via a special request or change to an account.  This is something I've looked into before, but I think its more important today then ever.
 
Here's a great resource for this (Aaron Margosis' blog).  He provides tools, articles and a wiki!  I have used PrivBar and MakeMeAdmin.
 
 
It should be well known by now the concept of Least Privilege is a key pillar in the realm of security.  This means you should only have the rights to do what you need to and no more.  Unfortunately we usually find 1 reason to use admin rights on computers and decide to keep things easy by always running as admin.  Bad idea!
 
What we all should be doing is using a regular user account that has been granted the necessary privileges/permissions to use the computer as we need.  So start by creating/changing an account on your computer to be a regular user.  Then try to perform everything you need to as this account.  When you have issues, determine what they are and grant them with as little extra rights granted.

If you use PolicyMaker Application Security (a free install for local use) to disable all Windows privileges for iexplore.exe, you will protect your self from malware that tries to modify the system using privileges.  Now, that isn't all that helpful, but you have revoked the web browsers ability to do things on your computer that it shouldn't be able to.  That is the essense of Least Privilege.
 
So besides locking down application privileges, you can do lots of other stuff with PolicyMaker such as escalate your privileges for those apps that can't run as a regular user.  This is very nice.  So you can set your account as a regular user and proceed to identify those apps that have issues and place them into your local group policy to work correctly.
 
 
 
fyi - I did have some issues on my computer that I thought revealed an odd dependency of IE on privileges, but it appears I was wrong.  I'm concerned over what I saw, but I can't explain it.
 
Sunday, January 22, 2006 10:04:08 AM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
tech
# Monday, January 09, 2006

So what about IPSec is hot, other then the fact you can script it?  Well in a enterprise environment you can deploy it in Group Policy.  Now that is a pretty cool way to protect your network.  So you can use IPSec to protect traffic between trusted hosts.  The easiest scenario is to setup IPSec between domain computers.  Once Group Policy refreshes on a client computer they implement whatever IPSec policy is deployed to it.  In a workgroup environment you can still use IPSec for protecting your network, but it is more manual effort.

Not only can you deploy IPSec policies to computers using Group Policy, you can also deploy dynamic IPSec policies to the same computer at the same time.  Now dynamic IPSec policies are the same thing only they don't stick after a reboot or IPSec is restarted.  This makes them handy for testing a setting, you can just reboot (or restart IPSec) to undo it. 

So deploy a baseline IPSec policy to everyone, then use script to deploy dynamic IPSec policies at startup.  That way you can quickly deploy IPSec protection without a way to back out.

The key thing to remember about applying an IPSec policy using Group Policy is that you can only have one policy - the last one that applies.  Similiar to a specific Group Policy setting.  The IPSec Policies don't merge into one big policy as Group Policy is enforced onto a computer.

Microsoft IPSec FAQ

Important things to consider regarding IPSec and tradeoffs.

Microsoft article on how to assign Domain based IPSec policy

Microsoft article providing an outline of reasons to use IPSec.

Example scripts and reasons to use IPSec to protect your systems

Example scripts for protecting against a specific security concern (WINS exploit)

Go read my other article on IPSec (sample scripts and IPSec policy files)

Monday, January 09, 2006 8:56:01 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0] -
tech
Categories
Archive
<May 2006>
SunMonTueWedThuFriSat
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910
Blogroll
About the author/Disclaimer

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

© Copyright 2009
ydns
Sign In
Statistics
Total Posts: 68
This Year: 1
This Month: 0
This Week: 0
Comments: 3
Themes
Pick a theme:
All Content © 2009, ydns
DasBlog theme 'Business' created by Christoph De Baene (delarou)