<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>The Ramblings of a Security Professional</title>
	<atom:link href="http://ownlife.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ownlife.wordpress.com</link>
	<description>ownlife: a repository for my current thoughts</description>
	<lastBuildDate>Sun, 15 Apr 2007 17:11:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ownlife.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>The Ramblings of a Security Professional</title>
		<link>http://ownlife.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ownlife.wordpress.com/osd.xml" title="The Ramblings of a Security Professional" />
	<atom:link rel='hub' href='http://ownlife.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Is DoS a vulnerability?</title>
		<link>http://ownlife.wordpress.com/2007/04/15/is-dos-a-vulnerability/</link>
		<comments>http://ownlife.wordpress.com/2007/04/15/is-dos-a-vulnerability/#comments</comments>
		<pubDate>Sun, 15 Apr 2007 17:11:54 +0000</pubDate>
		<dc:creator>bockel</dc:creator>
				<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://ownlife.wordpress.com/2007/04/15/is-dos-a-vulnerability/</guid>
		<description><![CDATA[The latest round of Microsoft Word 2007 issues has triggered one of my rants&#8230; namely, is denial of service (DoS) a vulnerability? Let me begin by stating that DoS is not a vulnerability &#8212; it is a result; it is an effect of an underlying issue. The fact that a DoS occurs may be an [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=9&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9016279">latest round of Microsoft Word 2007 issues</a> has triggered one of my rants&#8230; namely, <em>is denial of service (DoS) a vulnerability?</em></p>
<p>Let me begin by stating that DoS is <strong>not</strong> a vulnerability &mdash; it is a <strong>result</strong>; it is an effect of an underlying issue. The fact that a DoS occurs may be an indication of a vulnerability. A long input string leading to a crash may stem from a failed buffer overflow that is exploitable under the correct conditions. Malformed TCP packets that cause the network interface to lock up, may be caused by an invalid memory allocation or a NULL pointer dereference, either of which may be exploitable.</p>
<p>Now, back to the <a href="http://www.avertlabs.com/research/blog/?p=253">Word 2007 DoS 0day claims</a>. The so-called MS security-guru David LeBlanc <a href="http://blogs.msdn.com/david_leblanc/archive/2007/03/19/finally-starting-a-blog.aspx">touts these claims</a> as <a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;articleId=9016401">&#8220;security features&#8221;</a>. Word crashed due to a protection mechanism that causes a crash instead of allowing for a possible exploit. Nobody is going to argue that a crash is much preferred over an exploit, but people, such as myself and <a href="http://www.computerworld.com/blogs/node/5360">ComputerWorld&#8217;s Frank Hayes</a>, will argue that DoS should be classified as a security concern.</p>
<p>LeBlanc claims that crashes and DoS conditions fall into one of three categories:
<ol>
<li>&#8220;Your code blew up, and you&#8217;re about to get 0wn3d. Yup, it&#8217;s exploitable, and the customers are not going to be happy.</li>
<li>Your code blew up, and maybe it is exploitable, maybe not.</li>
<li>Your code blew up, and you meant it to blow up, and it&#8217;s clearly not exploitable.&#8221;</li>
</ol>
<p> And states that 0days fall into the third category and are unexploitable.</p>
<p>Hayes points out that a crash could lead to further, systemic issues. For example, researchers have found exploits (e.g., <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3648">CVE-2006-3648</a>) regarding the exception handling in other MS products (see <a href="http://uninformed.org/index.cgi?v=4&amp;a=5&amp;t=sumry">Exploiting the Otherwise Non-exploitable on Windows</a>). So, just because a bug (or &#8220;feature&#8221; in MS lingo) isn&#8217;t exploitable, it still may have a security impact.</p>
<p>Also, I would like to call into account Microsoft&#8217;s own history regarding &#8220;unexploitable crashes&#8221;. For example, the <a href="http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2005-1790">Javascript window() issue in IE</a> was publicly reported as a DoS in <a href="http://marc.info/?l=bugtraq&amp;m=111746394106172&amp;w=2">May 2005</a> and was ignored by MS, until being <a href="http://www.securityfocus.com/archive/1/archive/1/417326/30/0/threaded">reported as exploitable in November 2005</a>. It was finally patched in <a href="http://www.microsoft.com/technet/security/bulletin/ms05-054.mspx">MS05-054</a> in December 2005.</p>
<p>Finally, in a comment to MS, exactly how are researchers suppose to know the exploitability of your code? With everything being closed source, we cannot tell if such issues are anything beyond a denial of service.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ownlife.wordpress.com/9/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ownlife.wordpress.com/9/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ownlife.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ownlife.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ownlife.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ownlife.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ownlife.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ownlife.wordpress.com/9/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ownlife.wordpress.com/9/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ownlife.wordpress.com/9/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=9&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ownlife.wordpress.com/2007/04/15/is-dos-a-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7abcb85bf7cf4282f3541ea6cb41a7d6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bockel</media:title>
		</media:content>
	</item>
		<item>
		<title>PHP == &#8220;mainstream&#8221; security issue</title>
		<link>http://ownlife.wordpress.com/2007/04/10/php-mainstream-security-issue/</link>
		<comments>http://ownlife.wordpress.com/2007/04/10/php-mainstream-security-issue/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 02:51:45 +0000</pubDate>
		<dc:creator>bockel</dc:creator>
				<category><![CDATA[vulnerabilities]]></category>

		<guid isPermaLink="false">http://ownlife.wordpress.com/2007/04/10/php-mainstream-security-issue/</guid>
		<description><![CDATA[After reading Bill O&#8217;Reilly&#8217;s Radar that PHP has now entered the mainstream as shown by evidence of the increased sale of beginner PHP books, I can only say that I am frightened. Coming from the security and vulnerability space, PHP is the worst offender of security. PHP is easy to use, but hard to use [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=8&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After reading Bill O&#8217;Reilly&#8217;s Radar that <a href="http://radar.oreilly.com/archives/2007/04/php_becoming_ma.html">PHP has now entered the mainstream</a> as shown by evidence of the increased sale of beginner PHP books, I can only say that I am frightened.</p>
<p>Coming from the security and vulnerability space, PHP is the worst offender of security. PHP is easy to use, but hard to use securely. Stefan Esser&#8217;s <a href="http://www.hardened-php.net/">Hardened PHP project</a> goes to show how much more improving PHP needs. Giving the PHP development some credit, they have starting taking some steps to improving security, like finally disabling the <code>register_globals</code> and <code>allow_url_fopen</code> options by default. However, this is too little too late.</p>
<p>You can tell a language is a threat, when the vulnerability researchers have to come up with new classes of vulnerabilities just to describe the language&#8217;s security deficiencies &mdash; PHP Remote File Inclusion and Dynamic Variable Evaluation come to mind. Let&#8217;s see, how many hundred (thousands?) of websites have been compromised due to PHP&#8217;s mainstream exposure and &#8220;ease-of-use&#8221;. All of that in addition to the increased XSS threat from global variables and multiple problems with CSRF and session handling.</p>
<p>Even the PHP language (and Zend Engine) has had its share of critical issues: <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-3017">CVE-2006-3017</a> and <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5465">CVE-2006-5465</a>. According to <a href="http://nvd.nist.gov">NVD&#8217;s</a> CVE data, in 2006 and 2007, PHP has had 90 reported vulnerabilities (quite a few of which were from Esser&#8217;s recent <a href="http://www.php-security.org/">Month of PHP Bugs (MoPB)</a>). [Sorry, I can't find a way to link to the NVD search results.]</p>
<p>At least people other than O&#8217;Reilly can profit off of PHP&#8217;s mainstream recognition.</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ownlife.wordpress.com/8/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ownlife.wordpress.com/8/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ownlife.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ownlife.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ownlife.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ownlife.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ownlife.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ownlife.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ownlife.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ownlife.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=8&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ownlife.wordpress.com/2007/04/10/php-mainstream-security-issue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7abcb85bf7cf4282f3541ea6cb41a7d6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bockel</media:title>
		</media:content>
	</item>
		<item>
		<title>Solving the unsolvable?</title>
		<link>http://ownlife.wordpress.com/2007/03/26/solving-the-unsolvable/</link>
		<comments>http://ownlife.wordpress.com/2007/03/26/solving-the-unsolvable/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 01:19:55 +0000</pubDate>
		<dc:creator>bockel</dc:creator>
				<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://ownlife.wordpress.com/2007/03/26/solving-the-unsolvable/</guid>
		<description><![CDATA[Imagine you are living in a beautiful house, but the walls are constantly needed to be patched, the floor is not level, and the house tends to flood. You keep hiring contractors to fill the holes in the dry wall, add supports, re-lay tiling, and clean up the water damage. You can maintain this process [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=7&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<blockquote><p>Imagine you are living in a beautiful house, but the walls are constantly needed to be patched, the floor is not level, and the house tends to flood. You keep hiring contractors to fill the holes in the dry wall, add supports, re-lay tiling, and clean up the water damage. You can maintain this process for the next several decades before the house becomes hazardous, but most people would become suspicious after the first year or two. It is only then to they step outside the problem and look at the structural foundations, only to realize that the house was built on top of sand and right next to an ocean&#8230;</p></blockquote>
<p>So, what is the point? What does that have to do with computer security?</p>
<p>That house is the computer and Internet &mdash; the icons of the Information Age, and we&#8217;ve been living in a rotting house since 1970 (but did not start to notice until the mid 1990&#8242;s). Security has become a huge issue, and we are just trying to survive by throwing technology and halfbaked ideas at the problem.</p>
<p>When it comes to digital security, why do we always try to bandage and mitigate problems instead of solving them? Anti-virus is just about dead. Firewalls can do only so much. IDS systems are fairly error prone and don&#8217;t do well as preventing new attacks. Our authentication and permissions systems consist of archaic passwords and rwx file permissions.</p>
<p>The chips and memory and programming techniques have advanced, but security has done very little to keep pace. We cannot do much to stop e-mail spam, control network activity, or prevent against attacks because the network, hardware, operating systems, and applications either don&#8217;t support security or implement it as an afterthought. I mean, how are we suppose to protect ourselves if we are facing more than <a href="http://nvd.nist.gov">15 new vulnerabilities per day!</a></p>
<p>Most users cannot and do not track and maintain their installed programs. Most don&#8217;t know how to be more secure and are not savvy enough to even understand how to work today&#8217;s complex (security) software. Remember: Your security is only as good as your weakest point; I only need to find one hole in order to slip past your security.</p>
<p>Security is a never ending battle for the defenders, which becomes more bleak when you realize that there is absolutely no way of winning. I think the only way we are going to have any real success is to compile all of our lessons learned from the past few decades, go back to the drawing board, and redraft the architecture of networks, computers, and software. Build security and usability into the design from the start. Take the bullet out of the gun and enable the safety to prevent people from getting attack (or shooting themself in the foot).</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ownlife.wordpress.com/7/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ownlife.wordpress.com/7/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ownlife.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ownlife.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ownlife.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ownlife.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ownlife.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ownlife.wordpress.com/7/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ownlife.wordpress.com/7/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ownlife.wordpress.com/7/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=7&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ownlife.wordpress.com/2007/03/26/solving-the-unsolvable/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7abcb85bf7cf4282f3541ea6cb41a7d6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bockel</media:title>
		</media:content>
	</item>
		<item>
		<title>What your OS says about your management style&#8230;</title>
		<link>http://ownlife.wordpress.com/2007/03/26/what-your-os-says-about-your-management-style/</link>
		<comments>http://ownlife.wordpress.com/2007/03/26/what-your-os-says-about-your-management-style/#comments</comments>
		<pubDate>Tue, 27 Mar 2007 00:58:34 +0000</pubDate>
		<dc:creator>bockel</dc:creator>
				<category><![CDATA[management]]></category>

		<guid isPermaLink="false">http://ownlife.wordpress.com/2007/03/26/what-your-os-says-about-your-management-style/</guid>
		<description><![CDATA[While traveling this weekend, I was doing some more thinking about various management styles and how best to interact with each one (of my 4 bosses). As I am a big fan of using the right tool for job, almost daily I use 3 or more different operating systems &#8212; Windows for work, Linux for [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=6&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>While traveling this weekend, I was doing some more thinking about various management styles and how best to interact with each one (of my 4 bosses). As I am a big fan of using the right tool for job, almost daily I use 3 or more different operating systems &#8212; Windows for work, Linux for testing/development, and a Mac at home for photo editing and typing this post.</p>
<p>As far as management goes, each manager approaches their job in a different way and has certain characteristic and tendencies. I have already enumerated the various managing styles in a <a href="/2007/03/18/on-management-styles/">previous post</a>.</p>
<p>So, how do managing characteristics and operating systems compare?</p>
<ul>
<li><strong>Linux</strong>: You are an engineer. You like technology and tinkering. You prefer to be your own boss and to stay away from personnel issues.
<li><strong>Windows</strong>: You are a micro-manager. You like to be informed and approve every action. You tend to be more old fashioned and worry about the consequences of Thinking Different (i.e., change). &#8220;You are making a management decision. Confirm or deny?&#8221;
<li><strong>Mac (OS X)</strong>: You just want things to work and run smoothly. You empower your employees to get the job done and only need to be alerted when something major occurs. You are willing to spend the extra money for the look, reliability, and reduced maintenance. You may be easily excited about unsubstantiated rumors and unrealistic visions.
</ul>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ownlife.wordpress.com/6/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ownlife.wordpress.com/6/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ownlife.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ownlife.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ownlife.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ownlife.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ownlife.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ownlife.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ownlife.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ownlife.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=6&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ownlife.wordpress.com/2007/03/26/what-your-os-says-about-your-management-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7abcb85bf7cf4282f3541ea6cb41a7d6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bockel</media:title>
		</media:content>
	</item>
		<item>
		<title>On management styles</title>
		<link>http://ownlife.wordpress.com/2007/03/18/on-management-styles/</link>
		<comments>http://ownlife.wordpress.com/2007/03/18/on-management-styles/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 18:02:24 +0000</pubDate>
		<dc:creator>bockel</dc:creator>
				<category><![CDATA[management]]></category>

		<guid isPermaLink="false">http://ownlife.wordpress.com/2007/03/18/on-management-styles/</guid>
		<description><![CDATA[One thing I&#8217;ve been thinging a lot about lately is the compatibility between managers and employees. Some people need direction and oversight, while imposing that on others would act as a major impedance. For example, I tend to be self-motivated, enjoy being involved in many different tasks, and do best when I am able to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=4&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>One thing I&#8217;ve been thinging a lot about lately is the compatibility between managers and employees. Some people need direction and oversight, while imposing that on others would act as a major impedance.</p>
<p>For example, I tend to be self-motivated, enjoy being involved in many different tasks, and do best when I am able to manage my own time and priorities. I have come to the realization that either I am an anomaly in the workforce or I am incompatible with my management.</p>
<p>Since I work with similar, self-motivated types, I&#8217;ll immediately discount being an anomaly, which leaves me at option two. After talking to management, I have found that my feelings of frustration and incompatibility were not reflective; they saw no problems and were satisfied with my work (why doesn&#8217;t management like to give any appreciation?).</p>
<p>I think I&#8217;m safe to assume that management will not work to better interface with me, so the onus for improvement is on me. I have put together a guide to help understand management and provide some direction as to when to stay and when to start looking for a new position. When dealing with management, I have found that they tend to fall into one of four categories:</p>
<ul>
<li><strong>Adaptible</strong> &mdash; these people are born to be managers. They understand the strengths and weaknesses of each of their employees and leverages each to their potential. In order to be effective, these managers adapt their management style to best supplement each subordinate. They will bend over backwards for you and will try to address your every need. One of the unfortunate side effects, is that these managers are so good at supporting their employees, that they have high employee turn-over because of a high promotion rate (a good thing for you), and they spend so much energy supporting their employees that their accomplishments are often overlooked.
<li><strong>Inflexible</strong> &mdash; one of the most common managerial types. They can usually be identified by their tendency to micromanage, never provide any useful feedback, regulary schedule meetings that have no outcome, or other stereotypical management action. In conversations they tend to excuse things since &#8220;they&#8217;ve always been done that way&#8221; and will use phrases such as &#8220;in the past&#8221; and &#8220;typically&#8221;. Inflexible managers tend to have strong organizational, customer relations, technical, or other important skill that is perceived to be beneficial to the department or company. When coupled when a non-confrontational personality, these people will slowly creep into management.
<p>
As far as their relation with their subordinates, they have a lot of understanding to do. Inflexible managers continue to do the same things in the same manner that got them promoted to their current position. They have one management style, which makes them ineffective at communicating with their subordinates.
<p>
Luckily for some, an &#8220;Inflexible manager&#8221; can fall into one of two subclasses: those who realize their inflexibility and those who don&#8217;t. People who understand they are not adaptible will tend to only hire employees compatible with their management style or will depend on others to fill any deficiencies. Unfortunately, if your manager does not realize their inflexibility and it is highly unlikely your management will transform, it is your best (professional) interest to change management (or jobs).
<li><strong>Hands-off</strong> &mdash; these managers seem to not understand &#8220;management&#8221;. They simply do not manage their personnel. Hands-off managers appear to intentionally avoid any conflicts or issues and believe that things will take care of themselves. If you are managed by a hands-off person, you can say goodbye to any chance of promotion, as they will ignore all the good along with the bad. These management types are the worst, since many assume that the lack of communication means everything is okay.
<li><strong><a href="http://www.dilbert.com/comics/dilbert/the_characters/index.html#boss">The Pointy-haired Boss</a></strong> &mdash; as depicted in <a>Dilbert</a> these managers are just clueless. They think they know everything, but they cause more harm and frustration than good. The only benefit to these managers is that they are easy to identify and avoid as they tend to be enveloped by an aura of incompetency.
</ul>
<p>So, which type of manager is your boss? Is it in your best interest to stay in your current position? (Remember: it is usually in your boss&#8217;s and the company&#8217;s best interest to keep you, but usually they will next to nothing to show their appreciation.)</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ownlife.wordpress.com/4/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ownlife.wordpress.com/4/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ownlife.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ownlife.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ownlife.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ownlife.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ownlife.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ownlife.wordpress.com/4/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ownlife.wordpress.com/4/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ownlife.wordpress.com/4/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=4&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ownlife.wordpress.com/2007/03/18/on-management-styles/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7abcb85bf7cf4282f3541ea6cb41a7d6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bockel</media:title>
		</media:content>
	</item>
		<item>
		<title>About ownlife</title>
		<link>http://ownlife.wordpress.com/2007/03/18/about-ownlife/</link>
		<comments>http://ownlife.wordpress.com/2007/03/18/about-ownlife/#comments</comments>
		<pubDate>Sun, 18 Mar 2007 16:39:32 +0000</pubDate>
		<dc:creator>bockel</dc:creator>
				<category><![CDATA[ownlife]]></category>

		<guid isPermaLink="false">http://ownlife.wordpress.com/2007/03/18/about-ownlife/</guid>
		<description><![CDATA[The motivation behind this blog is to provide me a location to log my current thoughts about pretty much anything &#8212; from security to work to opinions about life. I would imagine that most of my postings will be about my (professional) interests in computer security: logs, infosec, and vulnerabilities. Since the content may be [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=3&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The motivation behind this blog is to provide me a location to log my current thoughts about pretty much anything &mdash; from security to work to opinions about life. I would imagine that most of my postings will be about my (professional) interests in computer security: logs, infosec, and vulnerabilities.</p>
<p>Since the content may be of interest to others, I will try to keep everything as generalized and anonymous as possible and actively encourage any passersby to leave feedback.</p>
<p>As a bit of insight into the motivation behind this effort, I am a supporter of the <a href="http://www.eff.org">EFF</a> and overtly aware of the information-dominated society that we are becoming. Stories such as George Orwell&#8217;s <em>1984</em> and the Wachowski brothers&#8217; <a href="http://us.imdb.com/title/tt0434409/">V for Vendetta</a>. For any of you not familiar with <em>1984</em>, the blog&#8217;s title &#8220;ownlife&#8221; is from Orwellian Newspeak and means <a href="http://www.newspeakdictionary.com/ns-dict.html#ownlife">&#8220;Individualism and eccentricity. A desire to do something for your own benefit.&#8221;</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/ownlife.wordpress.com/3/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/ownlife.wordpress.com/3/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/ownlife.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/ownlife.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/ownlife.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/ownlife.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/ownlife.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/ownlife.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/ownlife.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/ownlife.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ownlife.wordpress.com&amp;blog=888472&amp;post=3&amp;subd=ownlife&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://ownlife.wordpress.com/2007/03/18/about-ownlife/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7abcb85bf7cf4282f3541ea6cb41a7d6?s=96&#38;d=identicon" medium="image">
			<media:title type="html">bockel</media:title>
		</media:content>
	</item>
	</channel>
</rss>
