<?xml version="1.0"?>

<rss version="2.0">
  <channel>
    <title></title>
    <link>http://tinyapps.org/weblog/</link>
    <description>TinyApps.Org</description>
    <language>en</language>


    <lastBuildDate>Sun, 11 May 2008 13:30:00 GMT</lastBuildDate>

    <item>
      <title>Identifying suspicious executable files</title>
      <link>http://tinyapps.org/weblog/windows/200805110730_packed_apps.html</link>
      <description><![CDATA[Last year, the folks at Panda <a href="http://research.pandasecurity.com/archive/Mal_2800_ware_2900_formation-statistics.aspx">found</a> that &quot;79% of new malware is using some type of packing technique&quot;. Here are two apps to help you identify such suspicious executables:
<ul>
<li><a href="http://www.mandiant.com/mrc">Red Curtain</a> &quot;examines multiple aspects of an executable, looking at things such as the entropy (in other words, randomness), indications of packing, compiler and packing signatures, the presence of digital signatures, and other characteristics to generate a threat 'score.'&quot; <small>(via <a href="http://grandstreamdreams.blogspot.com/2007/08/mandiant-red-curtain-incident-review.html">Grand Stream Dreams</a>)</small></li>
<li><a href="http://www.peid.info/">PEiD</a> &quot;detects most common packers, cryptors and compilers for PE files. It can currently detect more than 600 different signatures in PE files.&quot; Features include: heuristic scanning options, disassembler, hex viewer, and many more.
</ul>
<small><b>UPDATE:</b></small> <a href="http://frem.wordpress.com/">James</a> kindly informs us of <a href="http://www.letu.edu/people/jaytevis/Freeware/freeware.html">findssv</a>, an app his professor built to &quot;statically analyze an executable file for its administrative content, its layout and various security vulnerabilities&quot;. Further details can be found in <a href="http://www.letu.edu/people/jaytevis/Freeware/findssv/findssv-tevis-hamilton-ACMSE06.PDF">this</a> research paper (PDF) or <a href="http://www.letu.edu/people/jaytevis/Freeware/findssv/findssv-acmse06-11March06.ppt">this</a> PowerPoint slideshow. For those who prefer plain text, here's the gist (quoted from the PPT):
<ul>
<li>It quickly pares down a group of executable files to the ones in which secure programming was not an objective of the software developers</li>
<li>It can do in seconds what could take a security analyst days or weeks to do using hex editors and file dump utilities
<ul>
<li>It knows what to look for and where to look for it in the PE format</li>
<li>It knows when to stop looking when specific security vulnerability indicators are not present</li>
</li>
</ul>
<li>Determine the compiler and linker used to build an executable file</li>
<li>Establish the relationship between DLL function use and program purpose</li>
<li>Provide more details on unknown regions</li>
<li>Reveal the names of files stored in compressed file regions</li>
<li>Detect the use of standard C functions by way of function call signatures searched for in the code sections of a PE file</li>
</ul>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Sun, 11 May 2008 13:30:00 GMT</pubDate>
      <guid isPermaLink="false">200805110730_packed_apps</guid>
    </item>

    <item>
      <title>ThreatExpert - Like your own automated malware testing sandbox</title>
      <link>http://tinyapps.org/weblog/windows/200805110715_threatexpert.html</link>
      <description><![CDATA[Yet another <a href="http://www.offensivecomputing.net/?q=node/536">post</a> on the <a href="http://tinyapps.org/weblog/windows/200805110700_antimalware.html">aforementioned</a> <a href="http://www.offensivecomputing.net/">Offensive Computing</a> has turned up an excellent resource: <a href="http://www.threatexpert.com/">ThreatExpert</a> (developed by <a href="http://www.pctools.com/">PC Tools</a>). You upload a threat, their system apparently runs and monitors the threat in a sandbox, and then spits out a <a href="http://www.threatexpert.com/report.aspx?uid=6d054335-2289-45ba-bab9-59c99fd53e90">report</a> listing file system, memory, and registry modifications - very cool!<br><br>
<small><b>UPDATE 1:</b></small> A similar submission service is available from Sunbelt: <a href="http://research.sunbelt-software.com/submit.aspx">CWSandbox</a>.<br>
<small><b>UPDATE 2:</b></small> CastleCops has a list of these sandboxing scan services <a href="http://wiki.castlecops.com/Online_malware_scans_-_Comparison#Sandboxing_single_file_scans">here</a>.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Sun, 11 May 2008 13:15:00 GMT</pubDate>
      <guid isPermaLink="false">200805110715_threatexpert</guid>
    </item>

    <item>
      <title>A few anti-malware links</title>
      <link>http://tinyapps.org/weblog/windows/200805110700_antimalware.html</link>
      <description><![CDATA[After reading <a href="http://www.windowsecurity.com/articles/Reverse-Engineering-Malware-Part1.html?printversion">Reverse Engineering Malware</a>, I wanted to find a white hat malware sample site. Google turned up <a href="http://seclists.org/bugtraq/2005/Dec/0307.html">this post</a> on Bugtraq from a few years ago announcing just such a site called <a href="http://www.offensivecomputing.net/">Offensive Computing</a>. It is still going strong, with almost 285,000 malware samples available. As an added bonus, a quick trip to the forums <a href="http://www.offensivecomputing.net/?q=node/704">revealed</a> <a href="http://www.online-solutions.ru/en/osam_autorun_manager.php">OSAM</a>, an autorun manager with a number of unique features for combatting malware (including rootkits). A portable version is available <a href="http://www.online-solutions.ru/en/downloads.php">here</a>; you may need the DLLs at the bottom of the page as well.<br><br>
<small><b>UPDATE:</b></small> Just stumbled on this Offensive Computing presentation from DEFCON 15: <a href="http://video.google.com/videoplay?docid=-4771262945479844976&hl=en">Malware Secrets</a>. A bit more digging has revealed a <a href="http://www.offensivecomputing.net/?q=node/516">list</a> of their videos.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Sun, 11 May 2008 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">200805110700_antimalware</guid>
    </item>

    <item>
      <title>Batch downloading and naming videos from YouTube</title>
      <link>http://tinyapps.org/weblog/misc/200805030700_youtube_downloader.html</link>
      <description><![CDATA[Rafal (author of <a href="http://tinyapps.org/weblog/misc/200712290715_duplicate_files_searcher.html">Duplicate Files Searcher</a>) has crafted another cross-platform Java app: <a href="http://freeyoutubedownloader.net/">YouTube Downloader+</a>. Simply paste one or more YouTube URLs into the text box and YTD+ will not only download the FLV(s), but also name the file(s) appropriately (unlike many tools which label YouTube downloads as &quot;get_video&quot; with no extension). &nbsp;&nbsp;<a href="/screenshots/youtubedownloaderplus.png"><img src="/ss.gif" width="10" height="11" alt="Screenshot" border="0"></a>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/misc</category>
      <pubDate>Sat, 03 May 2008 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">200805030700_youtube_downloader</guid>
    </item>

    <item>
      <title>Bmail - Like Blat on a Diet</title>
      <link>http://tinyapps.org/weblog/windows/200804300700_bmail.html</link>
      <description><![CDATA[<img src="/green.gif" align=bottom alt="Green Award" width=14 height=14>&nbsp;<a href="http://www.beyondlogic.org/solutions/cmdlinemail/cmdlinemail.htm">bmail</a> [17k] + Lean command line SMTP mail sender&nbsp;&nbsp;<a href="/screenshots/bmail.png"><img src="/ss.gif" width="10" height="11" alt="Screenshot" border="0"></a>&nbsp;&nbsp;<small>(via <a href="http://tekgems.com/">Sun Kim</a>)</small>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/windows</category>
      <pubDate>Wed, 30 Apr 2008 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">200804300700_bmail</guid>
    </item>

    <item>
      <title>SliTaz - Like Knoppix on a <i>serious</i> diet</title>
      <link>http://tinyapps.org/weblog/nix/200804150700_slitaz.html</link>
      <description><![CDATA[<a href="http://slitaz.org/en/">SliTaz 1.0</a> - Small (24.8MB) Linux-based Live CD &#47; Live USB device that runs completely in memory. Features include web server (LightTPD), Mozilla Firefox, GParted, SSH client&#47;server, hard drive installer, and much more.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/nix</category>
      <pubDate>Tue, 15 Apr 2008 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">200804150700_slitaz</guid>
    </item>

    <item>
      <title>The Simple Life</title>
      <link>http://tinyapps.org/weblog/misc/200804130700_simple_life.html</link>
      <description><![CDATA[<ul>
<li><a href="http://cactuswax.net/articles/keep-it-simple-lifestyle">keep it simple lifestyle</a>: &quot;Simple scales. Simple is easier to maintain. Simple is easier for the <i>next guy</i> to understand.&quot;</li>
<li><a href="http://www.paulgraham.com/stuff.html">Stuff</a>: &quot;Stuff has gotten a lot cheaper, but our attitudes toward it haven't changed correspondingly. We overvalue stuff.&quot;</li>
<li><a href="http://www.december.com/simple/live/">Live Simple</a>: &quot;Radical tactics to reduce the clutter, complexity, and costs of your life&quot;</li>
</ul>
]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/misc</category>
      <pubDate>Sun, 13 Apr 2008 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">200804130700_simple_life</guid>
    </item>

    <item>
      <title>Undelete for ext3</title>
      <link>http://tinyapps.org/weblog/nix/200803130700_ext3_undelete.html</link>
      <description><![CDATA[Carlo Wood has crafted an <a href="http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html">undelete for ext3</a>. It was built in response to an accidental <tt>rm -rf</tt>, and recovered all desired data. At the moment, you can email him for the source code (released under the GPL) as well as take part in the <a href="http://groups.google.com/group/ext3grep">discussion</a>.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/nix</category>
      <pubDate>Thu, 13 Mar 2008 13:00:00 GMT</pubDate>
      <guid isPermaLink="false">200803130700_ext3_undelete</guid>
    </item>

    <item>
      <title>OpenVPN Server and Client for OS X</title>
      <link>http://tinyapps.org/weblog/mac/200803020700_openvpn_for_osx.html</link>
      <description><![CDATA[I could not find any guide on the Net that simply described how to connect two Macs running Leopard via <a href="http://openvpn.net/">OpenVPN</a>, so I decided to create one: <a href="http://tinyapps.org/docs/openvpn/">Simple OpenVPN Server and Client Setup for OS X 10.5 Leopard</a>.]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/mac</category>
      <pubDate>Sun, 02 Mar 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200803020700_openvpn_for_osx</guid>
    </item>

    <item>
      <title>Knoppix and dd_rhelp to the rescue!</title>
      <link>http://tinyapps.org/weblog/nix/200802240700_imaging_a_corrupt_hard_drive.html</link>
      <description><![CDATA[Yet another item added to the burgeoning ;-) Docs section: <a href="http://tinyapps.org/docs/imaging_a_corrupt_drive.html">Imaging a corrupt hard drive</a>]]></description>
      <author>TinyApps.Org mail@tinyapps.org</author>
      <category>/nix</category>
      <pubDate>Sun, 24 Feb 2008 14:00:00 GMT</pubDate>
      <guid isPermaLink="false">200802240700_imaging_a_corrupt_hard_drive</guid>
    </item>


  </channel>
</rss>
