<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sekiur My Thoughts &#187; Security</title>
	<atom:link href="http://blog.sekiur.com/tag/security/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sekiur.com</link>
	<description>VoIP, Mobility, Security, Open Source, Science, Politics, and Technology.</description>
	<lastBuildDate>Wed, 24 Aug 2011 19:46:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>iPhone Forensics &#8211; Part 1</title>
		<link>http://blog.sekiur.com/2010/03/iphone-forensics-part-1/</link>
		<comments>http://blog.sekiur.com/2010/03/iphone-forensics-part-1/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 23:21:23 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[IPhone]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=873</guid>
		<description><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2010/03/dsi-digital-forensics.jpg"></a>As with anything else its important to really understand the inner working of the <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> before attempting to recover any data from it, as two things may happen: the device may be rendered useless or the data on it become contaminated which is just as bad when you are looking [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2010/03/dsi-digital-forensics.jpg"><img class="size-full wp-image-874 alignright" title="dsi-digital-forensics" src="http://blog.sekiur.com/wp-content/uploads/2010/03/dsi-digital-forensics.jpg" alt="" width="300" height="251" /></a>As with anything else its important to really understand the inner working of the <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> before attempting to recover any data from it, as two things may happen: the device may be rendered useless or the data on it become contaminated which is just as bad when you are looking for evidence.</p>
<p>The iPhone runs a custom version of <a class="zem_slink" title="Mac OS X" rel="homepage" href="http://www.apple.com/macosx/">Mac OS X</a> 10.5 (<a class="zem_slink" title="Mac OS X Leopard" rel="homepage" href="http://www.apple.com/support/leopard/">Leopard</a>) with several differences which include:</p>
<ol>
<li> an ARM architecture as opposed to the <a class="zem_slink" title="X86" rel="wikipedia" href="http://en.wikipedia.org/wiki/X86">Intel x86</a> architecture used on desktop machines</li>
<li>special hardware including an accelerometer, proximity sensor, multi-touch capable screen and several radios including GSM, Wi-Fi and Bluetooth</li>
<li>a user interface framework built around the iPhone to accommodate the proprietary hardware</li>
<li>a signed kernel designed to prevent tampering</li>
</ol>
<p><strong>What can be recovered:</strong></p>
<p>Information stored on the iPhone includes keyboard caches containing usernames, passwords, searches, and some history of what was ever typed on the phone.</p>
<p>Sections of map images from the phone&#8217;s Google Maps application, location searches and their coordinates can be found on the phone.</p>
<p>Browser cache and deleted items identifying what websites the user has visited.</p>
<p>Deleted voicemails, email and <a class="zem_slink" title="SMS" rel="wikipedia" href="http://en.wikipedia.org/wiki/SMS">SMS</a> messages can also be recovered.</p>
<p>A cache of screenshots of the user&#8217;s last activities which are kept to improve the experience of opening and closing applications.</p>
<p>Deleted images, address book entries, contacts, calendar events and other personal information can be recovered.</p>
<p>A very detailed call history list beyond what is visibly on the iPhone as well as deleted items from the history.</p>
<p>Disk Layout:</p>
<p>The iPhone uses a solid state <a class="zem_slink" title="Flash memory" rel="wikipedia" href="http://en.wikipedia.org/wiki/Flash_memory">NAND flash</a> which is treated as a disk by storing a <a class="zem_slink" title="Disk partitioning" rel="wikipedia" href="http://en.wikipedia.org/wiki/Disk_partitioning">partition table</a> and a formatted file system. Generally the iPhone will be configured with 2 partitions as shown below.</p>
<p><a href="http://blog.sekiur.com/wp-content/uploads/2010/03/Screen-shot-2010-03-07-at-4.20.59-PM.png"><img class="aligncenter size-full wp-image-885" title="Screen shot 2010-03-07 at 4.20.59 PM" src="http://blog.sekiur.com/wp-content/uploads/2010/03/Screen-shot-2010-03-07-at-4.20.59-PM.png" alt="" width="497" height="60" /></a></p>
<p>The first partition is the root which houses the operating system and all the preloaded applications on the iPhone. This partition is read-only and designed to stay like that. The size of the root partition varies depending on the version of the phone (size of the flash).</p>
<p>The remaining space is assigned to the user and is mounted as /private/var as shown above. This allows Apple to upgrade firmware of the devices without in theory touching the user data on the device.</p>
<p>To perform forensics on this type of environment we would need to make the root partition writable  to install forensics software in order to maintain the integrity of the data on the user&#8217;s data partition.</p>
<p><strong>Communication:</strong></p>
<p>The iPhone can communicate in multiple ways including the serial port, 802.11 Wi-Fi and Bluetooth. AFC or Apple File Connection is a serial protocol used by iTunes to connect to the iPhone and transfer everything from music to software upgrades.</p>
<p>iTunes is not allowed access to the whole iPhone but is rather placed in a jailed environment. People familiar with Linux will understand the term &#8220;jailed&#8221;, which in general terms mean restricting access and operations to a specific area within the target device.</p>
<p>The hacker community coined the term &#8220;jailbreaking&#8221; after successfully breaking out of this restricted environment allowing pirated apps to be installed on the phone and unlocking it to be used with other carriers.</p>
<p><strong>The Firmware:</strong></p>
<p>Apple provides firmware updates on a periodic basis which update the operating system, radio baseband and other device firmware. Although these updates have not resulted in loss of user data, it is not recommended that the firmware be upgraded during the forensics process.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/ca94d16f-08e5-4cb7-97e1-47a1aebab4e7/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=ca94d16f-08e5-4cb7-97e1-47a1aebab4e7" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2010/03/iphone-forensics-part-1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Mobile Forensics</title>
		<link>http://blog.sekiur.com/2010/03/mobile-forensics/</link>
		<comments>http://blog.sekiur.com/2010/03/mobile-forensics/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 21:39:04 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Android]]></category>
		<category><![CDATA[AT&T]]></category>
		<category><![CDATA[blackberry]]></category>
		<category><![CDATA[forensics]]></category>
		<category><![CDATA[Handhelds]]></category>
		<category><![CDATA[IPhone]]></category>
		<category><![CDATA[Mobile device]]></category>
		<category><![CDATA[smartphone]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=863</guid>
		<description><![CDATA[<p>With the explosion of mobile devices there is little doubt that the number of security incidents were a <a class="zem_slink" title="Mobile device" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mobile_device">mobile device</a> is involved will also increase exponentially.</p> <p>My next couple of posts will look at what is takes to perform forensics on mobile devices targeting specifically the <a class="zem_slink" title="iPhone" rel="homepage" [...]]]></description>
			<content:encoded><![CDATA[<p>With the explosion of mobile devices there is little doubt that the number of security incidents were a <a class="zem_slink" title="Mobile device" rel="wikipedia" href="http://en.wikipedia.org/wiki/Mobile_device">mobile device</a> is involved will also increase exponentially.</p>
<p>My next couple of posts will look at what is takes to perform forensics on mobile devices targeting specifically the <a class="zem_slink" title="iPhone" rel="homepage" href="http://www.iphone.com/">iPhone</a>, the <a class="zem_slink" title="BlackBerry" rel="homepage" href="http://www.blackberry.com/">Blackberry</a> and the <a class="zem_slink" title="Android" rel="homepage" href="http://code.google.com/android/">Android</a> platforms.</p>
<p>Some interesting statistics on the iPhone in particular and the number of them that <a class="zem_slink" title="AT&amp;T" rel="homepage" href="http://www.att.com/">AT&amp;T</a> activated in the last couple of years. As can be seen below the number of iPhones activated in the 3rd quarter 2009 was 3.2 millions devices in the US alone.</p>
<p style="text-align: center;"><a href="http://blog.sekiur.com/wp-content/uploads/2010/03/att_activations.jpg"><img class="aligncenter size-full wp-image-882" title="att_activations" src="http://blog.sekiur.com/wp-content/uploads/2010/03/att_activations.jpg" alt="" width="400" height="248" /></a></p>
<p style="text-align: left;">This doesn&#8217;t equate to iPhone&#8217;s sold because activations would also count dad&#8217;s giving their iPhone to their daughter and buying a new one for themselves, which would mean 2 activations but just one iPhone bought.</p>
<p style="text-align: left;">According to AT&amp;T they added 2 million subscribers to that quarter. Nevertheless the evidence is there on an upward trend.</p>
<p style="text-align: left;">The graph below shows the how activations for the 1st quarter of 2010 rose by 50% over the previous quarter.</p>
<p style="text-align: left;"><a href="http://blog.sekiur.com/wp-content/uploads/2010/03/att_q1_2010.jpg"><img class="aligncenter size-full wp-image-883" title="att_q1_2010" src="http://blog.sekiur.com/wp-content/uploads/2010/03/att_q1_2010.jpg" alt="" width="500" height="458" /></a></p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/08628cdd-9bdb-4841-ab75-d6bf879ff5f0/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=08628cdd-9bdb-4841-ab75-d6bf879ff5f0" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2010/03/mobile-forensics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intrusion Prevention System &#8211; Tipping Point</title>
		<link>http://blog.sekiur.com/2009/06/intrusion-prevention-system-tipping-point/</link>
		<comments>http://blog.sekiur.com/2009/06/intrusion-prevention-system-tipping-point/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:47:32 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Reviews]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Cisco Systems]]></category>
		<category><![CDATA[Intrusion Detection System]]></category>
		<category><![CDATA[Intrusion Prevention System]]></category>
		<category><![CDATA[Juniper Networks]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=801</guid>
		<description><![CDATA[<p>In an age were applications are quickly moving to the web, security threats increase the risks of a breach causing economic damage and loss of reputation to businesses.</p> <p>No longer is it viable to have a firewall protecting internal resources from the outside world without knowing and inspecting the legitimate traffic coming into the network, [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-804" title="illustration292" src="http://blog.sekiur.com/wp-content/uploads/2009/06/illustration292.jpg" alt="illustration292" width="250" height="183" />In an age were applications are quickly moving to the web, security threats increase the risks of a breach causing economic damage and loss of reputation to businesses.</p>
<p>No longer is it viable to have a firewall protecting internal resources from the outside world without knowing and inspecting the legitimate traffic coming into the network, which hackers take advantage of by climbing the <a class="zem_slink" title="OSI model" rel="wikipedia" href="http://en.wikipedia.org/wiki/OSI_model">OSI layer</a> were 1st generation firewalls were not protecting.</p>
<p>The OSI layer is an abstract definition for layered communications between computers, starting at the bottom of the layer with the physical wire and moving to to the 7th layer called the application layer.</p>
<p>The first firewalls on the scene allowed the network administrator to protect up to the 3rd and 4th layer which are named the Network and Transport layers, by restricting access to certain to an IP address from a range of IP addresses or restricting access to a server only on port TCP 80 in the case of a web server.</p>
<p>Application aware firewalls soon surfaced but the horse power required to break down the packets for analysis and reconstruct them to send them to their destination was not there, taking a big hit on the performance of the link and even then only a few widely used applications (http, ftp, etc.) were available to perform inspection on.</p>
<p>A different device to address this shortfall was introduced and named IDS (Intrusion Detection System) allowing the detection of malicious attempts to access computer systems.</p>
<p>Later IDS (Intrusion Detection System) were able to send control signals to firewalls and routers to actively block attacks and were often used in conjunction with Honeypots which deflected attempts at unauthorized use of the systems it was protecting.</p>
<p><a class="zem_slink" title="Intrusion detection system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Intrusion_detection_system">Intrusion Detection Systems</a> (IDS) work by classifying traffic as either normal or anomalous based on rules and in order to create these rules the system must be taught to recognise normal traffic activity using artificial intelligence techniques. Once these systems were taught using neural networks or usage of the system adhering to a strict mathematical model, any traffic deviating from the norm would flagged as an attack.</p>
<p>This proved to be problematic with the introduction of new variables into the system/network like new applications or services that could potentially trigger a Denial of Service (<a class="zem_slink" title="Denial-of-service attack" rel="wikipedia" href="http://en.wikipedia.org/wiki/Denial-of-service_attack">DoS</a>) by making an unwanted change to the firewall. Additionally IDS (Intrusion Detection System) would not be in-line with the firewall but rather out of band adding latency to the process handling attacks.</p>
<p>The IDS (Intrusion Detection System) required two major and critical areas of improvement which included moving beyond the anomaly detection to add vulnerability-based signatures and the capability to work at wire speeds to enable in-line deployment.</p>
<p>Vulnerability-based signatures was a way for security vendors to work proactively with software vendors in finding and patching vulnerabilities before the bad guys did, thus releasing updates to blocked specific attacks to systems which may have not been patched yet.</p>
<p>A device that blocked attacks and let everything else through was born and coined <a class="zem_slink" title="Intrusion-prevention system" rel="wikipedia" href="http://en.wikipedia.org/wiki/Intrusion-prevention_system">Intrusion Prevention System</a> (IPS).</p>
<blockquote><p>An Intrusion Prevention System is a <a class="zem_slink" title="Network security" rel="wikipedia" href="http://en.wikipedia.org/wiki/Network_security">network security</a> device that monitors network and/or system activities for malicious or unwanted behavior and can react, in real-time, to block or prevent those activities. Network-based IPS, for example, will operate in-line to monitor all network traffic for malicious code or attacks . When an attack is detected, it can drop the offending packets while still allowing all other traffic to pass. Intrusion prevention technology is considered by some to be an extension of intrusion detection (IDS) technology.</p></blockquote>
<p>As with any inline device, the reliability and availability is of utmost importance. This is mostly addressed by a bypass feature allowing fail-open for copper ports should the device fail.</p>
<p>Market leaders in this space are <a class="zem_slink" title="Cisco" rel="homepage" href="http://www.cisco.com">Cisco Systems</a>, Juniper Networks, <a class="zem_slink" title="McAfee" rel="homepage" href="http://www.mcafee.com/">McAfee</a>, IBM (ISS), 3Com (Tipping Point) and Sourcefire.</p>
<blockquote><p>So how do today’s available solutions stack up in the real world? A recent study of 170 randomly selected enterprises compares the results of real customers who use Cisco, IBM ISS, McAfee, Sourcefire, or <a class="zem_slink" title="TippingPoint" rel="homepage" href="http://www.tippingpoint.com/">TippingPoint</a> in live network environments. The vendors were evaluated across eight key measures in three primary categories, including:</p>
<ol>
<li> <strong>In Band Blocking:</strong> To block unwanted traffic in real time, IPS’s must be placed in-band rather than off a tap or mirror port. Only in-band devices can provide real-time, deep inspection of data packets at layers 2 through 7.</li>
<li><strong>Filter Effectiveness</strong>: At the heart of the effectiveness of any IPS solution is how many attacks its filters can block.</li>
<li><strong>Ease of Use</strong>: Network operators are less likely to deploy Intrusion Prevention Systems across the expanse of their networks if the solution is hard to set up and manage.</li>
</ol>
<p>The real data are in on how leading IPS solutions perform in the real world. Tipping Point scores highest – often by large margins – on each key performance and manageability measure. The Tipping Point IPS provides superior protection against evolving network attacks – and continues to provide timely protection as new forms of attacks emerge.</p></blockquote>
<p>The Tipping Point 210E provides 200 megabits per seconds of aggregate bandwidth with a typical latency of less than 1 millisecond while providing 10 x 10/100/1000 Ethernet copper ports divided into 5 segments in a little over 1-U package.</p>
<p><img class="aligncenter size-medium wp-image-806" title="img_2287" src="http://blog.sekiur.com/wp-content/uploads/2009/06/img_2287-300x224.jpg" alt="img_2287" width="300" height="224" /></p>
<p>Initial configuration is performed by connecting via a console cable to the appliance and setting several parameters using a setup wizard. The management server running a custom version of Fedora also will need to be configured with network and user information.</p>
<p>Management of the appliance is done via an installable program which has 7 major components:</p>
<p><strong>Events:</strong> Allows the monitoring of event based on a wide range of criteria including filters, filter taxonomy, network and segments as well as threshold filters.</p>
<p><strong>Reports:</strong> Existing templates allow the quick generation of reports on attacks, performance protection, rate limit, device traffic and traffic threshold amongst others. Customized reports can be saved and scheduled for particular times and configured to be delivered via e-mail in a variety of formats including PDF, HTML and Excel. [Download not found]</p>
<p><img class="aligncenter size-medium wp-image-807" title="report" src="http://blog.sekiur.com/wp-content/uploads/2009/06/report-231x300.jpg" alt="report" width="231" height="300" /></p>
<p><strong>Profiles:</strong> The IPS appliance comes preset with a default profile which contains how the appliance will handle the traffic coming through its segments. All 5 segments can have a different profile making it very easy to apply a policy to a network segment and a completely different one for another network segment or even to protect a certain host.</p>
<p>The filters are categorized as Application Protection, Infrastructure Protection, Performance Protection and Traffic Management.</p>
<p>A large number of filters are set to Block/Notify under Application Protection and Infrastructure Protection leaving the action taken by the other 2 categories to be determined by the Corporate security policy.</p>
<p><strong>Quarantine:</strong> This allows the IPS to block particular IP addresses or networks for a particular time. Extremely customizable.</p>
<p><strong>Devices:</strong> Provides the ability to manage multiple IPS appliances from one management console providing the capability to push policies, software updates and upgrades, and digital vaccines at the click of a button.</p>
<p><strong>Admin:</strong> This allows the management of users and configuration of the management server.</p>
<p><strong>Dashboard: </strong>A customizable window into protection and performance metrics provided by the IPS &#8211; Intrusion Protection System.</p>
<p><img class="aligncenter size-full wp-image-805" title="dashboard" src="http://blog.sekiur.com/wp-content/uploads/2009/06/dashboard.jpg" alt="dashboard" width="577" height="457" />I was surprised to see the small amount of hacking attempts across 4 class &#8216;C&#8217; networks of public IP addresses coming to the conclusion that the stateful inspection firewall in place was inspecting traffic allowed on certain protocols and thus filtering many of the attacks. Traffic not inspected by the firewall was filtered by the Tipping Point 210E appliance.</p>
<p>A side benefit of using this appliance after customizing the profile for the Application Protection &#8211; Spyware category was detecting spyware installed on the network and it being blocked from transmitting data outside the corporate network.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-3340920433757461";
google_ui_features = "rc:10";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.it-sideways.com/2009/04/juniper-networks-positioned-in-leaders.html"> Juniper Networks Positioned in Leaders Quadrant of Leading Analyst Firm&#8217;s Magic Quadrant for Network Intrusion Prevention System Appliances </a> (it-sideways.com)</li>
<li class="zemanta-article-ul-li"><a href="http://mycompuquest.blogspot.com/2009/05/cybercriminals-in-cloud.html"> Cybercriminals in the Cloud </a> (mycompuquest.blogspot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/security/news/2009/03/security-hardware-market-still-growing-in-face-of-recession.ars">Report: IT not scrimping on security during recession</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a href="http://arstechnica.com/hardware/news/2009/02/cisco-bakes-software-security-into-new-linksys-routers.ars">Cisco bakes software security into new Linksys routers</a> (arstechnica.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.stillsecureafteralltheseyears.com/ashimmy/2009/04/security-jeopardy.html"> Security Jeopardy </a> (stillsecureafteralltheseyears.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.macworld.com/article/141004/2009/06/compromise.html?lsrc=rss_main"> CIOs: Your networks have already been compromised </a> (macworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://phoneboy.com/2904/where-does-the-ips-go">Where Does The IPS Go?</a> (phoneboy.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Reblog this post [with Zemanta]" href="http://reblog.zemanta.com/zemified/8978e7ef-bf76-4b22-baeb-c5ce714c27d3/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=8978e7ef-bf76-4b22-baeb-c5ce714c27d3" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/06/intrusion-prevention-system-tipping-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conficker Gets Ready To Strike</title>
		<link>http://blog.sekiur.com/2009/03/conficker-gets-ready-to-strike/</link>
		<comments>http://blog.sekiur.com/2009/03/conficker-gets-ready-to-strike/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 19:37:25 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[conficker]]></category>
		<category><![CDATA[downandup]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ms08-067]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=758</guid>
		<description><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/03/24hours_day0.jpg"></a>Without a doubt the whole security professional community have their eyes on the Conficker.C variant which is designed to do something on April 1st.</p> <p>So what is that something? We&#8217;ll find out within 24 hours.</p> <p>What we do know is that this variant of Conficker has become better at preventing removal and others from [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/03/24hours_day0.jpg"><img class="alignleft size-full wp-image-759" title="24hours_day0" src="http://blog.sekiur.com/wp-content/uploads/2009/03/24hours_day0.jpg" alt="" width="120" height="107" /></a>Without a doubt the whole security professional community have their eyes on the Conficker.C variant which is designed to do something on April 1st.</p>
<p>So what is that something? We&#8217;ll find out within 24 hours.</p>
<p>What we do know is that this variant of Conficker has become better at preventing removal and others from taking control of the network of worm infected computers.</p>
<p>The Conficker worm will begin to poll 500 different domain names every day looking for updates to download doubling its current rate.</p>
<p>Interestingly enough one of my most popular posts is on the removal of the Conficker worm from a network environment <a href="http://blog.sekiur.com/2009/02/step-by-step-in-dealing-with-conficker/" target="_self">here</a> and over the last couple of days visitors have exploded exponentially.</p>
<p>In my two other posts in which I talk about the <a href="http://blog.sekiur.com/2008/10/worm-takes-advantage-of-microsoft-flaw/" target="_self">Microsoft flaw</a> and the <a href="http://blog.sekiur.com/2009/01/worm-uses-social-engineering/" target="_self">Social Engineering</a> components of the worm, I take a rather passive approach to the problem which is based on having contingency plans to prevent, contain and remove the worm from infected computers.</p>
<p>A more pro-active approach would be to look for infected machines without waiting for the symptons to appear by actively scanning the network for computers which have been infected.</p>
<p>Locating computers which have been infected with Conficker using a network scan has kept me up multiple nights, until the guys at <a href="http://honeynet.org/" target="_self">Honeynet.org</a> came up with the <a href="http://honeynet.org/node/388" target="_self">tool here</a>. Thanks to <a href="http://www.dshield.org/" target="_self">DShield.org</a> for linking to it in their article on <a href="http://www.dshield.org/diary.html?storyid=6097" target="_self">locating Conficker</a>.<a href="http://blog.sekiur.com/2009/01/worm-uses-social-engineering/" target="_self"><br />
</a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-3340920433757461";
google_ui_features = "rc:10";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p><a href="http://blog.sekiur.com/2009/02/step-by-step-in-dealing-with-conficker/" target="_self">http://blog.sekiur.com/2009/02/step-by-step-in-dealing-with-conficker/</a><br />
<a href="http://blog.sekiur.com/2008/10/worm-takes-advantage-of-microsoft-flaw/" target="_self">http://blog.sekiur.com/2008/10/worm-takes-advantage-of-microsoft-flaw/</a><br />
<a href="http://blog.sekiur.com/2009/01/worm-uses-social-engineering/" target="_self">http://blog.sekiur.com/2009/01/worm-uses-social-engineering/</a></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.shankrila.com/tech-stuff/how-to-remove-conficker-worm/">Your Quick Guide to the Conficker Worm</a> (shankrila.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.infoworld.com/article/09/02/13/With_global_effort_a_new_type_of_worm_is_slowed_1.html&amp;a=3158865&amp;rid=54f79576-6273-4d40-8fb9-001ff817cc48&amp;e=3bc0e6cf396bcb6a07b7981582904fa2">With global effort, a new type of worm is slowed</a> (infoworld.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.idiomag.com/peek/72863/crap">My Top Security and Maintenance Tools</a> (idiomag.com)</li>
<li class="zemanta-article-ul-li"><a href="http://blogs.technet.com/msrc/archive/2009/02/06/new-information-pages-on-conficker.aspx">New Information Pages on Conficker</a> (blogs.technet.com)</li>
<li class="zemanta-article-ul-li"><a href="http://littlegreenfootballs.com/article/33216_Windows_PC_Worm_Set_to_Activate_on_April_1st">Windows PC Worm Set to Activate on April 1st</a> (littlegreenfootballs.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/54f79576-6273-4d40-8fb9-001ff817cc48/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=54f79576-6273-4d40-8fb9-001ff817cc48" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/03/conficker-gets-ready-to-strike/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Blogging</title>
		<link>http://blog.sekiur.com/2009/03/back-to-blogging/</link>
		<comments>http://blog.sekiur.com/2009/03/back-to-blogging/#comments</comments>
		<pubDate>Fri, 27 Mar 2009 06:25:33 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[ids]]></category>
		<category><![CDATA[ips]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[open source]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=753</guid>
		<description><![CDATA[<p>Its been a while since I blogged as I have been spending a lot of time looking for an angle to take advantage of the current economic crisis. There is little doubt in my mind that this is a prime time to do something so I have been working on generating passive income targeting small [...]]]></description>
			<content:encoded><![CDATA[<p>Its been a while since I blogged as I have been spending a lot of time looking for an angle to take advantage of the current economic crisis. There is little doubt in my mind that this is a prime time to do something so I have been working on generating passive income targeting small businesses on reducing their operating costs and product development which I hope to have something solid within the next four weeks.</p>
<p>I really shouldn&#8217;t feed my ego this way, but I can&#8217;t avoid to mention that a specific post on the Conficker virus has brought my stats to over 100 visitors on a consistent daily basis to my blog.</p>
<p>With this in mind I intend to continue to blog about security as well as some demo/reviews I will be doing over the next following weeks on several products that I believe are industry leaders. Among these products are SSL <a class="zem_slink" title="Virtual private network" rel="wikipedia" href="http://en.wikipedia.org/wiki/Virtual_private_network">VPN</a> appliance from <a class="zem_slink" title="Juniper" rel="amazon" href="http://www.amazon.com/Juniper-Monica-Furlong/dp/0679833692%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0679833692">Juniper</a> and its <a class="zem_slink" title="Open source" rel="wikipedia" href="http://en.wikipedia.org/wiki/Open_source">open source</a> counterpart, <a class="zem_slink" title="The Tipping Point: How Little Things Can Make a Big Difference" rel="amazon" href="http://www.amazon.com/Tipping-Point-Little-Things-Difference/dp/0316346624%3FSubscriptionId%3D0G81C5DAZ03ZR9WH9X82%26tag%3Dzemanta-20%26linkCode%3Dxm2%26camp%3D2025%26creative%3D165953%26creativeASIN%3D0316346624">Tipping Point</a> Intrusion Presention System (IPS) and its open source counterpart, F5 Networks Link Controller &amp; Local/Global Traffic Manager and Riverbed&#8217;s Stealhead Appliance for Application Acceleration and WAN Optimization.</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/53f9b233-3f3a-4ada-8289-9b87d0d5be88/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=53f9b233-3f3a-4ada-8289-9b87d0d5be88" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/03/back-to-blogging/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step by Step In Dealing With Conficker</title>
		<link>http://blog.sekiur.com/2009/02/step-by-step-in-dealing-with-conficker/</link>
		<comments>http://blog.sekiur.com/2009/02/step-by-step-in-dealing-with-conficker/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 23:03:35 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[conficker]]></category>
		<category><![CDATA[downandup]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ms08-067]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[trojan]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[vulnerability]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=722</guid>
		<description><![CDATA[<p>This will turn out to be a &#8220;trojan horse&#8221; literally if actions are not taken to prevent it from spreading within the corporate network.</p> <p>Below are step by step instructions on mitigating the risk of the threat that &#8220;Conficker&#8221;/&#8221;Downandup&#8221; poses.</p> <p><a href="http://blog.sekiur.com/wp-content/uploads/2009/02/binary.jpg"></a></p> <p>Symptoms</p> <p>============</p> <p>Symptoms to help you determine if you are infected</p> Account lockout [...]]]></description>
			<content:encoded><![CDATA[<p>This will turn out to be a &#8220;trojan horse&#8221; literally if actions are not taken to prevent it from spreading within the corporate network.</p>
<p>Below are step by step instructions on mitigating the risk of the threat that &#8220;Conficker&#8221;/&#8221;Downandup&#8221; poses.</p>
<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/02/binary.jpg"><img class="aligncenter size-medium wp-image-724" title="binary" src="http://blog.sekiur.com/wp-content/uploads/2009/02/binary-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><strong>Symptoms</strong></p>
<p>============</p>
<p>Symptoms to help you determine if you are infected</p>
<ul>
<li>Account lockout policies are being tripped</li>
<li>Automatic Updates, Background Intelligent Transfer Service, Windows Defender and Error Reporting Server Services are disabled</li>
<li>Errors related to SVCHOST</li>
<li>Domain Controllers are slow to respond to client requests</li>
<li> Network congestion</li>
<li> Various security related websites are not accessible including Windows Update.</li>
</ul>
<p><span style="font-size: 11pt; font-family: 'Calibri','sans-serif'; color: #000000;">For  further details see the Microsoft Malware Protection Center write up for <a href="http://www.microsoft.com/security/portal/Entry.aspx?Name=Worm%3aWin32%2fConficker.B">Win32/Conficker.b</a>. or the Sekiur writeup </span><a title="Sekiur" href="http://blog.sekiur.com/2009/01/worm-uses-social-engineering/" target="_blank">here</a>.</p>
<p><strong>Solution</strong></p>
<p>=========</p>
<p>Ideally you want to not only automate the removal of the &#8220;Conficker&#8221;/&#8221;Downandup&#8221; worm from a large number of computers but also take steps to minimize the risk of them being infected again.</p>
<p>The following script will attempt to remove the &#8220;Conficker&#8221;/&#8221;Downandup&#8221;  worm and prevent further infection by taking the following steps:</p>
<ol>
<li>Install patch <a href="http://support.microsoft.com/kb/958644" target="_blank">KB958644</a> for <a href="http://www.microsoft.com/technet/security/bulletin/MS08-067.mspx" target="_blank">MS08-067</a> if not installed</li>
<li>Attempt to remove the &#8220;Conficker&#8221;/&#8221;Downandup&#8221;  worm</li>
<li>Enable Hidden Setting</li>
<li>Delete all scheduled tasks</li>
<li>Stop and disable services. (lanmanserver, schedule)</li>
<li>Run MSRT &#8211; Malicious Software Removal Tool</li>
<li>Install Autorun hotfix if not installed</li>
<li>Install <a href="http://support.microsoft.com/kb/950582" target="_blank">KB950582</a> for vulnerability <a href="http://www.microsoft.com/technet/security/bulletin/ms08-038.mspx" target="_blank">MS08-038</a></li>
<li>Re-enable TCP Receive Window Auto-tuning on Windows Vista and Windows Server 2008</li>
<li>Remove Hidden Setting</li>
<li>Enable Automatic Updates, Background Intelligent Transfer and Error Reporting Services</li>
<li>Restart</li>
<li>Install patch <a href="http://support.microsoft.com/kb/958644" target="_blank">KB958644</a> for <a href="http://www.microsoft.com/technet/security/bulletin/MS08-067.mspx" target="_blank">MS08-067</a> and restart</li>
</ol>
<p>You will need to download the following files and batch script and drop them into the NetLogon share.</p>
<ul>
<li> Getver.exe &#8211; contained in ConfickerClean-v10.3.zip here ==> [Download not found] and script to remove &#8220;Conficker&#8221;/&#8221;Downandup&#8221;  locally here ==> [Download not found].</li>
<li>SC.EXE &#8211; contained in ConfickerClean-v10.3.zip</li>
<li>REG.exe &#8211; contained in ConfickerClean-v10.3.zip</li>
<li>windows-kb890830-v2.6.exe &#8211; x86 version of MSRT, available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=AD724AE0-E72D-4F54-9AB3-75B8EB148356&amp;displaylang=en" target="_blank">here</a>.</li>
<li>windows-kb890830-x64-v2.6.exe &#8211; x64 version of MSRT, available <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=585D2BDE-367F-495E-94E7-6349F4EFFC74&amp;displaylang=en" target="_blank">here</a>.</li>
<li> sleep.exe &#8211; contained in ConfickerClean-v10.3.zip</li>
<li>Hotfix update for Windows 2000, Windows XP and Windows 2003, download all updates listed in <a href="http://support.microsoft.com/kb/953252" target="_blank">http://support.microsoft.com/kb/953252</a>, except the Itanium update as this script does not support Itanium.</li>
<li>Place all 3 updates in the Netlogon directory.</li>
<li>Security update MS08-038 for Windows Vista and Windows Server 2008 &#8211; <a href="http://www.microsoft.com/technet/security/Bulletin/MS08-038.mspx" target="_blank">http://www.microsoft.com/technet/security/Bulletin/MS08-038.mspx</a><br />
This vulnerability is not being exploited, however, to disable Autorun properly this needs to be applied as it contains a fix related to autorun, same as the one listed above in <a href="http://support.microsoft.com/kb/953252" target="_blank">KB953252</a>.</li>
</ul>
<p>Now you will proceed to create and push a Group Policy to the domain.</p>
<ol>
<li>Edit the &lt;domain.com&gt; values in the script.</li>
<li>Rename it to .BAT and drop it in the \\%windir%\sysvol\sysvol\\scriptsfolder (aka, Netlogon share).</li>
<li> Create a Startup Script policy and reference this batch file.  This needs to be a Startup Script and not a Logon script, so that the script runs under the machine account.</li>
<li>Link the GPO with the Startup Script to the OU and Groups where you want it to apply.</li>
</ol>
<p><strong>Note:</strong></p>
<p><strong>Its not recommend you use this on DC&#8217;s or critical servers, those should be cleaned manually so that the services disabled below do not need to be left disabled for an extended period of time.</strong></p>
<p><strong>FAQ:</strong></p>
<p><strong>Why disable the Server service? </strong></p>
<p>This is due to Weak Passwords which the malware attempts to exploit. The password change will need to be accomplished via password policy for the domain, resetting any local and domain admin password to a complex password which includes at least 10 characters and contains, alpha-numeric characters and extended characters such as a question mark or exclamation point.</p>
<p><strong>Why disable the Task Scheduler service? </strong></p>
<p>This is because the malware creates several AT jobs that run every hour to reinfect the system.</p>
<p><strong>Why install MS08-067?</strong></p>
<p>This is the main attack vector of the malware.</p>
<p><strong>Why disable Autorun?</strong></p>
<p>This is because the malware drops a binary file called Autorun.inf on all removable drives.</p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-3340920433757461";
google_ui_features = "rc:10";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
<p>Sources:</p>
<p>All credit to Microsoft Support Engineering</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/02/step-by-step-in-dealing-with-conficker/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Worm Uses Social Engineering</title>
		<link>http://blog.sekiur.com/2009/01/worm-uses-social-engineering/</link>
		<comments>http://blog.sekiur.com/2009/01/worm-uses-social-engineering/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 19:27:27 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[ms08-067]]></category>
		<category><![CDATA[patch]]></category>
		<category><![CDATA[virus]]></category>
		<category><![CDATA[vulnera]]></category>
		<category><![CDATA[worm]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=704</guid>
		<description><![CDATA[<p>A new worm has hit the Internet and its taking its toll on computers worldwide. It has been reported that over 9 million computers have already been infected.</p> <p>The worm called &#8220;Downandup&#8221;, &#8220;Conficker&#8221; or &#8220;Kido&#8221; by different anti-virus vendors uses the Microsoft vulnerability which I blogged about here (<a rel="bookmark" href="../2008/10/worm-takes-advantage-of-microsoft-flaw/">Worm Takes Advantage Of Microsoft [...]]]></description>
			<content:encoded><![CDATA[<p>A new worm has hit the Internet and its taking its toll on computers worldwide. It has been reported that over 9 million computers have already been infected.</p>
<p>The worm called &#8220;Downandup&#8221;, &#8220;Conficker&#8221; or &#8220;Kido&#8221; by different anti-virus vendors uses the Microsoft vulnerability which I blogged about here (<a rel="bookmark" href="../2008/10/worm-takes-advantage-of-microsoft-flaw/">Worm Takes Advantage Of Microsoft Flaw</a>) and here (<a rel="bookmark" href="../2008/10/microsoft-releases-emergency-patch/">Microsoft Releases Emergency Patch</a>).</p>
<p>The worm mostly spreads across networks, turning off the system restore and deleting the restore points, blocks access to security website, download additional malware from the author, attempts to infect other computers by scanning network shares and scheduled a task to re-infect the computer if removed.</p>
<p>What is interesting is that it can also spread by USB memory keys or devices making use of <a href="http://en.wikipedia.org/wiki/Social_engineering_(security)" target="_blank">social engineering</a> which makes it more dangerous to the untrained eye. When a USB drive is inserted it shows a modified AutoPlay screen seen below which will install the worm when the users inadvertently clicks on it.</p>
<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/01/windows_vista_open_folder_to_view_files.png"><img class="aligncenter size-full wp-image-705" title="windows_vista_open_folder_to_view_files" src="http://blog.sekiur.com/wp-content/uploads/2009/01/windows_vista_open_folder_to_view_files.png" alt="" width="400" height="550" /></a></p>
<p>According to <a title="SANS ISC" href="http://isc.sans.org/" target="_blank">SANS Internet Storm Center</a>, one of the reasons the worm is infecting so many machines is that &#8220;Conficker&#8221; uses multiple infection vectors:</p>
<ol>
<li>It exploits the MS08-067 vulnerability,</li>
<li>It brute forces Administrator passwords on local networks and spreads through ADMIN$ shares and finally</li>
<li>It infects removable devices and network shares by creating a special autorun.inf file and dropping its own DLL on the device.</li>
</ol>
<h4 class="tabsection-title">Characteristics -</h4>
<p>When executed, the worm copies itself using a random name to the %Sysdir% folder.</p>
<p><em>(Where %Sysdir% is the Windows system folder; e.g. C:\Windows\System32)</em></p>
<p>It modifies the following registry key to create a randomly-named service on the affected syetem:</p>
<ul>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{random}\Parameters\&#8221;ServiceDll&#8221; = &#8220;Path to worm&#8221;</li>
<li>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\{random}\&#8221;ImagePath&#8221; = %SystemRoot%\system32\svchost.exe -k netsvcs</li>
</ul>
<p>Attempts connections to one or more of the following websites to obtain the public ip address of the affected computer.</p>
<ul>
<li>hxxp://www.getmyip.org</li>
<li>hxxp://getmyip.co.uk</li>
<li>hxxp://checkip.dyndns.org</li>
<li>hxxp://whatsmyipaddress.com</li>
</ul>
<p>Attempts to download a malware file from the remote website: (Rogue Russian site is up but not serving file anymore)</p>
<ul>
<li> hxxp://trafficconverter.biz/[Removed]antispyware/[Removed].exe</li>
</ul>
<p>Starts a HTTP server on a random port on the infected machine to host a copy of the worm.</p>
<p>Continuously scans the subnet of the infected host for vulnerable machines and executes the exploit. If the exploit is successful, the remote computer will then connect back to the http server and download a copy of the worm.</p>
<p>Later variants of w32/Conficker.worm are using scheduled tasks and Autorun.inf file to replicate on to non vulnerable systems or to reinfect previously infected systems after they have been cleaned.</p>
<h4 class="tabsection-title">Suggestions -</h4>
<ol>
<li>Disable AutoPlay in your environment.</li>
<li>Run a good security suite.</li>
<li>Keep your computer updated with the latest patches.</li>
<li>Be <strong>PROACTIVE</strong> and look for the worm in your environment.</li>
</ol>
<p>Sources:</p>
<p>http://www.nai.com</p>
<p>http://www.symantec.com</p>
<p>http://www.f-secure.com</p>
<p>http://isc.sans.org</p>
<ul></ul>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-3340920433757461";
google_ui_features = "rc:10";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/01/worm-uses-social-engineering/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Keeping The Network Clean</title>
		<link>http://blog.sekiur.com/2009/01/keeping-the-network-clean/</link>
		<comments>http://blog.sekiur.com/2009/01/keeping-the-network-clean/#comments</comments>
		<pubDate>Thu, 22 Jan 2009 17:50:56 +0000</pubDate>
		<dc:creator>Jose Vicente Ortega</dc:creator>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[bradford networks]]></category>
		<category><![CDATA[nac]]></category>
		<category><![CDATA[nessus]]></category>
		<category><![CDATA[netreg]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[network access control]]></category>

		<guid isPermaLink="false">http://blog.sekiur.com/?p=699</guid>
		<description><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/01/nac_circle.jpg"></a>In today&#8217;s environment of mobile computing and the increasing integration of consumer electronics with the corporate network, it has become a necessity to plan accordingly in order to mitigate the risk this presents.</p> <p>Whether it be an iPhone or guest laptop connecting via wireless or using an unused network port, brings new challenges to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.sekiur.com/wp-content/uploads/2009/01/nac_circle.jpg"><img class="alignleft size-medium wp-image-702" title="nac_circle" src="http://blog.sekiur.com/wp-content/uploads/2009/01/nac_circle.jpg" alt="" width="293" height="291" /></a>In today&#8217;s environment of mobile computing and the increasing integration of consumer electronics with the corporate network, it has become a necessity to plan accordingly in order to mitigate the risk this presents.</p>
<p>Whether it be an iPhone or guest laptop connecting via wireless or using an unused network port, brings new challenges to network administrators who need, not only be aware of what is on their network but also prevent an un-managed device from infecting other devices on the network.</p>
<p>The situation grows in complexity in higher education where the inherent open network environment becomes a juggling act balancing network security and open access. Students do not patch and fail to run current anti-virus.</p>
<p>Network Access Control, which is more commonly referred to by the acronym NAC, is the most hyped term in networking today. It&#8217;s also one of the least understood.</p>
<blockquote><p>Network Access Control (NAC) is a <a title="Computer" href="http://en.wikipedia.org/wiki/Computer">computer</a> <a title="Computer network" href="http://en.wikipedia.org/wiki/Computer_network">networking</a> solution that uses a set of <a title="Protocol (computing)" href="http://en.wikipedia.org/wiki/Protocol_%28computing%29">protocols</a> to define &amp; implement a policy that describes how to secure access to a network <a title="Node (networking)" href="http://en.wikipedia.org/wiki/Node_%28networking%29">nodes</a> by devices when they initially attempt to access the network<sup class="noprint Template-Fact"><span style="white-space: nowrap;" title="This claim needs references to reliable sources since December 2007">[<em><a title="Wikipedia:Citation needed" href="http://en.wikipedia.org/wiki/Wikipedia:Citation_needed">citation needed</a></em>]</span></sup>. NAC might integrate the automatic remediation process (fixing non-compliant nodes before allowing access) into the network systems, allowing the network infrastructure such as routers, switches and firewalls to work together with back office servers and end user computing equipment to ensure the <a class="mw-redirect" title="Information system" href="http://en.wikipedia.org/wiki/Information_system">information system</a> is operating securely before interoperability is allowed.</p></blockquote>
<p>The idea behind Network Access Control (NAC) is to implement a set of pre-admission rules and post-admission controls over where users can go and what they can do. Kind of like an in-versed firewall framework on steroids.</p>
<p>What&#8217;s important to understand is the Network Access Control (NAC) is not a device or appliance that is dropped in on the network, but rather a structure that needs to be deployed throughout the enterprise network.</p>
<p>The goals that Network Access Control aims to address can be distilled into three categories.</p>
<ol>
<li><strong>Identity Management</strong> &#8211; Which includes device registration, authentication and role based access.</li>
<li><strong>Endpoint Compliance</strong> &#8211; The ability to prevent devices that lack anti-virus, patches or host prevention software from accessing the corporate network to prevent putting other computers at risk.</li>
<li><strong>Policy Enforcement</strong> &#8211; Provides the ability to enforce company-specific policies in either block, notify or report mode and integration with other solutions to identify and disable unauthorized activities.</li>
</ol>
<p>Different vendors take different approaches in order to accomplish these goals, were policies are enforced on a pre-admission vs. a post-admission basis, software clients are installed on the users computer vs. scanning those computers in an effort to gather information to automate decision making at the time the policy is enforced, and finally out-of-band vs. in-line solutions.</p>
<p>In 2005 I started experimenting with Network Access Control technology and came across an open-source solution called <a href="http://netreg.sourceforge.net/" target="_self">NetReg</a>.</p>
<p><a href="http://netreg.sourceforge.net/" target="_self">NetReg</a> is an in-line, pre-admission, client-less Network Access Control solutions. The system sits between the users and the network. <strong>Identity management</strong> is accomplished by authenticating the user through a website against an LDAP server and storing in a database the username, the IP address assigned and the devices MAC address.</p>
<p><strong>Endpoint compliance</strong> is achieved by 2 dynamic DHCP address pools; one for unregistered (unknown hosts) with non-routable IP addresses (network/Internet blocked) and the second for registered (known hosts) with routable IP addresses (network/Internet accessible). A bogus DNS server prevents users from accessing anything but certain websites where a user can download anti-virus and patches for remediation purposes.</p>
<p>Nessus vulnerability scanning software periodically scans devices to determine if these should be quarantined until they have met the established acceptable use policy. If a computer in the unregistered network is found to be non-compliant, it is notified and only when appropriate action has been taken will the computer be assigned a valid routable IP address. If the computer has already been assigned a valid IP address then it is blocked.</p>
<p>Some of the shortfalls of this approach were the inability to determine which patches were missing and firewalled clients are not checked.</p>
<p>Netreg which was originally developed by Southwestern University at Georgetown branched out into several versions and currently the only one being maintained is by Carnegie Mellon <a href="http://www.net.cmu.edu/netreg/" target="_blank">here</a>.</p>
<p>Finally is important to note that there is no silver bullet when it comes to security and there are always ways to get around a system. A thought that came to mind was how these products deal with printers, VoIP phones, gaming consoles, etc, when it comes to registration and how by changing one&#8217;s MAC address to mimic a VoIP phone or printer vendor would bypass the authentication.</p>
<p>In researching when writing this blog, I came across another open source solutions started in 2007 called <a href="http://packetfence.org/en/home.html" target="_blank">PacketFence</a> which I will take a closer look at.</p>
<p><strong>Major Commercial Solutions:</strong></p>
<ul>
<li><a href="http://www.bradfordnetworks.com/" target="_blank">Bradford Networks</a></li>
<li><a href="http://www.cisco.com/go/nac/" target="_blank">Cisco</a></li>
<li><a href="http://http//www.consentry.com/" target="_blank">ConSentry Networks</a></li>
<li><a href="http://www.juniper.net/solutions/information_technology_topics/controlling_access/index.html" target="_blank">Juniper Networks</a></li>
<li><a href="http://www.sophos.com/products/enterprise/nac/sophos-nac/" target="_blank">Sophos</a></li>
<li><a href="http://www.stillsecure.com/" target="_blank">StillSecure</a></li>
<li><a href="http://www.symantec.com/business/network-access-control" target="_blank">Symantec</a></li>
</ul>
<p><strong>Open Source Solutions:</strong></p>
<ul>
<li><a title="FreeNAC" href="http://en.wikipedia.org/wiki/FreeNAC">FreeNAC</a></li>
<li><a class="external text" title="http://www.net.cmu.edu/netreg/" rel="nofollow" href="http://www.net.cmu.edu/netreg/">NetReg</a></li>
<li><a class="external text" title="http://packetfence.org/" rel="nofollow" href="http://packetfence.org/">PacketFence</a><a class="external text" title="http://sourceforge.net/projects/rings" rel="nofollow" href="http://sourceforge.net/projects/rings"><br />
</a><a class="external text" title="http://ungoliant.sourceforge.net/" rel="nofollow" href="http://ungoliant.sourceforge.net/"></a></li>
</ul>
<p><strong>Sources:</strong></p>
<p><a href="http://en.wikipedia.org/wiki/Network_Access_Control" target="_self">Wikipedia</a><br />
<a href="http://bradfordnetworks.icentera.com/exLink.asp?5415274OS38A14I26010985" target="_blank">Gartner Market Scope for NAC 2008</a></p>
<p style="text-align: center;"><script type="text/javascript"><!--
google_ad_client = "pub-3340920433757461";
google_ui_features = "rc:10";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "0000FF";
google_color_text = "000000";
google_color_url = "008000";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.sekiur.com/2009/01/keeping-the-network-clean/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

