<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title><![CDATA[[SecurityRatty] tag: critter]]></title>
    <link>http://securityratty.com/tag/critter</link>
    <description></description>
    <pubDate>Mon, 18 Feb 2008 05:31:01 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[Friday Squid Blogging: Plastinated Squid]]></title>
      <link>http://securityratty.com/article/1f096c4ea87b6a66455735aacc3a6b06</link>
      <guid>http://securityratty.com/article/1f096c4ea87b6a66455735aacc3a6b06</guid>
      <description><![CDATA[In Paris : France's National Museum of Natural History on Tuesday unveiled the world's first &quot;plastinated&quot; squid -- a 6.5-metre-long (21.25-feet) deep-sea beast donated by New Zealand and named in...]]></description>
      <content:encoded><![CDATA[<p>In <a href="http://afp.google.com/article/ALeqM5hPmtSQVkv5mQ_9mnzwwum1AjMPYA">Paris</a>:</p>

<blockquote>France's National Museum of Natural History on Tuesday unveiled the world's first "plastinated" squid -- a 6.5-metre-long (21.25-feet) deep-sea beast donated by New Zealand and named in honour of a creature featuring in Maori legend.

<p>Plastination entails replacing the animal's water, fat and other liquids with a polymer that hardens.</p>

<p>It means the specimen can be appreciated in three dimensions in a dry, solid state, rather than in a jar filled with formalin or alcohol, whose glass distorts the view.</p>

<p>The squid was hauled up in January 2000 at a depth of 615 metres (2,000 feet) by fishermen off New Zealand.</p>

<p>[...]</p>

<p>The 65,000-euro (100,000-dollar) plastination, carried out by Italian lab VisDocta Research, took two and a half years, during which the specimen of Architeuthis sanctipauli lost 2.5 metres (seven feet) of its length through drying out.</p>

<p>Wheke is being given pride of place in the Paris museum's Great Gallery of Evolution, its centrepiece exhibit on biodiversity.</p>

<p>The giant squid, Architeuthis, of which there are three sub-species, is a potent source of maritime tales of tentacled monsters able to grab a ship and pull it down to its doom. The critter memorably featured in Jules Vernes' "20,000 Leagues Under the Sea," trying to engulf the submarine Nautilus.</p>

<p>In real life, though, the species is rather less gigantic -- about 13 metres (42.25 feet) from the caudal fin to the tip of its suckered tentacles. Females are larger than males.</blockquote></p><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=rNvEHXF"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=rNvEHXF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/schneier/fulltext?a=TPIoh9F"><img src="http://feeds.feedburner.com/~f/schneier/fulltext?i=TPIoh9F" border="0"></img></a>
</div>]]></content:encoded>
      <pubDate>Fri, 28 Mar 2008 13:29:19 +0000</pubDate>
      <category domain="http://securityratty.com/tag/squid">squid</category>
      <category domain="http://securityratty.com/tag/architeuthis sanctipauli lost">architeuthis sanctipauli lost</category>
      <category domain="http://securityratty.com/tag/architeuthis">architeuthis</category>
      <category domain="http://securityratty.com/tag/giant squid">giant squid</category>
      <category domain="http://securityratty.com/tag/25-feet">25-feet</category>
      <category domain="http://securityratty.com/tag/feet">feet</category>
      <category domain="http://securityratty.com/tag/deep-sea beast">deep-sea beast</category>
      <category domain="http://securityratty.com/tag/paris museum">paris museum</category>
      <category domain="http://securityratty.com/tag/metres">metres</category>
      <source url="http://www.schneier.com/blog/archives/2008/03/friday_squid_bl_119.html">Friday Squid Blogging: Plastinated Squid</source>
    </item>
    <item>
      <title><![CDATA[Anton Security Tip of the Day #14: More accesslog Fun: What Are You Not GETting?]]></title>
      <link>http://securityratty.com/article/51c7147ddef77e8c0dbbfe74689c72c9</link>
      <guid>http://securityratty.com/article/51c7147ddef77e8c0dbbfe74689c72c9</guid>
      <description><![CDATA[Following the tradition of posting a tip of the week (mentioned here , here ; SANS jumped in as well ), I decided to follow along and join the initiative. One of the bloggers called it &quot;pay it forward...]]></description>
      <content:encoded><![CDATA[<p></p> <p>Following the tradition of posting a tip of the week (mentioned <a href="http://www.stillsecureafteralltheseyears.com/ashimmy/2006/08/pay_it_forward__1.html">here</a>, <a href="http://mcwresearch.com/archives/265">here </a>; <a href="http://isc.sans.org/diary.php?storyid=1530&amp;rss">SANS jumped in as well</a>), I decided to follow along and join the initiative. One of the bloggers called it <a href="http://mcwresearch.com/archives/255">"pay it forward</a>" to the community.</p> <p>So, Anton Security Tip of the Day #14: <strong>More access_log Fun: What Are You Not GETting?</strong></p> <p>In this tip, we will look at some bizarre artifacts that show up in web server access logs today. Here we have a production log from an Apache web server that is full of interesting (and sometimes ominous!) little mysteries that we will investigate in order to determine their impact on security and operational health of the site.</p> <p>Logs do contain more mysteries than we have time, so we will focus on a few of them: specifically, unusual <a href="http://en.wikipedia.org/wiki/HTTP#Request_methods">web request methods</a>.&nbsp; Let's see who is trying to POST or use some other method (OPTIONS, HEAD, PUT or something - see a list <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html">here</a>) on our site, instead of just GET'ting the content (GET command is used by web browsers to retrieve the pages, while POST is used to upload content, press buttons, etc&nbsp; - at least in "web 1.0" land&nbsp; - <a href="http://chuvakin.blogspot.com/2007/08/anton-security-tip-of-day-12-proxy-log.html">see earlier tip #12</a> where POST request was found in proxy logs)</p> <p>Here is one little artifact that attracted my attention due to a POST request vs a web forum as well as a battery of slashes (which actually increases in subsequent request - of which there were many)</p> <p><em><font face="Courier New" size="2">10.10.102.250 - - [12/Feb/2008:16:10:50 -0500] "<strong><u>POST</u></strong> /phpBB3////ucp.php?mode=register&amp;sid=e5efaa77a777066c61f71808e9e57b19 HTTP/1.0" <strong><u>200</u></strong> 14397 http://www.example.com/phpBB3///ucp.php?mode=confirm&amp;id=7640df05c7e24b7acf7a68800fe6dc59&amp;type=1&amp;sid=e5efaa77a777066c61f71808e9e57b19 "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126" </font></em></p> <p><em>... more...</em></p> <p><em><font face="Courier New" size="2">10.10.102.250 - - [12/Feb/2008:16:12:29 -0500] "<strong><u>POST</u></strong> /phpBB3///////////////ucp.php?mode=login&amp;sid=e5efaa77a777066c61f71808e9e57b19 HTTP/1.0" </font></em><strong><u>200</u></strong> <em><font face="Courier New" size="2">9355 "http://www.example.com/phpBB3//////////////ucp.php?mode=login&amp;sid=e5efaa77a777066c61f71808e9e57b19" "Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.2) Gecko/20021126" </font></em> <p>This one really is a mystery; what do we know about it? The server responded to the request OK (code 200), so the POST actually happened. The first request was a request to register with a web discussion board and the second was a request to login. Multiple slashes are&nbsp; actually ignored&nbsp; by the web server, so why put them in the request (no answer)? Also, I think that the User-Agent is spoofed ... do you know why? Finally, if I see something like that in my logs, I will definitely investigate it, primarily due to the fact that Apache responded with 200 OK code. <p>The next one is so classic it it dumb (and so dumb, it's a classic :-)) <p><font face="Courier New" size="2"><em>10.10.123.226 - - [12/Feb/2008:03:46:54 -0800] "<u><strong>POST</strong></u> /_vti_bin/shtml.exe/_vti_rpc HTTP/1.1" <strong><u>404</u></strong> - "-" "MSFrontPage/6.0" </em></font> <p><font face="Courier New" size="2"><em>10.10.123.226 - - [12/Feb/2008:03:46:55 -0800] "<strong><u>OPTIONS</u></strong> / HTTP/1.1" <strong><u>200</u></strong> 20210 "-" "Microsoft Data Access Internet Publishing Provider Protocol Discovery" </em></font> <p>It is probably one of the ancient IIS attacks (check out <a href="http://www.blackhat.com/presentations/win-usa-03/bh-win-03-burnett/bh-win-03-burnett.ppt">this fun BlackHat preso</a> on that, circa 2003) - why would someone probe for it now is beyond me. In any case, Apache on Linux and "*.exe" don't mix :-) <p>The final log record is also fun:  <p><font face="Courier New" size="2"><em>10.10.101.222 - - [12/Feb/2008:15:33:22 -0800] "<strong><u>PUT</u></strong> /zk.txt HTTP/1.0" <strong><u>405</u></strong> 223 "-" "Microsoft Data Access Internet Publishing Provider DAV 1.1" </em></font> <p>The above uses a PUT request which is pretty much deprecated now; the purpose of the above is clearly malicious. In fact, modern Apache shouldn't even allow it, thus it responds with code 405 "Method Not Allowed." Nothing to worry about (even though some poor critter <a href="http://discussions.apple.com/thread.jspa?threadID=1383655&amp;tstart=1">got owned with that</a>! BTW, if you follow that link, check out HTTP response code 201 - if you see it in your logs, run! :-)) <p>Overall, if you see too many POSTs or too many "GET then POST" sequences from the same IP in rapid succession, investigate it since no legitimate access should produce such a pattern... <p>As further reading, I heartily recommend this paper: "<a href="http://www.sans.org/reading_room/whitepapers/logging/2074.php">Detecting Attacks on Web Applications from Log Files</a>"</p> <p>Also, I am tagging all the tips on <a href="http://del.icio.us/anton18">my del.icio.us feed</a>. Here is the link: <a href="http://del.icio.us/anton18/security+tips">All Security Tips of the Day</a>. </p> <p></p><span class="post-labels"> <div class="wlWriterSmartContent" id="scid:0767317B-992E-4b12-91E0-4F059A8CECA8:bb2e5e2e-3706-4b1c-9792-14f28f8c4487" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/logging" rel="tag">logging</a>, <a href="http://technorati.com/tags/log%20management" rel="tag">log management</a>, <a href="http://technorati.com/tags/tips" rel="tag">tips</a>, <a href="http://technorati.com/tags/security" rel="tag">security</a></div></span>  <div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=8qr0IfF"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=8qr0IfF" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=VlQAAjF"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=VlQAAjF" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/250344253" height="1" width="1"/>]]></content:encoded>
      <pubDate>Wed, 12 Mar 2008 10:35:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/web server">web server</category>
      <category domain="http://securityratty.com/tag/server">server</category>
      <category domain="http://securityratty.com/tag/web">web</category>
      <category domain="http://securityratty.com/tag/web browsers">web browsers</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/web discussion board">web discussion board</category>
      <category domain="http://securityratty.com/tag/anton security tip">anton security tip</category>
      <category domain="http://securityratty.com/tag/fun">fun</category>
      <category domain="http://securityratty.com/tag/modern apache">modern apache</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/250344253/anton-security-tip-of-day-14-more.html">Anton Security Tip of the Day #14: More accesslog Fun: What Are You Not GETting?</source>
    </item>
    <item>
      <title><![CDATA[Microsoft tries to create the perfect worm... for patch distribution]]></title>
      <link>http://securityratty.com/article/fa534c151abe5135eaa1c560ede5ba79</link>
      <guid>http://securityratty.com/article/fa534c151abe5135eaa1c560ede5ba79</guid>
      <description><![CDATA[Microsoft researchers are working on the perfect worm--a critter that can distribute patches without the need for centralized servers while minimizing...]]></description>
      <content:encoded><![CDATA[Microsoft researchers are working on the perfect worm--a critter that can distribute patches without the need for centralized servers while minimizing bandwidth.]]></content:encoded>
      <pubDate>Mon, 18 Feb 2008 05:31:01 +0000</pubDate>
      <category domain="http://securityratty.com/tag/perfect worm">perfect worm</category>
      <category domain="http://securityratty.com/tag/microsoft researchers">microsoft researchers</category>
      <category domain="http://securityratty.com/tag/distribute patches">distribute patches</category>
      <category domain="http://securityratty.com/tag/critter">critter</category>
      <category domain="http://securityratty.com/tag/bandwidth">bandwidth</category>
      <category domain="http://securityratty.com/tag/servers">servers</category>
      <source url="http://networking.ittoolbox.com/r/rss.asp?url=http://blogs.ittoolbox.com/security/adventures/archives/microsoft-tries-to-create-the-perfect-worm-for-patch-distribution-22554">Microsoft tries to create the perfect worm... for patch distribution</source>
    </item>
  </channel>
</rss>
