<?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>security.crudtastic.com</title>
	<atom:link href="http://security.crudtastic.com/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://security.crudtastic.com</link>
	<description>Security with added cheese</description>
	<lastBuildDate>Sun, 29 Apr 2012 01:01:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Reporting &amp; Monitoring with Squert</title>
		<link>http://security.crudtastic.com/?p=600</link>
		<comments>http://security.crudtastic.com/?p=600#comments</comments>
		<pubDate>Sun, 29 Apr 2012 00:58:45 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[NSM]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Security Onion]]></category>
		<category><![CDATA[sguil]]></category>
		<category><![CDATA[squert]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=600</guid>
		<description><![CDATA[So, first things first .. while I was researching information for this post I very quickly realised that safesearch is a requirement! Who would have thought that outside of the NSM world people would be posting about this whole &#8220;squert&#8221; thing (and not in a very savoury fashion either!) With that said, let&#8217;s move on &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=600">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><span style="font-size: 10pt;">So, first things first .. while I was researching information for this post I very quickly realised that safesearch is a requirement! Who would have thought that outside of the NSM world people would be posting about this whole &#8220;squert&#8221; thing (and not in a very savoury fashion either!)<br />
</span></p>
<p><span style="font-size: 10pt;">With that said, let&#8217;s move on to my next topic!<br />
</span></p>
<p><span style="font-size: 10pt;">We&#8217;ve spent a couple of posts now using <a href="securityonion.blogspot.com">Security Onion</a> to do some <a href="http://security.crudtastic.com/?p=569">basic web application attack detection where we looked at an attack &amp; wrote a basic rule to detect it</a>. <a href="http://security.crudtastic.com/?p=589">We then looked at using sguil for categorising events manually, using the autocat.conf file for automatically categorising events and configuring the sguild.conf file to generate an email alert when certain alerts were generated</a>. Today we are going to look at using <a href="http://www.squertproject.com">squert</a> for monitoring and reporting. The basic web interface reports generated by squert are great for non-technical management (they always love pretty colours, bar graphs, pie charts etc.), but as an analyst you can also use the interface to drill down into the alerts to get far greater detail. This post will focus more on the types of reports that could be shown to management, or included in monthly reports and so on, as an analyst I would suspect you would much rather work in sguil (well, I would).<br />
</span></p>
<p><span id="more-600"></span></p>
<p><span style="font-size: 10pt;"><strong>Squert<br />
</strong></span></p>
<p><span style="font-size: 10pt;">After you have done the initial Security Onion install you will see an icon on the desktop that points to the squert webpage. In case you don&#8217;t it can be found at the following address<br />
</span></p>
<p><span style="font-size: 10pt;">Squert web address – <a href="https://localhost/squert">https://localhost/squert</a><br />
</span></p>
<p><span style="font-size: 10pt;"><strong>Overview<br />
</strong></span></p>
<p style="text-align: justify;"><span style="font-size: 10pt;"><em>&#8220;Squert is a web application that is used to query and view event data stored in a sguil database (typically IDS alert data). Squert is a visual tool that attempts to provide additional context to event through the use of metadata, time series representations and weighted and logically grouped result sets&#8221;</em> (from <a href="http://www.squertproject.com">www.squertproject.com</a>). Squert is not a replacement for the sguil client, and is not intended to be a realtime (or near realtime) event console.<br />
</span></p>
<p><span style="font-size: 10pt;">Squert has the following views to help in the interpretation of data<br />
</span></p>
<p><span style="font-size: 10pt;"><strong>Overview Events/Traffic<br />
</strong></span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo1.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><span style="font-size: 10pt;">Here you can see the total number of events in the sensors database, the total number of signatures detected, the total number of sources of traffic, and the total number of destination addresses. You will also see the various traffic counts on the sensor for the different agents that are running on it (e.g. snort, pads, ossec etc.). As this is in a lab environment the traffic counts are quite low.<br />
</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;"><strong>Overview of Event Distribution/Classifications<br />
</strong></span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo2.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><span style="font-size: 10pt;">In this screen shot, you can see where events have been categorised (either manually or automatically through the autocat.conf file). Once again you can see the number of signatures, source addresses, destination addresses and number of events triggered per category (and what that category is).<br />
</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;"><strong>Overview of Top Detected Signatures<br />
</strong></span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo3.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><span style="font-size: 10pt;">This screen shot shows the top detected signatures.<br />
</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;"><strong>Percentages of Detected Signatures<br />
</strong></span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo4.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><span style="font-size: 10pt;">Here you can see we have an awesome management pie chart of the top detected signatures. If you include this in a monthly report you can almost guarantee yourself a promotion <span style="font-family: Wingdings;">J</span><br />
</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;"><strong>Overview of Top IPs and Ports<br />
</strong></span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo5.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo6.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><span style="font-size: 10pt;">Here we have a few bar graphs top IP&#8217;s and ports. These reports will be good to monitor as time goes on for different trends, who knows, you might be one of the lucky kids on the block to notice traffic on a certain port when a cool new exploit comes out!!<br />
</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;"><strong>Query View of all Detected Traffic<br />
</strong></span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042912_0058_ReportingMo7.png" alt="" /><span style="font-size: 10pt;"><br />
</span></p>
<p><span style="font-size: 10pt;">And finally we have a query view of traffic. This is one of the views that an analyst can drill down on to get a lot more detailed information about an event or alert.<br />
</span></p>
<p>&nbsp;</p>
<p><span style="font-size: 10pt;">So there you have it. A quick and dirty look at the basics of squert! There is a lot more to the squert interface, but this should give you a little insight into what it&#8217;s about.<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=600</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sguil, event categorisation, autocat.conf &amp; alerting</title>
		<link>http://security.crudtastic.com/?p=589</link>
		<comments>http://security.crudtastic.com/?p=589#comments</comments>
		<pubDate>Sat, 28 Apr 2012 09:07:42 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[NSM]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Security Onion]]></category>
		<category><![CDATA[sguil]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=589</guid>
		<description><![CDATA[So, we have already had a quick look at some basics with SecurityOnion for detecting a file execution attack and how to write a rule up to detect it. The next thing we might want to do as an analyst is to have events that show up in sguil categorised (both manually and automatically) and &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=589">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://security.crudtastic.com/?p=569"><span style="font-family: Tahoma; font-size: 10pt;">So, we have already had a quick look at some basics with SecurityOnion for detecting a file execution attack and how to write a rule up to detect it</span></a><span style="color: black; font-family: Tahoma; font-size: 10pt;">. The next thing we might want to do as an analyst is to have events that show up in sguil categorised (both manually and automatically) and then to get an alert when particular events are triggered.<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;"><span style="color: black;"><strong>Categorising Alerts</strong></span><br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">Both sguil and squert have ability to classify events into categories, as you can see in the following images (figure 1 &amp; figure 2). These categories can be used to group similar events together to help an analyst review the alerts that have been triggered on their network. For example, any form of ping sweep or port scan could possibly be classified as Category 6 &#8211; Reconnaissance/Probes/Scans. All of the category 6 alerts can then be removed from the main console windows allowing the analyst to concentrate other important alerts without having to review all of the other noisy traffic. The classification of events can be done manually through sguil, or automated with the use of the autocat.conf file (this will then classify the events in sguil, squert and other consoles).<br />
</span></p>
<p style="text-align: center;"><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc1.png" alt="" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 1 &#8211; Sguil Categories<br />
</span></p>
<p style="text-align: center;"><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc2.png" alt="" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 2 &#8211; Squert Categories<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;"><strong><span id="more-589"></span>SGUIL Categorisation</strong><br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">To manually classify an event in the console, the analyst would highlight the alert and press the appropriate function key associated with the event classification, or right click on the event and choose the appropriate event status. Similarly, if an analyst determines while reviewing the alerts in the console that some of them can be classified as normal traffic, they can easily highlight them and press the F8 key to indicate that no further action is necessary and they will be cleared from the console screen.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">Sguil uses the following categories with associated function keys to classify events in the console.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">F1: Category I: Unauthorized Root/Admin Access<br />
F2: Category II: Unauthorized User Access<br />
F3: Category III: Attempted Unauthorized Access<br />
F4: Category IV: Successful Denial-of-Service Attack<br />
F5: Category V: Poor Security Practice or Policy Violation<br />
F6: Category VI: Reconnaissance/Probes/Scans<br />
F7: Category VII: Virus Infection<br />
F8: No action necessary<br />
F9: Escalate<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">A screen shot of the console can be seen in figure 3 (below)<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc3.png" alt="" width="486" height="389" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 3 – Classifying an event in sguil<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">If an analyst can&#8217;t determine how to classify the event, they can escalate the alert by pressing F9. This will then move the event into the &#8220;Escalated Events&#8221; tab in sguil for further analysis (see figure 4 below).<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc4.png" alt="" width="572" height="69" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 4 – Escalated alerts<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">In the below scenario (figure 6), you can see that the analyst has classified package management events as a Category 5 alert (Poor Security Practice or Policy Violation). The analyst has then run a query for category 5 events by selecting &#8220;Query&#8221; -&gt; &#8220;Query by Category&#8221; -&gt; &#8220;Cat V&#8221; from the sguil console (figure 5).<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc5.png" alt="" width="504" height="323" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 5 – Event classification in sguil<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc6.png" alt="" width="533" height="152" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 6 – Even classification query<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;"><strong>AUTOCAT.CONF</strong><br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">To automate the classification of some events, an analyst can use the /etc/nsm/securityonion/autocat.conf file. Automated classification of events should be reserved for special cases and not used to try and classify all the events in the analysts console. The format of an autocat.conf rule is as follows (from the autocat.conf file) :<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">&lt;erase time&gt;||&lt;sensorName&gt;||&lt;src_ip&gt;||&lt;src_port&gt;||&lt;dst_ip&gt;||&lt;dst_port&gt;||&lt;proto&gt;||&lt;sig msg&gt;||&lt;cat value&gt;<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- &lt;erase time&gt; is the time the filter will be removed in # YYYY-MM-DD TT:TT:TT format. Use &#8216;none&#8217; if you wish to make # the rule permanant.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- Sensor name is the name of the sensor to filter on. Can by &#8216;any&#8217; # # &#8211; The value of &#8216;any&#8217; can be used for any of the ip, port, and sig msg fields.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- proto can be &#8216;any&#8217; or the int value for the proto (6 == TCP, 17 == UDP, 1 == ICMP)<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- The &lt;cat value&gt; is the value for that category in the DB.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">    Cat I &#8211; VII == 11 &#8211; 17 : NA == 1<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- The src_ip and dest_ip can be networks in CIDR notation (eg: 10.0.0.0/24)<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- sig msg can use TCL regexp format. To make a sig msg a regexp begin the rule with %%REGEXP%%<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">    Do not use / / syntax. Matching is case sensitive unless the string is preceded by a (?i). Use ^ to match the beginning of the line and $ for the end.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">Examples:<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- &#8216;%%REGEXP%%Testing&#8217; would match &#8217;123Testing123&#8242; but not &#8217;123testing123&#8242;<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- &#8216;%%REGEXP%%(?i)testing&#8217; would match both &#8217;123Testing123&#8242; and &#8217;123testing123&#8242;<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- &#8216;%%REGEXP%%^Testing&#8217; would match &#8216;Testing&#8217; but not &#8217;123Testing&#8217; and not &#8216;testing&#8217;<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- &#8216;%%REGEXP%%(?i)^testing would match &#8216;Testing&#8217; and &#8216;testing&#8217; but not &#8217;123testing&#8217;<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">- if you don&#8217;t use %%REGEXP%% the string you type in the sig must EXACTLY match the rule.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">For the event in sguil as shown in figure 7, we could write the following basic example rule:<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc7.png" alt="" width="536" height="14" /><span style="font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="font-family: Tahoma; font-size: 10pt;"><span style="color: #222222;">Figure 7 – sguil event</span><br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">none||ANY||ANY||ANY||ANY||ANY||ANY||%%REGEXP%%GPL SHELLCODE||13<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">This rule uses the following options :<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">erase time &#8211; none (the rule is permanent)<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">sensor name &#8211; any of the sensors<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">source IP &#8211; any source IP<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">source port &#8211; any source port<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">destination IP &#8211; any destination IP<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">destination port &#8211; any destination port<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">protocol &#8211; any protocol<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">sig message &#8211; a regular expression for any event with &#8220;GPL SHELLCODE&#8221; in the signature<br />
</span></p>
<p><span style="font-family: Tahoma; font-size: 10pt;">category value &#8211; Category 3 Attempted Unauthorized Access<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">Once the sensor has been restarted, the categories will start to populate with the alerts that are configured in the autocat.conf file. Figure 8 displays how a Cross Site Scripting alert gets automatically classified as a category 2 event.<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc8.png" alt="" width="481" height="64" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 8 – Auto categorised events<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;"><strong>Email Alerting with Sguil</strong><br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">Another functionality sguil provides the analyst is the ability to send email alerts on particular SIDs or Classes when they have been triggered. To configure this utility the analyst must do the following :-<br />
</span></p>
<ol>
<li>
<div><span style="font-family: Tahoma; font-size: 10pt;">edit /etc/nsm/securityonion/sguild.email<br />
</span></div>
<ol>
<li><span style="font-family: Tahoma; font-size: 10pt;">set Email_Events 1 &lt;- this enables email alerts<br />
</span></li>
<li><span style="font-family: Tahoma; font-size: 10pt;">set SMTP_SERVER mail.domain.com &lt;- this is your SMTP mail server<br />
</span></li>
<li><span style="font-family: Tahoma; font-size: 10pt;">set EMAIL_RCPT_TO &#8220;<a href="mailto:analyst@company.com%26quot;"><span style="color: blue; text-decoration: underline;">analyst@company.com&#8221;</span></a> &lt;- this is who you want to send the email to<br />
</span></li>
<li><span style="font-family: Tahoma; font-size: 10pt;">set EMAIL_FROM <a href="mailto:%26quot;snort_sensor@company.com%26quot;"><span style="color: blue; text-decoration: underline;">&#8220;snort_sensor@company.com&#8221;</span></a> &lt;- this is who the email is from<br />
</span></li>
<li><span style="font-family: Tahoma; font-size: 10pt;">set EMAIL_CLASSES &#8220;successful-admin trojan-activity attempted-admin attempted-user&#8221; &lt;- these are the classes of events you want email alerts triggered for<br />
</span></li>
<li><span style="font-family: Tahoma; font-size: 10pt;">set EMAIL_ENABLE_SIDS &#8220;2009714&#8243; &lt;- this is for any specific SID&#8217;s that you would like an email alert generated for<br />
</span></li>
</ol>
</li>
<li><span style="font-family: Tahoma; font-size: 10pt;">restart sguil with &#8211; &#8220;sudo nsm_server_ps-restart&#8221;<br />
</span></li>
<li><span style="font-family: Tahoma; font-size: 10pt;">check that your email configuration with the following command &#8211; &#8220;head -20 /var/log/nsm/securityonion/sguild.log&#8221;<br />
</span></li>
</ol>
<p><span style="font-family: Tahoma; font-size: 10pt;">Below is an example output of a configured sguild.email configuration<br />
</span></p>
<p style="margin-left: 45pt;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">root@SecOnionSnort:/etc/nsm/securityonion# head -20 /var/log/nsm/securityonion/sguild.log<br />
Executing: sguild -c /etc/nsm/securityonion/sguild.conf -a /etc/nsm/securityonion/autocat.conf -g /etc/nsm/securityonion/sguild.queries -A /etc/nsm/securityonion/sguild.access -C /etc/nsm/securityonion/certs<br />
2012-04-28 06:58:03 pid(5248) Loading access list: /etc/nsm/securityonion/sguild.access<br />
2012-04-28 06:58:03 pid(5248) Sensor access list set to ALLOW ANY.<br />
2012-04-28 06:58:03 pid(5248) Client access list set to ALLOW ANY.<br />
2012-04-28 06:58:03 pid(5248) Adding AutoCat Rule: ||ANY||ANY||ANY||ANY||ANY||ANY||%%REGEXP%%^URL||1<br />
2012-04-28 06:58:03 pid(5248) Adding AutoCat Rule: ||ANY||ANY||ANY||ANY||ANY||ANY||ET WEB_SERVER Script tag in URI, Possible Cross Site Scripting Attempt||12<br />
2012-04-28 06:58:03 pid(5248) Email Configuration:<br />
2012-04-28 06:58:03 pid(5248) Config file: /etc/sguild/sguild.email<br />
2012-04-28 06:58:03 pid(5248) Enabled: Yes<br />
2012-04-28 06:58:03 pid(5248) Server: mail.domain.com<br />
2012-04-28 06:58:03 pid(5248) Rcpt To: analyst@company.com<br />
2012-04-28 06:58:03 pid(5248) From: snort_sensor@company.com<br />
2012-04-28 06:58:03 pid(5248) Classes: successful-admin trojan-activity attempted-admin attempted-user<br />
2012-04-28 06:58:03 pid(5248) Priorities: 0<br />
2012-04-28 06:58:03 pid(5248) Disabled Sig IDs: 0<br />
2012-04-28 06:58:03 pid(5248) Enabled Sig IDs: 2009714<br />
2012-04-28 06:58:03 pid(5248) Connecting to localhost on 3306 as sguil<br />
2012-04-28 06:58:03 pid(5248) MySQL Version: version 5.1.41-3ubuntu12.10<br />
2012-04-28 06:58:03 pid(5248) SguilDB Version: 0.13<br />
2012-04-28 06:58:03 pid(5248) Creating event MERGE table.<br />
</span></p>
<p><span style="color: black; font-family: Tahoma; font-size: 10pt;">Once a SID or class is triggered, sguil will send an email alert to the configured recipients. An example email is shown in figure 9<br />
</span></p>
<p style="text-align: center;"><img class="aligncenter" src="http://security.crudtastic.com/wp-content/uploads/2012/04/042812_0907_Sguileventc9.png" alt="" width="560" height="84" /><span style="color: black; font-family: Tahoma; font-size: 10pt;"><br />
</span></p>
<p style="text-align: center;"><span style="color: black; font-family: Tahoma; font-size: 10pt;">Figure 9 – Email alert<br />
</span></p>
<p><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=589</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>File Execution Vulnerability &amp; Security Onion &#8211; Basics</title>
		<link>http://security.crudtastic.com/?p=569</link>
		<comments>http://security.crudtastic.com/?p=569#comments</comments>
		<pubDate>Sun, 15 Apr 2012 01:05:34 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[DVWA]]></category>
		<category><![CDATA[Security Onion]]></category>
		<category><![CDATA[snort]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[suricata]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=569</guid>
		<description><![CDATA[OK .. we have an application that is vulnerable to command execution (we are using the damn vulnerable web application, or DVWA distro for this) It&#8217;s a simple application to ping a machine on the network, internet, or perhaps space! It&#8217;s a basic little thing that lets you enter an IP address and it will &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=569">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>OK .. we have an application that is vulnerable to command execution (we are using the damn vulnerable web application, or DVWA distro for this)<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti1.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>It&#8217;s a simple application to ping a machine on the network, internet, or perhaps space! It&#8217;s a basic little thing that lets you enter an IP address and it will run the ping command and return the result.<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti2.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>It seems though, through a little bit of basic command line knowledge that you can also chain commands together and get them to run besides just the programmed ping command<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti3.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span><br />
<span id="more-569"></span><br />
So at its simplest form you can see we now are not bound by just the programmed intention of this little script. The question then is, &#8220;So what else can we do with this then?&#8221;. First of all, we can pull a copy of netcat over and kick it off so that we can connect to a shell. I won&#8217;t get into details on how to do this .. but you can easily accomplish this with the use of Backtrack. So on our vulnerable website we would issue the following command<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti4.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>And if we have everything set up correctly, we should see the following screen<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti5.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>We now have a shell on our vulnerable web server. I will say right now however, this is greatly simplified by having a known vulnerable web application (a part of the DVWA distro).<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span><br />
From here we can either try and elevate our privileges to own the box, or we could pivot off of it to another machine or network.<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>Here you will see that out of the box, both snort and suricata both detect the transmission of the windows netcat binary over tftp.<span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti6.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>So say we just wanted to detect that netcat was run and was offering up a shell (this is denoted in netcat with the &#8220;-e cmd&#8221; switch). We could easily knock out a quick snort/suricata rule to detect (in it&#8217;s most simplest form) the &#8220;-e cmd&#8221; switch. To do this we first need to know what we are looking for to generate a rule. Lets take a wireshark sample of the traffic when the web application is getting exploited. The TCP stream that carries the http post request looks like below. Take note of the actual post command! (A quick side note here &#8211; we could have also used burp or some other intercepting proxy to manipulate the data when it is sent back to the web server from the clients browser instead of just putting it into the provided web application field)</p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti7.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>The actual transfer of traffic looks like below. Take note of the source &amp; destination addresses, and the ports used for the communication (52888 &amp; 80).<br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti8.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>So using the information we have we can craft a rule that looks something like the following (this is very ugly and a rule at the most basic level and will possibly cause a few false positives &#8211; it does work however but you would be better off writing a nice clean rule)<br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti9.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>We then will see the following alert in sguil<br />
</span></p>
<p><img src="http://security.crudtastic.com/wp-content/uploads/2012/04/041512_0105_FileExecuti10.png" alt="" /><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
<p>We can of course really define our rule a lot better than what we have here, but that&#8217;s not really the point of this post for me <img src='http://security.crudtastic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
</span></p>
<p>Another line of defense would be to use a Web Application Firewall (WAF) in front of our web application .. or if you want to get totally crazy you could always code your application securely .. but hey thats just me.<br />
</span></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><span style="font-family: Times New Roman; font-size: 12pt;"><br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=569</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Stop &#8211; GCFA time!</title>
		<link>http://security.crudtastic.com/?p=554</link>
		<comments>http://security.crudtastic.com/?p=554#comments</comments>
		<pubDate>Tue, 03 Apr 2012 04:41:03 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Courses]]></category>
		<category><![CDATA[Exam]]></category>
		<category><![CDATA[sans]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[GCFA]]></category>
		<category><![CDATA[GIAC]]></category>
		<category><![CDATA[Study]]></category>
		<category><![CDATA[training]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=554</guid>
		<description><![CDATA[Well, it looks like we have a new GCFA in town .. thats me! I&#8217;ll be honest .. forensics really isn&#8217;t my thing. My mind doesn&#8217;t work the right way for it .. it just doesn&#8217;t click like other lethal forensicators. I did however, tackle FOR508 with Rob Lee last year in Vegas after my &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=554">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p>Well, it looks like we have a new GCFA in town .. thats me!</p>
<p>I&#8217;ll be honest .. forensics really isn&#8217;t my thing. My mind doesn&#8217;t work the right way for it .. it just doesn&#8217;t click like other lethal forensicators.</p>
<p>I did however, tackle FOR508 with Rob Lee last year in Vegas after my GSE exam (why didn&#8217;t I pick something simple to give my head a rest) and I really enjoyed it! I hadn&#8217;t completed FOR408 so I really felt like I missed out on some of the basic foundation information that was required, and I felt that during my exam.</p>
<p>I put a fair bit of hard work and effort into passing the GCFA and its a cert i&#8217;m definitely proud of. Its not that simple or straight forward, and I now have the ability to go through a stack of old and broken hard drives at home and possibly get a bunch of old lost photos off of them now <img src='http://security.crudtastic.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I guess really the highlight to my whole exam was seeing Chris Mohan and his lovely hair .. that really got me through at the end of the day &#8211; Thanks Chris!</p>
<p>For now though, its back to this stinking Gold Paper .. I want to get the GSE and have a break!</p>
<p>Oh yeah .. im doing SEC660 in July hahahahahah</p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=554</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>It&#8217;s so very quiet</title>
		<link>http://security.crudtastic.com/?p=551</link>
		<comments>http://security.crudtastic.com/?p=551#comments</comments>
		<pubDate>Thu, 15 Mar 2012 21:01:28 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Exam]]></category>
		<category><![CDATA[sans]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=551</guid>
		<description><![CDATA[Not much to say, I&#8217;m off to sit my GCFA exam in 2 weeks. Must study and not get distracted!]]></description>
			<content:encoded><![CDATA[<p>Not much to say, I&#8217;m off to sit my GCFA exam in 2 weeks.</p>
<p>Must study and not get distracted!</p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=551</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Doug Burks talk about Security Onion at Shmoocon</title>
		<link>http://security.crudtastic.com/?p=548</link>
		<comments>http://security.crudtastic.com/?p=548#comments</comments>
		<pubDate>Sun, 05 Feb 2012 07:25:24 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Information]]></category>
		<category><![CDATA[NSM]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[Doug Burks]]></category>
		<category><![CDATA[SecurityOnion]]></category>
		<category><![CDATA[Shmoocon]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=548</guid>
		<description><![CDATA[You all probably know that i&#8217;m in the middle of doing a SANS gold paper on Security Onion .. here&#8217;s a talk Doug Burks did at Shmoocon on his distro &#160; Doug Burks: Security Onion from Georgia Weidman on Vimeo.]]></description>
			<content:encoded><![CDATA[<p>You all probably know that i&#8217;m in the middle of doing a SANS gold paper on Security Onion .. here&#8217;s a talk Doug Burks did at Shmoocon on his distro</p>
<p>&nbsp;</p>
<p><iframe src="http://player.vimeo.com/video/35993348?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="400" height="225"></iframe></p>
<p style="text-align: center;"><a href="http://vimeo.com/35993348">Doug Burks: Security Onion</a> from <a href="http://vimeo.com/user4997632">Georgia Weidman</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=548</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hacktivity 2011 &#8211; Michele Orru: Dr. Strangelove or How I learned to Stop Worrying and Love the BeEF</title>
		<link>http://security.crudtastic.com/?p=542</link>
		<comments>http://security.crudtastic.com/?p=542#comments</comments>
		<pubDate>Tue, 17 Jan 2012 21:38:35 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Interesting Article]]></category>
		<category><![CDATA[beef]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=542</guid>
		<description><![CDATA[Hacktivity 2011 &#8211; Michele Orru: Dr. Strangelove or How I learned to Stop Worrying and Love the BeEF from Hacktivity on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/35049344?title=0&amp;byline=0&amp;portrait=0" frameborder="0" width="400" height="225"></iframe></p>
<p><a href="http://vimeo.com/35049344">Hacktivity 2011 &#8211; Michele Orru: Dr. Strangelove or How I learned to Stop Worrying and Love the BeEF</a> from <a href="http://vimeo.com/hacktivity">Hacktivity</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=542</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Popularity of Exploit kits leading to an increase in compromised websites from Zscaler Research</title>
		<link>http://security.crudtastic.com/?p=539</link>
		<comments>http://security.crudtastic.com/?p=539#comments</comments>
		<pubDate>Tue, 17 Jan 2012 06:19:48 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Interesting Article]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Zscaler Research]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=539</guid>
		<description><![CDATA[  The dominance of exploit kits like Blackhole, Incognito and others, continues to be seen in the wild. Attackers continue to use these exploit kits to generate malicious webpages and host them on various domains. These exploit kits usually targets browser and browser plugin vulnerabilities. To increase the likelihood of a successful attack, exploit kits &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=539">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p style="color: #333333;"> </p>
<p><span style="line-height: 115%; font-size: 100%;">The dominance of exploit kits like <a href="http://research.zscaler.com/2011/08/blackhole-exploit-kit-continues-its.html">Blackhole</a>, <a href="http://research.zscaler.com/2011/06/incognito-exploit-kit.html">Incognito</a> and others, continues to be seen in the wild. Attackers continue to use these exploit kits to generate malicious webpages and host them on various domains. These exploit kits usually targets browser and browser plugin vulnerabilities. </span></p>
<p><span style="line-height: 115%; font-size: 100%;">To increase the likelihood of a successful attack, exploit kits are commonly used to infect legitimate sites that already have significant traffic. Attackers achieve this by crafting scripts designed to identify sites with injection vulnerabilities, which allow for hidden iFrames to be written, which then point to the exploit kit URL. When users visit the infected sites and are redirected to the browser exploit kits, a known browser or plugin vulnerability is typically used to download and execute malicious content without user knowledge. You can visit this related </span><span style="font-size: 100%;"><a href="http://research.zscaler.com/2010/03/are-you-victim-of-injected-malicious.html"><span style="line-height: 115%;">blog</span></a> for more information about iFrame injection in detail. </span></p>
<p style="color: #333333;"><span style="line-height: 115%; font-size: 100%;">Recently, I’ve seen a spike in such compromised sites, which lead to exploit kit URLs.In most cases, the JavaScript code containing the hidden iFrame is heavily obfuscated. Different exploit kits have their own techniques to obfuscate malicious code. Let’s take look at a couple of examples and their respective de-obfuscated code.</span></p>
<div><img src="https://blogger.googleusercontent.com/tracker/5262423634906095657-4503668065928396196?l=research.zscaler.com" alt="" width="1" height="1" /></div>
<p><img src="http://feeds.feedburner.com/~r/zscaler/research/~4/VUnkoxmPiQI" alt="" width="1" height="1" /></p>
<p>Read the full article on <a href="http://research.zscaler.com/2012/01/popularity-of-exploit-kits-leading-to.html?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+zscaler%2Fresearch+%28Zscaler+Research%29" target="_blank">Zscaler Research </a></p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=539</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How You Can Efficiently Audit Passwords With Metasploit from Rapid7 Community : Blog List &#8211; Metasploit</title>
		<link>http://security.crudtastic.com/?p=535</link>
		<comments>http://security.crudtastic.com/?p=535#comments</comments>
		<pubDate>Sun, 15 Jan 2012 10:19:58 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Interesting Article]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Rapid7 Community : Blog List - Metasploit]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=535</guid>
		<description><![CDATA[While unpatched systems are often the first stepping stone of a breach, it’s often weak or shared credentials that help attackers intrude deeper into the network and breach sensitive data. Common problems are:   Weak passwords that lack length or complexity Passwords contained in dictionaries Passwords that are easily guessed based on information about the &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=535">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<div>
<p>While unpatched systems are often the first stepping stone of a breach, it’s often weak or shared credentials that help attackers intrude deeper into the network and breach sensitive data. Common problems are:</p>
<p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p>
<ul>
<li>Weak passwords that lack length or complexity</li>
<li>Passwords contained in dictionaries</li>
<li>Passwords that are easily guessed based on information about the infrastructure</li>
<li>Vendor default passwords</li>
<li>Replaying cached credentials</li>
<li>Re-use of passwords across trust zones</li>
<li>Development test credentials in a production environment</li>
<li>Active accounts of previous employees</li>
</ul>
<p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p>
<p><strong>Services You Can Audit With Metasploit</strong></p>
<p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p>
<p>These are all issues you can scan for with Metasploit. Unlike other password auditors that only test Windows login credentials, Metasploit Pro can brute force passwords to audit passwords across a wide range of operating systems and services, including:</p>
<p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p>
<ul>
<li><a href="https://community.rapid7.com/servlet/JiveServlet/showImage/38-5537-1711/Services.png"><img style="float: right;" src="https://community.rapid7.com/servlet/JiveServlet/downloadImage/38-5537-1711/254-279/Services.png" alt="Services.png" width="254" height="279" /></a>SMB/Windows/CIFS server</li>
<li>PostgreSQL database</li>
<li>IBM DB2 database</li>
<li>MySQL database</li>
<li>Microsoft SQL Server database Oracle</li>
<li>Oracle RDBMS Server</li>
<li>HTTP server (basic authentication)</li>
<li>HTTPS server (basic authentication)</li>
<li>Secure Shell server</li>
<li>Telnet server</li>
<li>File Transfer Protocol server</li>
<li>Post Office Protocol v3 server</li>
<li>BSD Remote Execution server</li>
<li>BSD Remote Login server</li>
<li>BSD Remote Shell server</li>
<li>VNC/RFB server</li>
<li>Simple Network Management Protocol</li>
</ul>
<p style="min-height: 8pt; height: 8pt; padding: 0px;"> </p>
<p><strong>Where You Can Learn More</strong></p>
<p>HD Moore, the Metasploit Chief Architect, is showing some of the tips and tricks of how to audit passwords with Metasploit in next week&#8217;s webinar. <strong><a href="https://www3.gotomeeting.com/register/682749710">Register now and save the date on your calendar! </a></strong></p>
</div>
<p>&nbsp;</p>
<p>Read the full article from <a href="https://community.rapid7.com/community/solutions/metasploit/blog/2012/01/13/password-auditing-with-metasploit" target="_blank">Rapid7 Community : Blog List &#8211; Metasploit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=535</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Releasing 78 Security Patches from Liquidmatrix Security Digest</title>
		<link>http://security.crudtastic.com/?p=533</link>
		<comments>http://security.crudtastic.com/?p=533#comments</comments>
		<pubDate>Sun, 15 Jan 2012 10:05:15 +0000</pubDate>
		<dc:creator>ash</dc:creator>
				<category><![CDATA[Interesting Article]]></category>
		<category><![CDATA[Google Reader]]></category>
		<category><![CDATA[Liquidmatrix Security Digest]]></category>

		<guid isPermaLink="false">http://security.crudtastic.com/?p=533</guid>
		<description><![CDATA[From Oracle: This Critical Patch Update Pre-Release Announcement provides advance information about the Oracle Critical Patch Update for January 2012, which will be released on Tuesday, January 17, 2012. While this Pre-Release Announcement is as accurate as possible at the time of publication, the information it contains may change before publication of the Critical Patch &#8230; </p><p><a class="more-link block-button" href="http://security.crudtastic.com/?p=533">Continue reading &#187;</a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="unbreakable-right" src="http://www.liquidmatrix.org/blog/wp-content/uploads/2012/01/unbreakable-right.png" alt="" width="450" height="321" /></p>
<p>From Oracle:</p>
<blockquote><p>This Critical Patch Update Pre-Release Announcement provides advance information about the Oracle Critical Patch Update for January 2012, which will be released on Tuesday, January 17, 2012. While this Pre-Release Announcement is as accurate as possible at the time of publication, the information it contains may change before publication of the Critical Patch Update Advisory.</p>
<p>A Critical Patch Update is a collection of patches for multiple security vulnerabilities. This Critical Patch Update contains 78 new security vulnerability fixes across hundreds of Oracle products. Some of the vulnerabilities addressed in this Critical Patch Update affect multiple products. Due to the threat posed by a successful attack, Oracle strongly recommends that customers apply Critical Patch Update fixes as soon as possible.</p></blockquote>
<p>78 security patches. I’ll say that again. 78 oracle security patches. While I’m glad that they’re fixing their stuff it is just a little amazing that there are that many. And DBA’s being who they are will vacillate and come up with all kinds of reasons why they can’t apply patches as they still haven’t done the ones from 2010. In other words…job security for the rest of us.</p>
<p>Oh, and if that wasn’t enough there will also be 27 MySQL patches released at the same time.</p>
<p>Source: <a href="http://www.oracle.com/technetwork/topics/security/cpujan2012-366304.html">Article Link</a></p>
<div><img src="http://feeds.feedburner.com/~r/Liquidmatrix/~4/AU3XNtiehfU" alt="" width="1" height="1" /></div>
<p>from <a href="http://www.liquidmatrix.org/blog/2012/01/13/oracle-releasing-78-security-patches/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+Liquidmatrix+%28Liquidmatrix%29" target="_blank">Liquidmatrix Security Digest </a></p>
]]></content:encoded>
			<wfw:commentRss>http://security.crudtastic.com/?feed=rss2&#038;p=533</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

