<?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/"
	>

<channel>
	<title>BlockWatch</title>
	<atom:link href="http://blockwatch.security-objectives.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blockwatch.security-objectives.com</link>
	<description>Cloud Security Monitoring System</description>
	<lastBuildDate>Wed, 06 Jul 2011 11:40:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Spare time.</title>
		<link>http://blockwatch.security-objectives.com/spare-time/</link>
		<comments>http://blockwatch.security-objectives.com/spare-time/#comments</comments>
		<pubDate>Fri, 15 Apr 2011 00:53:05 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/?p=251</guid>
		<description><![CDATA[As if anybody has spare time any more? I do occasionally goto stackoverflow.com, it can be interesting, even if it&#8217;s frequently annoying, full of script kiddies, college kids looking for homework help and every other guy is a a know-it-all, it has it&#8217;s moments. &#160;]]></description>
			<content:encoded><![CDATA[<p>As if anybody has spare time any more? <img src='http://blockwatch.security-objectives.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I do occasionally goto stackoverflow.com, it can be interesting, even if it&#8217;s frequently annoying, full of script kiddies, college kids looking for homework help and every other guy is a a know-it-all, it has it&#8217;s moments.<br />
<a href="http://stackoverflow.com/users/67819/randomnickname42"><br />
<img title="profile for RandomNickName42 at Stack Overflow, Q&amp;A for professional and enthusiast programmers" src="http://stackoverflow.com/users/flair/67819.png" alt="profile for RandomNickName42 at Stack Overflow, Q&amp;A for professional and enthusiast programmers" width="208" height="58" /><br />
</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/spare-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>High Performance Verification</title>
		<link>http://blockwatch.security-objectives.com/high-performance-verification/</link>
		<comments>http://blockwatch.security-objectives.com/high-performance-verification/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 09:33:34 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/high-performance-verification/</guid>
		<description><![CDATA[This verification script is multi-threaded and also uses a specialized binary input interface (bypassing typical XML marshaling), to perform at very high speeds. import sys import clr clr.AddReference(&#8220;SO.Shared&#8221;) clr.AddReference(&#8220;SO.RTL&#8221;)   from System.Diagnostics import Stopwatch from System.Collections.Generic import List from SO.Shared import * from SO.RTL import * from System import String   nam = &#8220;t:\\BlockWatch\\&#8221;   [...]]]></description>
			<content:encoded><![CDATA[<p>This verification script is multi-threaded and also uses a specialized binary input interface (bypassing typical XML marshaling), to perform at very high speeds.
</p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:638px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="color:#4bacc6">import sys<br />
</span></p>
<p><span style="color:#4bacc6">import clr<br />
</span></p>
<p><span style="color:#4bacc6">clr.AddReference(&#8220;SO.Shared&#8221;)<br />
</span></p>
<p><span style="color:#4bacc6">clr.AddReference(&#8220;SO.RTL&#8221;)<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">from System.Diagnostics import Stopwatch<br />
</span></p>
<p><span style="color:#4bacc6">from System.Collections.Generic import List<br />
</span></p>
<p><span style="color:#4bacc6">from SO.Shared import *<br />
</span></p>
<p><span style="color:#4bacc6">from SO.RTL import *<br />
</span></p>
<p><span style="color:#4bacc6">from System import String<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">nam = &#8220;t:\\BlockWatch\\&#8221;<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">metaDB = xMetaDB.LoadFrom(&#8220;t:\\BlockWatch\\$MDBFile.xml&#8221;)<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;setup xml manager&#8221;<br />
</span></p>
<p><span style="color:#4bacc6">bwm = BlockWatchManager(nam, metaDB)<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;tweak I/O (performance)&#8221;<br />
</span></p>
<p><span style="color:#4bacc6">bwm.hDB.ConfigureContext(1024*32, 128)<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;save reference to item &#8221;<br />
</span></p>
<p><span style="color:#4bacc6">item = PhysicalMemoryLoader(&#8220;t:\\2008R2_latest2.dmp&#8221;)<br />
</span></p>
<p><span style="color:#4bacc6">item.IsVerify = True<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">time = Stopwatch.StartNew()<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;reducing shared modules by&#8221;,<br />
</span></p>
<p><span style="color:#4bacc6">print item.ReduceShareLoad()<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">rv = bwm.hDB.RunSet(item)<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print time.Elapsed<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">for i in rv:<br />
</span></p>
<p><span style="color:#4bacc6">    if i.HashFinal is not None:<br />
</span></p>
<p><span style="color:#4bacc6">        print i.HashFinal.PercentValidated,<br />
</span></p>
<p><span style="color:#4bacc6">        print &#8220;% \t &#8220;,<br />
</span></p>
<p><span style="color:#4bacc6">        print i.HashFinal.BytesValidated,<br />
</span></p>
<p><span style="color:#4bacc6">        print &#8221; \tof \t&#8221;,<br />
</span></p>
<p><span style="color:#4bacc6">        print i.HashFinal.InSize,<br />
</span></p>
<p><span style="color:#4bacc6">        print &#8221;  \t  &#8220;,<br />
</span></p>
<p><span style="color:#4bacc6">        print i.HashFinal.Validated,<br />
</span></p>
<p><span style="color:#4bacc6">        print &#8221;  \tof \t&#8221;,<br />
</span></p>
<p><span style="color:#4bacc6">        print i.HashFinal.Processed,<br />
</span></p>
<p><span style="color:#4bacc6">        print &#8221; \t&#8221;,<br />
</span></p>
<p><span style="color:#4bacc6">        print i.NameAux<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">metaDB.Sync()<br />
</span></p>
<p><span style="color:#4bacc6">bwm.Close()<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;done&#8221;<br />
</span></p>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/high-performance-verification/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extracting code from physical memory</title>
		<link>http://blockwatch.security-objectives.com/extracting-code-from-physical-memory/</link>
		<comments>http://blockwatch.security-objectives.com/extracting-code-from-physical-memory/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 09:30:08 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/extracting-code-from-physical-memory/</guid>
		<description><![CDATA[The following script will dump all executable code from a physical memory dump to the TEMP directory (Local application profile temp). The relocations are applied automatically, i.e. if the images were relocated in physical memory, they will be de-located and should match their original disk file state. With the exception of the import address table, [...]]]></description>
			<content:encoded><![CDATA[<p>The following script will dump all executable code from a physical memory dump to the TEMP directory (Local application profile temp).
</p>
<p>The relocations are applied automatically, i.e. if the images were relocated in physical memory, they will be de-located and should match their original disk file state.  With the exception of the import address table, which is set to NULL, validation of the IAT entries can be done at run time to ensure all entries point to valid entry points.  To disable the automatic de-location of modules, do not set a value for the RelocationsFolder.
</p>
<p>
 </p>
<div>
<table style="border-collapse:collapse" border="0">
<colgroup>
<col style="width:638px"/></colgroup>
<tbody valign="top">
<tr>
<td style="padding-left: 7px; padding-right: 7px; border-top:  solid 0.5pt; border-left:  solid 0.5pt; border-bottom:  solid 0.5pt; border-right:  solid 0.5pt">
<p><span style="color:#4bacc6">import sys<br />
</span></p>
<p><span style="color:#4bacc6">import clr<br />
</span></p>
<p><span style="color:#4bacc6">clr.AddReference(&#8220;SO.Shared&#8221;)<br />
</span></p>
<p><span style="color:#4bacc6">clr.AddReference(&#8220;SO.RTL&#8221;)<br />
</span></p>
<p><span style="color:#4bacc6">from System.Diagnostics import Stopwatch<br />
</span></p>
<p><span style="color:#4bacc6">from SO.Shared import *<br />
</span></p>
<p><span style="color:#4bacc6">from SO.RTL import *<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">PhysicalMemoryLoader.RelocationsFolder= &#8220;t:\\BlockWatch\\Relocs&#8221;<br />
</span></p>
<p><span style="color:#4bacc6">PhysicalMemoryLoader.RelocationsFolder64 = &#8220;t:\\BlockWatch\\Relocs64&#8243;<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;Loading physical memory&#8221;<br />
</span></p>
<p><span style="color:#4bacc6">time = Stopwatch.StartNew()<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">item = PhysicalMemoryLoader(sys.argv[1])<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">for i in item.EnumerateFiles():<br />
</span></p>
<p><span style="color:#4bacc6">    i.CopyToTmpFile()<br />
</span></p>
<p>
 </p>
<p><span style="color:#4bacc6">print &#8220;done &#8220;,<br />
</span></p>
<p><span style="color:#4bacc6">print time.Elapsed</span></p>
</td>
</tr>
</tbody>
</table>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/extracting-code-from-physical-memory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verifying a Hyper-V Server</title>
		<link>http://blockwatch.security-objectives.com/verifying-a-hyper-v-server/</link>
		<comments>http://blockwatch.security-objectives.com/verifying-a-hyper-v-server/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 09:22:36 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/verifying-a-hyper-v-server/</guid>
		<description><![CDATA[This content is for members only. Visit the site and log in/register to read.]]></description>
			<content:encoded><![CDATA[<div class="pmpro_content_message">This content is for members only. Visit the site and log in/register to read.</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/verifying-a-hyper-v-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Populating a database</title>
		<link>http://blockwatch.security-objectives.com/populating-a-database/</link>
		<comments>http://blockwatch.security-objectives.com/populating-a-database/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 09:15:39 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/populating-a-database/</guid>
		<description><![CDATA[After creating your database, you need to load it with the files you want to search for. Typically, this means your operating system and program files directories. Loading the database has two steps; Navigate to a file or directory and click &#8220;Prep Input&#8221; Remember to have the recursive option selection if you&#8217;re importing a directory. [...]]]></description>
			<content:encoded><![CDATA[<p>After creating your database, you need to load it with the files you want to search for.  Typically, this means your operating system and program files directories.
</p>
<p>Loading the database has two steps;
</p>
<ol>
<li>
<div>Navigate to a file or directory and click &#8220;Prep Input&#8221;
</div>
<p style="margin-left: 36pt"><em>Remember to have the recursive option selection if you&#8217;re importing a directory.<br />
</em></p>
<p style="margin-left: 36pt">
 </p>
<p style="margin-left: 36pt">You can repeat the &#8220;Prep&#8221; step many times until you are ready to commit to the database.  The &#8220;Prep&#8221; phase, creates XML data-set&#8217;s in the BlockWatch folder\XMLGenDir\#.
</p>
<p>
 </p>
</li>
<li>
<div>Click the &#8220;Save Inputs&#8221; button.
</div>
<p style="margin-left: 36pt">This will commit the XMLGenDir files to the BlockWatch database moving the XML files into the XMLSaveDir.  This is also when the MetaData table is populated.   Upon completion of the &#8220;Save&#8221; step, you are ready to validate any of the merged data, the XML files in XMLSaveDir can be deleted or backed up for long term validation.
</p>
<p style="margin-left: 36pt">
 </p>
<p style="margin-left: 36pt">
 </p>
<p style="margin-left: 36pt"><em><br />
				</em> </p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/populating-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Settings &amp; Configuration</title>
		<link>http://blockwatch.security-objectives.com/settings-configuration/</link>
		<comments>http://blockwatch.security-objectives.com/settings-configuration/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 08:25:56 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/settings-configuration/</guid>
		<description><![CDATA[This content is for members only. Visit the site and log in/register to read.]]></description>
			<content:encoded><![CDATA[<div class="pmpro_content_message">This content is for members only. Visit the site and log in/register to read.</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/settings-configuration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The BlockWatch UI</title>
		<link>http://blockwatch.security-objectives.com/the-blockwatch-ui/</link>
		<comments>http://blockwatch.security-objectives.com/the-blockwatch-ui/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 08:08:03 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Documentation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/the-blockwatch-ui/</guid>
		<description><![CDATA[This content is for members only. Visit the site and log in/register to read.]]></description>
			<content:encoded><![CDATA[<div class="pmpro_content_message">This content is for members only. Visit the site and log in/register to read.</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/the-blockwatch-ui/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building a database</title>
		<link>http://blockwatch.security-objectives.com/building-a-database/</link>
		<comments>http://blockwatch.security-objectives.com/building-a-database/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 08:03:42 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Documentation]]></category>
		<category><![CDATA[Installation]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/?p=221</guid>
		<description><![CDATA[This content is for members only. Visit the site and log in/register to read.]]></description>
			<content:encoded><![CDATA[<div class="pmpro_content_message">This content is for members only. Visit the site and log in/register to read.</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/building-a-database/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sales 2</title>
		<link>http://blockwatch.security-objectives.com/sales-2/</link>
		<comments>http://blockwatch.security-objectives.com/sales-2/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 07:27:37 +0000</pubDate>
		<dc:creator>ktwo</dc:creator>
				<category><![CDATA[Rotator]]></category>

		<guid isPermaLink="false">http://blockwatch.security-objectives.com/?p=214</guid>
		<description><![CDATA[Guaranteed results with BlockWatch without the guess work. &#160;]]></description>
			<content:encoded><![CDATA[<div class="rotator-preview">
<div class="rotator-preview-img"><a href="http://support.security-objectives.com/wp-content/uploads/2011/04/globe1.png"></a></div>
</div>
<div class="rotator-text"><span class="rotator-line1">Guaranteed results with</span><br />
<span class="rotator-line2">BlockWatch</span><br />
<span class="rotator-line3">without the guess work.</span></div>
<div style="position: relative; top: 40px;">
<p style="width: 800px; color: #fff; font-size: 50px; line-height: 1em; text-shadow: 2px 2px 2px #222;">&nbsp;</p>
<p><br style="clear: both; float: none;" />
</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/sales-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sales 1</title>
		<link>http://blockwatch.security-objectives.com/blockwatch-delivers-guaranteed-results-without-the-guess-work/</link>
		<comments>http://blockwatch.security-objectives.com/blockwatch-delivers-guaranteed-results-without-the-guess-work/#comments</comments>
		<pubDate>Sun, 03 Apr 2011 21:25:26 +0000</pubDate>
		<dc:creator>adminsuper</dc:creator>
				<category><![CDATA[Rotator]]></category>

		<guid isPermaLink="false">http://support.security-objectives.com/?p=126</guid>
		<description><![CDATA[Peace of mind and confidence in your infrastructure is worth it. &#160;]]></description>
			<content:encoded><![CDATA[<div class="rotator-preview">
<div class="rotator-preview-img"><a href="http://support.security-objectives.com/wp-content/uploads/2011/04/globe1.png"></a></div>
</div>
<div class="rotator-text"><span class="rotator-line1">Peace of mind and </span><br />
<span class="rotator-line2">confidence</span><br />
<span class="rotator-line3">in your infrastructure is worth it.</span></div>
<div style="position: relative; top: 40px;">
<p style="width: 800px; color: #fff; font-size: 50px; line-height: 1em; text-shadow: 2px 2px 2px #222;">&nbsp;</p>
<p><br style="clear: both; float: none;" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blockwatch.security-objectives.com/blockwatch-delivers-guaranteed-results-without-the-guess-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

