<?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>NerdHerd.com</title>
	<atom:link href="http://nerdherd.com/feed" rel="self" type="application/rss+xml" />
	<link>http://nerdherd.com</link>
	<description>IT Unlike Any Other</description>
	<lastBuildDate>Fri, 27 Apr 2012 04:59:49 +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>Precise Pangolin rolls out: Ubuntu 12.04 LTS released</title>
		<link>http://nerdherd.com/archives/995</link>
		<comments>http://nerdherd.com/archives/995#comments</comments>
		<pubDate>Fri, 27 Apr 2012 04:59:34 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Precise Pangolin 12.04]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=995</guid>
		<description><![CDATA[Time to build some new VMs and start testing! Precise Pangolin rolls out: Ubuntu 12.04 released, introduces Unity HUD.]]></description>
			<content:encoded><![CDATA[<p>Time to build some new VMs and start testing!</p>
<p><a href="http://arstechnica.com/business/news/2012/04/precise-pangolin-rolls-out-ubuntu-1204-released-introduces-unity-hud.ars">Precise Pangolin rolls out: Ubuntu 12.04 released, introduces Unity HUD</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/995/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Connecting from a Solaris 10 box via USB to Serial adapter to the console of a switch</title>
		<link>http://nerdherd.com/archives/984</link>
		<comments>http://nerdherd.com/archives/984#comments</comments>
		<pubDate>Fri, 13 Apr 2012 05:12:20 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[console]]></category>
		<category><![CDATA[Hyperterm]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[Solaris]]></category>
		<category><![CDATA[Solaris 10]]></category>
		<category><![CDATA[USB serial adapter]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=984</guid>
		<description><![CDATA[How to connect from a Solaris 10 device to the console of a switch via USB adapter: Step 1: Plug in the USB adapter. In this example, I have a Prolific Technology Inc. USB-Serial Controller plugged into the console port of a Cisco 2900 XL switch. Step 2: Run dmesg to see if it was [...]]]></description>
			<content:encoded><![CDATA[<p>How to connect from a Solaris 10 device to the console of a switch via USB adapter:</p>
<p>Step 1: Plug in the USB adapter. In this example, I have a Prolific Technology Inc. USB-Serial Controller plugged into the console port of a Cisco 2900 XL switch.<br />
Step 2: Run <code>dmesg</code> to see if it was recognized, and to find out its device info:</p>
<blockquote><p><code><br />
Apr 12 13:42:34 nerdherd-sol usba: [ID 912658 kern.info] USB 1.10 device (usb67b,2303) operating at full speed (USB 1.x) on USB 1.10 root hub: device@6, usbsprl0 at bus address 2<br />
Apr 12 13:42:34 nerdherd-sol usba: [ID 349649 kern.info] Prolific Technology Inc. USB-Serial Controller<br />
Apr 12 13:42:34 nerdherd-sol genunix: [ID 936769 kern.info] usbsprl0 is /pci@0,0/pci108e,534a@2/device@6<br />
Apr 12 13:42:34 nerdherd-sol genunix: [ID 408114 kern.info] /pci@0,0/pci108e,534a@2/device@6 (usbsprl0) online<br />
</code></p></blockquote>
<p>Step 3: Look for the device number, and remember the path and number, you&#8217;ll need it in a second:</p>
<blockquote><p><code>[mikes@nerdherd-sol:~] 197 % ls /dev/cua (or /dev/term)<br />
0</code></p></blockquote>
<p>Step 4: Edit <code>/etc/remote</code>, and add an entry pointing to the device number above. I copied the &#8216;hardwire&#8217; line and called my USB adapter &#8216;softwire&#8217;:</p>
<blockquote><p><code>-bash-3.00# vi /etc/remote<br />
"/etc/remote" 60 lines, 1969 characters<br />
# The next 17 lines are for the PCMCIA serial/modem cards.<br />
#<br />
## [17+ lines snipped]<br />
hardwire:\<br />
:dv=/dev/term/b:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:<br />
softwire:\<br />
:dv=<strong>/dev/cua/0</strong>:br#9600:el=^C^S^Q^U^D:ie=%$:oe=^D:</code></p></blockquote>
<p>Save and exit.<br />
Step 6: Connect using tip (saving /etc/remote was Step 5):</p>
<blockquote><p><code>[mikes@nerdherd-sol:~] 199 % tip softwire<br />
connected</p>
<p>C2900XL Boot Loader (C2900-HBOOT-M) Version 11.2(8.2)SA6, MAINTENANCE INTERIM SOFTWARE<br />
Compiled Wed 23-Jun-99 18:03 by boba<br />
starting...</code></p></blockquote>
<p>Step 7: Profit!  Now I don&#8217;t need to keep a Windows machine around just to run putty or hyperterm.<br />
(Note: the &#8216;connected&#8217; message was from tip, indicating that it was connected to the USB adapter. After that, the console output from the switch is displayed.)</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/984/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slide Show: 10 SQL Injection Tools For Database Pwnage</title>
		<link>http://nerdherd.com/archives/981</link>
		<comments>http://nerdherd.com/archives/981#comments</comments>
		<pubDate>Fri, 13 Apr 2012 04:48:42 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[BSQL Hacker]]></category>
		<category><![CDATA[Enema SQLi]]></category>
		<category><![CDATA[Havij]]></category>
		<category><![CDATA[Pangolin]]></category>
		<category><![CDATA[Safe3 SQL Injector]]></category>
		<category><![CDATA[sql injection]]></category>
		<category><![CDATA[SQL Poizon]]></category>
		<category><![CDATA[Sqlmap]]></category>
		<category><![CDATA[Sqlninja]]></category>
		<category><![CDATA[sqlsus]]></category>
		<category><![CDATA[The Mole]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=981</guid>
		<description><![CDATA[Because having the right tools is half the battle: Black hat hackers and pen testers alike use these tools to dump data, perform privilege escalations, and effectively take over sensitive databases via Slide Show: 10 SQL Injection Tools For Database Pwnage &#8211; Darkreading.]]></description>
			<content:encoded><![CDATA[<p>Because having the right tools is half the battle:</p>
<blockquote><p>Black hat hackers and pen testers alike use these tools to dump data, perform privilege escalations, and effectively take over sensitive databases</p></blockquote>
<p>via <a href="http://www.darkreading.com/galleries/security/news/232900180/slide-show-10-sql-injection-tools-for-database-pwnage.html?pgno=1">Slide Show: 10 SQL Injection Tools For Database Pwnage &#8211; Darkreading</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/981/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Changing the defaults</title>
		<link>http://nerdherd.com/archives/979</link>
		<comments>http://nerdherd.com/archives/979#comments</comments>
		<pubDate>Thu, 12 Apr 2012 00:23:07 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[Hacked!]]></category>
		<category><![CDATA[passwords]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=979</guid>
		<description><![CDATA[In a Salt Lake Tribune article, reporter Patty Henetz quoted Utah Department of Health spokesman Tom Hudachko, who said that in this particular incident, a configuration error occurred at the level where passwords are entered, allowing the hacker to invade the security system. Technology Services has processes in place to ensure the state’s data is [...]]]></description>
			<content:encoded><![CDATA[<blockquote><p>In a Salt Lake Tribune article, reporter Patty Henetz quoted Utah Department of Health spokesman Tom Hudachko, who said that in this particular incident, <strong>a configuration error occurred at the level where passwords are entered,</strong> allowing the hacker to invade the security system. Technology Services has processes in place to ensure the state’s data is secured, but this particular server was not configured according to normal procedure.</p>
<p>Michael Hales, the Health Department’s Medicaid Director, said, &#8220;It just looks like processes broke down,&#8221; according to the Tribune.</p></blockquote>
<p>This sounds like a weaselly way of admitting that the default passwords were not changed.  Default passwords are the easiest way into any system!</p>
<p>via <a href="http://www.darkreading.com/blog/232900100/utah-medicaid-breach-exemplifies-value-of-encryption-and-access-control.html">Utah Medicaid Breach Exemplifies Value Of Encryption And Access Control &#8211; Dark Reading</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/979/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PCI Security Standards Council Opens Registration For 2012 Global Community Meetings</title>
		<link>http://nerdherd.com/archives/977</link>
		<comments>http://nerdherd.com/archives/977#comments</comments>
		<pubDate>Wed, 11 Apr 2012 04:28:25 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Off-Topic]]></category>
		<category><![CDATA[PCI Community Meetings]]></category>
		<category><![CDATA[PCI SSC]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=977</guid>
		<description><![CDATA[The PCI Security Standards Council (PCI SSC) announced today that registration for the 2012 PCI Community Meetings is now open. Find locations, registration instructions, and more in this pdf: PCI_Community_Meetings.pdf application/pdf Object.]]></description>
			<content:encoded><![CDATA[<p>The PCI Security Standards Council (PCI SSC) announced today that registration for the 2012 PCI Community Meetings is now open.</p>
<p>Find locations, registration instructions, and more in this pdf: <a href="https://www.pcisecuritystandards.org/pdfs/pr_20120410_PCI_Community_Meetings.pdf">PCI_Community_Meetings.pdf application/pdf Object</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/977/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Number of victims in state of Utah breach significantly rises</title>
		<link>http://nerdherd.com/archives/975</link>
		<comments>http://nerdherd.com/archives/975#comments</comments>
		<pubDate>Tue, 10 Apr 2012 03:14:48 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[breach]]></category>
		<category><![CDATA[loss of personal information]]></category>
		<category><![CDATA[UDOH]]></category>
		<category><![CDATA[Utah]]></category>
		<category><![CDATA[Utah Department of Health]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=975</guid>
		<description><![CDATA[The state of Utah lost the personal information of at least 500,000 people because: Attackers were able to compromise the server because an authorization component was not configured properly. The state&#8217;s Department of Technology Services &#8220;has processes in place to ensure the state&#8217;s data is secured, but this particular server was not configured according to [...]]]></description>
			<content:encoded><![CDATA[<p>The state of Utah lost the personal information of at least 500,000 people because:</p>
<blockquote><p>Attackers were able to compromise the server because an authorization component was not configured properly.</p>
<p>The state&#8217;s Department of Technology Services &#8220;has processes in place to ensure the state&#8217;s data is secured, but this particular server was not configured according to normal procedure.&#8221; The agency plans to bolster its controls with additional networking monitoring and intrusion detection functionality.</p></blockquote>
<p>Hopefully they&#8217;ll add some auditors, too.  It&#8217;s a shame to have your system set up so you only find out about misconfigurations after outsiders do.</p>
<p>via <a href="http://www.scmagazine.com/number-of-victims-in-state-of-utah-breach-significantly-rises/article/235759/">Number of victims in state of Utah breach significantly rises &#8211; SC Magazine</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/975/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle Solaris 11 Administrator&#8217;s Cheat Sheet</title>
		<link>http://nerdherd.com/archives/973</link>
		<comments>http://nerdherd.com/archives/973#comments</comments>
		<pubDate>Fri, 06 Apr 2012 03:55:04 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Solaris 11]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=973</guid>
		<description><![CDATA[Oracle has published a handy-dandy 6-page quick reference of Solaris 11 commands, covering ZFS, disks, zones, SMF, and networking. Grab the PDF from: solaris-11-cheat-sheet-1556378.pdf (application/pdf Object).]]></description>
			<content:encoded><![CDATA[<p>Oracle has published a handy-dandy 6-page quick reference of Solaris 11 commands, covering ZFS, disks, zones, SMF, and networking.</p>
<p>Grab the PDF from: <a href="http://www.oracle.com/technetwork/server-storage/solaris11/documentation/solaris-11-cheat-sheet-1556378.pdf">solaris-11-cheat-sheet-1556378.pdf (application/pdf Object)</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/973/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two more articles on Global Payments breach</title>
		<link>http://nerdherd.com/archives/970</link>
		<comments>http://nerdherd.com/archives/970#comments</comments>
		<pubDate>Fri, 06 Apr 2012 03:51:08 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Compliance]]></category>
		<category><![CDATA[Global Payments]]></category>
		<category><![CDATA[Hacked!]]></category>
		<category><![CDATA[PCI DSS]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=970</guid>
		<description><![CDATA[The first is from SC Magazine, Visa expels Global Payments following 1.5M-card breach: &#8220;What&#8217;s the takeaway on PCI?&#8221; Litan asked on Monday in a blog post. &#8220;The same one that&#8217;s been around for years. Passing a PCI compliance audit does not mean your systems are secure. Focus on security and not on passing the audit.&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>The first is from SC Magazine, <a href="http://www.scmagazine.com/visa-expels-global-payments-following-15m-card-breach/article/234865/">Visa expels Global Payments following 1.5M-card breach</a>:</p>
<blockquote><p>&#8220;What&#8217;s the takeaway on PCI?&#8221; Litan asked on Monday in a blog post. &#8220;The same one that&#8217;s been around for years. Passing a PCI compliance audit does not mean your systems are secure. Focus on security and not on passing the audit.&#8221;</p></blockquote>
<p>And the second is from Adrian Sanabria, QSA at Sword and Shield, <a href="http://www.swordshield.com/2012/04/03/global-payments-credit-card-data-breach/?utm_source=feedburner&amp;utm_medium=feed&amp;utm_campaign=Feed%3A+SwordShieldEnterpriseSecurityInc+%28Sword+%26+Shield+Enterprise+Security%2C+Inc.%29&amp;utm_content=Google+Reader">Global Payments Credit Card Data Breach</a>:</p>
<blockquote><p>The worst thing I’ve been able to determine from the details so far, is that it seems Global Payments was storing Track Data – information swiped from the magnetic stripe on the back of the card. The PCI DSS explicitly forbids storing track data (requirement 3.2.1), and PCI considers the storage of sensitive data to be one of the most serious PCI violations. CardSystems was effectively shut down for a lesser violation, though their breach was much larger.</p></blockquote>
<p>It&#8217;s a doubly-bad violation of DSS to 1) Not be compliant in the first place, and 2) to suffer a loss of cardholder data.</p>
<p>I imagine the reinstatement audit, if there is one, will be quite extensive.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/970/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Top 9 Most Costly Financial Services Data Breaches</title>
		<link>http://nerdherd.com/archives/968</link>
		<comments>http://nerdherd.com/archives/968#comments</comments>
		<pubDate>Wed, 04 Apr 2012 21:30:57 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Hacked!]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=968</guid>
		<description><![CDATA[If you don&#8217;t learn from the past, you&#8217;re doomed to repeat it. Here are 9 of the largest most recent financial services data breaches: via The Top 9 Most Costly Financial Services Data Breaches &#8211; - 1 &#8211; Wall Street &#38; Technology.]]></description>
			<content:encoded><![CDATA[<p>If you don&#8217;t learn from the past, you&#8217;re doomed to repeat it.</p>
<blockquote><p>Here are 9 of the largest most recent financial services data breaches:</p></blockquote>
<p>via <a href="http://www.wallstreetandtech.com/data-security/232800079">The Top 9 Most Costly Financial Services Data Breaches &#8211; - 1 &#8211; Wall Street &amp; Technology</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/968/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hackers politely deface security firm website, suggest fixes</title>
		<link>http://nerdherd.com/archives/966</link>
		<comments>http://nerdherd.com/archives/966#comments</comments>
		<pubDate>Mon, 02 Apr 2012 04:53:31 +0000</pubDate>
		<dc:creator>Mike S</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[AntiSec]]></category>
		<category><![CDATA[Hacked!]]></category>
		<category><![CDATA[MalSec]]></category>
		<category><![CDATA[The Security Centre Ltd]]></category>

		<guid isPermaLink="false">http://nerdherd.com/?p=966</guid>
		<description><![CDATA[If they&#8217;d bother getting a contract first, they&#8217;d probably make good money in pen testing. A Cayman Islands security firm got a bit of unsolicited web security advice on March 30 from MalSec, a group of &#8220;malicious security&#8221; hackers who recently broke into a server belonging to the Nigerian Senate. But unlike some of the [...]]]></description>
			<content:encoded><![CDATA[<p>If they&#8217;d bother getting a contract first, they&#8217;d probably make good money in pen testing.</p>
<blockquote><p>A Cayman Islands security firm got a bit of unsolicited web security advice on March 30 from MalSec, a group of &#8220;malicious security&#8221; hackers who recently broke into a server belonging to the Nigerian Senate. But unlike some of the nastier site defacements done recently by members of Anonymous&#8217; #AntiSec collective—including takedowns of two Federal Trade Commission sites—the MalSec hackers left the site itself intact, posting only a replacement home page to advise the company, The Security Centre Ltd., of their vulnerability.</p>
<p>[...]</p>
<p>&#8220;Whilst no harm was done to the original site,&#8221; the hackers wrote on their replacement home page, &#8220;we urge you to secure your site before claiming to be &#8216;the best of the best&#8217; in any kind of security. We were not first—traces of previous security breaches were found.&#8221; The page gave instructions on how to return the site to normal, and advised the company to &#8220;please oversee your security before somebody else with more harmful intent does. You can thank us later &lt;3.&#8221;</p></blockquote>
<p>In Security Centre&#8217;s defense, they are a physical security company, not information security.</p>
<p>via <a href="http://arstechnica.com/business/news/2012/04/hackers-politely-deface-site-of-security-firm-suggest-fixes.ars">Hackers politely deface security firm website, suggest fixes</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://nerdherd.com/archives/966/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

