<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
    <channel>
        <title>PaulDotCom</title>
        <link>http://pauldotcom.com/</link>
        <description />
        <language>en</language>
        <copyright>Copyright 2013</copyright>
        <lastBuildDate>Wed, 15 May 2013 09:00:38 -0500</lastBuildDate>
        <generator>http://www.sixapart.com/movabletype/</generator>
        <docs>http://www.rssboard.org/rss-specification</docs>
        
        <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/pauldotcom/XBIC" /><feedburner:info uri="pauldotcom/xbic" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
            <title>Thwarting Client Side attacks with Software Restriction Policy</title>
            <description>&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5KJTwA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5KJTwA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;A few weeks ago I started looking at Windows Software Restriction Policy (SRP) and using it to stop client side attacks. This is going to go over some of the options, setup and the results once enabled. &lt;/p&gt;
&lt;p&gt;SRP is easy to setup via Group Policy Object (GPO). Inside GPO editor create New Software Restriction Policy. Once create the default will be setup. You can look around to see basic options. Here is my tested setup.&lt;/p&gt;
&lt;p&gt;Enforcement: Select "All Software files" and "All users except local administrators"&lt;/p&gt;
&lt;p&gt;&lt;img style="float: left;" title="Enforcement Properties.png" src="http://pauldotcom.com//2013/05/14/Enforcement Properties.png" alt="Enforcement Properties" width="403" height="442" border="0" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Under Designated File types: Remove type LNK - this will make sure that shortcuts placed outside of the designated execution directories will run. When I initially tested what I thought would work none of the shortcuts on the toolbar or desktop would launch an application and I found this to be the issue. &lt;/p&gt;
&lt;p&gt;&lt;img style="float: left;" title="FileTypes.png" src="http://pauldotcom.com//2013/05/14/FileTypes.png" alt="FileTypes" width="402" height="445" border="0" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;br /&gt;Ignore trusted publishers, this is used if we are limiting applications based on the certificate authority.&lt;/p&gt;
&lt;p&gt;Select "Additional Rules" &lt;/p&gt;
&lt;p&gt;The default execution directories will be selected. &lt;/p&gt;
&lt;p&gt;%HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\SystemRoot%&lt;br /&gt;%HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir% &lt;/p&gt;
&lt;p&gt;Since mine is 64bit Windows I added&lt;/p&gt;
&lt;p&gt;%HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\ProgramFilesDir (x86)%&lt;/p&gt;
&lt;p&gt;Security level for these are all going to be "Unrestricted" I want them to be able to execute as normal.&lt;/p&gt;
&lt;p&gt;Now back under "Security Levels" the default setting is Unrestricted, since we are changing users over to defined execution directories I want to set anything not specifically allowed in the Additional Rules section to "Disallowed." So we change the default to Disallowed.&lt;/p&gt;
&lt;p&gt;Save this and run gpupdate /force on the target machine. &lt;/p&gt;
&lt;p&gt;Now to test a client side attack using SET. I am going to use the java attack method. 1 -&amp;gt; Social-Engineering Attacks, 2 -&amp;gt; Website Attack Vectors, 1 -&amp;gt; Java Applet Attack Method, 1 -&amp;gt; Web Templates, 1 -&amp;gt; Java Required, 2 -&amp;gt; Windows Reverse_TCP Meterpreter, 16 -&amp;gt; Backdoored Executable - Enter port of listener (default 443)&lt;/p&gt;
&lt;p&gt;Fire it up and wait till it starts the payload handler.&lt;/p&gt;
&lt;p&gt;&lt;img style="float: left;" title="SET Launch.png" src="http://pauldotcom.com//2013/05/14/SET Launch.png" alt="SET Launch" width="600" height="493" border="0" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;Once the handler is started you are ready to test the attack. Go ahead and run the unsafe java applet.&lt;/p&gt;
&lt;p&gt;&lt;img style="float: left;" title="Java Applet.png" src="http://pauldotcom.com//2013/05/14/Java Applet.png" alt="Java Applet" width="600" height="494" border="0" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;You will notice that the the site is responding but the java applet is unable to execute the payload.  &lt;/p&gt;
&lt;p&gt;&lt;img style="float: left;" title="SET Failure.png" src="http://pauldotcom.com//2013/05/14/SET Failure.png" alt="SET Failure" width="600" height="493" border="0" /&gt;&lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt; &lt;/p&gt;
&lt;p&gt;After attempting this and being successful, I tried running SET with PowerShell Injection and to my surprise the attack succeeded. I realized with PowerShell the payload was running from the C:\Windows\sysWOW64\WindowsPowerShell directory which by default is explicitly allowed. To defeat this attack I added the path to the list of Additional Rules and set it to "Basic User", retested the attack with PS Injection and the attack failed as expected. I tested this with multiple payloads and encoding methods and everyone of them did not result in a successful attack. &lt;/p&gt;
&lt;p&gt;I ran two other tests, the first was using EXE embedded PDF and an older version of Adobe Reader (9.3). SRP was able to successfully stop this attack.&lt;/p&gt;
&lt;p&gt;Finally I tested a physical attack using a USB Rubber Ducky Human Interface Device (HID) from the folks over at hak5 (www.hak5.com). I used a great little payload generator found over on google code (&lt;a href="https://code.google.com/p/simple-ducky-payload-generator/"&gt;https://code.google.com/p/simple-ducky-payload-generator/&lt;/a&gt; ) It is pretty slick and simple, I used a meterpreter powershell injection payload that didn't attempt to elevate privileges. SRP was able to successfully stop this attack. If the user had admin privileges and entered in creds in the UAC window it would have worked since I allow Local Admins unrestricted access. &lt;/p&gt;
&lt;p&gt;In Production the are likely other directories where code needs to execute, those will need to be added to the allow list. As the config is done, administrators will be able to bypass these rules for installation of software etc. Administrators will also need to ensure that ACLs are properly set since a curious user could move executables into the approved directories and run them. While this is like a bit tough to implement in a very large organization this is a very effective method for stopping client side attacks.&lt;/p&gt;
&lt;p&gt;To find other executable directories in use in your environment enable SRP with defaults (fully unrestricted) and set the following registry key: &lt;/p&gt;
&lt;p&gt;"HKLM\SOFTWARE\Policies\Microsoft\Windows\Safer\CodeIdentifiers"&lt;br /&gt;String Value: LogFileName, &amp;lt;path to log file&amp;gt; &lt;/p&gt;
&lt;p&gt;This will log the executable and the directory it was run from a little data mining can determine were applications need to execute from. Also Inventory Collector from Application Compatibility toolkit can assist in this task.&lt;/p&gt;

&lt;p&gt;Update:&lt;/p&gt;
&lt;p&gt;
One PDC reader noted that the configuration would allow a PowerShell attack from SET to work on 32bit systems since the path on 32bit is C:\Windows\System32\WindowsPowerShell - Also this directory exists on 64bit machines as well, a modification to the SET Payload could allow the attack to succeed. 
&lt;/p&gt;&lt;p&gt;
A fix for this is to also add "C:\Windows\System32\WindowsPowerShell" to the locked down policy under "Additional Rules" 
&lt;/p&gt;&lt;p&gt;
This methods above would work for the given attack vector, there may be other vectors that need additional rules depending on the environment.
&lt;/p&gt;
-Greg&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/NK7daiNKck8" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/NK7daiNKck8/thwarting-client-side-attacks.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/thwarting-client-side-attacks.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security</category>
            
            
                <category domain="http://www.sixapart.com/ns/types#tag">defense</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">java</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">pentesting</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">set</category>
            
                <category domain="http://www.sixapart.com/ns/types#tag">srp</category>
            
            <pubDate>Wed, 15 May 2013 09:00:38 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/thwarting-client-side-attacks.html</feedburner:origLink></item>
        
        <item>
            <title>Episode 332 with Guest Brian Snow &amp; Tech Segment with Tim Conway Thursday 6PM ET</title>
            <description>&lt;p&gt;&lt;br /&gt;Join us for PaulDotCom Security Weekly &lt;a href="http://pauldotcom.com/wiki/index.php/Episode332"&gt; Episode 332,&lt;/a&gt; With guest Brian Snow. Brian spent his first 20 years at NSA doing and directing research that developed cryptographic components and secure systems. Many cryptographic systems serving the U.S. government and military use his algorithms; they provide capabilities not previously available and span a range from nuclear command and control to tactical radios for the battlefield. He created and managed NSA's Secure Systems Design division in the 1980s. He has many patents, awards, and honors attesting to his creativity. Also, for our tech segment we are joined by Tim Conway. Tim is the Technical Director of the Industrial Control Systems and SCADA programs at SANS, where he is responsible for developing, reviewing, and implementing technical components of the ICS and SCADA product offerings. Tim was formerly the Director of Compliance and Operations Technology at the Northern Indiana Public Service Company (NIPSCO).&lt;/p&gt;

&lt;p&gt;Sit back and enjoy the show live or participate in the live chat on our &lt;a href="http://pauldotcom.com/live/"&gt;Ustream channel&lt;/a&gt;:&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;&lt;div style="text-align:center;"&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" id="utv336337"&gt;&lt;param name="flashvars" value="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1"/&gt;&lt;param name="allowfullscreen" value="true"/&gt;&lt;param name="allowscriptaccess" value="always"/&gt;&lt;param name="movie" value="http://www.ustream.tv/flash/viewer.swf"/&gt;&lt;embed flashvars="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1" width="640" height="480" allowfullscreen="true" allowscriptaccess="always" id="utv336337" name="utv_n_144517" src="http://www.ustream.tv/flash/viewer.swf" type="application/x-shockwave-flash" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE: The video will play the most recent show up until we are live!&lt;/strong&gt;&lt;/div&gt;&lt;form mt:asset-id="602" class="mt-enclosure mt-enclosure-image" style="display: inline;"&gt;&lt;/p&gt;

&lt;p&gt;Don't forget to follow us on Twitter: &lt;a href="http://twitter.com/pauldotcom"&gt;Paul Asadoorian&lt;/a&gt;, &lt;a href="http://twitter.com/haxorthematrix"&gt;Larry Pesce&lt;/a&gt;, &lt;a href="http://twitter.com/jack_daniel"&gt;Jack Daniel&lt;/a&gt;, &lt;a href="http://twitter.com/carlos_perez"&gt;Carlos Perez&lt;/a&gt;, &lt;a href="http://twitter.com/strandjs"&gt; John Strand&lt;/a&gt;, &lt;a href="http://twitter.com/nixonnixoff"&gt;Allison Nixon&lt;/a&gt; and &lt;a href="http://twitter.com/InternMike"&gt; Mike Perez&lt;/a&gt;.&lt;strike&gt;&lt;/strike&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/GoiqTrvLRX0" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/GoiqTrvLRX0/episode-332-with-guest-brian-s.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/episode-332-with-guest-brian-s.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Mon, 13 May 2013 08:03:03 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/episode-332-with-guest-brian-s.html</feedburner:origLink></item>
        
        <item>
            <title>Drunken Security News - Episode 331</title>
            <description>&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5H7ZgA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5H7ZgA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;It's time for another Drunken Security News. Much of the gang was on the road this week so Patrick Laverty sat in with Paul and Engineer Steve for the show, plus Jack's epic beard called in via Skype from lovely Maryland.

&lt;p&gt;First, Paul admitted it was a stretch to bring this into a security context but he wanted to talk about an article that &lt;a href="http://www.economist.com/news/leaders/21577065-prison-deeply-un-american-disgrace-it-needs-be-closed-rapidly-enough-make-you-gag"&gt;he found in The Economist&lt;/a&gt; (via Bruce Schneier) about one theory that if the US would simply be nicer to terrorists, release them from Guantanamo Bay, Cuba and stop hunting them down around the world, that they would in turn be nicer to us. Also, fewer would pop up around the world. The thinking is that jailing and killing them turns others into terrorists. So here's the leap. Can the same be said for black hat hackers? If law enforcement agencies stop prosecuting the hackers, will they be nicer and will there be fewer of them? I think we all came to the same conclusion. "Nah."&lt;/p&gt;

&lt;p&gt;&lt;img alt="grand_moff_tarkin.jpg" src="http://pauldotcom.com/grand_moff_tarkin.jpg" width="300" height="212" class="mt-image-left" style="float: left; margin: 0 20px 20px 0;" /&gt;Paul also found &lt;a href="http://newschoolsecurity.com/2013/05/security-lessons-from-star-wars-breach-response/"&gt;an Adam Shostack article&lt;/a&gt; about how attention to the tiniest details can be important to the largest degree. The example given was the vulnerability to the Death Star in the original Star Wars movie was so small and the chances of it being exploited were so remote that the Empire overlooked it, Grand Moff Tarkin even showing his arrogance shortly before his own demise. The same can be said for our systems. It might be a tiny hole and maybe you think that no one would look for it and even if they do, what are the chances they both find it and exploit it? In some cases, it can have quite dire consequences. The Empire overlooked a small vulnerability that they shouldn't have. Are you doing the same with your systems?&lt;/p&gt;

&lt;p&gt;Did we happen to mention that &lt;a href="http://www.securitybsides.com/w/page/12194141/BSidesBoston"&gt;Security BSides Boston&lt;/a&gt; is May 18 at Microsoft NERD in Cambridge, MA and &lt;a href="http://www.securitybsides.com/w/page/61966594/BSidesRI"&gt;Security BSides Rhode Island&lt;/a&gt; is June 14th and 15th in Providence, RI. Good seats and good conference swag are still available. We all hope to see you there!&lt;/p&gt;

&lt;p&gt;&lt;a href="http://newschoolsecurity.com/2013/05/the-onion-and-breach-disclosure/"&gt;The Onion's Twitter account was breached&lt;/a&gt; by the Syrian Electronic Army and they handled it a way that only The Onion can, making light of both themselves and the SEA. Additionally, possibly for the first time ever, The Onion &lt;a href="http://theonion.github.io/blog/2013/05/08/how-the-syrian-electronic-army-hacked-the-onion/"&gt;published a non-parody post&lt;/a&gt; about exactly how the breach occurred.&lt;img alt="theonion.png" src="http://pauldotcom.com/theonion.png" width="256" height="256" class="mt-image-right" style="float: right; margin: 0 0 20px 20px;" /&gt;&lt;/p&gt;

&lt;p&gt;Additionally, the National Republican Congressional Committee (NRCC) web site got &lt;a href="http://www.nydailynews.com/news/politics/hacker-covers-nrcc-website-viagra-ads-article-1.1336280"&gt;spam hacked/defaced with Viagra ads&lt;/a&gt;. The only thing we were wondering is, are we sure it was hacked and not just a convenient online pharmacy for their members?&lt;/p&gt;

&lt;p&gt;A new whitepaper was released from MIT talking about "&lt;a href="http://people.csail.mit.edu/rivest/pubs/JR13.pdf"&gt;Honeywords&lt;/a&gt;". The problem being solved here is creating a way for server admins to know sooner when a passwords file has been breached on a server. In addition to the correct password, this new system would add a bunch of fake passwords as well. When the attacker starts trying usernames and passwords, if they use one of the fake passwords, the server admin would be notified that someone is doing that and it is very likely that the passwords file has been breached. It's an interesting concept to ponder.&lt;/p&gt;

&lt;p&gt;Jack had &lt;a href="http://threatpost.com/finger-pointing-on-cyberespionage-does-little-good-without-plan/"&gt;an article from Dennis Fisher&lt;/a&gt; at Threatpost, asking the question about what's the point of blaming various people for cyberespionage if we don't have a plan to do something about it.&lt;/p&gt;

&lt;p&gt;The NSA also has i&lt;a href="http://www.wired.com/threatlevel/2013/05/nsa-manual-on-hacking-internet/"&gt;ts own 643 page document&lt;/a&gt; telling its members how to use Google to find things like Excel documents in Russian that contain the word "login". Wait, I feel like I've heard of this somewhere before. Oh yeah, that's right. &lt;a href="http://www.amazon.com/Google-Hacking-Penetration-Testers-Johnny/dp/1597491764/ref=sr_1_1?ie=UTF8&amp;qid=1368329562&amp;sr=8-1&amp;keywords=Johnny+Long"&gt;Johnny Long was talking about Google Hacking&lt;/a&gt; at least as far back as 2007. It's just interesting some times to see things that the media gets wind of and without the slightest bit of checking, thinks something is "new".&lt;/p&gt;

&lt;p&gt;That's it for this week. As always, check in each Thursday night at 6 pm Eastern time to catch PaulDotCom Security Weekly!&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pauldotcom.com/wiki/index.php/Episode331"&gt;Episode 331 Show Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://traffic.libsyn.com/pauldotcom/PaulDotCom-331.mp3"&gt;Episode 331 (mp3)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/W7I1FD_3LXo" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/W7I1FD_3LXo/drunken-security-news---episod-8.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/drunken-security-news---episod-8.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Sat, 11 May 2013 22:54:10 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/drunken-security-news---episod-8.html</feedburner:origLink></item>
        
        <item>
            <title>Interview with Kurt Baumgartner - Episode 331</title>
            <description>&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5H2KwA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5H2KwA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;
&lt;p&gt;&lt;a href="http://pauldotcom.com/wiki/index.php/Episode331"&gt;Episode 331 Show Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Kurt Baumgartner of Kaspersky Labs joins us to talk about Red October, a research paper that he co-authored, along with the other areas that he works on at Kaspersky.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://traffic.libsyn.com/pauldotcom/PaulDotCom-331.mp3"&gt;Episode 331 (mp3)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/-AtVmRG-O6k" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/-AtVmRG-O6k/interview-with-kurt-baumgartne.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/interview-with-kurt-baumgartne.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Fri, 10 May 2013 11:38:48 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/interview-with-kurt-baumgartne.html</feedburner:origLink></item>
        
        <item>
            <title>Interview With Rob Cheyne - Episode 331</title>
            <description>&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5H2JAA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5H2JAA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;

&lt;p&gt;Rob Cheyne is a highly regarded technologist, trainer, security expert and serial entrepreneur.&lt;/p&gt;
&lt;p&gt;He was the co-founder and CEO of Safelight Security, a leading provider of information security education programs. He has taught information security training classes to tens of thousands of developers, architects, and managers for industry-leading organizations. He has over 20 years of experience in the information technology field and has been working in information security since 1998.&lt;/p&gt;

&lt;p&gt;Rob regularly speaks at security and training conferences, and frequently presents to the local chapters of various security organizations.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pauldotcom.com/wiki/index.php/Episode331"&gt;Episode 331 Show Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://traffic.libsyn.com/pauldotcom/PaulDotCom-331.mp3"&gt;Episode 331 (mp3)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/7IvM2D4rDhc" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/7IvM2D4rDhc/interview-with-rob-cheyne---ep.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/interview-with-rob-cheyne---ep.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Fri, 10 May 2013 11:10:51 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/interview-with-rob-cheyne---ep.html</feedburner:origLink></item>
        
        <item>
            <title>Episode 331 with Guest Rob Cheyne &amp; Tech Segment with Kurt Baumgartner Thursday 6PM ET</title>
            <description>&lt;p&gt;&lt;br /&gt;Join us for PaulDotCom Security Weekly &lt;a href="http://pauldotcom.com/wiki/index.php/Episode331"&gt; Episode 331&lt;/a&gt; Rob Cheyne joins us from &lt;a href="http://www.safelightsecurity.com/"&gt; SafeLight Security&lt;/a&gt;. Prior to Safelight, Rob was a principal security instructor at Symantec, joining the company with the acquisition of @stake, a digital security consultancy, in 2004.  Rob was a founding employee of @stake where he developed application security assessment methodologies and directed @stake's Application Security Center of Excellence.  While at @stake, Rob led secure architecture and design reviews, secure code reviews, application penetration tests and a range of specialized security audits for Fortune 500 companies. He also worked on @stake's SmartRisk Analyzer team, which was spun off into Veracode, Inc. Rob is the author of LC4, a version of the award-winning L0phtCrack password auditing software. Also, for our tech segment we are joined by Kaspersky's Kurt Baumgartner to talk about the &lt;a href="http://www.kaspersky.com/about/news/virus/2013/Kaspersky_Lab_Identifies_Operation_Red_October_an_Advanced_Cyber_Espionage_Campaign_Targeting_Diplomatic_and_Government_Institutions_Worldwide"&gt; Red October Report&lt;/a&gt;: an Advanced Cyber-Espionage Campaign Targeting Diplomatic and Government Institutions Worldwide. &lt;/p&gt;

&lt;p&gt;Sit back and enjoy the show live or participate in the live chat on our &lt;a href="http://pauldotcom.com/live/"&gt;Ustream channel&lt;/a&gt;:&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;&lt;div style="text-align:center;"&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" id="utv336337"&gt;&lt;param name="flashvars" value="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1"/&gt;&lt;param name="allowfullscreen" value="true"/&gt;&lt;param name="allowscriptaccess" value="always"/&gt;&lt;param name="movie" value="http://www.ustream.tv/flash/viewer.swf"/&gt;&lt;embed flashvars="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1" width="640" height="480" allowfullscreen="true" allowscriptaccess="always" id="utv336337" name="utv_n_144517" src="http://www.ustream.tv/flash/viewer.swf" type="application/x-shockwave-flash" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE: The video will play the most recent show up until we are live!&lt;/strong&gt;&lt;/div&gt;&lt;form mt:asset-id="602" class="mt-enclosure mt-enclosure-image" style="display: inline;"&gt;&lt;/p&gt;

&lt;p&gt;Don't forget to follow us on Twitter: &lt;a href="http://twitter.com/pauldotcom"&gt;Paul Asadoorian&lt;/a&gt;, &lt;a href="http://twitter.com/haxorthematrix"&gt;Larry Pesce&lt;/a&gt;, &lt;a href="http://twitter.com/jack_daniel"&gt;Jack Daniel&lt;/a&gt;, &lt;a href="http://twitter.com/carlos_perez"&gt;Carlos Perez&lt;/a&gt;, &lt;a href="http://twitter.com/strandjs"&gt; John Strand&lt;/a&gt;, &lt;a href="http://twitter.com/nixonnixoff"&gt;Allison Nixon&lt;/a&gt; and &lt;a href="http://twitter.com/InternMike"&gt; Mike Perez&lt;/a&gt;.&lt;strike&gt;&lt;/strike&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/dSXpoJ6CyTE" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/dSXpoJ6CyTE/episode-331-with-guest-rob-che.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/episode-331-with-guest-rob-che.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Tue, 07 May 2013 17:05:33 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/episode-331-with-guest-rob-che.html</feedburner:origLink></item>
        
        <item>
            <title>Drunken Security News - Episode 330</title>
            <description>&lt;p&gt;We're finally back with the videos from PaulDotCom Security Weekly. We had some technical issues with the recording of the shows, so if you didn't hear them live, unfortunately, they're gone forever. But we think we've got a handle on it and we have episode 330 for you. First was an interview with &lt;a href="http://pauldotcom.com/2013/05/interview-with-andrew-righter.html"&gt;Andrew Righter&lt;/a&gt;, and in the video below, Paul talks with Banasidhe, President of the Board for Security BSides Las Vegas. She's on this week to tell us about the mentor program they are using for first-time speakers at the Vegas conference. More mentors are still needed, so if you're interested, please get in touch with the &lt;a href="http://staging.bsideslv.com/wp-content/uploads/2013/02/BSLVMentorship.pdf"&gt;BSides Vegas crew&lt;/a&gt;. &lt;/p&gt;

&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5HlIQA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5HlIQA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;

&lt;p&gt;As part of &lt;a href="http://news.hitb.org/content/open-ip-ports-let-anyone-track-ships-internet"&gt;Rapid7's research&lt;/a&gt;, they found they can track any ships, private or military while on the ocean and access a system that prevents collisions. It's not like these things can turn on a dime, or do the hallway dance when two people keep choosing the same side to walk on. &lt;/p&gt;

&lt;p&gt;Not only are &lt;a href="http://www.computerworld.com/s/article/9238833/Printers_routers_used_as_bots_in_DDoS_attacks?source=rss_security"&gt;printers on the internet vulnerable&lt;/a&gt;, but now they're capable of being used to launch DDOS attacks. You can send a request over UDP and then the response is larger and even better, you can redirect the response elsewhere. So how exactly do we fix this sort of thing?&lt;/p&gt;

&lt;p&gt;Larry also reports that Twitter is saying that "&lt;a href="http://news.cnet.com/8301-1009_3-57582102-83/twitter-warns-of-additional-hacks-threats/?part=rss&amp;subj=news&amp;tag=2547-1_3-0-20"&gt;the hacks will continue&lt;/a&gt;!" however what should be cleared up is that that hacking isn't directly against Twitter. It's not an attack in the sense where the Twitter developers have written bad code getting compromised, it's the attack against what I like to call "Layer 8" the human. The problem is largely with spear phishing against users. There isn't much any system can do if someone asks you for your password and you give it to them. If you need to see what kinds of things that can happen with these attacks, check out the stock chart for the Dow Jones on April 23, 2013. Look at that one downward spike. That's when the AP News Twitter feed was hijacked and tweeted that the White House had been bombed and Obama was dead. I'm not sure which is really worse, that the AP gave up their password to this attack or that the traders on Wall Street based their stock strategy on a single tweet.&lt;/p&gt;

&lt;p&gt;Would anyone want to offer a little startup capital for our new security venture called "Wickid Pissa Security"? Ok, maybe you have to be from Mass or Rhode Island to really get that one.&lt;/p&gt;

&lt;p&gt;Paul talked &lt;a href="http://www.networkworld.com/news/2013/050113-the-7-elements-of-a-269301.html?source=nww_rss"&gt;about an article&lt;/a&gt; that tells of the seven elements of success for a security program. Or, as Larry sums it up, "1. Don't click on shit. 2. Refer to Rule 1." Easy. But the article refers to buy-in from everyone on board and using metrics to measure how efficient your program is. What good does it do to put in all this work and have no idea whether it even mattered or changed anything at all. Plus, those numbers can help at review time.&lt;/p&gt;

&lt;p&gt;Apparently &lt;a href="http://www.theregister.co.uk/2013/04/30/smart_meter_hacking/"&gt;smart meters and blackouts&lt;/a&gt; are a problem in the UK. Or as the article mentions, "Smart meters are essentially crap computers in a crap box"&lt;/p&gt;

&lt;p&gt;What were you doing at 14? As for me, I was sorting baseball cards and watching Brady Bunch re-runs ("Marcia, Marcia, Marcia!") Check out &lt;a href="http://www.securityorb.com/2013/04/xss-vulnerability-cisco-domain-14-years-security-researcher/"&gt;this 14 year old&lt;/a&gt;, Ali Hasan Gauri found an XSS vulnerability in a Cisco subdomain. Yeah, that's the kind of stuff that if he were to tell me about it at 14, my eyes would glaze over and ask if he wanted pizza. Meanwhile, he'll probably be retired-wealthy by 22.&lt;/p&gt;

&lt;p&gt;When the guys simply keep talking about the &lt;a href="http://securityvulns.com/docs29027.html"&gt;same vulnerabilities&lt;/a&gt; showing up week after week, at what point does listening to PaulDotCom Security Weekly become required listening for developers? It almost seems we should have a special segment for the router vulnerability of the week! &lt;/p&gt;

&lt;p&gt;Can the new &lt;a href="http://www.theregister.co.uk/2013/05/01/google_glass_security_nightmare/"&gt;Google Glass be hacked&lt;/a&gt;? Easy root access can lead to lots of spyware, but a couple other problems that Larry seems to be aware of is they don't have great battery life and it can be embarrassing when porn comes up during a staff meeting. As an aside, Saturday Nigh Live also did their own review of &lt;a href="http://www.youtube.com/watch?v=aMcpWxF9hbI"&gt;Google Glass&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;There's all that and more, so listen in to get all the details. Don't miss this week's show on Thursday, May 9 at 6 pm with Kaspersky Lab's Kurt Baumgartner and Safelight Security's Rob Cheyne. Don't miss it!&lt;br /&gt;
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/Ge1cEN_4EcU" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/Ge1cEN_4EcU/drunken-security-news---episod-7.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/drunken-security-news---episod-7.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Tue, 07 May 2013 12:00:24 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/drunken-security-news---episod-7.html</feedburner:origLink></item>
        
        <item>
            <title>Interview with Andrew Righter - Episode 330</title>
            <description>&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5HZHQA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5HZHQA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;

&lt;p&gt;After 5 years of diving into the Security world head first, Andrew has finally come up bruised, beaten and a little less stupid. Like most hackers, he has ripped apart, modified and rewritten every electron and every bit possible - and under proper supervision has even gotten to play with a few really expensive toys. He now spends his time bootstrapping his DARPA CFT project (Netoko), hacking automotive networks (GoodThopter), or playing with academics as a Visiting Scholar at the University of Pennsylvania.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pauldotcom.com/wiki/index.php/Episode330"&gt;Episode 330 Show Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://traffic.libsyn.com/pauldotcom/PaulDotCom-330.mp3"&gt;Episode 330 (mp3)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/aIC8fAbuGrI" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/aIC8fAbuGrI/interview-with-andrew-righter.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/05/interview-with-andrew-righter.html</guid>
            
            
            <pubDate>Fri, 03 May 2013 11:38:46 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/05/interview-with-andrew-righter.html</feedburner:origLink></item>
        
        <item>
            <title>Episode 330 with Guest Andrew Righter &amp; Special Guest GK "Banasidhe" Southwick Thursday 6PM ET</title>
            <description>&lt;p&gt;&lt;br /&gt;&lt;br /&gt;Join us for PaulDotCom Security Weekly &lt;a href="http://pauldotcom.com/wiki/index.php/Episode330"&gt; Episode 330&lt;/a&gt; After 5 years of diving into the Security world head first, Andrew has finally come up bruised, beaten and a little less stupid. Like most hackers, he has ripped apart, modified and rewritten every electron and every bit possible - and under proper supervision has even gotten to play with a few really expensive toys. He now spends his time bootstrapping his DARPA CFT project (Netoko), hacking automotive networks &lt;a href="http://goodfet.sourceforge.net/hardware/goodthopter12/ "&gt;(GoodThopter)&lt;/a&gt;, or playing with academics as a Visiting Scholar at the University of Pennsylvania. Banasidhe (pronounced ban-shee) is currently the volunteer Producer and President of the Board for Security BSides Las Vegas, Inc., (as well as 2IC for DCSkytalks and 2IC of PhySec for DerbyCon). With literally decades of Event Planning, Production, Logistics, Operations and Security experience, she stepped down as Safety &amp; Security Director of BSidesLV two years ago and stepped-up into her current role as Producer, to ensure that BSidesLV continues to live up to the irreverant, uncommon, wake-up call to conventional InfoSec Conferences, that was conceived by her predecessor five years ago. Since taking the helm at BSidesLV, banasidhe has instituted several new tracks, including an OTR track, an AFK, community oriented track, and a Mentorship program for first time presenters. Banasidhe's actual day job is Director of Operations for the SECore.info division of the Open Security Foundation, where she's working on finding the funding to pull the site out of beta and into the stark, glaring light of day. She can be found on twitter&lt;a href="https://twitter.com/search?q=banasidhe"&gt; @banasidhe&lt;/a&gt; . Sit back and enjoy the show live or participate in the live chat on our &lt;a href="http://pauldotcom.com/live/"&gt;Ustream channel&lt;/a&gt;:&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;&lt;div style="text-align:center;"&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" id="utv336337"&gt;&lt;param name="flashvars" value="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1"/&gt;&lt;param name="allowfullscreen" value="true"/&gt;&lt;param name="allowscriptaccess" value="always"/&gt;&lt;param name="movie" value="http://www.ustream.tv/flash/viewer.swf"/&gt;&lt;embed flashvars="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1" width="640" height="480" allowfullscreen="true" allowscriptaccess="always" id="utv336337" name="utv_n_144517" src="http://www.ustream.tv/flash/viewer.swf" type="application/x-shockwave-flash" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE: The video will play the most recent show up until we are live!&lt;/strong&gt;&lt;/div&gt;&lt;form mt:asset-id="602" class="mt-enclosure mt-enclosure-image" style="display: inline;"&gt;&lt;/p&gt;

&lt;p&gt;Don't forget to follow us on Twitter: &lt;a href="http://twitter.com/pauldotcom"&gt;Paul Asadoorian&lt;/a&gt;, &lt;a href="http://twitter.com/haxorthematrix"&gt;Larry Pesce&lt;/a&gt;, &lt;a href="http://twitter.com/jack_daniel"&gt;Jack Daniel&lt;/a&gt;, &lt;a href="http://twitter.com/carlos_perez"&gt;Carlos Perez&lt;/a&gt;, &lt;a href="http://twitter.com/strandjs"&gt; John Strand&lt;/a&gt;, &lt;a href="http://twitter.com/nixonnixoff"&gt;Allison Nixon&lt;/a&gt; and &lt;a href="http://twitter.com/InternMike"&gt; Mike Perez&lt;/a&gt;.&lt;strike&gt;&lt;/strike&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/UCqxUnycygo" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/UCqxUnycygo/episode-330-with-guest-andrew.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/episode-330-with-guest-andrew.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Tue, 30 Apr 2013 08:57:16 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/episode-330-with-guest-andrew.html</feedburner:origLink></item>
        
        <item>
            <title>Hack Naked TV Episode 55</title>
            <description>&lt;p&gt;In this episode we talk about Ronald McDonald style beat downs. Virus Total adding pcap analysis and Japan talking about shutting down TOR.&lt;/p&gt;

&lt;p&gt;&lt;br /&gt;
&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5G5ewA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5G5ewA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;&lt;/p&gt;

&lt;p&gt;Links for this episode: &lt;/p&gt;

&lt;p&gt;&lt;li&gt;&lt;a href="http://tinyurl.com/HNTV-xylibox"&gt;Hacker Destruction&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href="http://tinyurl.com/HNTV-virustotal-files"&gt; Virus otal Adds PCAP Analysis &lt;/a&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href="http://tinyurl.com/HNTV-Japan-TOR"&gt;Japan and TOR.  A love story.&lt;/a&gt;&lt;br /&gt;
&lt;li&gt;&lt;a href="http://tinyurl.com/HNTV-OCM-SANS-Orlando"&gt;Offensive Countermeasures at Black Hat&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;/p&gt;

&lt;p&gt;-strandjs&lt;/p&gt;

&lt;div style="text-align:center;"&gt;&lt;strong&gt;Video Feeds:&lt;/strong&gt;  &lt;a href="http://blip.tv/rss/bookmarks/241768 "&gt;&lt;img src="http://pauldotcom.com/images/xml.png" border="0"&gt;&lt;/a&gt;&lt;a href="http://itunes.apple.com/us/podcast/pauldotcom-hack-naked-tv/id121896233"&gt;&lt;img src="http://pauldotcom.com/images/itunes.gif" border="0"&gt;&lt;/a&gt;&lt;/div&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/AeWEPiknT6s" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/AeWEPiknT6s/hack-naked-tv-episode-55.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/hack-naked-tv-episode-55.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Hack Naked TV</category>
            
            
            <pubDate>Fri, 26 Apr 2013 09:07:37 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/hack-naked-tv-episode-55.html</feedburner:origLink></item>
        
        <item>
            <title>Episode 329 with Guest Brad Bowers, Tech Segment by Sumit Siddharth and Mini Tech Segment by Allison Thursday 6PM ET</title>
            <description>&lt;p&gt;&lt;br /&gt;Join us for PaulDotCom Security Weekly &lt;a href="http://pauldotcom.com/wiki/index.php/Episode329"&gt; Episode 329&lt;/a&gt; Brad Bowers is a Security Operations Manager for a large financial institution with over 10 years of experience in security engineering, system forensics and incident response. Brad is a frequent writer and presenter on topics of emerging threats and threat intelligence. For the last couple years Brad has been working on projects focusing on hardware and RF security.&lt;a href="http://maccdc.org/wp-content/themes/project251109/present/2012/bbowers.pdf"&gt;check one out!&lt;/a&gt; We will also be joined by Sumit Siddarth, who will be delivering a tech segment for us based on his course he is delivering at BackHat Vegas &lt;a href="https://www.blackhat.com/us-13/training/the-art-of-exploiting-injection-flaws.html"&gt; "The Art of Exploiting Injection Flaws"&lt;/a&gt; Very awesome sneak peak! Sumit is currently the head of penetration testing at 7Safe, and runs the security blog &lt;a href="http://www.notsosecure.com"&gt; Notsosecure.&lt;/a&gt; Our very own Allison will show us an interesting way to get a free SOCKS proxy as well.  Sit back and enjoy the show live or participate in the live chat on our &lt;a href="http://pauldotcom.com/live/"&gt;Ustream channel&lt;/a&gt;:&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;&lt;div style="text-align:center;"&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" id="utv336337"&gt;&lt;param name="flashvars" value="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1"/&gt;&lt;param name="allowfullscreen" value="true"/&gt;&lt;param name="allowscriptaccess" value="always"/&gt;&lt;param name="movie" value="http://www.ustream.tv/flash/viewer.swf"/&gt;&lt;embed flashvars="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1" width="640" height="480" allowfullscreen="true" allowscriptaccess="always" id="utv336337" name="utv_n_144517" src="http://www.ustream.tv/flash/viewer.swf" type="application/x-shockwave-flash" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE: The video will play the most recent show up until we are live!&lt;/strong&gt;&lt;/div&gt;&lt;form mt:asset-id="602" class="mt-enclosure mt-enclosure-image" style="display: inline;"&gt;&lt;/p&gt;

&lt;p&gt;Don't forget to follow us on Twitter: &lt;a href="http://twitter.com/pauldotcom"&gt;Paul Asadoorian&lt;/a&gt;, &lt;a href="http://twitter.com/haxorthematrix"&gt;Larry Pesce&lt;/a&gt;, &lt;a href="http://twitter.com/jack_daniel"&gt;Jack Daniel&lt;/a&gt;, &lt;a href="http://twitter.com/carlos_perez"&gt;Carlos Perez&lt;/a&gt;, &lt;a href="http://twitter.com/strandjs"&gt; John Strand&lt;/a&gt;, &lt;a href="http://twitter.com/nixonnixoff"&gt;Allison Nixon&lt;/a&gt; and &lt;a href="http://twitter.com/InternMike"&gt; Mike Perez&lt;/a&gt;.&lt;strike&gt;&lt;/strike&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/fUOpnDkneLk" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/fUOpnDkneLk/episode-329-with-guest-brad-bo.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/episode-329-with-guest-brad-bo.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Mon, 22 Apr 2013 07:42:51 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/episode-329-with-guest-brad-bo.html</feedburner:origLink></item>
        
        <item>
            <title>Drunken Security News - Episode 327</title>
            <description>&lt;p&gt;And here we go! Drunken Security News, episode 327 with Paul, Jack and Allison in studio. As always, you can follow along at the PaulDotCom wiki's &lt;a href="http://pauldotcom.com/wiki/index.php/Episode327#Stories"&gt;show notes&lt;/a&gt;. &lt;/p&gt;

&lt;p&gt;Allison found a story about how a Canon EOS can be hacked and used &lt;a href="http://computerworld.co.nz/news.nsf/news/hackers-turn-a-canon-eos-camera-into-a-remote-surveillance-tool"&gt;as a remote surveillance tool&lt;/a&gt;. When an article includes the line: "However, the camera's connectivity was not designed with security in mind", you know that's not going to end well. The article goes on to describe how the images can be transferred to a server via FTP (hello clear text!) and the camera even has its own web server with pretty weak authentication. Apparently, Canon believes the situation is a feature, not a bug.&lt;/p&gt;

&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5GBVwA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5GBVwA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;

&lt;p&gt;Jack had a couple of quick hits, from South Korea claiming that some of their recent attacks came from, want to guess? Yes! North Korea! Who'da thunk? &lt;/p&gt;

&lt;p&gt;Also, Jack linked to some &lt;a href="http://blogs.technet.com/b/security/archive/2012/10/04/microsoft-s-free-security-tools-summary.aspx"&gt;free security tools&lt;/a&gt; offered by Microsoft. And yes, free is good, especially when it's as in free beer. We love free beer, and free security tools. Thanks Microsoft!&lt;/p&gt;

&lt;p&gt;Paul found an article with tips on how &lt;strike&gt;hackers&lt;/strike&gt;, I mean security researchers can most easily &lt;a href="http://privacy-pc.com/articles/hackers-guide-to-stay-out-of-jail-2-dos-and-donts.html"&gt;stay out of jail.&lt;/a&gt; Some of the tips in this article sound like they're taken straight from a video that Allison found a few months ago from the Hack In The Box conference with presenter &lt;a href="http://www.youtube.com/watch?v=9XaYdCdwiWU"&gt;The Grugq, talking about OpSec&lt;/a&gt;. Some of the pieces of advice include: "don't trust anyone" (that didn't work out so well for LulzSec), "don't reveal your plans", "don't work from home" and more. All seems to be worthwhile information, if that's the direction you choose to go with your skills. Not that anyone at PaulDotCom ever condones accessing a computer or network that you don't have permission to access.&lt;/p&gt;

&lt;p&gt;If you're in the New England area, definitely consider attending both &lt;a href="http://www.securitybsides.com/BSidesBoston"&gt;BSides Boston&lt;/a&gt; on May 18 and &lt;a href="http://www.securitybsides.com/BSidesRI"&gt;BSides Rhode Island&lt;/a&gt; on June 14 and 15. &lt;/p&gt;

&lt;p&gt;Paul described an article talking about another vulnerability in &lt;a href="https://superevr.com/blog/2013/dont-use-linksys-routers/"&gt;Linksys wireless routers&lt;/a&gt;. It was described by the author as a "Cross Site File Upload" vulnerability. Multiple vulnerabilities were found in both the WRT54GL and EA2000 routers. Amazingly, some of the vulnerabilities were revealed by simply adding a / to the end of a URL accessing the device. &lt;/p&gt;

&lt;p&gt;Jack and Paul got into it a little bit about a post by Dr. Gene Spafford where &lt;a href="http://www.cerias.purdue.edu/site/blog/post/on_competitions_and_competence/"&gt;Spaf thinks that CTF competitions may be focusing on the wrong skills&lt;/a&gt;. Maybe competitions make learning more fun and can also create a stress situation which may be more like a real world attack and defense of a system. Paul countered with his belief that there is still a great deal of value in sitting in front of a system that is under active attack. It's not often that the crew will truly disagree with points of view, so this makes for a great discussion.&lt;/p&gt;

&lt;p&gt;And is it possible to have a Drunken Security News without including something about porn? Of course not. And Paul doesn't disappoint. Maybe this one also falls into the "no kidding" bucket, but Paul talked about &lt;a href="http://www.bbc.co.uk/news/technology-22093141"&gt;top porn sites becoming more of a malware risk&lt;/a&gt;. Gee, did you really think you can go to a free porn site and be completely risk-free of malware? Right. And there's zero chance of catching an STD from a prostitute. As Paul mentioned, always use protection when visiting your porn sites.&lt;/p&gt;

&lt;p&gt;There's all that and more in the stories for the week, watch the video for all the great discussions and don't miss Dr. Whit Diffie on tonight's PaulDotCom Security Weekly!&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/i6qpU4eqY5Y" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/i6qpU4eqY5Y/drunken-security-news---episod-6.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/drunken-security-news---episod-6.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Thu, 18 Apr 2013 09:10:05 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/drunken-security-news---episod-6.html</feedburner:origLink></item>
        
        <item>
            <title>Using Posh-SecMod PowerShell Module to Automate Nessus (Part1)</title>
            <description>&lt;p&gt;About 2 months ago I was chatting with some of the members of one of the QA Teams at work and they where telling me about their workflows for automating the testing of code and hosts added to the lab. One showed me some of the scripts they use and then it came to me why not automate Nessus from with in PowerShell. I would say that in 2 days in my spare time  using Brandon Perry Nessus-Sharp library for Nessus-XMLRPC written in C# &lt;a title="https://github.com/brandonprry/nessus-sharp" href="https://github.com/brandonprry/nessus-sharp"&gt;https://github.com/brandonprry/nessus-sharp&lt;/a&gt;I forked the library and started modifying it to the needs I had I came up with a basic usable module. Sadly I got distracted with several projects and helping a bit to organize BSides PR I had not updated and cleaned the code until recently. Now that I have more time I would like to share the function I created and merge in to Posh-SecMod PowerShell module since I believe they could be useful to someone as they have to me.&lt;/p&gt;
&lt;h2&gt;Installing the Module&lt;/h2&gt;
&lt;p&gt;Posh-SecMod can be found at  &lt;a href="https://github.com/darkoperator/Posh-SecMod"&gt;https://github.com/darkoperator/Posh-SecMod&lt;/a&gt;and installing it is very simple. The module is a PowerShell v3 module only at the moment so it will only run on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Windows 7&lt;/li&gt;
&lt;li&gt;Windows 2008&lt;/li&gt;
&lt;li&gt;Windows 2008R2&lt;/li&gt;
&lt;li&gt;Windows 8&lt;/li&gt;
&lt;li&gt;Windows 2012&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;For installing PowerShell on versions of Windows bellow you will need to install .Net 4.0 and then download and install the Windows Management Framework 3.0. Believe me it is all worth it just for the ISEv3.&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;WMF 3.0 - &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=34595"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=34595&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;.Net Framework 4.0 - &lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=17851"&gt;http://www.microsoft.com/en-us/download/details.aspx?id=17851&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;We start by running PowerShell with elevated privileges and make sure that you have set the ExecutionPolicy to RemoteSigned since none of the scripts, binaries and modules are signed with authenticode.&lt;/p&gt;
&lt;pre&gt;Set-ExecutionPolicy RemoteSigned&lt;/pre&gt;
&lt;p&gt;We then install the latest version of PSGet from inside PowerShell:&lt;/p&gt;
&lt;pre&gt;(new-object Net.WebClient).DownloadString("http://psget.net/GetPsGet.ps1") | iex&lt;/pre&gt;
&lt;p&gt;Once installed we can either install directly from GitHub using PSGet to Download the latest version of the module zip from GitHub by running.&lt;/p&gt;
&lt;pre&gt;import-module PsGet&lt;br /&gt;install-module -ModuleUrl https://github.com/darkoperator/Posh-SecMod/archive/master.zip&lt;/pre&gt;
&lt;p&gt;The module will be available for use.&lt;/p&gt;
&lt;h2&gt;Listing Function to Interact with Nessus Server&lt;/h2&gt;
&lt;p&gt;To get a list of all the functions available for managing and automating Nessus we can load the module and filter the list for the word Nessus:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; import-module Posh-SecMod&lt;br /&gt;C:\&amp;gt; Get-Command -Module Posh-SecMod | where {$_.Name -like "*nessus*"}&lt;/pre&gt;
&lt;pre&gt;CommandType Name ModuleName&lt;br /&gt;----------- ---- ----------&lt;br /&gt;Function Copy-NessusPolicy Posh-SecMod&lt;br /&gt;Function Get-NessusPolicyXML Posh-SecMod&lt;br /&gt;Function Get-NessusReportHostKB Posh-SecMod&lt;br /&gt;Function Get-NessusReportHostsDetailed Posh-SecMod&lt;br /&gt;Function Get-NessusReportHostSummary Posh-SecMod&lt;br /&gt;Function Get-NessusReportItems Posh-SecMod&lt;br /&gt;Function Get-NessusReportPluginAudit Posh-SecMod&lt;br /&gt;Function Get-NessusReports Posh-SecMod&lt;br /&gt;Function Get-NessusReportVulnSummary Posh-SecMod&lt;br /&gt;Function Get-NessusServerAdvancesSettings Posh-SecMod&lt;br /&gt;Function Get-NessusServerFeedInfo Posh-SecMod&lt;br /&gt;Function Get-NessusServerGeneralSettings Posh-SecMod&lt;br /&gt;Function Get-NessusServerLoad Posh-SecMod&lt;br /&gt;Function Get-NessusServerMobileSettings Posh-SecMod&lt;br /&gt;Function Get-NessusSession Posh-SecMod&lt;br /&gt;Function Get-NessusUsers Posh-SecMod&lt;br /&gt;Function Get-NessusV2ReportXML Posh-SecMod&lt;br /&gt;Function Import-NessusV2Report Posh-SecMod&lt;br /&gt;Function Invoke-NessusScan Posh-SecMod&lt;br /&gt;Function Invoke-NessusScanTemplate Posh-SecMod&lt;br /&gt;Function New-NessusScanTemplate Posh-SecMod&lt;br /&gt;Function New-NessusSession Posh-SecMod&lt;br /&gt;Function New-NessusUser Posh-SecMod&lt;br /&gt;Function Remove-NessusPolicy Posh-SecMod&lt;br /&gt;Function Remove-NessusScanTemplate Posh-SecMod&lt;br /&gt;Function Remove-NessusSession Posh-SecMod&lt;br /&gt;Function Remove-NessusUser Posh-SecMod&lt;br /&gt;Function Resume-NessusScan Posh-SecMod&lt;br /&gt;Function Show-NessusPolicy Posh-SecMod&lt;br /&gt;Function Show-NessusScans Posh-SecMod&lt;br /&gt;Function Show-NessusScanTemplate Posh-SecMod&lt;br /&gt;Function Start-NessusServerFeedUpdate Posh-SecMod&lt;br /&gt;Function Stop-NessusScan Posh-SecMod&lt;br /&gt;Function Suspend-NessusScan Posh-SecMod&lt;br /&gt;Function Update-NessusScanTemplate Posh-SecMod&lt;br /&gt;Function Update-NessusUserPassword Posh-SecMod&lt;/pre&gt;
&lt;p&gt;Lets start by connecting to a Nessus Server. For this module I follow the philosophy of Session like we have with PSSession in PowerShell so as to be able to work with more than one Nessus server at the same time providing me greater flexibility. the Function to create a session is called &lt;strong&gt;New-NessusSession&lt;/strong&gt;. All functions have help information that tells the user the purpose and all have examples of usage that can be read using the &lt;strong&gt;Get-Help &lt;/strong&gt;cmdlet or it’s aliases &lt;strong&gt;man &lt;/strong&gt;and &lt;strong&gt;help. &lt;/strong&gt;To se the general information on the function we would do a&lt;/p&gt;
&lt;pre&gt;help &amp;lt;nessus function&amp;gt;&lt;/pre&gt;
&lt;p&gt;Full details can be seen by adding the &lt;strong&gt;–Full&lt;/strong&gt; option or to only look at the usage example we can just use the &lt;strong&gt;–Example &lt;/strong&gt;option.&lt;/p&gt;
&lt;h2&gt;Connecting to a Nessus Server and Working with Sessions&lt;/h2&gt;
&lt;p&gt;Lets connect to a Nessus Server  using the &lt;strong&gt;New-NessusSession&lt;/strong&gt; function giving it the host to connect to, the credentials and since I do not have valid SSL Certificate on my test Nessus Server I use the switch &lt;strong&gt;–IgnoreSSL&lt;/strong&gt; so it will not validate the certificate:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;New-NessusSession -ComputerName nessus.darkoperator.com -Credentials (Get-Credential) -IgnoreSSL&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;cmdlet Get-Credential at command pipeline position 1&lt;br /&gt;Supply values for the following parameters:&lt;br /&gt;Credential&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;User : carlos&lt;br /&gt;IsAdmin : True&lt;br /&gt;Index : 0&lt;br /&gt;SessionState : Nessus.Data.NessusManagerSession&lt;br /&gt;SessionManager : Nessus.Data.NessusManager&lt;br /&gt;IdleTimeout : 30&lt;br /&gt;ScannerBootTime : 4/11/2013 12:04:58 AM&lt;br /&gt;PluginSet : 201302261815&lt;br /&gt;LoaddedPluginSet : 201302261815&lt;br /&gt;ServerUUID : fd14bd4c-27bc-7c35-0308-876409e7758d0b0d82169800a061&lt;br /&gt;Token : bfeaa869adea6cc99de404c73caf3d60594d92376716e28a&lt;br /&gt;MSP : True&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;/pre&gt;
&lt;p&gt;As you create connections to Nessus servers the connections a re stored in to the global variable &lt;strong&gt;$Global:nessusconn&lt;/strong&gt; as you can see information about the server is included with each session object. Each session is referenced by the Index value. In fact each session has a type of &lt;strong&gt;Nessus.Server.Session&lt;/strong&gt; we can have several connection and to one one we just do the same as we did before, the session is added automatically.&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; New-NessusSession -ComputerName 192.168.1.230 -Credentials (Get-Credential) -IgnoreSSL&lt;/pre&gt;
&lt;pre&gt;cmdlet Get-Credential at command pipeline position 1&lt;br /&gt;Supply values for the following parameters:&lt;br /&gt;Credential&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;User : carlos&lt;br /&gt;IsAdmin : True&lt;br /&gt;Index : 1&lt;br /&gt;SessionState : Nessus.Data.NessusManagerSession&lt;br /&gt;SessionManager : Nessus.Data.NessusManager&lt;br /&gt;IdleTimeout : 30&lt;br /&gt;ScannerBootTime : 4/11/2013 8:53:03 AM&lt;br /&gt;PluginSet : 201304120815&lt;br /&gt;LoaddedPluginSet : 201304120815&lt;br /&gt;ServerUUID : c1938596-19fe-dd76-9f74-1a680d6701b17b39b69cbe76805b&lt;br /&gt;Token : 7275b221322838890ec4e50e9655591e49ce620c0c6fbb6f&lt;br /&gt;MSP : True&lt;br /&gt;ServerHost : 192.168.1.230&lt;/pre&gt;
&lt;p&gt;If you use a valid certificate on your Nessus Server you can skip the &lt;strong&gt;–IgnoreSSL&lt;/strong&gt;. If the certificate is not valid you will see the errors as of to why it was not and you will see warning message asking you to continue. You can also use the &lt;strong&gt;–Verbose&lt;/strong&gt; options, you will see that warnings and verbose messages come in different colors in PowerShell for easier distinction.&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.darkoperator.com/resource/Windows-Live-Writer-Using-Posh-SecMod-to-Automate-Nessus-Par_E5FA-?fileId=22450358" rel="lightbox"&gt;&lt;img style="background-image: none; padding-top: 0px; padding-left: 0px; display: inline; padding-right: 0px; border-width: 0px;" title="image" src="http://www.darkoperator.com/resource/Windows-Live-Writer-Using-Posh-SecMod-to-Automate-Nessus-Par_E5FA-?fileId=22450360" alt="image" width="701" height="628" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;To get all current sessions we use the &lt;strong&gt;Get-NessusSession&lt;/strong&gt; function and it also allows us to select an individual session and save it to a variable.&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;Get-NessusSession&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;User : carlos&lt;br /&gt;IsAdmin : True&lt;br /&gt;Index : 0&lt;br /&gt;SessionState : Nessus.Data.NessusManagerSession&lt;br /&gt;SessionManager : Nessus.Data.NessusManager&lt;br /&gt;IdleTimeout : 30&lt;br /&gt;ScannerBootTime : 4/11/2013 12:04:58 AM&lt;br /&gt;PluginSet : 201302261815&lt;br /&gt;LoaddedPluginSet : 201302261815&lt;br /&gt;ServerUUID : fd14bd4c-27bc-7c35-0308-876409e7758d0b0d82169800a061&lt;br /&gt;Token : bfeaa869adea6cc99de404c73caf3d60594d92376716e28a&lt;br /&gt;MSP : True&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;/pre&gt;
&lt;pre&gt;User : carlos&lt;br /&gt;IsAdmin : True&lt;br /&gt;Index : 1&lt;br /&gt;SessionState : Nessus.Data.NessusManagerSession&lt;br /&gt;SessionManager : Nessus.Data.NessusManager&lt;br /&gt;IdleTimeout : 30&lt;br /&gt;ScannerBootTime : 4/11/2013 8:53:03 AM&lt;br /&gt;PluginSet : 201304120815&lt;br /&gt;LoaddedPluginSet : 201304120815&lt;br /&gt;ServerUUID : c1938596-19fe-dd76-9f74-1a680d6701b17b39b69cbe76805b&lt;br /&gt;Token : 7275b221322838890ec4e50e9655591e49ce620c0c6fbb6f&lt;br /&gt;MSP : True&lt;br /&gt;ServerHost : 192.168.1.230&lt;/pre&gt;
&lt;p&gt;To remove a session from the list and log off from the server we use the &lt;strong&gt;Remove-NessusSession&lt;/strong&gt; function:&lt;/p&gt;
&lt;pre&gt;PS C:\&amp;gt; Remove-NessusSession -Index 0&lt;br /&gt;True&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;Retrieving Nessus Server Configuration Settings&lt;/h2&gt;
&lt;p&gt;We can get feed and version information for each session using the &lt;strong&gt;Get-NessusServerFeedInfo&lt;/strong&gt; function, we can pipe the the sessions from &lt;strong&gt;Get-NessusSession&lt;/strong&gt; objects in to it or specify the session or sessions thru the index parameter:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;Get-NessusSession | Get-NessusServerFeedInfo&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;Feed : ProFeed&lt;br /&gt;ServerVersion : 5.0.2&lt;br /&gt;WebServerVersion : 4.0.31 (Build H20130328A)&lt;br /&gt;MSP : False&lt;br /&gt;Expiration : 9/19/2013 4:00:00 AM&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;/pre&gt;
&lt;pre&gt;Feed : ProFeed&lt;br /&gt;ServerVersion : 5.0.2&lt;br /&gt;WebServerVersion : 4.0.31 (Build H20130328A)&lt;br /&gt;MSP : False&lt;br /&gt;Expiration : 12/31/2013 5:00:00 AM&lt;br /&gt;ServerHost : 192.168.1.230&lt;/pre&gt;
&lt;p&gt;We can see if we have a proxy configured to pull Nessus Feed, this is known in the Nessus GUI as the General Settings, the functions to get the configuration we use the &lt;strong&gt;Get-NessusServerGeneralSettings &lt;/strong&gt;:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt;&lt;strong&gt; Get-NessusServerGeneralSettings -Index 1&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;proxy :&lt;br /&gt;proxy_port :&lt;br /&gt;proxy_username :&lt;br /&gt;proxy_password :&lt;br /&gt;user_agent :&lt;br /&gt;custom_host :&lt;/pre&gt;
&lt;p&gt;we can pull the advanced settings from the servers with the &lt;strong&gt;Get-NessusServerAdvancesSettings&lt;/strong&gt; and as you can see one of my servers runs in windows and the other runs on Linux.&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt;&lt;strong&gt; Get-NessusSession | Get-NessusServerAdvancesSettings&lt;br /&gt;&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;allow_post_scan_editing : yes&lt;br /&gt;auto_enable_dependencies : yes&lt;br /&gt;auto_update : yes&lt;br /&gt;auto_update_delay : 24&lt;br /&gt;cgi_path : /cgi-bin:/scripts&lt;br /&gt;checks_read_timeout : 5&lt;br /&gt;disable_ntp : no&lt;br /&gt;disable_xmlrpc : no&lt;br /&gt;dumpfile : /opt/nessus/var/nessus/logs/nessusd.dump&lt;br /&gt;global.max_hosts : 125&lt;br /&gt;global.max_scans : 0&lt;br /&gt;global.max_web_users : 1024&lt;br /&gt;listen_address : 0.0.0.0&lt;br /&gt;listen_port : 1241&lt;br /&gt;log_whole_attack : no&lt;br /&gt;logfile : /opt/nessus/var/nessus/logs/nessusd.messages&lt;br /&gt;max_checks : 5&lt;br /&gt;max_hosts : 30&lt;br /&gt;nasl_log_type : normal&lt;br /&gt;nasl_no_signature_check : no&lt;br /&gt;non_simult_ports : 139, 445, 3389&lt;br /&gt;optimize_test : yes&lt;br /&gt;plugin_upload : yes&lt;br /&gt;plugins_timeout : 320&lt;br /&gt;port_range : default&lt;br /&gt;purge_plugin_db : no&lt;br /&gt;qdb_mem_usage : high&lt;br /&gt;reduce_connections_on_congestion : no&lt;br /&gt;report_crashes : yes&lt;br /&gt;rules : /opt/nessus/etc/nessus/nessusd.rules&lt;br /&gt;safe_checks : yes&lt;br /&gt;silent_dependencies : yes&lt;br /&gt;slice_network_addresses : no&lt;br /&gt;ssl_cipher_list : strong&lt;br /&gt;stop_scan_on_disconnect : no&lt;br /&gt;stop_scan_on_hang : no&lt;br /&gt;throttle_scan : yes&lt;br /&gt;use_kernel_congestion_detection : no&lt;br /&gt;www_logfile : /opt/nessus/var/nessus/logs/www_server.log&lt;br /&gt;xmlrpc_idle_session_timeout : 30&lt;br /&gt;xmlrpc_listen_port : 8834&lt;/pre&gt;
&lt;pre&gt;allow_post_scan_editing : yes&lt;br /&gt;auto_enable_dependencies : yes&lt;br /&gt;auto_update : yes&lt;br /&gt;auto_update_delay : 24&lt;br /&gt;cgi_path : /cgi-bin:/scripts&lt;br /&gt;checks_read_timeout : 5&lt;br /&gt;disable_ntp : no&lt;br /&gt;disable_xmlrpc : no&lt;br /&gt;dumpfile : C:\Program Files\Tenable\Nessus\nessus\logs\nessusd.dump&lt;br /&gt;global.max_scans : 0&lt;br /&gt;global.max_web_users : 0&lt;br /&gt;listen_address : 0.0.0.0&lt;br /&gt;listen_port : 1241&lt;br /&gt;log_whole_attack : no&lt;br /&gt;logfile : C:\Program Files\Tenable\Nessus\nessus\logs\nessusd.messages&lt;br /&gt;max_checks : 5&lt;br /&gt;max_hosts : 100&lt;br /&gt;nasl_log_type : normal&lt;br /&gt;nasl_no_signature_check : no&lt;br /&gt;non_simult_ports : 139, 445, 3389&lt;br /&gt;optimize_test : yes&lt;br /&gt;plugin_upload : yes&lt;br /&gt;plugins_timeout : 320&lt;br /&gt;port_range : default&lt;br /&gt;purge_plugin_db : no&lt;br /&gt;qdb_mem_usage : high&lt;br /&gt;reduce_connections_on_congestion : no&lt;br /&gt;report_crashes : yes&lt;br /&gt;rules : C:\Program Files\Tenable\Nessus\conf\nessusd.rules&lt;br /&gt;safe_checks : yes&lt;br /&gt;silent_dependencies : yes&lt;br /&gt;slice_network_addresses : no&lt;br /&gt;ssl_cipher_list : strong&lt;br /&gt;stop_scan_on_disconnect : no&lt;br /&gt;stop_scan_on_hang : no&lt;br /&gt;throttle_scan : yes&lt;br /&gt;www_logfile : C:\Program Files\Tenable\Nessus\nessus\logs\www_server.log&lt;br /&gt;xmlrpc_idle_session_timeout : 30&lt;br /&gt;xmlrpc_listen_port : 8834&lt;/pre&gt;
&lt;p&gt;If I wan to see how many users, scans and just the general load on the server I can use the &lt;strong&gt;Get-NessusServerLoad&lt;/strong&gt; to get this information, this can come useful if we see a server running slowly or we want to script to always use the server with the least load to launch our scans:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;get-nessussession | Get-NessusServerLoad&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;br /&gt;Platform : LINUX&lt;br /&gt;ScanCount : 0&lt;br /&gt;SessionCount : 2&lt;br /&gt;HostCount : 0&lt;br /&gt;TCPSessionCount : 0&lt;br /&gt;LoadAverage : 0.00&lt;/pre&gt;
&lt;pre&gt;ServerHost : 192.168.1.230&lt;br /&gt;Platform : WINDOWS&lt;br /&gt;ScanCount : 0&lt;br /&gt;SessionCount : 1&lt;br /&gt;HostCount : 0&lt;br /&gt;TCPSessionCount : 0&lt;br /&gt;LoadAverage : 0.00&lt;/pre&gt;
&lt;p&gt; &lt;/p&gt;
&lt;h2&gt;Working with Nessus Server Users&lt;/h2&gt;
&lt;p&gt;We can list and work with users in the Nessus Server, we can find all the Nessus Server user manipulation functions by searching for *&lt;strong&gt;nessususer*&lt;/strong&gt; in the name of the functions in the module:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;Get-Command -Module Posh-SecMod | where {$_.Name -like "*nessususer*"}&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;CommandType Name ModuleName&lt;br /&gt;----------- ---- ----------&lt;br /&gt;Function Get-NessusUsers Posh-SecMod&lt;br /&gt;Function New-NessusUser Posh-SecMod&lt;br /&gt;Function Remove-NessusUser Posh-SecMod&lt;br /&gt;Function Update-NessusUserPassword Posh-SecMod&lt;/pre&gt;
&lt;p&gt;As you can see we can list the users, create a new user, remove a user and change the password of a user (if we are Admin of course).  Lets start by listing the users on the server:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;New-NessusUser -IsAdmin -Credentials (Get-Credential) -Index 0&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;cmdlet Get-Credential at command pipeline position 1&lt;br /&gt;Supply values for the following parameters:&lt;br /&gt;Credential&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;br /&gt;Name : Paul&lt;br /&gt;IsAdmin : True&lt;br /&gt;LastLogging : 1/1/0001 12:00:00 AM&lt;br /&gt;Session : Nessus.Server.Session&lt;/pre&gt;
&lt;p&gt;I can change the password for the user Paul:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;Update-NessusUserPassword -Index 0 -Credentials (Get-Credential)&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;cmdlet Get-Credential at command pipeline position 1&lt;br /&gt;Supply values for the following parameters:&lt;br /&gt;Credential&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;br /&gt;Name : Paul&lt;br /&gt;IsAdmin : True&lt;br /&gt;LastLogging : 1/1/0001 12:00:00 AM&lt;br /&gt;Session : Nessus.Server.Session&lt;/pre&gt;
&lt;pre&gt; &lt;/pre&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;New-NessusSession -ComputerName nessus.darkoperator.com -Credentials (Get-Credential) -IgnoreSSL&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;cmdlet Get-Credential at command pipeline position 1&lt;br /&gt;Supply values for the following parameters:&lt;br /&gt;Credential&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;User : Paul&lt;br /&gt;IsAdmin : True&lt;br /&gt;Index : 2&lt;br /&gt;SessionState : Nessus.Data.NessusManagerSession&lt;br /&gt;SessionManager : Nessus.Data.NessusManager&lt;br /&gt;IdleTimeout : 30&lt;br /&gt;ScannerBootTime : 4/11/2013 12:04:58 AM&lt;br /&gt;PluginSet : 201302261815&lt;br /&gt;LoaddedPluginSet : 201302261815&lt;br /&gt;ServerUUID : fd14bd4c-27bc-7c35-0308-876409e7758d0b0d82169800a061&lt;br /&gt;Token : ec1d58e6b2fd2db1da9788bc6a259cd318ca551cc140de93&lt;br /&gt;MSP : True&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;/pre&gt;
&lt;p&gt;Lets close the session we created for testing and remove the user Paul:&lt;/p&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;Remove-NessusSession -Index 2&lt;/strong&gt;&lt;br /&gt;True&lt;/pre&gt;
&lt;pre&gt;C:\&amp;gt; &lt;strong&gt;Remove-NessusUser -Index 0 -UserName Paul&lt;/strong&gt;&lt;br /&gt;True&lt;br /&gt;C:\&amp;gt; &lt;strong&gt;Get-NessusUsers -Index 0&lt;/strong&gt;&lt;/pre&gt;
&lt;pre&gt;&lt;br /&gt;ServerHost : nessus.darkoperator.com&lt;br /&gt;Name : carlos&lt;br /&gt;IsAdmin : True&lt;br /&gt;LastLogging : 4/12/2013 12:23:04 PM&lt;br /&gt;Session : Nessus.Server.Session&lt;/pre&gt;
&lt;pre&gt;ServerHost : nessus.darkoperator.com&lt;br /&gt;Name : admin1&lt;br /&gt;IsAdmin : True&lt;br /&gt;LastLogging : 12/31/1969 8:00:00 PM&lt;br /&gt;Session : Nessus.Server.Session&lt;/pre&gt;
&lt;p&gt;On the next blog post I will cover how to work with Policies and Scans. I do invite you to install it and start playing with it and the other functions in the module.&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/q1TDelH-q_0" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/q1TDelH-q_0/using-posh-secmod-powershell-m.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/using-posh-secmod-powershell-m.html</guid>
            
            
            <pubDate>Mon, 15 Apr 2013 06:54:05 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/using-posh-secmod-powershell-m.html</feedburner:origLink></item>
        
        <item>
            <title>Episode 328 With Dr. Whitfield Diffie &amp; Jeremy Zerechak Thursday 6PM ET</title>
            <description>&lt;p&gt;&lt;br /&gt;Join us for PaulDotCom Security Weekly &lt;a href="http://pauldotcom.com/wiki/index.php/Episode328"&gt; Episode 328&lt;/a&gt; with Dr. Whitfield Diffie, an american cryptographer and one of the pioneers of public-key cryptography, contributor to the Diffie-Hellman key exchange.  We'll also have Jeremy Zerechak writer and director of &lt;a href="http://www.code2600.com/"&gt; Code2600&lt;/a&gt; and upcoming film &lt;a href="http://www.kickstarter.com/projects/1456247168/hackers-in-uganda-a-documentary?ref=live"&gt; Hackers in Uganda&lt;/a&gt; Jeremy is also a decorated Iraq War Veteran and an advocate of veteran rights. Sit back and enjoy the show live or participate in the live chat on our &lt;a href="http://pauldotcom.com/live/"&gt;Ustream channel&lt;/a&gt;:&lt;/p&gt;&lt;/p&gt;

&lt;p&gt;&lt;div style="text-align:center;"&gt;&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="480" height="360" id="utv336337"&gt;&lt;param name="flashvars" value="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1"/&gt;&lt;param name="allowfullscreen" value="true"/&gt;&lt;param name="allowscriptaccess" value="always"/&gt;&lt;param name="movie" value="http://www.ustream.tv/flash/viewer.swf"/&gt;&lt;embed flashvars="autoplay=false&amp;amp;brand=embed&amp;amp;cid=112532&amp;amp;v3=1" width="640" height="480" allowfullscreen="true" allowscriptaccess="always" id="utv336337" name="utv_n_144517" src="http://www.ustream.tv/flash/viewer.swf" type="application/x-shockwave-flash" /&gt;&lt;/object&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;NOTE: The video will play the most recent show up until we are live!&lt;/strong&gt;&lt;/div&gt;&lt;form mt:asset-id="602" class="mt-enclosure mt-enclosure-image" style="display: inline;"&gt;&lt;/p&gt;

&lt;p&gt;Don't forget to follow us on Twitter: &lt;a href="http://twitter.com/pauldotcom"&gt;Paul Asadoorian&lt;/a&gt;, &lt;a href="http://twitter.com/haxorthematrix"&gt;Larry Pesce&lt;/a&gt;, &lt;a href="http://twitter.com/jack_daniel"&gt;Jack Daniel&lt;/a&gt;, &lt;a href="http://twitter.com/carlos_perez"&gt;Carlos Perez&lt;/a&gt;, &lt;a href="http://twitter.com/strandjs"&gt; John Strand&lt;/a&gt;, &lt;a href="http://twitter.com/nixonnixoff"&gt;Allison Nixon&lt;/a&gt; and &lt;a href="http://twitter.com/InternMike"&gt; Mike Perez&lt;/a&gt;.&lt;strike&gt;&lt;/strike&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/8jlh326I8Cc" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/8jlh326I8Cc/episode-328-with-dr-whitfield.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/episode-328-with-dr-whitfield.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Sun, 14 Apr 2013 19:29:46 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/episode-328-with-dr-whitfield.html</feedburner:origLink></item>
        
        <item>
            <title>Interview with Richard Bejtlich - Episode 327</title>
            <description>&lt;center&gt;&lt;iframe src="http://blip.tv/play/hr4jg5D6SwA.x?p=1" width="640" height="388" frameborder="0" allowfullscreen&gt;&lt;/iframe&gt;&lt;embed type="application/x-shockwave-flash" src="http://a.blip.tv/api.swf#hr4jg5D6SwA" style="display:none"&gt;&lt;/embed&gt;&lt;/center&gt;

&lt;p&gt;Richard Bejtlich is Mandiant's Chief Security Officer. Prior to joining Mandiant, Mr. Bejtlich was the Director of Incident Response for General Electric, where he built and led the 40-member GE Computer Incident Response Team (GE-CIRT). He wrote The Tao of Network Security Monitoring, Extrusion Detection, and co-authored Real Digital Forensics. He currently writes for his blog TaoSecurity and teaches for Black Hat.&lt;/p&gt;

&lt;p&gt;&lt;a href="http://pauldotcom.com/wiki/index.php/Episode327"&gt;Episode 327 Show Notes&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://traffic.libsyn.com/pauldotcom/PaulDotCom-327.mp3"&gt;Episode 327 (mp3)&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Tune in to PaulDotCom Security Weekly TV, Hack Naked TV, and Hack Naked At Night episodes on our &lt;a href="http://www.youtube.com/pauldotcom"&gt;
YouTube Channel&lt;/a&gt; or our &lt;a href="http://pauldotcom.blip.tv"&gt;Bliptv channel&lt;/a&gt;.
&lt;/p&gt;&lt;img src="http://feeds.feedburner.com/~r/pauldotcom/XBIC/~4/XnOHcpQ_alc" height="1" width="1"/&gt;</description>
            <link>http://feedproxy.google.com/~r/pauldotcom/XBIC/~3/XnOHcpQ_alc/interview-with-richard-bejtlic.html</link>
            <guid isPermaLink="false">http://pauldotcom.com/2013/04/interview-with-richard-bejtlic.html</guid>
            
                <category domain="http://www.sixapart.com/ns/types#category">Security Weekly</category>
            
            
            <pubDate>Fri, 12 Apr 2013 15:30:45 -0500</pubDate>
        <feedburner:origLink>http://pauldotcom.com/2013/04/interview-with-richard-bejtlic.html</feedburner:origLink></item>
        
    </channel>
</rss>
