<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>securitythreat.info</title>
	<link>http://securitythreat.info</link>
	<description>bringing you the latest internet security and computer security threat headlines and resources</description>
	<lastBuildDate>Fri, 18 May 2012 01:56:17 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Feds Considering Allowing DVD-Encryption Cracking</title>
		<description><![CDATA[LOS ANGELES &#8212; Federal regulators considered testimony Wednesday here at UCLA on whether to allow citizens and filmmakers to legally crack DVD encryption meant to protect them from being copied. Filmmakers, video mixers and others have petitioned the U.S. Copyright Office for the ability to continue to use DVD decryption tools to copy short clips [...]]]></description>
		<link>http://securitythreat.info/online-security/feds-considering-allowing-dvd-encryption-cracking/</link>
			</item>
	<item>
		<title>Justice Dept. Defends Public’s Constitutional ‘Right to Record’ Cops</title>
		<description><![CDATA[As police departments around the country are increasingly caught up in tussles with members of the public who record their activities, the U.S. Justice Department has come out with a strong statement supporting the First Amendment right of individuals to record police officers in the public discharge of their duties.]]></description>
		<link>http://securitythreat.info/online-security/justice-dept-defends-public%e2%80%99s-constitutional-%e2%80%98right-to-record%e2%80%99-cops/</link>
			</item>
	<item>
		<title>Justice Dept. Defends Public’s Constitutional ‘Right to Record’ Cops</title>
		<description><![CDATA[As police departments around the country are increasingly caught up in tussles with members of the public who record their activities, the U.S. Justice Department has come out with a strong statement supporting the First Amendment right of individuals to record police officers in the public discharge of their duties.]]></description>
		<link>http://securitythreat.info/online-security/justice-dept-defends-public%e2%80%99s-constitutional-%e2%80%98right-to-record%e2%80%99-cops/</link>
			</item>
	<item>
		<title>Odd DNS replies from 10 nets and RFC1323 impacting firewalls, (Tue, May 15th)</title>
		<description><![CDATA[Reader Bob wrote in reportingseeing increasingly frequent incoming DNS replies on UDP 53, with valid DNS answers, but coming from source addresses in the 10.x.x.x/8 range. The responses appear to be from the Internet Roots to DNS servers that are querying the root.<br />
<br />
Anyone else see this kind of behavior?<br />
<br />
<br />

<br />
<br />
Over the past week another couple of readers have written in reporting issues accessing the ISC web page. The SANS NOC reports that RFC-1323 timestamps were getting scrubbed by our firewall to prevent information disclosure, but the checksum wasn't being updated. The packet wassubsequently dropped by the end device.<br />
<br />
This appears to be impacting users using Bluecoat web proxies. We will have more to post on this topic throughout the day.<br />
<br />
<br />
<br />
<br />
RFC1323 describes TCP extensions used to improve performance over high delay networks and high speed networks<br />

<br />
These include Scaled Window Options, Round Trip Time Measurement (RTTM), and protection against Wrapped Sequence Numbers (PAWS)<br />
<br />
Scaled window options are implemented by bit shifting the 16bit window field into a 32 bit field by adding an option indicating how many placeholders to shift (or multiply by) to get the real window size. Recall the window size is how many bytes a node can buffer before it needs the transmitter to slow down.<br />
<br />
TCPDump displays this option as WS=6 for a factor of 6 in the TCP options<br />
<br />
Wireshark displays this option as for example: Window Scale: 7 (Multiply by 128)<br />
<br />
Round Trip Time Measurement (RTTM), or TCP option 8 contains a Timestamp value or TSval set by the sender with its sending time, a 32 bit value, and Timestamp Echo Reply (TSecr) which is only valid if the accompanying ACK TCP flag is set. This 32 bit value echos a time stamp value set by the other or remote host in a TCP session. These values are tracked over time to estimate and adapt to changing traffic conditions. <br />
PAWS provide a simple mechanism to reject old duplicate segments that might corrupt an open TCP connection. It uses the same timestamps in RTTM, The basic idea is that a segment can be discarded as an old duplicate if it is received with a timestamp less than some timestamp recently received on this connection.<br />
Here is what Bluecoat has to say on the topic: https://kb.bluecoat.com/index?page=contentid=FAQ1006<br />
<br />
PAWS is looking for the timestamp to be advancing and is used to keep as much data in transit as possible between communicating hosts.<br />

<br />
<br />

<br />
The risk to data transport in this case is if two hosts or their intermediaries cant negotiate a common method of communicating with or without these options. This can happen with firewalls, as in our case, or incompatible endpoints. It is interesting to note that Windows implemented these options in Windows 2000, but did not enable them by default until Windows 2008.<br />
Dan<br />

<br />
SANS Internet Storm Center Handler<br />
Update:<br />

<br />
----------------------------------------------------------<br />

<br />
Some References I used to look into this today:<br />
<br />
The RFC: http://www.ietf.org/rfc/rfc1323.txt<br />

<br />
http://www.networksorcery.com/enp/protocol/tcp/option008.htm<br />

<br />
http://packetlife.net/blog/2010/aug/4/tcp-windows-and-window-scaling/<br />

<br />
http://www.ecr6.ohio-state.edu/window-scaling.html<br />

<br />
technet.microsoft.com/en-us/library/bb726965.aspx<br />

<br />
technet.microsoft.com/en-us/library/bb878127.aspx<br />
<br />
This is by no means an exhaustive article on this topic, it is just a beginning, I will look to other handlers to fill in the gaps as well as look into it more as time goes on.<br />

<br />
<br />

<br />
<br />

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
		<link>http://securitythreat.info/sans-internet-storm-center/odd-dns-replies-from-10-nets-and-rfc1323-impacting-firewalls-tue-may-15th/</link>
			</item>
	<item>
		<title>Odd DNS replies from 10 nets and RFC1323 impacting firewalls, (Tue, May 15th)</title>
		<description><![CDATA[Reader Bob wrote in reportingseeing increasingly frequent incoming DNS replies on UDP 53, with valid DNS answers, but coming from source addresses in the 10.x.x.x/8 range. The responses appear to be from the Internet Roots to DNS servers that are querying the root.<br />
<br />
Anyone else see this kind of behavior?<br />
<br />
<br />

<br />
<br />
Over the past week another couple of readers have written in reporting issues accessing the ISC web page. The SANS NOC reports that RFC-1323 timestamps were getting scrubbed by our firewall to prevent information disclosure, but the checksum wasn't being updated. The packet wassubsequently dropped by the end device.<br />
<br />
This appears to be impacting users using Bluecoat web proxies. We will have more to post on this topic throughout the day.<br />
<br />
<br />
<br />
<br />
RFC1323 describes TCP extensions used to improve performance over high delay networks and high speed networks<br />

<br />
These include Scaled Window Options, Round Trip Time Measurement (RTTM), and protection against Wrapped Sequence Numbers (PAWS)<br />
<br />
Scaled window options are implemented by bit shifting the 16bit window field into a 32 bit field by adding an option indicating how many placeholders to shift (or multiply by) to get the real window size. Recall the window size is how many bytes a node can buffer before it needs the transmitter to slow down.<br />
<br />
TCPDump displays this option as WS=6 for a factor of 6 in the TCP options<br />
<br />
Wireshark displays this option as for example: Window Scale: 7 (Multiply by 128)<br />
<br />
Round Trip Time Measurement (RTTM), or TCP option 8 contains a Timestamp value or TSval set by the sender with its sending time, a 32 bit value, and Timestamp Echo Reply (TSecr) which is only valid if the accompanying ACK TCP flag is set. This 32 bit value echos a time stamp value set by the other or remote host in a TCP session. These values are tracked over time to estimate and adapt to changing traffic conditions. <br />
PAWS provide a simple mechanism to reject old duplicate segments that might corrupt an open TCP connection. It uses the same timestamps in RTTM, The basic idea is that a segment can be discarded as an old duplicate if it is received with a timestamp less than some timestamp recently received on this connection.<br />
Here is what Bluecoat has to say on the topic: https://kb.bluecoat.com/index?page=contentid=FAQ1006<br />
<br />
PAWS is looking for the timestamp to be advancing and is used to keep as much data in transit as possible between communicating hosts.<br />

<br />
<br />

<br />
The risk to data transport in this case is if two hosts or their intermediaries cant negotiate a common method of communicating with or without these options. This can happen with firewalls, as in our case, or incompatible endpoints. It is interesting to note that Windows implemented these options in Windows 2000, but did not enable them by default until Windows 2008.<br />
Dan<br />

<br />
SANS Internet Storm Center Handler<br />
Update:<br />

<br />
----------------------------------------------------------<br />

<br />
Some References I used to look into this today:<br />
<br />
The RFC: http://www.ietf.org/rfc/rfc1323.txt<br />

<br />
http://www.networksorcery.com/enp/protocol/tcp/option008.htm<br />

<br />
http://packetlife.net/blog/2010/aug/4/tcp-windows-and-window-scaling/<br />

<br />
http://www.ecr6.ohio-state.edu/window-scaling.html<br />

<br />
technet.microsoft.com/en-us/library/bb726965.aspx<br />

<br />
technet.microsoft.com/en-us/library/bb878127.aspx<br />
<br />
This is by no means an exhaustive article on this topic, it is just a beginning, I will look to other handlers to fill in the gaps as well as look into it more as time goes on.<br />

<br />
<br />

<br />
<br />

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
		<link>http://securitythreat.info/sans-internet-storm-center/odd-dns-replies-from-10-nets-and-rfc1323-impacting-firewalls-tue-may-15th/</link>
			</item>
	<item>
		<title>ISC StormCast for Tuesday, May 15th 2012 http://isc.sans.edu/podcastdetail.html?id=2533, (Tue, May 15th)</title>
		<description><![CDATA[(c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
		<link>http://securitythreat.info/sans-internet-storm-center/isc-stormcast-for-tuesday-may-15th-2012-httpisc-sans-edupodcastdetail-htmlid2533-tue-may-15th/</link>
			</item>
	<item>
		<title>ISC StormCast for Monday, May 14th 2012 http://isc.sans.edu/podcastdetail.html?id=2530, (Mon, May 14th)</title>
		<description><![CDATA[(c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
		<link>http://securitythreat.info/sans-internet-storm-center/isc-stormcast-for-monday-may-14th-2012-httpisc-sans-edupodcastdetail-htmlid2530-mon-may-14th/</link>
			</item>
	<item>
		<title>Exploit Kits are a mess, (Sun, May 13th)</title>
		<description><![CDATA[As many of the Internet Storm Center readers know, my full time job is working for Sourcefire, the makers of SNORT, ClamAV, Razorback, Daemonlogger, and all of our commercial products.  Snort rules, ClamAV detection, etc.  I often write about Snort related things here, since I know the SANS audience uses Snort heavily, and is even taught in the 513 course.<br />
One of the areas that I've been looking at and following even more intently recently have been all the Exploit Kits. I refer to things like Incognito, Blackhole, Crimepack, and many more.<br />
Let me give you a couple external references to go read in case you have no idea what I am talking about:<br />
Brian Krebs has some blog posts here and hereabout some updates to it. But for a basic explanation of how the blackhole kit exploits you, the end user, I suggest this pdf here. <br />
The Blackhole exploit kit in particular is very actively developed and changes rapidly to things that block its exploit methods. Trust me. As a person who follows all the particular versions of these exploit kits, they change just about weekly. <br />
You can be exploited by various kit by simply going to a website where some injected code rests on the page (you'll never see it - this is what we call a drive by), receiving some spam (Linkedin, USPS, UPS, I've even seen fake Pizza Delivery emails delivering things like the Pheonix Exploit kit) that redirects you to a landing page, receiving spam with an html/htm email attachment.. The possibilities are essentially endless on how you can wind up on an exploit kit landing page.<br />
Once on the landing page, there are lots of different ways that the exploit kit figures out how to take over your computer, but the basic point of the landing page is which piece of software didn't this user patch?. Vulnerabilities in browsers, java, even the delivery of a pdf to exploit a vulnerable version of Adobe Reader.<br />
These kits are all over the place, and most likely, you are going to run into one of these (if you haven't already).<br />
I basically have three pieces of advice for you.<br />
1) Don't open spam, or click on links inside of spam, or generally just be careful of the sites you go to. If you are reading this webpage, you know there is a 'wild west' to the Internet. Be careful.<br />
2) Patch. Everything. Java, browsers, OS, Adobe Reader, etc. Everything. I literally cannot stress the importance of this enough.<br />
3) Run AV and if you are on a corporate network, run an IPS.<br />
This is an evolving threat. Nothing is going to 100% protect you all the time, however, the more layers you have, hopefully the more insulated you are against the threat, and you can protect yourself and your users. <br />
Good Luck!<br />
-- Joel Esler &#124; http://blog.joelesler.net &#124; http://twitter.com/joelesler<br />

 
 (c) SANS Internet Storm Center. http://isc.sans.edu Creative Commons Attribution-Noncommercial 3.0 United States License.]]></description>
		<link>http://securitythreat.info/sans-internet-storm-center/exploit-kits-are-a-mess-sun-may-13th/</link>
			</item>
	<item>
		<title>Adobe backs down, will release patches for critical holes</title>
		<description><![CDATA[Adobe says it is now developing patches for its Photoshop, Illustrator and Flash Professional CS5.x products to close critical holes that it told users could be closed by buying the just-released CS6 versions of the applications<img width='1' height='1' src='http://rss.feedsportal.com/c/32569/f/491736/s/1f48a5d3/mf.gif'><div class='mf-viral'><table border='0'><tr><td valign='middle'><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&#38;title=Adobe+backs+down%2C+will+release+patches+for+critical+holes&#38;link=http%3A%2F%2Fwww.h-online.com%2Fsecurity%2Fnews%2Fitem%2FAdobe-backs-down-will-release-patches-for-critical-holes-1574341.html%2Ffrom%2Frss" target="_blank"><img src="http://res3.feedsportal.com/images/emailthis2.gif" border="0" /></a></td><td valign='middle'><a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Adobe+backs+down%2C+will+release+patches+for+critical+holes&#38;link=http%3A%2F%2Fwww.h-online.com%2Fsecurity%2Fnews%2Fitem%2FAdobe-backs-down-will-release-patches-for-critical-holes-1574341.html%2Ffrom%2Frss" target="_blank"><img src="http://res3.feedsportal.com/images/bookmark.gif" border="0" /></a></td></tr></table></div><br /><br /><a href="http://da.feedsportal.com/r/134204414387/u/0/f/491736/c/32569/s/1f48a5d3/a2.htm"><img src="http://da.feedsportal.com/r/134204414387/u/0/f/491736/c/32569/s/1f48a5d3/a2.img"></a><img width="1" height="1" src="http://pi.feedsportal.com/r/134204414387/u/0/f/491736/c/32569/s/1f48a5d3/a2t.img">]]></description>
		<link>http://securitythreat.info/h-online-security/adobe-backs-down-will-release-patches-for-critical-holes/</link>
			</item>
	<item>
		<title>Adobe backs down, will release patches for critical holes</title>
		<description><![CDATA[Adobe says it is now developing patches for its Photoshop, Illustrator and Flash Professional CS5.x products to close critical holes that it told users could be closed by buying the just-released CS6 versions of the applications<img width='1' height='1' src='http://rss.feedsportal.com/c/32569/f/491736/s/1f48a5d3/mf.gif'><div class='mf-viral'><table border='0'><tr><td valign='middle'><a href="http://share.feedsportal.com/viral/sendEmail.cfm?lang=en&#38;title=Adobe+backs+down%2C+will+release+patches+for+critical+holes&#38;link=http%3A%2F%2Fwww.h-online.com%2Fsecurity%2Fnews%2Fitem%2FAdobe-backs-down-will-release-patches-for-critical-holes-1574341.html%2Ffrom%2Frss" target="_blank"><img src="http://res3.feedsportal.com/images/emailthis2.gif" border="0" /></a></td><td valign='middle'><a href="http://res.feedsportal.com/viral/bookmark.cfm?title=Adobe+backs+down%2C+will+release+patches+for+critical+holes&#38;link=http%3A%2F%2Fwww.h-online.com%2Fsecurity%2Fnews%2Fitem%2FAdobe-backs-down-will-release-patches-for-critical-holes-1574341.html%2Ffrom%2Frss" target="_blank"><img src="http://res3.feedsportal.com/images/bookmark.gif" border="0" /></a></td></tr></table></div><br /><br /><a href="http://da.feedsportal.com/r/134204414387/u/0/f/491736/c/32569/s/1f48a5d3/a2.htm"><img src="http://da.feedsportal.com/r/134204414387/u/0/f/491736/c/32569/s/1f48a5d3/a2.img"></a><img width="1" height="1" src="http://pi.feedsportal.com/r/134204414387/u/0/f/491736/c/32569/s/1f48a5d3/a2t.img">]]></description>
		<link>http://securitythreat.info/h-online-security/adobe-backs-down-will-release-patches-for-critical-holes/</link>
			</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.392 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-18 02:36:19 -->

