<?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>Denise&#039;s Tech Blog</title>
	<atom:link href="http://blesseddlo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blesseddlo.wordpress.com</link>
	<description>Neat Findings from my Google searches</description>
	<lastBuildDate>Mon, 28 Jan 2013 17:45:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='blesseddlo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://0.gravatar.com/blavatar/4fa21f50f99b90563162e43c4f8bc2c9?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Denise&#039;s Tech Blog</title>
		<link>http://blesseddlo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://blesseddlo.wordpress.com/osd.xml" title="Denise&#039;s Tech Blog" />
	<atom:link rel='hub' href='http://blesseddlo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>SplunkForwarder</title>
		<link>http://blesseddlo.wordpress.com/2012/12/17/splunkforwarder/</link>
		<comments>http://blesseddlo.wordpress.com/2012/12/17/splunkforwarder/#comments</comments>
		<pubDate>Tue, 18 Dec 2012 00:14:13 +0000</pubDate>
		<dc:creator>blesseddlo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splunk]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[splunkforwarder]]></category>

		<guid isPermaLink="false">http://blesseddlo.wordpress.com/?p=821</guid>
		<description><![CDATA[ Install/Configure Splunkforwarder # Download the universal forwarder from here: http://www.splunk.com/download/universalforwarder You will need an account to download it. # Copy it up to the servers: &#60;pre&#62; for i in IPADDRESS1 IPADDRESS2 ; do scp splunkforwarder-5.0.1-143156-linux-2.6-x86_64.rpm DLopez@$i: ; done &#60;/pre&#62; # Install RPM: *sudo rpm -ivh splunkforwarder-5.0.1-143156-linux-2.6-x86_64.rpm* # Start splunk to create the necessary file structure: <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=821&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<h2> Install/Configure Splunkforwarder</h2>
<p># Download the universal forwarder from here: <a href="http://www.splunk.com/download/universalforwarder" rel="nofollow">http://www.splunk.com/download/universalforwarder</a> You will need an account to download it.<br />
# Copy it up to the servers:<br />
&lt;pre&gt;<br />
for i in IPADDRESS1 IPADDRESS2 ; do scp splunkforwarder-5.0.1-143156-linux-2.6-x86_64.rpm DLopez@$i: ; done<br />
&lt;/pre&gt;<br />
# Install RPM: *sudo rpm -ivh splunkforwarder-5.0.1-143156-linux-2.6-x86_64.rpm*<br />
# Start splunk to create the necessary file structure:<br />
&lt;pre&gt;<br />
root@sc9vl55:/data01/home/DLopez&gt; /etc/init.d/splunk start<br />
Starting Splunk&#8230;</p>
<p>Splunk&gt; Finding your faults, just like mom.</p>
<p>Checking prerequisites&#8230;<br />
Checking mgmt port [8089]: open<br />
Creating: /opt/splunkforwarder/var/lib/splunk<br />
Creating: /opt/splunkforwarder/var/run/splunk<br />
Creating: /opt/splunkforwarder/var/run/splunk/appserver/i18n<br />
Creating: /opt/splunkforwarder/var/run/splunk/appserver/modules/static/css<br />
Creating: /opt/splunkforwarder/var/run/splunk/upload<br />
Creating: /opt/splunkforwarder/var/spool/splunk<br />
Creating: /opt/splunkforwarder/var/spool/dirmoncache<br />
Creating: /opt/splunkforwarder/var/lib/splunk/authDb<br />
Creating: /opt/splunkforwarder/var/lib/splunk/hashDb<br />
New certs have been generated in &#8216;/opt/splunkforwarder/etc/auth&#8217;.<br />
Checking conf files for typos&#8230; Done<br />
All preliminary checks passed.</p>
<p>Starting splunk server daemon (splunkd)&#8230; Done<br />
[ OK ]<br />
&lt;/pre&gt;<br />
# Add the forward-server: */opt/splunkforwarder/bin/splunk add forward-server 10.92.13.195:9997*. Default user and password is *admin/changeme*. By default the inputs.conf and server.conf files are created on install of rpm, this add forward-server creates the outputs.conf file.<br />
# Change the default credentials: */opt/splunkforwarder/bin/splunk edit user admin -password YOUR_NEW_PASSWORD -auth admin:changeme*<br />
# Test forward connection: */opt/splunkforwarder/bin/splunk list forward-server*<br />
# Finally add the data you want to forward: */opt/splunkforwarder/bin/splunk add monitor /path/to/app/logs/ -index main -sourcetype %app%*. Where /path/to/app/logs/ is the path to application logs on the host that you want to bring into Splunk, and %app% is the name you want to associate with that type of data. This will create an inputs.conf file here: */opt/splunkforwarder/etc/apps/search/local/inputs.conf*<br />
# Restart splunk: */etc/init.d/splunk restart*</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blesseddlo.wordpress.com/821/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blesseddlo.wordpress.com/821/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=821&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blesseddlo.wordpress.com/2012/12/17/splunkforwarder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3288ead0090a071efe28e928930ce76e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blesseddlo</media:title>
		</media:content>
	</item>
		<item>
		<title>BEAST and CRIME SSL/TLS vulnerability</title>
		<link>http://blesseddlo.wordpress.com/2012/12/13/beast-and-crime-ssltls-vulnerability/</link>
		<comments>http://blesseddlo.wordpress.com/2012/12/13/beast-and-crime-ssltls-vulnerability/#comments</comments>
		<pubDate>Thu, 13 Dec 2012 18:36:56 +0000</pubDate>
		<dc:creator>blesseddlo</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Splunk]]></category>
		<category><![CDATA[BEAST]]></category>
		<category><![CDATA[CRIME]]></category>
		<category><![CDATA[RHEL 5]]></category>
		<category><![CDATA[web vulnerabilities]]></category>

		<guid isPermaLink="false">http://blesseddlo.wordpress.com/?p=812</guid>
		<description><![CDATA[I recently ran a vulnerability scan against my web servers and the BEAST and CRIME vulnerabilities. RHEL5 Apache Simple PCI DSS compliant and compatible setup for RHEL5 Apache with 3DES as last resort against BEAST: SSLHonorCipherOrder On SSLProtocol All -SSLv2 SSLCipherSuite RC4-SHA:AES256-SHA:AES128-SHA:DES-CBC3-SHA Simple CRIME reduction for same setup: echo &#62;&#62;/etc/sysconfig/httpd export OPENSSL_NO_DEFAULT_ZLIB=1 You can test <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=812&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I recently ran a vulnerability scan against my web servers and the BEAST and CRIME vulnerabilities.</p>
<h2>RHEL5 Apache</h2>
<p>Simple PCI DSS compliant and compatible setup for RHEL5 Apache with 3DES as last resort against BEAST:</p>
<p><code>SSLHonorCipherOrder On</code></p>
<p><code>SSLProtocol All -SSLv2</code></p>
<p><code>SSLCipherSuite RC4-SHA:AES256-SHA:AES128-SHA:DES-CBC3-SHA</code></p>
<p>Simple CRIME reduction for same setup:</p>
<p><code>echo &gt;&gt;/etc/sysconfig/httpd export OPENSSL_NO_DEFAULT_ZLIB=1</code></p>
<p>You can test your websites URL here: https://www.ssllabs.com/ssltest/</p>
<h2>Lighttpd</h2>
<p>Edit the lighttpd.conf file and add  the following for BEAST:</p>
<p>ssl.cipher-list = &#8220;ECDHE-RSA-AES256-SHA384:AES256-SHA256:RC4:HIGH:!MD5:!aNULL:!EDH:!AESGCM&#8221;<br />
ssl.honor-cipher-order = enable</p>
<h2>Splunk Node</h2>
<p>This works for Splunk 4.3 or higher, there is no setting for versions below 4.3 for Ciphers. Edit the <strong>web.conf</strong> file and add the following:</p>
<p>&lt;nowiki&gt;</p>
<p>enableSplunkWebSSL = true</p>
<p>supportSSLV3Only = true</p>
<p>cipherSuite = RC4+RSA:AES256-SHA:AES128-SHA:DES-CBC3-SHA:+HIGH:!MEDIUM:!LOW</p>
<p>&lt;/nowiki&gt;</p>
<p>For the CRIME vulnerability edit server.conf. My forwarders don&#8217;t need web enabled!</p>
<p>&lt;nowiki&gt;</p>
<p>[httpServer]<br />
disableDefaultPort = true</p>
<p>supportSSLV3Only = true</p>
<p>&lt;/nowiki&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blesseddlo.wordpress.com/812/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blesseddlo.wordpress.com/812/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=812&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blesseddlo.wordpress.com/2012/12/13/beast-and-crime-ssltls-vulnerability/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3288ead0090a071efe28e928930ce76e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blesseddlo</media:title>
		</media:content>
	</item>
		<item>
		<title>Test mail command line</title>
		<link>http://blesseddlo.wordpress.com/2012/07/17/test-mail-command-line/</link>
		<comments>http://blesseddlo.wordpress.com/2012/07/17/test-mail-command-line/#comments</comments>
		<pubDate>Tue, 17 Jul 2012 17:06:50 +0000</pubDate>
		<dc:creator>blesseddlo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Mail]]></category>
		<category><![CDATA[telnet to test mail connection]]></category>
		<category><![CDATA[test mail command line]]></category>

		<guid isPermaLink="false">http://blesseddlo.wordpress.com/?p=807</guid>
		<description><![CDATA[telnet mailserver_ip_address 25 EHLO mail from: email@address.com rcpt to: email@address.com data Enter text of mail message . (to stop) 250 2.0.0 Message accepted for delivery quit<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=807&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>telnet mailserver_ip_address 25</p>
<p>EHLO</p>
<p>mail from: email@address.com</p>
<p>rcpt to: email@address.com</p>
<p>data</p>
<p>Enter text of mail message</p>
<p>. (to stop)</p>
<p>250 2.0.0 Message accepted for delivery</p>
<p>quit</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blesseddlo.wordpress.com/807/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blesseddlo.wordpress.com/807/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=807&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blesseddlo.wordpress.com/2012/07/17/test-mail-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3288ead0090a071efe28e928930ce76e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blesseddlo</media:title>
		</media:content>
	</item>
		<item>
		<title>Version of ESX from command line</title>
		<link>http://blesseddlo.wordpress.com/2012/07/16/version-of-esx-from-command-line/</link>
		<comments>http://blesseddlo.wordpress.com/2012/07/16/version-of-esx-from-command-line/#comments</comments>
		<pubDate>Mon, 16 Jul 2012 21:42:56 +0000</pubDate>
		<dc:creator>blesseddlo</dc:creator>
				<category><![CDATA[VMWare]]></category>

		<guid isPermaLink="false">http://blesseddlo.wordpress.com/?p=804</guid>
		<description><![CDATA[I got this from this blog: http://virtwo.blogspot.com/2010/10/which-esx-version-am-i-running-on.html As root run: dmidecode &#124; grep -A4 &#8220;BIOS Information&#8221; BIOS Information Vendor: Phoenix Technologies LTD Version: 6.00 Release Date: 10/13/2009 Address: 0xEA2E0 Then match to below. (An update of an older post: now with vSphere 4.1 info. Further updated in 2011 with vSphere 5 info.) Your Linux runs on <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=804&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>I got this from this blog: <a href="http://virtwo.blogspot.com/2010/10/which-esx-version-am-i-running-on.html">http://virtwo.blogspot.com/2010/10/which-esx-version-am-i-running-on.html</a></p>
<p>As root run: <strong>dmidecode | grep -A4 &#8220;BIOS Information&#8221;</strong></p>
<p>BIOS Information<br />
Vendor: Phoenix Technologies LTD<br />
Version: 6.00<br />
Release Date: 10/13/2009<br />
Address: 0xEA2E0</p>
<p>Then match to below.</p>
<p>(An update of an older post: now with vSphere 4.1 info. Further updated in 2011 with vSphere 5 info.)<br />
Your Linux runs on a VMware VM, but which ESX version is it ? You can see for yourself (as already explained in an earlier post on this blog). Run &#8220;dmidecode&#8221; and look at lines 10, 11 and 12. The list has been updated with current info:<br />
ESX 2.5 &#8211; BIOS Release Date: 04/21/2004 &#8211; Address 0xE8480 &#8211; Size 97152 bytes<br />
ESX 3.0 &#8211; BIOS Release Date: 04/17/2006 &#8211; Address 0xE7C70 &#8211; Size 99216 bytes<br />
ESX 3.5 &#8211; BIOS Release Date: 01/30/2008 &#8211; Address 0xE7910 &#8211; Size 100080 bytes<br />
ESX 4 &#8211; BIOS Release Date: 08/15/2008 &#8211; Address 0xEA6C0 &#8211; Size 88384 bytes<br />
ESX 4U1 &#8211; BIOS Release Date: 09/22/2009 &#8211; Address 0xEA550 &#8211; Size 88752 bytes<br />
ESX 4.1 &#8211; BIOS Release Date: 10/13/2009 &#8211; Address 0xEA2E0 &#8211; Size 89376 bytes<br />
ESX 5 &#8211; BIOS Release Date: 01/07/2011 &#8211; Address 0xE72C0 &#8211; Size 101696 bytes</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blesseddlo.wordpress.com/804/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blesseddlo.wordpress.com/804/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=804&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blesseddlo.wordpress.com/2012/07/16/version-of-esx-from-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3288ead0090a071efe28e928930ce76e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blesseddlo</media:title>
		</media:content>
	</item>
		<item>
		<title>Convert .crt/.key to .pfx</title>
		<link>http://blesseddlo.wordpress.com/2012/06/07/convert-crt-key-to-pfx/</link>
		<comments>http://blesseddlo.wordpress.com/2012/06/07/convert-crt-key-to-pfx/#comments</comments>
		<pubDate>Thu, 07 Jun 2012 19:08:49 +0000</pubDate>
		<dc:creator>blesseddlo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://blesseddlo.wordpress.com/?p=799</guid>
		<description><![CDATA[openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt -certfile CACert.crt<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=799&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<pre>openssl pkcs12 -export -out <span style="text-decoration:underline;">certificate.pfx</span> -inkey <span style="text-decoration:underline;">privateKey.key</span> -in <span style="text-decoration:underline;">certificate.crt</span> -certfile <span style="text-decoration:underline;">CACert.crt</span></pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/blesseddlo.wordpress.com/799/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/blesseddlo.wordpress.com/799/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=blesseddlo.wordpress.com&#038;blog=9551349&#038;post=799&#038;subd=blesseddlo&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://blesseddlo.wordpress.com/2012/06/07/convert-crt-key-to-pfx/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/3288ead0090a071efe28e928930ce76e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">blesseddlo</media:title>
		</media:content>
	</item>
	</channel>
</rss>
