<?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>Infusion Technology Solutions Blog&#187; Information Security</title>
	<atom:link href="http://blog.infusiontechsolutions.com/category/infosec/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.infusiontechsolutions.com</link>
	<description>Technology related solutions, tips, tricks, and other interesting topics</description>
	<lastBuildDate>Tue, 20 Apr 2010 15:07:03 +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>How to Configure Splunk to use a Web Proxy Server</title>
		<link>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-configure-splunk-to-use-a-web-proxy-server</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/#comments</comments>
		<pubDate>Mon, 18 May 2009 21:24:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[https_proxy]]></category>
		<category><![CDATA[http_proxy]]></category>
		<category><![CDATA[iplocation]]></category>
		<category><![CDATA[proxy settings]]></category>
		<category><![CDATA[splunk]]></category>
		<category><![CDATA[web proxy server]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=268</guid>
		<description><![CDATA[A Splunk server I installed was configured such that it could only communicate with hosts within the corporate network so it did not have direct internet access. This posed a problem when trying to use the &#8220;Browse Splunkbase&#8221; option in the Splunk administrator web interface. I also could not use the &#8220;iplocation&#8221; data-processing command. This [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-configure-splunk-to-use-a-web-proxy-server/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Block an IP Address Using Firestarter</title>
		<link>http://blog.infusiontechsolutions.com/how-to-block-an-ip-address-using-firestarter/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-block-an-ip-address-using-firestarter</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-block-an-ip-address-using-firestarter/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 04:01:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[ban]]></category>
		<category><![CDATA[ban ip]]></category>
		<category><![CDATA[centos 5]]></category>
		<category><![CDATA[firestarter]]></category>
		<category><![CDATA[firewall rules]]></category>
		<category><![CDATA[gnome program]]></category>
		<category><![CDATA[gui interface]]></category>
		<category><![CDATA[ip tables]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=224</guid>
		<description><![CDATA[Firestarter is a GNOME program which offers a GUI interface to the IP Tables firewall. If you have Firestarter configured to allow all IPs addresses to all ports or a particular port on your server, you can&#8217;t block a specific IP from accessing those ports using the GUI interface. However, Firestarter does allow you to [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-block-an-ip-address-using-firestarter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Block an IP Range with IPTables</title>
		<link>http://blog.infusiontechsolutions.com/how-to-block-an-ip-range-with-iptables/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-block-an-ip-range-with-iptables</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-block-an-ip-range-with-iptables/#comments</comments>
		<pubDate>Sat, 23 Aug 2008 01:30:44 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[block ip]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[deny]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ip range]]></category>
		<category><![CDATA[iptables]]></category>
		<category><![CDATA[iptables firewall]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[spammers]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=164</guid>
		<description><![CDATA[If you want to block a range of IP addresses from accessing your CentOS server you can issue the following IPTables firewall command: /sbin/iptables -I INPUT -m iprange --src-range 192.168.1.1-192.168.1.2.100 -j DROP Replace &#8220;192.168.1.1-192.168.1.2.100&#8243; with the IP range you want to block. This command only works with the IPTables firewall so if your operating system [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-block-an-ip-range-with-iptables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Declassified NSA Document Which Reveals the Story Behind the Discovery of TEMPEST</title>
		<link>http://blog.infusiontechsolutions.com/declassified-nsa-document-which-reveals-the-story-behind-the-discovery-of-tempest/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=declassified-nsa-document-which-reveals-the-story-behind-the-discovery-of-tempest</link>
		<comments>http://blog.infusiontechsolutions.com/declassified-nsa-document-which-reveals-the-story-behind-the-discovery-of-tempest/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 14:33:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[electrical signals]]></category>
		<category><![CDATA[electrical transmission]]></category>
		<category><![CDATA[electronic components]]></category>
		<category><![CDATA[electronic device]]></category>
		<category><![CDATA[emanations]]></category>
		<category><![CDATA[information processing]]></category>
		<category><![CDATA[investigations]]></category>
		<category><![CDATA[nsa]]></category>
		<category><![CDATA[radio waves]]></category>
		<category><![CDATA[security threat]]></category>
		<category><![CDATA[tempest]]></category>
		<category><![CDATA[transmissions]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=148</guid>
		<description><![CDATA[The NSA recently declassified a document which revels the story behind how the United States first discovered the security threat of TEMPEST. TEMPEST is defined in Wikipedia as: TEMPEST is a codename referring to investigations and studies of compromising emanations (CE). Compromising emanations are defined as unintentional intelligence-bearing signals which, if intercepted and analyzed, disclose [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/declassified-nsa-document-which-reveals-the-story-behind-the-discovery-of-tempest/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Manually Send Email Using Telnet to Check for Open Relays</title>
		<link>http://blog.infusiontechsolutions.com/how-to-manually-send-email-using-telnet-to-check-for-open-relays/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-manually-send-email-using-telnet-to-check-for-open-relays</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-manually-send-email-using-telnet-to-check-for-open-relays/#comments</comments>
		<pubDate>Tue, 01 Apr 2008 13:22:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General IT Info]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[dos]]></category>
		<category><![CDATA[esmtp]]></category>
		<category><![CDATA[helo]]></category>
		<category><![CDATA[open relay]]></category>
		<category><![CDATA[port 25]]></category>
		<category><![CDATA[relay]]></category>
		<category><![CDATA[smtp]]></category>
		<category><![CDATA[telnet]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/?p=126</guid>
		<description><![CDATA[Knowing how to manually send an email using TELNET rather than a traditional email application such as Microsoft Outlook is sometimes useful for troubleshooting or testing for an open mail server relay. In order to send email via TELNET you will need 3 things: An active internet connection The address of a mail server capable [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-manually-send-email-using-telnet-to-check-for-open-relays/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MD5 Password Cracking</title>
		<link>http://blog.infusiontechsolutions.com/md5-password-cracking/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=md5-password-cracking</link>
		<comments>http://blog.infusiontechsolutions.com/md5-password-cracking/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 02:21:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[computer systems]]></category>
		<category><![CDATA[gdata]]></category>
		<category><![CDATA[md5 hash]]></category>
		<category><![CDATA[md5 hashes]]></category>
		<category><![CDATA[md5 password]]></category>
		<category><![CDATA[md5 password crack]]></category>
		<category><![CDATA[md5 rainbow table]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[password string]]></category>
		<category><![CDATA[passwords]]></category>
		<category><![CDATA[reverse md5]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/md5-password-cracking/</guid>
		<description><![CDATA[A lot of computer systems and applications use standard MD5 hash algorithms to store passwords. Using a straight unsalted MD5 hash of a password in order to store it securely used to be acceptable a few years ago but a recent technique similar to rainbow tables allows someone to recover the password by comparing the [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/md5-password-cracking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Remove the Password or Document Protection on a Microsoft Word Document</title>
		<link>http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/#comments</comments>
		<pubDate>Wed, 19 Mar 2008 04:42:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[crack]]></category>
		<category><![CDATA[document protection]]></category>
		<category><![CDATA[microsoft office]]></category>
		<category><![CDATA[microsoft office xp]]></category>
		<category><![CDATA[office]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[protection feature]]></category>
		<category><![CDATA[script editor]]></category>
		<category><![CDATA[unprotect document]]></category>
		<category><![CDATA[word]]></category>
		<category><![CDATA[word 2003]]></category>
		<category><![CDATA[word password]]></category>
		<category><![CDATA[word xp]]></category>
		<category><![CDATA[word2003]]></category>
		<category><![CDATA[wordxp]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/</guid>
		<description><![CDATA[These instructions are for the version of Word that comes with Microsoft Office XP or Office 2003. I will explain 3 different techniques so hopefully one of the three techniques will work for you. Technique 1 1. Switch to the HTML code view of the Word document by using Microsoft Script Editor. You can launch [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-remove-the-password-or-document-protection-on-a-microsoft-word-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to View Files in the Firefox Browsing History Cache</title>
		<link>http://blog.infusiontechsolutions.com/how-to-view-files-in-the-firefox-browsing-history-cache/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-view-files-in-the-firefox-browsing-history-cache</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-view-files-in-the-firefox-browsing-history-cache/#comments</comments>
		<pubDate>Sat, 15 Mar 2008 22:11:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browsing history]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[computer forensics]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-view-files-in-the-firefox-browsing-history-cache/</guid>
		<description><![CDATA[Type &#8220;about:cache&#8221; without the quotes in the URL address field of Firefox and press ENTER to load that address. Firefox will then display a clickable list of the entries in the cache.]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-view-files-in-the-firefox-browsing-history-cache/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Determine What Program Is Listening on a Port in OS X or Linux</title>
		<link>http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/#comments</comments>
		<pubDate>Thu, 13 Mar 2008 02:18:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[10.4]]></category>
		<category><![CDATA[10.5]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[leopard]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[lsof]]></category>
		<category><![CDATA[macosx]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[tiger]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/</guid>
		<description><![CDATA[To determine what daemon or program is listening on a port in Linux or OS X you can use the lsof command. You need to run the command while logged in as root or if your operating system supports sudo like OS X, you can use that. Command to run in Linux: lsof -i -nP [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-determine-what-program-is-listening-on-a-port-in-os-x-or-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Open A Combination Lock With A Soda Can</title>
		<link>http://blog.infusiontechsolutions.com/how-to-open-a-combination-lock-with-a-soda-can/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=how-to-open-a-combination-lock-with-a-soda-can</link>
		<comments>http://blog.infusiontechsolutions.com/how-to-open-a-combination-lock-with-a-soda-can/#comments</comments>
		<pubDate>Sat, 01 Mar 2008 23:13:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[coke can]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[lock]]></category>
		<category><![CDATA[locksmith]]></category>
		<category><![CDATA[master lock]]></category>
		<category><![CDATA[masterlock]]></category>
		<category><![CDATA[robbery]]></category>
		<category><![CDATA[shim]]></category>

		<guid isPermaLink="false">http://blog.infusiontechsolutions.com/how-to-open-a-combination-lock-with-a-soda-can/</guid>
		<description><![CDATA[The popular combination Master Locks are susceptible to being opened with a simple tool fashioned from an aluminum can. With this crude tool a thief can pop open a lock in a few seconds. Here is a video that shows how to construct and use this tool which is referred to as a &#8220;shim&#8221;: Open [...]]]></description>
		<wfw:commentRss>http://blog.infusiontechsolutions.com/how-to-open-a-combination-lock-with-a-soda-can/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

