<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet href="/css/rss.css" type="text/css"?>
<rss version="2.0">
<channel>
  <title>      SANS Internet Storm Center, InfoCON: green</title>
  <link>       http://isc.sans.edu</link>
  <description><![CDATA[]]></description>
  <language>   en-us</language>
  <lastBuildDate>   Wed, 19 Jun 2013 00:50:03 +0000</lastBuildDate>
  <pubDate>   Tue, 18 Jun 2013 20:59:59 GMT</pubDate>
<copyright>(C) SANS Institute 2013</copyright>
             <generator>isc rss feed maker</generator>
             <ttl>30</ttl>
             <webMaster>handlers@sans.org (ISC Handlers)</webMaster>
             <image>
               <title>SANS Internet Storm Center, InfoCON: green</title>
               <url>http://isc.sans.edu/images/status.gif</url>
               <link>http://isc.sans.edu</link>
             </image>
  <item>
    <title>Volatility rules...any questions?, (Tue, Jun 18th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=16022&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=16022&amp;rss</guid>
    <description><![CDATA[<p>
	As I sit in my hotel room in Washington DC at the <a href="http://www.sans.org/event/sansfire-2013">SANSFIRE 2013</a> conference, preparing to present <a href="http://www.sans.org/event/sansfire-2013/bonus-sessions/1952/#bonus-box">Memory Analysis with Volatility</a> to a SANS@Night crowd (7:15 International Ballroom Center), an opportunity arose from which to get you warmed up for tonight&#39;s talk or inspire you to become a Volatility user (you should be already).</p>
<p>
	We received an advisory from a faithful reader indicating that he had uploaded &quot;a dropper we got blitzed with from a spam campaign today&quot; to ISC. We love us some malware samples, so I got busy. A typical review of the sample (invoice.exe) on a Windows VM gave us the basic behavioral details as seen in this <a href="http://www.cert.at/services/blog/20130618112047-852_en.html">ProcDOT</a> visualization (<a href="http://holisticinfosec.blogspot.com/2013/06/toolsmith-visual-malware-analysis-with.html">ProcDOT</a> also rules).</p>
<p>
	<img alt="w32.shadesrat ProcDOT visualization" src="http://isc.sans.edu/diaryimages/images/shadesrat.png" style="width: 1200px; height: 282px;" /></p>
<p>
	We can see that the invoice.exe process makes two Internet calls, spawns some shells to run reg.exe to create some registry entries, and creates a log file along with replicating itself to mc.exe in the victim user Application Data directory, before hiding itself from visible user APIs. Anubis provides better <a href="http://anubis.iseclab.org/?action=result&amp;task_id=1e9cf601f8cdba634754d22b58f5b06b1&amp;format=html">detail</a>, but of concern was that fact that invoice.exe and mc.exe (same file, same hash) exhibited only one AV <a href="https://www.virustotal.com/en/file/50662d5a3eb49624332501f7095d9f6ca926c8bf8340a80ace4fcfb1a73e781b/analysis/">detection</a> via Virustotal as this was written (certain to change soon). As such, we don&#39;t have much to go from as to what malware family we&#39;re really dealing with here.</p>
<p>
	But wait...Volatility to the rescue. I grapped a memory image from the compromised VM, copied the memory dump to my faithful SIFT 2.14 VM, and issued three simple commands that gave me all I needed to know.</p>
<ol>
	<li>
		vol.py --profile=WinXPSP3x86 connscan -f invoice.raw</li>
	<li>
		vol.py --profile=WinXPSP3x86 pslist -f invoice.raw</li>
	<li>
		vol.py --profile=WinXPSP3x86 malfind -p 268 -D ~/Desktop/output/&nbsp; -f invoice.raw</li>
</ol>
<p>
	Here&#39;s the play by play.</p>
<ul>
	<li>
		Step 1 indicated that Process ID (PID) 268 was responsible for an connection to 124.248.205.22 over port 80 in Hong Kong (oh boy, we know this doesn&#39;t end well).</li>
	<li>
		Step 2 indicated that PID 268 belonged to invoice.exe (our intial sample, we&#39;re on the right track).</li>
	<li>
		Step 3 dumped PID 268 to the SIFT desktop as process.0x86372a38.0x400000.dmp</li>
</ul>
<p>
	I upload said .dmp file to Virustotal and <a href="https://www.virustotal.com/en/file/c7cd4a20d66accac17fd215004fa23894dd05a9e7be0f18bf9e27be4dd9b42d6/analysis/1371584217/">voila</a>, now we know what we&#39;re dealing with. Our faithful reader is the proud owner of a W32.Shadesrat (Blackshades) variant. This is one malware family where they apparently <a href="http://www.symantec.com/connect/blogs/w32shadesrat-blackshades-author-arrested">caught</a> the bad guy last year (not before he sold his warez to many a miscreant as is evident here).</p>
<p>
	Wise man say &quot;What I hear I forget, what I see I remember, what I do with Volatility I understand.&quot;</p>
<p>
	Hope to see you tonight at SANSFIRE 2013 for some Volatility 101 across the full lifecycle of security analytics (penetration testing, monitoring, incident response).</p>
<p>
	<a href="http://holisticinfosec.org/" style="text-decoration: initial; color: rgb(201, 145, 80); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); orphans: 2; widows: 2;">Russ McRee</a><span style="color: rgb(0, 0, 0); font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); orphans: 2; widows: 2; font-family: arial, helvetica, sans-serif;">&nbsp;|&nbsp;</span><a href="http://twitter.com/holisticinfosec" style="text-decoration: initial; color: rgb(0, 128, 195); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif; font-size: 15px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19px; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; background-color: rgb(255, 255, 255); orphans: 2; widows: 2;">@holisticinfosec</a></p>
<p>
	&nbsp;</p>
<p>
	&nbsp;</p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Tue, 18 Jun 2013 20:59:59 GMT</pubDate>
  </item>
  <item>
    <title>
Java 7 update 25 released http://www.oracle.com/technetwork/topics/security/javacpujun2013-1899847.html, (Tue, Jun 18th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=16025&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=16025&amp;rss</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Tue, 18 Jun 2013 20:54:23 GMT</pubDate>
  </item>
  <item>
    <title>
EMET 4.0 is now available for download, (Tue, Jun 18th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=16019&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=16019&amp;rss</guid>
    <description><![CDATA[<p>
	Somewhere I know TJ O&#39;Connor is a very happy analyst. EMET 4.0 has been released in its final version and is now available for download.</p>
<p>
	Download here:&nbsp;<a href="http://www.microsoft.com/en-us/download/details.aspx?id=39273">http://www.microsoft.com/en-us/download/details.aspx?id=39273</a></p>
<p>
	Microsoft blogpost:&nbsp;<a href="http://blogs.technet.com/b/srd/archive/2013/06/17/emet-4-0-now-available-for-download.aspx">http://blogs.technet.com/b/srd/archive/2013/06/17/emet-4-0-now-available-for-download.aspx</a></p>
<p>
	TJ O&#39;Connor&#39;s Nuclear Scientists, Pandas, and EMET Keeping Me Honest, an ISC guest diary posting:&nbsp;<a href="https://isc.sans.edu/diary/Nuclear+Scientists%2C+Pandas+and+EMET+Keeping+Me+Honest/15890">https://isc.sans.edu/diary/Nuclear+Scientists%2C+Pandas+and+EMET+Keeping+Me+Honest/15890</a></p>
<p>
	<strong>For those of you who are new to EMET: </strong></p>
<p>
	&quot;The Enhanced Mitigation Experience Toolkit (EMET) is designed to help prevent hackers from gaining access to your system. Software vulnerabilities and exploits have become an everyday part of life. Virtually every product has to deal with them and consequently, users are faced with a stream of security updates. For users who get attacked before the latest updates have been applied or who get attacked before an update is even available, the results can be devastating: malware, loss of PII, etc.&quot;&nbsp;</p>
<p>
	<strong>EMET 4.0 features and updates incude:</strong></p>
<div>
	<a href="http://blogs.technet.com/b/srd/archive/2013/04/18/introducing-emet-v4-beta.aspx">Certificate Trust, mitigations improvement hardening, and the Early Warning Program</a></div>
<div>
	Redesigned User Interface</div>
<div>
	Configuration Wizard</div>
<div>
	Changes in Certificate Trust</div>
<div>
	Updated Group Policy profiles</div>
<div>
	&nbsp;</div>
<div>
	Download and benefit. I&#39;ll be covering EMET 4.0 in <a href="http://holisticinfosec.blogspot.com/search?q=toolsmith&amp;max-results=20&amp;by-date=true">toolsmith</a> for July.</div>
<div>
	Cheers.</div>
<div>
	&nbsp;</div>
<div>
	<a href="http://holisticinfosec.org/" style="text-decoration: initial; color: rgb(201, 145, 80); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif; font-size: 15px; line-height: 19px; orphans: 2; widows: 2;">Russ McRee</a><span style="color: rgb(0, 0, 0); font-size: 15px; line-height: 19px; orphans: 2; widows: 2; font-family: arial, helvetica, sans-serif;">&nbsp;|&nbsp;</span><a href="http://twitter.com/holisticinfosec" style="text-decoration: initial; color: rgb(0, 128, 195); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif; font-size: 15px; line-height: 19px; orphans: 2; widows: 2;">@holisticinfosec</a></div>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Tue, 18 Jun 2013 15:39:17 GMT</pubDate>
  </item>
  <item>
    <title>
ISC StormCast for Tuesday, June 18th 2013 http://isc.sans.edu/podcastdetail.html?id=3374, (Tue, Jun 18th)</title>
    <link>http://isc.sans.edu/podcastdetail.html?id=3374</link>
    <guid>http://isc.sans.edu/podcastdetail.html?id=3374</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Tue, 18 Jun 2013 03:59:45 GMT</pubDate>
  </item>
  <item>
    <title>
Oracle Java pre-announcement: Upcoming JRE patch will plug 37 remotely exploitable holes. See http://www.oracle.com/technetwork/topics/security/javacpujun2013-1899847.html, (Mon, Jun 17th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=16013&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=16013&amp;rss</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Mon, 17 Jun 2013 11:04:37 GMT</pubDate>
  </item>
  <item>
    <title>
ISC StormCast for Monday, June 17th 2013 http://isc.sans.edu/podcastdetail.html?id=3371, (Mon, Jun 17th)</title>
    <link>http://isc.sans.edu/podcastdetail.html?id=3371</link>
    <guid>http://isc.sans.edu/podcastdetail.html?id=3371</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Mon, 17 Jun 2013 04:27:08 GMT</pubDate>
  </item>
  <item>
    <title>
SANSFIRE 2013, (Mon, Jun 17th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=16007&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=16007&amp;rss</guid>
    <description><![CDATA[<p>
	SANSFIRE 2013 is getting underway in Washington DC. Traditionally, Sansfire is the &quot;ISC Handlers&#39; conference&quot;, where many of us attend, teach classes, and give talks on current security trends and research results. Starting today (Monday Jun 17), we are hosting several bonus sessions, including the &quot;State of the Internet&quot; panel discussion on Monday evening. For a full list of the sessions lined up throughout the week, see here: <a href="https://www.sans.org/event/sansfire-2013/bonus-sessions/" target="_blank">https://www.sans.org/event/sansfire-2013/bonus-sessions/</a>. If you are attending the conference, feel free to drop us a line or two about your Sansfire experience and the highlights of the day in the comments below, or let us know via our <a href="https://isc.sans.edu/contact.html" target="_blank">contact form</a>.</p>
<p>
	&nbsp;</p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Mon, 17 Jun 2013 02:40:30 GMT</pubDate>
  </item>
  <item>
    <title>
A scan is a scan is a scan, (Sun, Jun 16th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=16004&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=16004&amp;rss</guid>
    <description><![CDATA[<p dir="ltr" id="docs-internal-guid-76a33df1-4d50-7907-e59c-badc35f1c306" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">A scan is a sca</span></p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">n is a scan</span></p>
<br />
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">One of our readers provided an update this morning to the ISC of an ongoing educational/research scan of the Internet that will be expanding to include further ports and protocols. &nbsp;While I appreciate the effort and reasoning behind the educational/research scans, using the internet at large may not necessarily be the way to go about this, so I&#39;m asking for input and comment.</span></p>
<br />
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">The value in data taken from scans of the internet is very real, no doubt, and I applaud the organizations for efforts to inform the Internet community they are doing. &nbsp;The impact to the organizations is the hidden cost in this scanning and classification effort, however, and I am afraid the research institute may be overlooking this fact. &nbsp;</span></p>
<br />
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">In almost every organization with an IDS or IPS you will have a person responsible for the review and analysis of the activity. &nbsp;However not all Security Analysts out there read the ISC or other sources of security information on a daily basis. &nbsp;So when the security analysis notices unidentified addresses or services, the effort to classify the activity begins. &nbsp;This may take an hour sometimes, and from my experience time is always the resource we never have enough of. &nbsp;This is where the cost is incurred by the end user being scanned. &nbsp;&nbsp;The time spent to identify and update their internal databases.</span></p>
<br />
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">One last thought: The vulnerability data collected by these scans would be a gem in the wrong hands, much like the compromise of the database compromised earlier this year which contained a catalog of existing vulnerabilities in US hydroelectric dams.</span></p>
<br />
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	<span style="font-size:15px;font-family:Arial;color:#000000;background-color:transparent;font-weight:normal;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;">So thoughts your thoughts, is this the best way to do this? &nbsp;Is it the only way?</span></p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	&nbsp;</p>
<p dir="ltr" style="line-height:1.15;margin-top:0pt;margin-bottom:0pt;">
	tony d0t carothers @t gmail</p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Sun, 16 Jun 2013 14:09:28 GMT</pubDate>
  </item>
  <item>
    <title>
ISC StormCast for Friday, June 14th 2013 http://isc.sans.edu/podcastdetail.html?id=3368, (Fri, Jun 14th)</title>
    <link>http://isc.sans.edu/podcastdetail.html?id=3368</link>
    <guid>http://isc.sans.edu/podcastdetail.html?id=3368</guid>
    <description><![CDATA[
 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Fri, 14 Jun 2013 02:44:50 GMT</pubDate>
  </item>
  <item>
    <title>
When Hotel Alarms Sound, (Fri, Jun 14th)</title>
    <link>http://isc.sans.edu/diary.html?storyid=15998&amp;rss</link>
    <guid>http://isc.sans.edu/diary.html?storyid=15998&amp;rss</guid>
    <description><![CDATA[<p>
	I often wondered what an &#39;average&#39; reaction would be to a fire alarm sounding in a hotel. My question was answered a couple of weeks ago in misty San Franscico, CA. It was checking into SANSFire 2013 here in muggy Washington, DC that made me think to post this. Before I tell the story it would be good to give out the simple template I follow every time I check into a hotel.</p>
<h3 style="color:blue;">
	<strong>The Basic Plan</strong></h3>
<p>
	1) Plan and Walk my Exit Route</p>
<p>
	2) Locate Nearest Fire Extinguisher (if one is installed, not so often anymore)</p>
<p>
	3) Pick a spot for key items in hotel (Tablet, Laptop, Cell Phone)</p>
<p>
	These are simple things that if walked through once should aid a late night wake up call from a fire alarm when that collides with drowsiness.</p>
<h3 style="color:blue;">
	<strong>What Happened</strong></h3>
<p>
	At 1222AM an alarm sounded at my hotel in San Francisco and I executed basic plan for egress. I was stunned at how few people were leaving hotel rooms. Some had heads peaked out of rooms looking to see if perhaps others were leaving or if they maybe<em>&nbsp;&quot;had&quot;&nbsp;</em>to leave?</p>
<p>
	When I got down stairs (Yes stairs, I did see one person staring at the elevator) this is what I was met with:</p>
<h3 style="color:red;">
	<strong>T+5 min</strong></h3>
<p>
	<strong><img alt="" src="http://isc.sans.edu/diaryimages/images/PreviewScreenSnapz0032.png" style="width: 685px; height: 917px;" /></strong></p>
<p>
	After about 45 minutes and hotel staff walking the floors and then instructing everyone to wait in the lobby, this was the result:</p>
<h4 style="color: red;">
	T+45min</h4>
<p>
	<img alt="" src="http://isc.sans.edu/diaryimages/images/t45min.png" style="width: 689px; height: 922px;" /></p>
<p>
	So the moral of this story is have a plan. Even though this was most obviouly a false alarm, I always treat them as if they are real.</p>
<p>
	&nbsp;</p>
<p>
	Signing off from DC SANSFIRE 2013!</p>
<p>
	Richard Porter</p>
<p>
	@packetalien richard at isc dot sans dot edu</p>

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
    <pubDate>Fri, 14 Jun 2013 01:19:09 GMT</pubDate>
  </item>
</channel>
</rss>
