<?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: transmit]]></title>
    <link>http://securityratty.com/tag/transmit</link>
    <description></description>
    <pubDate>Fri, 04 Jan 2008 07:12:20 +0000</pubDate>
    <generator>iRatty Engine</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <item>
      <title><![CDATA[EPTS: Proposed Event Processing Definitions, September 20, 2006]]></title>
      <link>http://securityratty.com/article/c90d53785950324b36b55747a92766da</link>
      <guid>http://securityratty.com/article/c90d53785950324b36b55747a92766da</guid>
      <description><![CDATA[For interested readers, here are the event processing definitions we provided to the (future) EPTS working group on September 20, 2006, coordinated (edited)by David Luckham and Roy Schulte
adaptive...]]></description>
      <content:encoded><![CDATA[<p>For interested readers, here are the <a href="http://www.thecepblog.com/pdf/EVENT.PROCESSING.DRAFT.GLOSSARY.V4.SEPT.pdf" target="_blank">event processing definitions</a> we provided to the (future) EPTS working group on September 20, 2006, <a href="http://complexevents.com/?p=195" target="_blank">coordinated (edited) by David Luckham and Roy Schulte</a>;</p>
<p><strong>adaptive process management</strong> (n.) an element of resource and business process management, adaptive search and event processing. Sometimes referred to as “Level 4” event processing or process refinement.</p>
<p><strong>application concept</strong> (n.) a definition of a set of properties that represent the data fields of an application entity. An application concept can describe relationships among themselves. For example, an order concept might have a parent/child relationship with an item concept. A department concept might be related to a purchase requisition concept based on the shared property, department_id. Application concepts can include an application state model.</p>
<p><strong>application state modeler</strong> (n.) a UML-compliant application that allows you to model the life cycle of a concept instance — that is, for each instance of a given concept, you can define which states it will pass through and how it will transition from state to state. States have entry actions, exit actions, and conditions, providing precision control over the behavior of an event processing agent. Transitions between states also may have rules. Multiple types of states and transitions maximize the versatility and power of the application state modeler.</p>
<p><strong>derived event</strong> (n.) an event that is created as a result of processing one or more other events.</p>
<p><strong>complex event</strong> (n.) an event that is a situation-entity abstraction of two or more simple, derived or other complex events.</p>
<p><strong>complex event processing</strong> (n.) CEP is a technology for extracting information from message-based systems. CEP is primarily an event processing concept that deals with the task of processing multiple events from an event cloud with the goal of identifying the meaningful events within the event cloud. CEP employs techniques such as detection of complex patterns of many events, event correlation and abstraction, event hierarchies, and relationships between events such as causality, membership, and timing, and event-driven processes.</p>
<p><strong>event</strong> (n.) a instance of an event definition. It is an immutable object that represents a business activity that happened at a single point in time. Just as one cannot change the fact that a given activity occurred, one cannot change an event — events are immutable.</p>
<p><strong>event aggregation</strong> (n.) the aggregation of simple, derived or complex events into higher levels of event abstractions.</p>
<p><strong>event definition</strong> (n.) a set of properties related to a given activity that represents an important or interesting change of state in a human, system or computational activity. An event definition includes event properties such as event priority, event time to live (TTL), and a description of the payload, which is comprehensive information related to the activity that occurred. Events expire when the TTL has elapsed, unless the event processing agent has instructions to consume them prior to that time.</p>
<p><strong>event channel</strong> (n.) a communications channel in which events are transmitted from event source to event receivers, typically received as electronic messages. Each channel can have multiple destination and. events can be configured to transmit to a default destination. JMS is an example of an event channel.</p>
<p><strong>event cloud</strong> (n.) a partially ordered set of events (poset), either bounded or unbounded, where the partial orderings are imposed by the causal, timing and other relationships between the events. Typically an event cloud is created by the events produced by one or more distributed systems. An event cloud may contain many event types, event streams and event channels. The difference between a cloud and a stream is that there is no event relationship that totally orders the events in a cloud.</p>
<p><strong>event-driven</strong> (n.) the behavior of a human, system or computational entity whose execution or actuation is in response to events, typically received as electronic messages.</p>
<p><strong>event-driven architecture</strong> (n.) an architectural style for distributed computing applications in which some of the components are event-driven and communicate by means of events.</p>
<p><strong>event processing</strong> (n.) computing that performs operations on events, including modifying, creating and destroying events.</p>
<p><strong>event-object</strong> (n.) an software object that represents an event, generally for the purpose of computer processing, that exhibits both encapsulation, inheritance and polymorphism.</p>
<p><strong>event prediction</strong> (n.) computational activity where the impact of events, complex events, and situations caused by events identified, including both opportunity or threat. Sometimes referred to as “Level 2” event processing, impact assessment or predictive analytics.</p>
<p><strong>event pre-processing</strong> (n.) computational activity where events are cleansed or normalized to produce semantically understandable data. Sometimes referred to as “Level 0” event processing.</p>
<p><strong>event processing</strong> (n.) computational activities on events dealing with the association, correlation, and combination of event data and information from single and multiple event sources to achieve refined identity and situation estimates for observed event objects, and to achieve complete and timely assessments of opportunities, threats, and their significance. Event processing is characterized by continuous refinements of event estimates and assessments and by evaluation of the need for additional sources, or modification of the process itself, to achieve improved results.</p>
<p><strong>event processing agent</strong> (n.) an EPA is a computational entity that performs event processing.</p>
<p><strong>event processing network</strong> (n.) a set of event processing agents and a set of event channels connecting them.</p>
<p><strong>event properties</strong> (n.) data representation of an event, typically by name-value pairs of type string, integer, real, boolean or a complex data type.</p>
<p><strong>event refinement</strong> (n.) filter, identify and track events &amp; make initial processing decisions based on association, correlation and state estimation. Sometimes referred to as “Level 1” event, or event-object, track and trace.</p>
<p><strong>event stream</strong> (n.) a time-ordered sequence of events. An event stream may be bounded by a certain time interval or other contextual dimension (content, space, source, certainty), or be open ended and unbounded.</p>
<p><strong>event stream processing</strong> (n.) a time-ordered sequence of events. An event stream may be bounded by a certain time interval or other contextual dimension (content, space, source, certainty), or be open ended and unbounded.</p>
<p><strong>rule</strong> (n.) defines what triggers unusual, suspicious, problematic, or advantageous activity within an event processing agent and what the EPA does when it discovers these types of activities. Rules execute actions based on certain conditions on events, instances, or a combination of both. A rule includes a group of condition-rule statements and action-rule statements. The condition statements instruct the EPA what to look for in events, and action statements instruct the EPA how to respond when conditions are met. If all the conditions in a rule are satisfied by events or instances or both, the EPA fires the actions. The action might be to execute tasks, create an event instance, modify property values in an event instance, create and send an event, or something else.</p>
<p><strong>rules engine</strong> (n.) a type of event processing agent that uses a declarative programming model to process events. Formally described as &#8220;an abstract structure that describes a formal language precisely, i.e., a set of rules that mathematically delineates a (usually infinite) set of finite-length strings over a (usually finite) alphabet“. Informally, it can be any system that uses rules, in any form, that can be applied to data to produce outcomes.</p>
<p><strong>rule language</strong> (n.) is an artificial language that is used to control the behavior of an event processing agent. Rules languages, like human languages, have syntactic and semantic rules to define meaning.</p>
<p><strong>situation refinement</strong> (n.) identify situations, or complex events, based on event clustering, event-event relationships and relationship analysis and context. Sometimes referred to as “Level 2” event processing.</p>
<p><strong>simple event</strong> (n.) an event that is not an abstraction or composition of other events.</p>
<p><strong>virtual event</strong> (n.) an event that is imagined, modeled or simulated.</p>
<hr />Note:  The Emerging Technologies Engineering Team at <a href="http://www.tibco.com" target="_blank">TIBCO Software </a>significantly contributed to these event processing terms and definitions.</p>
]]></content:encoded>
      <pubDate>Thu, 21 Aug 2008 01:47:11 +0000</pubDate>
      <category domain="http://securityratty.com/tag/event">event</category>
      <category domain="http://securityratty.com/tag/event-object">event-object</category>
      <category domain="http://securityratty.com/tag/business process management">business process management</category>
      <category domain="http://securityratty.com/tag/process">process</category>
      <category domain="http://securityratty.com/tag/event correlation">event correlation</category>
      <category domain="http://securityratty.com/tag/process refinement">process refinement</category>
      <category domain="http://securityratty.com/tag/simple">simple</category>
      <category domain="http://securityratty.com/tag/simple event">simple event</category>
      <category domain="http://securityratty.com/tag/process events">process events</category>
      <source url="http://www.thecepblog.com/2008/08/21/epts-proposed-event-processing-definitions-september-20-2006/">EPTS: Proposed Event Processing Definitions, September 20, 2006</source>
    </item>
    <item>
      <title><![CDATA[Security Through Visibility - Montego, Lancope and NetFlow]]></title>
      <link>http://securityratty.com/article/03c1f11d6787944e11b9ab1baec0352e</link>
      <guid>http://securityratty.com/article/03c1f11d6787944e11b9ab1baec0352e</guid>
      <description><![CDATA[We've probably all heard that you can't secure what you can't see and that statement is even more profound when it comes to virtual environments. This is because it is extremely challenging to see...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>We've probably all heard that you can't secure what you can't see and that statement is even more profound when it comes to virtual environments.&nbsp; This is because it is extremely challenging to see what is going on at a micro vs. macro level within a virtual environments network.&nbsp; The virtualization vendors such as VMWare and Citrix have provided embedded tools into their management consoles that show a macro level of visibility but its not enough to identify security events in the environment.&nbsp; Take a look at the attached picture.&nbsp; It simply shows VMWare's ability to monitor virtual network performance statistics from a bits per second perspective.</p>

<p><a href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/07/30/performancescreen.jpg" onclick="window.open(this.href, '_blank', 'width=800,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img height="187" width="300" border="0" alt="Performancescreen" title="Performancescreen" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/07/30/performancescreen.jpg" style="margin: 0px 5px 5px 0px; float: left;" /></a>
<br />&lt;-Click To Enlarge</p>

<p>With only this level of detail how can one determine which network applications are causing spikes.&nbsp; Is it FTP traffic that is occuring at a high volume at an unuseal time of day?&nbsp; If that were occuring, could that be indicative of either a breach or some sort of problem? What if FTP isn't even an authorized service in the virtual environment but there is a high volume of it?&nbsp; Did someone install a rouge FTP service so they could steal information from the server at will? </p>

<p>These types of questions can't really be answered without a micro level of detail into the packets flowing in, out and within the virtual environment.&nbsp; Now, what I am highlighting is not security in the traditional sense of prevention but using visibility as a means to first identify, then pin point the source of an issue so that it can properly be mitigated.&nbsp; Having constant visibility can also ensure that other security products in the environment are performing as expected.&nbsp; What if a Montego HyperSwitch with firewalling enabled is configured with many policies but someone forgot to create an FTP block policy.&nbsp; One could think they are protected from rouge FTP services transmiting data out of the network, but without constant visibility monitoring, can you be certain?</p>

<p>Some vendors, namely Reflex Security will get you to believe that their IPS / IDS solution that is inline and running in the virtual environment is the right and only approach.&nbsp; Or they will tell you to hang a virtual IDS off a span port in the virtual environment and you will at least have visibility into the attacks that are taking place.&nbsp; Well, sure... You now have attack visibility but at the performance cost of your virtual environment.&nbsp; Signature matching technologies are great, I'm a huge believer; however they don't scale very well in shared computing environments such as virtual ones.&nbsp; IDS systems also don't typically track protocol and network service (FTP, HTTP, etc.) utilizations; which is another important part of visibility.</p>

<p>So, what do we do to gain visibility without the performance headache?&nbsp; Well, for starters its probably best to put your IDS/IPS solutions in the physical environment where performance will be less of a concern.&nbsp; In fact, you can span a virtual switch's traffic out to a physical NIC as easy as you can to a virtual one.&nbsp; So why do it virtual and have to pay a 60% CPU utilization tax?&nbsp; Another solution is to IDS inspect only the things you care about.&nbsp; Why IDS inspect SSL traffic if you know your solution can't unencrypt SSL.&nbsp; Its just a waste of compute cycles isnt it?&nbsp; Policy based switching helps you with directing only the things you care about to an IDS (attack visualization product).&nbsp; Montego's HyperSwitch also can help you with the traffic redirection of only the things you care about. </p>

<p>Another method of visibility which I tend to be a fan of is one of packet analysis (aka NetFlow).&nbsp; NetFlow was invented by Cisco some time ago and has gained popularity in the physical world and definately has a use in the virtual world.&nbsp; NetFlow is lightweight.&nbsp; Let me say that again, its light weight!&nbsp; It only sends a summation of packet detail to an analytical engine which can do some number crunching, packet comparison, etc. etc. to make some sense out of whats going on.&nbsp; <a href="http://www.lancope.com">Lancope</a>, an Atlanta based visibility company that provides Network Visibility, Security Visibility and User Visibility has this tool on their website that is a Netflow Bandwidth calculator.&nbsp; You'll see from playing with this ( <a href="http://www.lancope.com/netflowcalculator.aspx">http://www.lancope.com/netflowcalculator.aspx</a> ) calculator that it doesn't consume a lot of network bandwidth to transmit these network accounting records.&nbsp; It also doesn't cause a lot of CPU overhead to send these records to an analytical engine sitting somewhere in the network.</p>

<p>Lancope's analytical engines have the ability to do the following for you within your virtual environment:</p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="ProgId" content="PowerPoint.Slide" /><meta name="Generator" content="Microsoft PowerPoint 11" /><title><p>&lt;p&gt;Slide 3&lt;/p&gt;</p></title><meta name="Description" content="7/30/2008" /><style>
.O
	{color:black;
	font-size:149%;}
a:link
	{color:#CC9900 !important;}
a:active
	{color:#9B2D1F !important;}
a:visited
	{color:#96A9A9 !important;}
</style><style media="print">
&amp;lt;!--.sld
	{left:0px !important;
	width:6.0in !important;
	height:4.5in !important;
	font-size:103% !important;}
--&amp;gt;
</style><o:shapelayout v:ext="edit"></o:shapelayout><o:idmap v:ext="edit" data="1"></o:idmap><p:colorscheme colors="#ffffff,#000000,#e9e5dc,#696464,#d34817,#9b2d1f,#cc9900,#96a9a9">&nbsp;</p:colorscheme><p:colorscheme colors="#ffffff,#000000,#e9e5dc,#696464,#d34817,#9b2d1f,#cc9900,#96a9a9"><div v:shape="_x0000_s1026" class="O">

<ol><li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Monitor and Alert network behavior of VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Track Vmotion movement of VMs accross physical servers</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Monitor and Alert on communication between VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Identify users accessing VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Identify unauthorized or rouge VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Monitor and Alert when VM’s go online or offline
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Identify network services running on VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">•</span></span><span style="font-size: 10pt;">Monitor Network / Application performance of VMs<br />Display active hosts accessing VMs</span></li></ol>















<div></div>

</div>

</p:colorscheme><p>...and probably a slew of other things I'm not aware of.&nbsp; A screen shot of their product is bellow:</p>

<p><a href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/07/30/lancopescreen.jpg" onclick="window.open(this.href, '_blank', 'width=800,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img height="187" width="300" border="0" alt="Lancopescreen" title="Lancopescreen" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/07/30/lancopescreen.jpg" style="margin: 0px 5px 5px 0px; float: left;" /></a> &lt;- Click to enlarge</p>

<p>You'll notice from the screenshot that you are able to visualize who is talking to who, how much traffic they have sent and received and something called a concern index (not seen on this screenshot).</p>

<p>Now, a concern index is a number that increases as Lancopes analytical engines monitor suspicious activity on a session.&nbsp; A high counter can be indicative of a security problem.&nbsp; Its another way of identifying (visualizing) compromised hosts (virtual machines) without having to do signature matching like a heavy weight IPS engine.&nbsp; Example:&nbsp; Lets say you have a VM that has a BOT on it and is &quot;owned&quot;.&nbsp; The Lancope product is monitoring this long life session.&nbsp; Let's say that session is established for several hours or maybe even days or months.&nbsp; Lets also say that the conversation appears to be mostly unidirectional from a public ip address not belonging to your enterprise.&nbsp; Lancope would increase a the concern index on this since this server hasn't typically had this type of behavior.&nbsp; Once the concern index reached a certain level it could then fire off an email, send you a text message or something saying:&nbsp; <strong>Warning, Warning, Danger, Danger Will Robinson!!! You're virtual server may be infected with a BOT, please investigate immediately!!!</strong></p>

<p>This example is VISIBILITY which helps you with SECURITY.&nbsp; There are a number of other things you can do with NetFlow and Lancope products that have less to do with security and more to do with operational efficiencies.&nbsp; Things like, helping you answer questions of:&nbsp; How do I know what network applications are taking up the most bandwidth?&nbsp; When should I move those applications over to a server with more horsepower?&nbsp; When did these VM's vmotion over here and was there a traffic condition / CPU condition that caused that to occur?&nbsp; I could go on and on but thats a topic for another blog entry.</p>

<p>So, my suggestion is to take a look at what NetFlow has to offer.&nbsp; Montego Networks supports NetFlow transmission and Lancope supports NetFlow analytics and with both you can regain what was lost visibility.</p>

<p>I hope this was helpful to you all!</p>

<p>-John Peterson</p></div>
]]></content:encoded>
      <pubDate>Wed, 30 Jul 2008 17:57:06 +0000</pubDate>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/network visibility">network visibility</category>
      <category domain="http://securityratty.com/tag/visibility">visibility</category>
      <category domain="http://securityratty.com/tag/environments">environments</category>
      <category domain="http://securityratty.com/tag/virtual environments network">virtual environments network</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/network bandwidth">network bandwidth</category>
      <category domain="http://securityratty.com/tag/bandwidth">bandwidth</category>
      <category domain="http://securityratty.com/tag/virtual">virtual</category>
      <source url="http://feeds.feedburner.com/~r/SecurityInTheVirtualWorld/~3/350982407/security-throug.html">Security Through Visibility - Montego, Lancope and NetFlow</source>
    </item>
    <item>
      <title><![CDATA[Security Through Visibility - Montego, Lancope and NetFlow]]></title>
      <link>http://securityratty.com/article/5b6ed1101dc183f8ebcfa1e481566982</link>
      <guid>http://securityratty.com/article/5b6ed1101dc183f8ebcfa1e481566982</guid>
      <description><![CDATA[We've probably all heard that you can't secure what you can't see and that statement is even more profound when it comes to virtual environments. This is because it is extremely challenging to see...]]></description>
      <content:encoded><![CDATA[
<div xmlns="http://www.w3.org/1999/xhtml"><p>We've probably all heard that you can't secure what you can't see and that statement is even more profound when it comes to virtual environments.&nbsp; This is because it is extremely challenging to see what is going on at a micro vs. macro level within a virtual environments network.&nbsp; The virtualization vendors such as VMWare and Citrix have provided embedded tools into their management consoles that show a macro level of visibility but its not enough to identify security events in the environment.&nbsp; Take a look at the attached picture.&nbsp; It simply shows VMWare's ability to monitor virtual network performance statistics from a bits per second perspective.</p>

<p><a href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/07/30/performancescreen.jpg" onclick="window.open(this.href, '_blank', 'width=800,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img height="187" width="300" border="0" alt="Performancescreen" title="Performancescreen" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/07/30/performancescreen.jpg" style="margin: 0px 5px 5px 0px; float: left;" /></a>
<br />&lt;-Click To Enlarge</p>

<p>With only this level of detail how can one determine which network applications are causing spikes.&nbsp; Is it FTP traffic that is occuring at a high volume at an unuseal time of day?&nbsp; If that were occuring, could that be indicative of either a breach or some sort of problem? What if FTP isn't even an authorized service in the virtual environment but there is a high volume of it?&nbsp; Did someone install a rouge FTP service so they could steal information from the server at will? </p>

<p>These types of questions can't really be answered without a micro level of detail into the packets flowing in, out and within the virtual environment.&nbsp; Now, what I am highlighting is not security in the traditional sense of prevention but using visibility as a means to first identify, then pin point the source of an issue so that it can properly be mitigated.&nbsp; Having constant visibility can also ensure that other security products in the environment are performing as expected.&nbsp; What if a Montego HyperSwitch with firewalling enabled is configured with many policies but someone forgot to create an FTP block policy.&nbsp; One could think they are protected from rouge FTP services transmiting data out of the network, but without constant visibility monitoring, can you be certain?</p>

<p>Some vendors, namely Reflex Security will get you to believe that their IPS / IDS solution that is inline and running in the virtual environment is the right and only approach.&nbsp; Or they will tell you to hang a virtual IDS off a span port in the virtual environment and you will at least have visibility into the attacks that are taking place.&nbsp; Well, sure... You now have attack visibility but at the performance cost of your virtual environment.&nbsp; Signature matching technologies are great, I'm a huge believer; however they don't scale very well in shared computing environments such as virtual ones.&nbsp; IDS systems also don't typically track protocol and network service (FTP, HTTP, etc.) utilizations; which is another important part of visibility.</p>

<p>So, what do we do to gain visibility without the performance headache?&nbsp; Well, for starters its probably best to put your IDS/IPS solutions in the physical environment where performance will be less of a concern.&nbsp; In fact, you can span a virtual switch's traffic out to a physical NIC as easy as you can to a virtual one.&nbsp; So why do it virtual and have to pay a 60% CPU utilization tax?&nbsp; Another solution is to IDS inspect only the things you care about.&nbsp; Why IDS inspect SSL traffic if you know your solution can't unencrypt SSL.&nbsp; Its just a waste of compute cycles isnt it?&nbsp; Policy based switching helps you with directing only the things you care about to an IDS (attack visualization product).&nbsp; Montego's HyperSwitch also can help you with the traffic redirection of only the things you care about. </p>

<p>Another method of visibility which I tend to be a fan of is one of packet analysis (aka NetFlow).&nbsp; NetFlow was invented by Cisco some time ago and has gained popularity in the physical world and definately has a use in the virtual world.&nbsp; NetFlow is lightweight.&nbsp; Let me say that again, its light weight!&nbsp; It only sends a summation of packet detail to an analytical engine which can do some number crunching, packet comparison, etc. etc. to make some sense out of whats going on.&nbsp; <a href="http://www.lancope.com">Lancope</a>, an Atlanta based visibility company that provides Network Visibility, Security Visibility and User Visibility has this tool on their website that is a Netflow Bandwidth calculator.&nbsp; You'll see from playing with this ( <a href="http://www.lancope.com/netflowcalculator.aspx">http://www.lancope.com/netflowcalculator.aspx</a> ) calculator that it doesn't consume a lot of network bandwidth to transmit these network accounting records.&nbsp; It also doesn't cause a lot of CPU overhead to send these records to an analytical engine sitting somewhere in the network.</p>

<p>Lancope's analytical engines have the ability to do the following for you within your virtual environment:</p><meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><meta name="ProgId" content="PowerPoint.Slide" /><meta name="Generator" content="Microsoft PowerPoint 11" /><title><p>&lt;p&gt;Slide 3&lt;/p&gt;</p></title><meta name="Description" content="7/30/2008" /><style>
.O
	{color:black;
	font-size:149%;}
a:link
	{color:#CC9900 !important;}
a:active
	{color:#9B2D1F !important;}
a:visited
	{color:#96A9A9 !important;}
</style><style media="print">
&amp;lt;!--.sld
	{left:0px !important;
	width:6.0in !important;
	height:4.5in !important;
	font-size:103% !important;}
--&amp;gt;
</style><o:shapelayout v:ext="edit"></o:shapelayout><o:idmap v:ext="edit" data="1"></o:idmap><p:colorscheme colors="#ffffff,#000000,#e9e5dc,#696464,#d34817,#9b2d1f,#cc9900,#96a9a9">&nbsp;</p:colorscheme><p:colorscheme colors="#ffffff,#000000,#e9e5dc,#696464,#d34817,#9b2d1f,#cc9900,#96a9a9"><div v:shape="_x0000_s1026" class="O">

<ol><li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Monitor and Alert network behavior of VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Track Vmotion movement of VMs accross physical servers</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Monitor and Alert on communication between VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Identify users accessing VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Identify unauthorized or rouge VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Monitor and Alert when VM???s go online or offline
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Identify network services running on VMs
</span></li>

<li><span style="font-size: 56%;"><span style="position: absolute; left: -0.85%;">???</span></span><span style="font-size: 10pt;">Monitor Network / Application performance of VMs<br />Display active hosts accessing VMs</span></li></ol>















<div></div>

</div>

</p:colorscheme><p>...and probably a slew of other things I'm not aware of.&nbsp; A screen shot of their product is bellow:</p>

<p><a href="http://vmwaresecurity.typepad.com/.shared/image.html?/photos/uncategorized/2008/07/30/lancopescreen.jpg" onclick="window.open(this.href, '_blank', 'width=800,height=500,scrollbars=no,resizable=no,toolbar=no,directories=no,location=no,menubar=no,status=no,left=0,top=0'); return false"><img height="187" width="300" border="0" alt="Lancopescreen" title="Lancopescreen" src="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/images/2008/07/30/lancopescreen.jpg" style="margin: 0px 5px 5px 0px; float: left;" /></a> &lt;- Click to enlarge</p>

<p>You'll notice from the screenshot that you are able to visualize who is talking to who, how much traffic they have sent and received and something called a concern index (not seen on this screenshot).</p>

<p>Now, a concern index is a number that increases as Lancopes analytical engines monitor suspicious activity on a session.&nbsp; A high counter can be indicative of a security problem.&nbsp; Its another way of identifying (visualizing) compromised hosts (virtual machines) without having to do signature matching like a heavy weight IPS engine.&nbsp; Example:&nbsp; Lets say you have a VM that has a BOT on it and is &quot;owned&quot;.&nbsp; The Lancope product is monitoring this long life session.&nbsp; Let's say that session is established for several hours or maybe even days or months.&nbsp; Lets also say that the conversation appears to be mostly unidirectional from a public ip address not belonging to your enterprise.&nbsp; Lancope would increase a the concern index on this since this server hasn't typically had this type of behavior.&nbsp; Once the concern index reached a certain level it could then fire off an email, send you a text message or something saying:&nbsp; <strong>Warning, Warning, Danger, Danger Will Robinson!!! You're virtual server may be infected with a BOT, please investigate immediately!!!</strong></p>

<p>This example is VISIBILITY which helps you with SECURITY.&nbsp; There are a number of other things you can do with NetFlow and Lancope products that have less to do with security and more to do with operational efficiencies.&nbsp; Things like, helping you answer questions of:&nbsp; How do I know what network applications are taking up the most bandwidth?&nbsp; When should I move those applications over to a server with more horsepower?&nbsp; When did these VM's vmotion over here and was there a traffic condition / CPU condition that caused that to occur?&nbsp; I could go on and on but thats a topic for another blog entry.</p>

<p>So, my suggestion is to take a look at what NetFlow has to offer.&nbsp; Montego Networks supports NetFlow transmission and Lancope supports NetFlow analytics and with both you can regain what was lost visibility.</p>

<p>I hope this was helpful to you all!</p>

<p>-John Peterson</p></div>
]]></content:encoded>
      <pubDate>Wed, 30 Jul 2008 17:57:06 +0000</pubDate>
      <category domain="http://securityratty.com/tag/network">network</category>
      <category domain="http://securityratty.com/tag/network visibility">network visibility</category>
      <category domain="http://securityratty.com/tag/visibility">visibility</category>
      <category domain="http://securityratty.com/tag/environments">environments</category>
      <category domain="http://securityratty.com/tag/virtual environments network">virtual environments network</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/network bandwidth">network bandwidth</category>
      <category domain="http://securityratty.com/tag/bandwidth">bandwidth</category>
      <category domain="http://securityratty.com/tag/virtual">virtual</category>
      <source url="http://vmwaresecurity.typepad.com/security_in_the_virtual_w/2008/07/security-throug.html">Security Through Visibility - Montego, Lancope and NetFlow</source>
    </item>
    <item>
      <title><![CDATA[Times Up IPv6 OMB Mandate]]></title>
      <link>http://securityratty.com/article/cc832c2648fa421babda1922e9cba906</link>
      <guid>http://securityratty.com/article/cc832c2648fa421babda1922e9cba906</guid>
      <description><![CDATA[Three years ago, the OMB set a June 2008 deadline by which all agencies infrastructure (network backbones) must be using IPv6 and agency networks must interface with this infrastructure
Agencies are...]]></description>
      <content:encoded><![CDATA[<p>Three years ago, the OMB set a June 2008 deadline “by which all agencies’ infrastructure (network backbones) <a href="http://www.whitehouse.gov/omb/memoranda/fy2005/m05-22.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.whitehouse.gov');" target="_blank">must be using IPv6 and agency networks must interface with this infrastructure</a>.”
<p>Agencies are supposed to demonstrate that they can:
<ul>
<li>Transmit IPv6 traffic from the Internet and external peers, through the core (WAN), to the LAN.</li>
<li>Transmit IPv6 traffic from the LAN, through the core (WAN), out to the Internet and external peers.</li>
<li>Transmit IPv6 traffic from the LAN, through the core (WAN), to another LAN (or another node on the same LAN).</li>
</ul>
<p><em>(</em><a href="http://www.whitehouse.gov/omb/egov/documents/IPv6_FAQs.pdf" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.whitehouse.gov');" target="_blank"><em>Source: OMB IPv6 FAQs</em></a><em>)</em></p>
<p>One year ago, the OMB reviewed the Enterprise Architecture Assessment Framework results and found that six of the twenty-four agencies were on track to achieve the June deadline. Two months ago, there was a <a href="http://www.networkworld.com/news/2008/040208-ipv6-feds.html" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.networkworld.com');" target="_blank">good article by Carolyn Marsan Duffy about the status of compliance</a>. Take a look at this article because it seemed like there was a lot of backpedaling going on about meeting the date – using phrases like “we don’t like the term mandate” and “more of a recommendation than a mandate.” At the time, only three agencies were in compliance.
<p>Duffy just wrote an updated article, “<a href="http://www.networkworld.com/news/2008/062608-ipv6-federal-government.html?page=1" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.networkworld.com');" target="_blank">Feds say they have aced IPv6 deadline</a>”, and suddenly two months later, all lights seem green. As of June 24, ten of the twenty-four agencies sent emails to the OMB stating that “they have successfully transmitted IPv6 packets”. Fourteen still need to report in, but none have asked for an extension. And all of it was done through the regular tech refresh budget over the past three years. So if this is true, kudos to the feds!
<p>Right around the time of the first not-so-rosy article, we <a href="http://blog.sciencelogic.com/whats-in-a-number/04/2008"  target="_blank">ran a survey at FOSE</a>, the big federal government IT show. We asked attendees if their agencies would be ready by the deadline:
<ul>
<li>33% said they would be ready</li>
<li>6% said they were already there</li>
<li>33% said they would NOT be ready</li>
<li>About a quarter didn’t know</li>
</ul>
<p>What was really interesting is that we asked this same question in 2007, and the audience was equally split (yes/no) on whether or not their agencies would meet the mandate – 1 in 5 (2007) instead of 1 in 3 (2008).
<p>So what can explain these numbers? Surprisingly, out of the attendees we talked to, only 65% of them said that IPv6 is important to their operations, making it second to last on the list of IT priorities covered by the survey. Maybe the answer lies in the relative “unimportance” of the milestone – that just the network backbones (and the routers supporting them) be capable of passing IPv6 packets. The true test for government IT workers will be when actual IPv6 applications must be supported which will impact networks, systems, application and monitoring tools throughout the government.
<p>So was this a nice checklist item for the Bush administration? This initial deadline is the only one for IPv6 mandates from the current OMB incarnation. Actually running IPv6 applications, that’s a whole ‘nother story, apparently for a new administration.</p>
<p><a href="http://sharethis.com/item?&wp=2.5.1&amp;publisher=ea11358c-69de-4e80-9804-e964a8930b70&amp;title=Time%26rsquo%3Bs+Up+%26ndash%3B+IPv6+OMB+Mandate&amp;url=http%3A%2F%2Fblog.sciencelogic.com%2Ftimes-up-ipv6-omb-mandate%2F06%2F2008" onclick="javascript:pageTracker._trackPageview('/outbound/article/sharethis.com');">ShareThis</a></p>]]></content:encoded>
      <pubDate>Mon, 30 Jun 2008 15:27:18 +0000</pubDate>
      <category domain="http://securityratty.com/tag/ipv6">ipv6</category>
      <category domain="http://securityratty.com/tag/aced ipv6 deadline">aced ipv6 deadline</category>
      <category domain="http://securityratty.com/tag/ipv6 packets">ipv6 packets</category>
      <category domain="http://securityratty.com/tag/transmit ipv6 traffic">transmit ipv6 traffic</category>
      <category domain="http://securityratty.com/tag/omb">omb</category>
      <category domain="http://securityratty.com/tag/ipv6 applications">ipv6 applications</category>
      <category domain="http://securityratty.com/tag/actual ipv6 applications">actual ipv6 applications</category>
      <category domain="http://securityratty.com/tag/agencies">agencies</category>
      <category domain="http://securityratty.com/tag/twenty-four agencies">twenty-four agencies</category>
      <source url="http://blog.sciencelogic.com/times-up-ipv6-omb-mandate/06/2008">Times Up IPv6 OMB Mandate</source>
    </item>
    <item>
      <title><![CDATA[Storm Worm Hosting Pharmaceutical Scams]]></title>
      <link>http://securityratty.com/article/136b48ef6b52e1780fe22ec1ff8f39d6</link>
      <guid>http://securityratty.com/article/136b48ef6b52e1780fe22ec1ff8f39d6</guid>
      <description><![CDATA[With Storm's recent SQL injection and introduction of several new domains within, the very latest additions to their domain portfolio are the following domains (naturally in a fast-flux provided by...]]></description>
      <content:encoded><![CDATA[<a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_wICHhTiQmrA/SEBQz-zK7dI/AAAAAAAABwQ/oOQhYkgvYgc/s1600-h/storm_pharma1.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_wICHhTiQmrA/SEBQz-zK7dI/AAAAAAAABwQ/oOQhYkgvYgc/s200/storm_pharma1.JPG" alt="" id="BLOGGER_PHOTO_ID_5206250023201467858" border="0" /></a>With Storm's <a href="http://ddanchev.blogspot.com/2008/05/all-you-need-is-storm-worms-love.html">recent SQL injection</a> and introduction of several new domains within, the very latest additions to their domain portfolio are the following domains (naturally in a fast-flux provided by already infected hosts) hosting pharmaceutical scams :<br /><br /><span style="font-weight: bold;">producemorning.com</span> <span style="font-weight: bold;"><br />pressrose.com</span><br /><span style="font-weight: bold;">posestory.com</span><br /><span style="font-weight: bold;">picturewe</span><span style="font-weight: bold;">st.com</span> <span style="font-weight: bold;"><br />lowsmell.com</span> <span style="font-weight: bold;"><br />catsharp.com</span> <span style="font-weight: bold;"><br />printlength.com</span><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_wICHhTiQmrA/SEBSduzK7eI/AAAAAAAABwY/FlbHzyx9IC0/s1600-h/storm_pharma.png"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_wICHhTiQmrA/SEBSduzK7eI/AAAAAAAABwY/FlbHzyx9IC0/s200/storm_pharma.png" alt="" id="BLOGGER_PHOTO_ID_5206251839972634082" border="0" /></a>All of the domain's DNS entries are set to update every 2 minutes, meaning they every 2 minutes another 20 different and infected IPs will be hosting the domains, which on the other hand logically have identical WHOIS entry records :<br /><br /><span style="font-style: italic;">Administrative Contact: </span> <span style="font-style: italic;"><br />WenFeng</span> <span style="font-style: italic;">NO.397,zhuquedadao street,xian<br />City,shanxi Province</span> <span style="font-style: italic;">xi an Shanxi 710061</span> <span style="font-style: italic;">CN</span> <span style="font-style: italic;"><br />tel:  298 5228188 </span> <span style="font-style: italic;"><br />fax:  298 5393585<br /></span> <span style="font-style: italic;">yayun22@163.com</span><br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_wICHhTiQmrA/SEBVNezK7fI/AAAAAAAABwg/MWHZ8wcH2xc/s1600-h/storm_pharma2.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_wICHhTiQmrA/SEBVNezK7fI/AAAAAAAABwg/MWHZ8wcH2xc/s200/storm_pharma2.JPG" alt="" id="BLOGGER_PHOTO_ID_5206254859334643186" border="0" /></a>It's also worth pointing out how they emphasize on the benefits of SSL based transactions, when none of the sites is supporting SSL, but is doing something a great number of phishers do - they've changed the favicon to a key lock looking one, since maintaining a SSL infrastructure on the infected hosts is both, unpragmatic, and a bit unnecessary if they social engineer the visitor :<br /><br />"<span style="font-style: italic;">SSL Encryption or Https is a technique used to safeguard private information which is sent via Internet. To prove the site's legitimacy, the SSL encryption uses a PKI (Public Key Infrastructure) - public/private key, to encrypt IDs, documents, or messages to securely transmit the information in the World Wide Web. In order to show that our transmission is encrypted, most browsers will display a small icon that would look like a pad "lock" or a key and the URL begins with "https" instead of "http". SSL Encryption or https from a digital certification authority will helps the secure web site with confidential information on web. </span>"<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_wICHhTiQmrA/SEBZouzK7gI/AAAAAAAABwo/MgrjqDHT-JI/s1600-h/storm_fake_favicon.JPG"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_wICHhTiQmrA/SEBZouzK7gI/AAAAAAAABwo/MgrjqDHT-JI/s200/storm_fake_favicon.JPG" alt="" id="BLOGGER_PHOTO_ID_5206259725532589570" border="0" /></a>With pharma masters increasingly using <a href="http://ddanchev.blogspot.com/2007/10/fast-flux-spam-and-scams-increasing.html">fast-flux to increase the survivability of their domains</a> participating in affiliation based <a href="http://ddanchev.blogspot.com/2007/10/incentives-model-for-pharmaceutical.html">pharmaceutical affiliate programs</a>, Storm Worm is anything but lacking behind programs that connect scammers and <a href="http://www.trustedsource.org/TS?do=threats&amp;subdo=storm_tracker">(infected) infrastructure providers</a>.<br /><br /><span style="font-weight: bold;">Related posts:</span><br /><a href="http://ddanchev.blogspot.com/2008/05/all-you-need-is-storm-worms-love.html">All You Need is Storm Worm's Love</a><br /><a href="http://ddanchev.blogspot.com/2007/01/social-engineering-and-malware.html">Social Engineering and Malware</a><br /><a href="http://ddanchev.blogspot.com/2007/02/storm-worm-switching-propagation.html">Storm Worm Switching Propagation Vectors</a><br /><a href="http://ddanchev.blogspot.com/2007/08/storm-worms-use-of-dropped-domains.html">Storm Worm's use of Dropped Domains</a><br /><a href="http://ddanchev.blogspot.com/2007/08/offensive-storm-worm-obfuscation.html">Offensive Storm Worm Obfuscation</a><br /><a href="http://ddanchev.blogspot.com/2007/09/storm-worms-fast-flux-networks.html">Storm Worm's Fast Flux Networks</a><br /><a href="http://ddanchev.blogspot.com/2008/01/storm-worms-st-valentine-campaign.html">Storm Worm's St. Valentine Campaign</a><br /><a href="http://ddanchev.blogspot.com/2007/09/storm-worms-ddos-attitude.html">Storm Worm's DDoS Attitude</a><br /><a href="http://ddanchev.blogspot.com/2007/12/riders-on-storm-worm.html">Riders on the Storm Worm</a><br /><a href="http://ddanchev.blogspot.com/2007/08/storm-worm-malware-back-in-game.html">The Storm Worm Malware Back in the Game</a><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=2lfUEH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=2lfUEH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=dda2QH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=dda2QH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=uo4vqh"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=uo4vqh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=SV3dRh"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=SV3dRh" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=fj5WXH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=fj5WXH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=w2Y3WH"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=w2Y3WH" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=N0HUOh"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=N0HUOh" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/301462281" height="1" width="1"/>]]></content:encoded>
      <pubDate>Fri, 30 May 2008 10:50:06 +0000</pubDate>
      <category domain="http://securityratty.com/tag/storm worm">storm worm</category>
      <category domain="http://securityratty.com/tag/storm">storm</category>
      <category domain="http://securityratty.com/tag/storm worm malware">storm worm malware</category>
      <category domain="http://securityratty.com/tag/malware">malware</category>
      <category domain="http://securityratty.com/tag/ssl encryption">ssl encryption</category>
      <category domain="http://securityratty.com/tag/ssl">ssl</category>
      <category domain="http://securityratty.com/tag/lock">lock</category>
      <category domain="http://securityratty.com/tag/key lock">key lock</category>
      <category domain="http://securityratty.com/tag/key">key</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/301462281/storm-worm-hosting-pharmaceutical-scams.html">Storm Worm Hosting Pharmaceutical Scams</source>
    </item>
    <item>
      <title><![CDATA[Three computers at the University of Colorado are compromised]]></title>
      <link>http://securityratty.com/article/2af6d583e098dba427bdcf873efd301a</link>
      <guid>http://securityratty.com/article/2af6d583e098dba427bdcf873efd301a</guid>
      <description><![CDATA[Technorati Tag: Security Breach

Date Reported
4/25/08

Organization
University of Colorado

Contractor/Consultant/Branch
University of Colorado at Boulder

Victims
Students and instructors involved...]]></description>
      <content:encoded><![CDATA[Technorati Tag: <a href="http://technorati.com/tag/security+breach" rel="tag">Security Breach</a><br><br>
<img src="http://breachblog.com/images/95781-88451/ucolorado.jpg" align="right" height="146" width="200"><font size="2"><span style="font-weight: bold;">Date Reported: </span><br>4/25/08<br><br><span style="font-weight: bold;">Organization: </span><br><a href="https://www.cu.edu/">University of Colorado</a> <br><br><span style="font-weight: bold;">Contractor/Consultant/Branch:</span><br><a href="http://www.colorado.edu/">University of Colorado at Boulder</a> <br><br><span style="font-weight: bold;">Victims:</span><br>Students and instructors involved with the <a href="http://conted.colorado.edu/">Division of Continuing Education and Professional Studies</a> between 1997 and 2003.<br><br><span style="font-weight: bold;">Number Affected:</span><br>~9,500*<br><br><font size="1">*According to the school's response, "approximately 9,000 students, and approximately 500 instructors"</font><br><br><span style="font-weight: bold;">Types of Data:</span><br>"names, Social Security numbers, addresses, grades"<br><br><span style="font-weight: bold;">Breach Description:</span><br>"The University of Colorado at Boulder has announced that it discovered three computers in the Division of Continuing Education and Professional Studies were compromised and that one of the computers contains private data (i.e. names, Social Security numbers, addresses, grades) of approximately 9,000 students, and approximately 500 instructors."<br><br><span style="font-weight: bold;">Reference URL:</span><br><a href="http://www.colorado.edu/itsecurity/contedu/">University of Colorado at Boulder</a> <br><a href="http://www.9news.com/news/article.aspx?storyid=90632">KUSA Channel 9 News</a> <br><a href="http://kjct8.com/Global/story.asp?S=8231190">KJCT Channel 8 News</a> <br><a href="http://www.myfoxcolorado.com/myfox/pages/News/Detail?contentId=6397180&amp;version=1&amp;locale=EN-US&amp;layoutCode=TSTY&amp;pageId=3.2.1">FOX News Colorado</a> <br><br><span style="font-weight: bold;">Report Credit:</span><br>University of Colorado at Boulder<br><br><span style="font-weight: bold;">Response:</span><br>From the online sources cited above:<br><br>BOULDER - The University of Colorado at Boulder announced Friday that three computers in the Division of Continuing Education and Professional Studies were compromised, leaving nearly 10,000 people open to potential identity theft.<br><span style="font-style: italic;">[Evan] It's not clear whether or not these computers were client computers or servers.</span><br><br>CU Boulder IT security investigators on Thursday discovered a malicious file on the computers and began analyzing log files to determine the extent of the exposure and whether any information was accessed.<br><span style="font-style: italic;">[Evan] Hmm.&nbsp; A "malicious file" could mean a lot of things.</span><br><br>Investigators are still trying to determine the intent of the malicious file and whether it allowed the perpetrator to gain access to any private data.<br><span style="font-style: italic;">[Evan] The school must think that there is a chance that the intent of the malicious file was to capture and transmit sensitive information and that there was a chance of success.&nbsp; Otherwise, why would the school report it?&nbsp; If it were a run of the mill virus (supposing one exists nowadays), would you report it?&nbsp; Hard to say.</span><br><br>Bronson Hilliard, a spokesman for CU-Boulder, says one of the three computers had personal data, including names, Social Security numbers, addresses and grades, of about 9,000 students and about 500 instructors.<br><span style="font-style: italic;">[Evan] Should we assume that these were client computers and that "had" means stored?</span><br><br>"The university and I are deeply troubled that this compromise occurred despite efforts under way across campus to address computer security," stated Chancellor G.P. "Bud" Peterson<br><br>"We will continue and strengthen our security efforts and hold our departments accountable for their success."<br><span style="font-style: italic;">[Evan] Excellent quote, from G.P. "Bud" Peterson.&nbsp; The keywords that I really like are "continue", "strengthen" and "accountable".</span><br><br>Hilliard says they do not believe the data has been accessed, but CU is in the process of contacting the affected students and instructors by mail.<br><br>Officials say students and instructors who were involved in the Division of Continuing Education and Professional Studies between 1997 and 2003 were affected.<br><span style="font-style: italic;">[Evan] Does the school still need to store personal information that is 5 - 11 years old?</span><br><br>CU says a computer forensics firm has been hired to conduct an analysis. <br><br>Over the past few years, the CU-Boulder campus has stepped up efforts to increase security awareness and address IT security.<br><br>These efforts have included: <br></font><ul><li><font size="2">Launching a campus risk assessment process in 2005 to identify campus IT security risks and to locate and eliminate unnecessary databases of social security and credit card numbers;</font></li><li>Switching from Social Security numbers to a student identification number system in 2005;</li><li>Using&nbsp; a restrictive network firewall installed in August 2006 that has greatly reduced the campus’s exposure to vulnerabilities;</li><li>Conducting computer security training for all employees.<br></li></ul><font size="2"><br><span style="font-weight: bold;">Commentary:</span><br>Generally, I get the feeling that the University of Colorado is much better off in their information security efforts than most schools.&nbsp; The leader of the organization, G.P. "Bud" Peterson seems to be in touch based on his remarks, and this should not be undervalued.&nbsp; Organizational leadership is absolutely critical for the implementation and management of an effective information security program.<br><br>Let’s make some assumptions.<br>&nbsp; <br>Assumption #1 - Most malicious files are obtained through web browsing and email.&nbsp; There are numerous controls that can prevent (or detect early) attempted infections through this avenue of attack.&nbsp; Are these in place at CU?<br>&nbsp; <br>Assumption #2 - The compromised computers were client computers.&nbsp; Generally, it is not advised to store confidential information on client computers unless there is a compelling business case.&nbsp; <br><br>Assumption #3 - The compromised computers were servers and Assumption #1 is true.&nbsp; I have run into many cases where a server was compromised through administrator web surfing.&nbsp; I also used to remember when it was recommended that people not run anti-malware applications on servers (due to heavy I/O primarily).&nbsp; A tip: Don't surf the web from servers and in most cases run (and maintain) anti-malware applications on servers.<br><br>So, I make a lot of assumptions.&nbsp; Some may be true, and some may be so far off that I should be writing this article on the moon.&nbsp; Either way breaches get me thinking and thinking is mostly a good thing. <br><br><span style="font-weight: bold;">Past Breaches:</span><br>Unknown</font><br><br>
<script src="http://feeds.feedburner.com/%7Es/breachblog?i=http://breachblog.com/2008/04/30/ucolorado.aspx" type="text/javascript" charset="utf-8"></script>]]></content:encoded>
      <pubDate>Wed, 30 Apr 2008 04:54:01 +0000</pubDate>
      <category domain="http://securityratty.com/tag/store confidential information">store confidential information</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/store personal information">store personal information</category>
      <category domain="http://securityratty.com/tag/information security efforts">information security efforts</category>
      <category domain="http://securityratty.com/tag/security efforts">security efforts</category>
      <category domain="http://securityratty.com/tag/efforts">efforts</category>
      <category domain="http://securityratty.com/tag/address computer security">address computer security</category>
      <category domain="http://securityratty.com/tag/computers">computers</category>
      <category domain="http://securityratty.com/tag/computer security">computer security</category>
      <source url="http://breachblog.com/2008/04/30/ucolorado.aspx">Three computers at the University of Colorado are compromised</source>
    </item>
    <item>
      <title><![CDATA[The DDoS Attack Against CNN.com]]></title>
      <link>http://securityratty.com/article/0c99ce385868ceb40b1baaf43aadeaf8</link>
      <guid>http://securityratty.com/article/0c99ce385868ceb40b1baaf43aadeaf8</guid>
      <description><![CDATA[The DDoS attack against CNN.com, whether successful or not in terms of the perspective of complete knock-out, which didn't happen, is a perfect and perhaps the most recent example of a full scale...]]></description>
      <content:encoded><![CDATA[<div><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_wICHhTiQmrA/SA5i69Dpi4I/AAAAAAAABnE/aygLnU_8-FQ/s1600-h/IFRAME_CNN_China_hacktivists.jpg"><img id="BLOGGER_PHOTO_ID_5192196185366563714" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp0.blogger.com/_wICHhTiQmrA/SA5i69Dpi4I/AAAAAAAABnE/aygLnU_8-FQ/s200/IFRAME_CNN_China_hacktivists.jpg" border="0" /></a>The DDoS attack against CNN.com, whether successful or not in terms of the perspective of complete knock-out, which didn't happen, is a perfect and perhaps the most recent example of a full scale <a href="http://ddanchev.blogspot.com/2007/10/peoples-information-warfare-concept.html">people's information warfare in action</a>. Utilizing the bandwidth of the over 200 million nationalism minded Chinese Internet users, can greatly outpace any botnet's capacity if coordinated, or though the use of automated DIY tools, like the ones we've seen released for the purpose of attacking CNN.com<br /><br /><a href="http://news.netcraft.com/archives/2008/04/22/cnn_site_bears_the_brunt_of_chinese_attackers.html">CNN.com was indeed inacessible for a period of three hours according to NetCraft</a>, and literally any web site performance monitoring too with a historical perspective for a host can prove the same :<br /><br />"<span style="font-style: italic;">The CNN News website has twice been affected since an earlier distributed denial of service attack last Thursday. CNN fixed Thursday's attack by limiting the number of users who could access the site from specific geographical areas. Subsequently, an attack was purportedly organised to start on Saturday 19th April, but cancelled. However, our performance monitoring graph shows CNN's website s</span><span style="font-style: italic;">u</span><span style="font-style: italic;">ffered downtime within a 3 hour period on Sunday </span><span style="font-style: italic;">morning, followed by other anomalous activity on Monday morning, where response times were greatly inflated. Netcraft is continuing to monitor the CNN News website. Live uptime graphs can be viewed here.</span>"<br /><br /><a href="http://ddanchev.blogspot.com/2007/12/combating-unrestricted-warfare.html">Unrestricted warfare</a> is all about bypassing the most fortified engagement points, and achieving asymmetric dominance by excelling where there are no engagement points, in order for the attacker to enjoy the pioneer advantage. Now that CNN.com was indeed slowed down to a situation where it was unnacessible, what remains to be answered is how was CNN.com DDoS? Throught a botnet, or through <a href="http://ddanchev.blogspot.com/2008/04/chinese-hacktivists-waging-peoples.html">the collective bandwidth of virtually recruited Chinese citizens</a>? Despite that the common wisdom in terms of botnets used speaks for itself, this is China hacktivism and therefore common wisdom does not apply in an unrestricted warfare situation, and best of all data speaks for itself.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_wICHhTiQmrA/SA56c9Dpi9I/AAAAAAAABno/M-GVLAfVMB0/s1600-h/super_ddos_chinese_hacktivists.JPG"><img id="BLOGGER_PHOTO_ID_5192222058249554898" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp0.blogger.com/_wICHhTiQmrA/SA56c9Dpi9I/AAAAAAAABno/M-GVLAfVMB0/s200/super_ddos_chinese_hacktivists.JPG" border="0" /></a>- <span style="font-weight: bold;">Through the use of DIY DDoS Tools</span><br /><br />Besides <span style="font-weight: bold;"><a href="http://ddanchev.blogspot.com/2008/04/chinese-hacktivists-waging-peoples.html">anticnn.exe</a> </span>which I assessed in a previous post, there's also the Supper DDoS tool that as it appears was also getting actively recommended for participating in the attack, courtsy of a Chinese script kiddies group. Some basic info :<br /><br />Scanners Result: 3<span id="porcentaje">/32 (9.38%)</span><br />DDoS.Win32.Sdattack.A; DDoS.Trojan<br />File size: 1510643 bytes<br />MD5...: ed25e7188e5aa17f6b35496a267be557<br />SHA1..: 71138f0c0556dde789854398c3c7cde29352662b<br /><br />For instance, Estonia's DDoS attacks were a combination of botnets and DIY attack tools released in the wild, whereas the attacks on CNN.com were primarily the effect of people's information warfare, a situation where people would on purposely infect themselves with malware released on behalf of Chinese hacktivists to automatically utilize their Internet bandwidth for the purpose of a coordinated attack against a particular site.<br /><br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_wICHhTiQmrA/SA54VNDpi8I/AAAAAAAABng/QHBuNCRD_3I/s1600-h/IFRAME_CNN_China_hacktivists_2.jpg"><img id="BLOGGER_PHOTO_ID_5192219726082313154" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp1.blogger.com/_wICHhTiQmrA/SA54VNDpi8I/AAAAAAAABng/QHBuNCRD_3I/s200/IFRAME_CNN_China_hacktivists_2.jpg" border="0" /></a><br />- <span style="font-weight: bold;">Collectively building bandwidth capacity and mobilizing novice cyber warriors</span><br /><br />What if a simple script that is automatically refreshing CNN.com multiple times in several IFRAME windows, gets embedded at thousands of sites, and then promoted at hundreds of forums, with a single line stating that - "If you're a patriot, forward this to all your friends"? Now, what if this gets coordinate to happen at a particular moment in time? This is perhaps the most realistic scenario to what exactly happened with CNN.com, and data speaks for itself, in fact I can easily state that the bandwidth generated by this massive PSYOPs campaign is greater than the one used by a botnet that's also been DDoS-ing CNN.com. All of these sites are basically refreshing CNN.com every couple of seconds, thereby wasting the sites's bandwidth, the only flaw of this attack approach compared to a botnet, is that all the participating hosts are Chinese, and therefore as NetCraft pointed out, CNN blocked access to certain countries, take these countries as China for instance. If it were a botnet used, the diversity of the infected hosts would have required more efforts into dealing with the attack, then again from another perspective regular web traffic compared to network flood is sometimes harder to detect as a DDoS attack.<br /><br /><span style="font-weight: bold;">hackerhf.com/cnn.html</span> <span style="font-weight: bold;"><br />80aft.com/cnn.htm</span> <span style="font-weight: bold;"><br />tom765.cn/cnn.html</span> <span style="font-weight: bold;"><br />ah930.com/cnn.htm</span> <span style="font-weight: bold;"><br />0851qiche.cn/cnn.html</span><br /><span style="font-weight: bold;">xdadmin.com/cnn.html</span> <span style="font-weight: bold;"><br />ah930.com/cnn.html</span><br /><span style="font-weight: bold;">s234sdf3.cn.webz.datasir.com/cnn.asp</span><br /><span style="font-weight: bold;">bbscar.com.cn/cnn</span> <span style="font-weight: bold;"><br />120abc.cn/cn</span><span style="font-weight: bold;">n.html</span> <span style="font-weight: bold;"><br />hospltal.cn/cnn.html</span> <span style="font-weight: bold;"><br />bbs.cityzx.cn/cnn.htm</span> <span style="font-weight: bold;"><br />bestmf.cn/cnn.html</span> <span style="font-weight: bold;"><br />anlycloud.com/cnn/cnn</span> <span style="font-weight: bold;"><br />qibubbs.net/ddoscnn.htm</span> <span style="font-weight: bold;"><br />maje.cn/cnn.html</span> <span style="font-weight: bold;"><br />edu.sina.googlepages.com/FuckCNN.htm</span> <span style="font-weight: bold;"><br />urlonline.com.cn/kaocnn.html</span> <span style="font-weight: bold;"><br />lmpx.net/cnn.htm</span><br /><span style="font-weight: bold;">ily88.com/cn</span><span style="font-weight: bold;">n.html</span> <span style="font-weight: bold;"><br />zjipc.net/cnn</span> <span style="font-weight: bold;"><br />axlovechina.cn/<br />idernice.com/cnn.asp</span> <span style="font-weight: bold;"><br />conncn.com/cnn.html</span> <span style="font-weight: bold;"><br />xuanxuanmu.000webhost.com/cnn.html</span> <span style="font-weight: bold;"><br />jianw1.cn/cnn.htm</span> <span style="font-weight: bold;"><br />bjzs114.com/cnn.htm</span> <span style="font-weight: bold;"><br />0851qiche.cn/cnn.html</span><br /><span style="font-weight: bold;">yaanren.net/cnn.html</span> <span style="font-weight: bold;"><br />todayol.cn/cnn.html</span> <span style="font-weight: bold;"><br />17bnb.com/cn</span><span style="font-weight: bold;">n.htm</span> <span style="font-weight: bold;"><br />hackerhf.com/cnn.html</span> <span style="font-weight: bold;"><br />hnjdbbs.com/cnn.html</span> <span style="font-weight: bold;"><br />sql8.net/cnn</span> <span style="font-weight: bold;"><br />bh125.cn/cnn.html</span> <span style="font-weight: bold;"><br />razorcn.cn/cnn.html</span> <span style="font-weight: bold;"><br />93HR.com/cnn.html</span> <span style="font-weight: bold;"><br />tke08.com/cnn.htm<br />vipeee.com/cnn.htm</span><br /><br />This is also the statement made for the recruiting purpose across the forums, including remarks against France's policy against China :<br /><br /><span style="font-weight: bold;">Anti-CNN Plans v4.19</span><br /><br />"<span style="font-style: italic;">Revenge of the flame - we, as the publicity in the network of special groups, we notice as follows: We are still able to recall that the Sino-US hackers exciting war, and that war, what are the reasons? That have taken place in Indonesia because of the large-scale anti-Chinese, the majority of Chinese women were raped, killed, and we Chinese hackers predecessors such unbearable humiliation, and from the other side of the ocean in advance of the attack, losing their right to. " cn "for China's first website launched a large-scale attack, but at that time the Chinese network is not very developed, we use the most immature way to attack, but in any case, we all expressed their intention by everyone, although we on the network do not know each other, but we have a common motherland. </span><br /><br /><span style="font-style: italic;">We know that the 2008 Olympic Games will be held in our beloved motherland, which is the dream of the people look forward to for a long time, and we in the passing of the torch in the process of being repeatedly obstructed because we all know that, as an act of Tibetan independence elements each of us Mission hearts have a personal anger. Then we briefly look at the practice of France: France is now the largest in the protection of Tibetan independence, advocates in support of France is in support of splitting China, French President Sarkozy, the country is now the world just for a dare to openly resist Beijing Olympic Games President, the Chinese go-vern-ment has just come to an end with the French Airbus as much as billions of dollars in trade contracts. France on bad faith.</span><br /><br /><span style="font-style: italic;">Recently, the United States "cnn" Since, as we said a number of Chinese people can not accept things, is that we are willing to endure, willing to yield? We plan on taking the lead in the 2008.4.19 "cnn" Web site attacks, as a Chinese, please support us. </span><br /><span style="font-style: italic;"></span><br /><span style="font-style: italic;">Plot: </span><br /><span style="font-style: italic;">1, first of all, all the conditions for full, I expect four days later, in the - on April 19, 2008, 8:00 p.m., at www.cnn.com against a DDOS attack! More than three hours on the CNN Web site with the assistance of attacks, How DOS attack CNN website? If you are patriotic, please forward!<br /></span><br /><span style="font-style: italic;">iframe Id="cnn" width="100%" height="100"> <!-- iframe--></span><br /><span style="font-style: italic;">script> </span><br /><span style="font-style: italic;">Var e = document.getElementById ( 'cnn'); </span><br /><span style="font-style: italic;">SetInterval ( "e.src = 'http://www.cnn.com'", 3000); </span><br /><span style="font-style: italic;">/ / 1000 said that 1,000 ms, you can modify and transmit<br /> <!-- span script<--><br /><span style="font-style: italic;">You can also directly open qibubbs.net/ddoscnn.htm open on the trip, you do not affect anything. I have to, I have friends in all of it again, the strong support of friends, and their repercussions great, and to many people, have been transmitted in other friend, a classmate now has begun to link their Web sites the I believe that compatriots in China, in collaboration with CNN article seconds click rate in the second can at least 50 million times, if the 200 million Internet users click on, I believe CNN, will be suspended instantaneous, as our fellow countrymen will be more hackers the chance to win big, exciting good mood now, and looks forward to 8:00 after we are all fellow hackers smoothly, we will sincerely pray that China win. The great motherland is not to take advantage of the separatist elements, all anti-China reunification of the sophistry of speech are all in vain Revenge of the flame - we, as the publicity in the network of special groups, we notice as follows:</span><br /><br /><span style="font-style: italic;">We are still able to recall that the Sino-US hackers exciting war, and that war, what are the reasons? That have taken place in Indonesia because of the large-scale anti-Chinese, the majority of Chinese women were raped, killed, and we Chinese hackers predecessors such unbearable humiliation, and from the other side of the ocean in advance of the attack, losing their right to. " cn "for China's first website launched a large-scale attack, but at that time the Chinese network is not very developed, we use the most immature way to attack, but in any case, we all expressed their intention by everyone, although we on the network do not know each other, but we have a common motherland. </span>  <span style="font-style: italic;">We know that the 2008 Olympic Games will be held in our beloved motherland, which is the dream of the people look forward to for a long time, and we in the passing of the torch in the process of being repeatedly obstructed because we all know that, as an act of Tibetan independence elements each of us Mission hearts have a personal anger. </span>  <span style="font-style: italic;">Then we briefly look at the practice of France: France is now the largest in the protection of Tibetan independence, advocates in support of France is in support of splitting China, French President Sarkozy, the country is now the world just for a dare to openly resist Beijing Olympic Games President, the Chinese go-vern-ment has just come to an end with the French Airbus as much as billions of dollars in trade contracts.</span> "</span></div><br /><div><span style="font-style: italic;"><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_wICHhTiQmrA/SA5-4tDpi-I/AAAAAAAABnw/qzRVOFjSUm4/s1600-h/sina-anti-cnn.jpg"><img id="BLOGGER_PHOTO_ID_5192226933037435874" style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" alt="" src="http://bp3.blogger.com/_wICHhTiQmrA/SA5-4tDpi-I/AAAAAAAABnw/qzRVOFjSUm4/s200/sina-anti-cnn.jpg" border="0" /></a></span>This particular DDoS people's information warfare attack against CNN.com is also a great example of a psychological operations (PSYOPS) chain-letter. Given China's 3.0 state of social networking, messages forwarding people to sites that would automatically refresh their browsers with CNN.com were distributed at over 5000 web forums, with a bit of propanga taste enticing everyone to forward the message by telling them "If you're a patriot forward this attack link", so if you don't, it means you're not a patriot, another indication of China's understanding of the effectiveness of psychological operations (PSYOPS) online.<br /></div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=GPVfMGG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=GPVfMGG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=8JZLhbG"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=8JZLhbG" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=e5BEfGg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=e5BEfGg" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=xOuYnag"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=xOuYnag" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=vzmsr4G"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=vzmsr4G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=a7dJe5G"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=a7dJe5G" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?a=MVNOTRg"><img src="http://feeds.feedburner.com/~f/DanchoDanchevOnSecurityAndNewMedia?i=MVNOTRg" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~4/275777656" height="1" width="1"/>]]></content:encoded>
      <pubDate>Tue, 22 Apr 2008 15:30:53 +0000</pubDate>
      <category domain="http://securityratty.com/tag/ddos">ddos</category>
      <category domain="http://securityratty.com/tag/ddos-ing cnn">ddos-ing cnn</category>
      <category domain="http://securityratty.com/tag/cnn">cnn</category>
      <category domain="http://securityratty.com/tag/ddos people">ddos people</category>
      <category domain="http://securityratty.com/tag/warfare">warfare</category>
      <category domain="http://securityratty.com/tag/information warfare attack">information warfare attack</category>
      <category domain="http://securityratty.com/tag/attack">attack</category>
      <category domain="http://securityratty.com/tag/ddos attack">ddos attack</category>
      <category domain="http://securityratty.com/tag/chinese script kiddies">chinese script kiddies</category>
      <source url="http://feeds.feedburner.com/~r/DanchoDanchevOnSecurityAndNewMedia/~3/275777656/ddos-attack-against-cnncom.html">The DDoS Attack Against CNN.com</source>
    </item>
    <item>
      <title><![CDATA[Software and SoftwareVersion in Syslog?]]></title>
      <link>http://securityratty.com/article/7663b42d4ee17d7756d326833d8d351b</link>
      <guid>http://securityratty.com/article/7663b42d4ee17d7756d326833d8d351b</guid>
      <description><![CDATA[The latest update of syslog IETF draft &quot;The syslog Protocol draft-ietf-syslog-protocol-23&quot; ( here ) enlightens its readers that it now has &quot;structured data elements, which can be used to transmit...]]></description>
      <content:encoded><![CDATA[The latest update of syslog IETF draft "The syslog Protocol                      draft-ietf-syslog-protocol-23" (<a href="http://www.ietf.org/internet-drafts/draft-ietf-syslog-protocol-23.txt">here</a>) enlightens its readers that it now has "structured data elements, which can be used to transmit easily   parseable, structured information and allows for vendor extensions." Wow, amazing!<br /><br />Have <span style="font-weight: bold;">you </span>ever seen a syslog entry that had "enterpriseId", "software", "swVersion" or something of that sort?<br /><br />Why not? :-)<div class="blogger-post-footer">About me: http://www.chuvakin.org</div><div class="feedflare">
<a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=zHNcvOE"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=zHNcvOE" border="0"></img></a> <a href="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?a=3Y0T7FE"><img src="http://feeds.feedburner.com/~f/AntonChuvakinPersonalBlog?i=3Y0T7FE" border="0"></img></a>
</div><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/241204383" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 25 Feb 2008 14:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/transmit easily parseable">transmit easily parseable</category>
      <category domain="http://securityratty.com/tag/syslog ietf draft">syslog ietf draft</category>
      <category domain="http://securityratty.com/tag/data elements">data elements</category>
      <category domain="http://securityratty.com/tag/syslog protocol">syslog protocol</category>
      <category domain="http://securityratty.com/tag/vendor extensions">vendor extensions</category>
      <category domain="http://securityratty.com/tag/software">software</category>
      <category domain="http://securityratty.com/tag/syslog entry">syslog entry</category>
      <category domain="http://securityratty.com/tag/enlightens">enlightens</category>
      <category domain="http://securityratty.com/tag/org">org</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/241204383/software-and-softwareversion-in-syslog.html">Software and SoftwareVersion in Syslog?</source>
    </item>
    <item>
      <title><![CDATA[Links for 2008-02-04 [del.icio.us]]]></title>
      <link>http://securityratty.com/article/66792bf994a32702df636b07b7d85daa</link>
      <guid>http://securityratty.com/article/66792bf994a32702df636b07b7d85daa</guid>
      <description><![CDATA[practical risk management: What is GRC vs. IT GRC - How does it help IT Security mature to the next level
theBaum Blog Archive What Do We See Standing on Our Own Platform? First, its our belief theres...]]></description>
      <content:encoded><![CDATA[<ul>
<li><a href="http://www.security-works.com/blog/2008/02/what-is-grc-vs-it-grc-how-does-it-help.html">practical risk management: What is GRC vs. IT GRC - How does it help IT Security mature to the next level?</a></li>
<li><a href="http://blogs.splunk.com/thebaum/2008/02/03/what-do-we-see-standing-on-our-own-platform/">theBaum &raquo; Blog Archive &raquo; What Do We See &ldquo;Standing on Our Own Platform&rdquo;?</a><br/>
First, it’s our belief there’s a lot of money out there wasted on point products for managing networks, servers, applications … even security. A lot of these systems redundantly collect, transmit and store much of the same machine generated data. Th</li>
</ul><img src="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~4/229375672" height="1" width="1"/>]]></content:encoded>
      <pubDate>Mon, 04 Feb 2008 21:00:00 +0000</pubDate>
      <category domain="http://securityratty.com/tag/security mature">security mature</category>
      <category domain="http://securityratty.com/tag/systems redundantly collect">systems redundantly collect</category>
      <category domain="http://securityratty.com/tag/thebaum blog archive">thebaum blog archive</category>
      <category domain="http://securityratty.com/tag/practical risk management">practical risk management</category>
      <category domain="http://securityratty.com/tag/security">security</category>
      <category domain="http://securityratty.com/tag/lot">lot</category>
      <category domain="http://securityratty.com/tag/grc">grc</category>
      <category domain="http://securityratty.com/tag/money">money</category>
      <category domain="http://securityratty.com/tag/platform">platform</category>
      <source url="http://feeds.feedburner.com/~r/AntonChuvakinPersonalBlog/~3/229375672/anton18">Links for 2008-02-04 [del.icio.us]</source>
    </item>
    <item>
      <title><![CDATA[Five stolen Florida Department of Children and Families laptops]]></title>
      <link>http://securityratty.com/article/60834451d38452057db8c34b9130ffce</link>
      <guid>http://securityratty.com/article/60834451d38452057db8c34b9130ffce</guid>
      <description><![CDATA[Technorati Tag: Security Breach

Date Reported
1/4/07

Organization
State of Florida
Contractor/Consultant/Branch
Department of Children and Families (DCF

Victims
Daycare workers in Orange, Seminole...]]></description>
      <content:encoded><![CDATA[Technorati Tag: <a href="http://technorati.com/tag/security+breach" rel="tag">Security Breach</a><br><br>
<img src="http://breachblog.com/images/95781-88451/dcf.jpg" align="right" height="121" width="150"><font size="2"><span style="font-weight: bold;">Date Reported: </span><br>1/4/07<br><br><span style="font-weight: bold;">Organization: </span><br><a href="http://www.myflorida.com/" target="_blank"> State of Florida</a> <br><br style="font-weight: bold;"><span style="font-weight: bold;">Contractor/Consultant/Branch:</span><br><a href="http://www.state.fl.us/cf_web/" target="_blank"> Department of Children and Families (DCF)</a><br><br><span style="font-weight: bold;">Victims:</span><br>Daycare workers in Orange, Seminole and Osceola counties<br><br><span style="font-weight: bold;">Number Affected:</span><br>"Thousands"*<br><br><font size="1">*DCF is notifying about 1,200 day-care providers and their employees</font><br><br><span style="font-weight: bold;">Types of Data:</span><br>Names, addresses, Social Security numbers, and "other information"<br><br><span style="font-weight: bold;">Breach Description:</span><br>Five laptop computers were stolen from a Department of Children and Families (DCF) office near the Orlando Fashion Square Mall on November 7th and/or 8th, 2007.&nbsp; One or more of the laptop computers contained sensitive personal information belonging to thousands of day-care workers in Orange, Seminole and Osceola counties.<br><br><span style="font-weight: bold;">Reference URL:</span><br><a href="http://www.orlandosentinel.com/news/local/crime/orl-idtheft0408jan04,0,1998446.story?coll=orl_tab01_layout" target="_blank"> The Orlando Sentinel Story</a> <br><br><span style="font-weight: bold;">Report Credit:</span><br>Dave Weber, The Orlando Sentinel<br><br><span style="font-weight: bold;">Response:</span><br>From the source cited above:<br><br>Social Security numbers, birth dates and other information about day-care workers in Orange, Seminole and Osceola counties were among the data on five laptop computers that were stolen from the DCF office near Orlando Fashion Square mall in Orlando on Nov. 7-8.<br><br>there were no signs of forced entry at the DCF office.<br><span style="font-style: italic;">[Evan] No signs of forced entry seems to imply that these laptops were stolen by someone who had legitimate access to the office (had keys) or that these laptops were stolen during business hours.&nbsp; You would think that it would be hard to walk out during business hours with five laptops.</span><br><br>the Florida Department of Children and Families is just now notifying about 1,200 day-care providers that their employees, as well as center operations, may be at risk.<br><br>The computers contained applications for child-care-center licenses. Centers are required to provide personal information on the applications, including employees' birth dates and Social Security numbers, so DCF can conduct background checks.<br><span style="font-style: italic;">[Evan]&nbsp; I'm glad to read that DCF conducts background checks on day care workers.&nbsp; I am all for that.&nbsp; Storing the applications on a laptop computer that is not physically or logically secure is terrible security practice.</span><br><br>Officials said they don't know how many day-care employees' records were on the stolen computers.<br><br>DCF wanted to have a complete list of centers before contacting them. She said the agency had 45 days by law to notify those whose records were stolen. - DCF spokeswoman Carrie Hoeppner<br><span style="font-style: italic;">[Evan] 45 days from November 8th is December 23rd, but there is also a provision in the law that states "Notification may be delayed if a law enforcement agency determines that the notification will impede a criminal investigation."&nbsp; Maybe law enforcement led to the delay in notification. I would think that a complete list of daycare centers would be available as quickly as it takes to run a simple database query.</span><br><br>the agency also was concerned that the thieves might not realize they had potentially valuable data, and did not want to publicize it. <br><br>Hoeppner said she is unaware of any identity-theft crimes resulting from the computer thefts. But she acknowledged that an identity-theft victim may not have considered the DCF theft as the source of their trouble<br><br><span style="font-weight: bold;">Victim Reaction:</span><br><br>"They could get information on anybody who works in this place. They could get our Social Security numbers," said Tracey Batchelor, a worker at the Children's Garden Learning Center on University Boulevard in Orlando.<br><br><span style="font-weight: bold;">Commentary:</span><br>Here is an idea.&nbsp; Collect the necessary information on the application, enter the information into a secured database, then shred the application.<br><br>If you can't or don't know how to reasonably secure laptops and other mobile devices, then don't use them.&nbsp; If you can't or don't know how to reasonably secure confidential information, then don't collect, create, store, access, or transmit it.&nbsp; It would be nice if things were so easy, but unfortunately they aren't.&nbsp; <br><br>Access to confidential information must be strictly controlled including the restriction from copying to mobile devices (where possible) and use of strong encryption.&nbsp; Anyone who has read about other breaches has heard this all before.<br><br>The Florida breach notification statute is interesting and easy to understand:<br><a href="http://www.flsenate.gov/statutes/index.cfm?mode=View" statutes&submenu="1&amp;App_mode=Display_Statute&amp;Search_String=personal+information&amp;URL=CH0817/Sec5681.HTM" target="_blank"> 817.5681  Breach of security concerning confidential personal information in third-party possession; administrative penalties</a>. <br><br>"Notification must be made no later than 45 days following the determination of the breach unless otherwise provided in this section."<br><br>"Any person required to make notification under paragraph (a) who fails to do so within 45 days following the determination of a breach or receipt of notice from law enforcement as provided in subsection (3) is liable for an administrative fine not to exceed $500,000, as follows:"<br><br>"The notification required by this section may be delayed upon a request by law enforcement if a law enforcement agency determines that the notification will impede a criminal investigation. The notification time period required by this section shall commence after the person receives notice from the law enforcement agency that the notification will not compromise the investigation."<br><br>"If a person discovers circumstances requiring notification pursuant to this section of more than 1,000 persons at a single time, the person shall also notify, without unreasonable delay, all consumer reporting agencies that compile and maintain files on consumers on a nationwide basis, as defined in 15 U.S.C. s. 1681a(p), of the timing, distribution, and content of the notices." <br><br><span style="font-weight: bold;">Past Breaches:</span><br>Unknown</font><br><br>
<script src="http://feeds.feedburner.com/%7Es/breachblog?i=http://breachblog.com/2008/01/04/dcf.aspx%E2%80%9D%20type=" text="" javascript="" charset="utf-8"></script>
<br>
<br>
<script type="text/javascript"><!--
google_ad_client = "pub-4721162729073131";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel = "";
//-->
</script>
<script type="text/javascript">
</script>]]></content:encoded>
      <pubDate>Fri, 04 Jan 2008 07:12:20 +0000</pubDate>
      <category domain="http://securityratty.com/tag/agency">agency</category>
      <category domain="http://securityratty.com/tag/law enforcement agency">law enforcement agency</category>
      <category domain="http://securityratty.com/tag/law">law</category>
      <category domain="http://securityratty.com/tag/confidential information">confidential information</category>
      <category domain="http://securityratty.com/tag/information">information</category>
      <category domain="http://securityratty.com/tag/confidential personal information">confidential personal information</category>
      <category domain="http://securityratty.com/tag/law enforcement led">law enforcement led</category>
      <category domain="http://securityratty.com/tag/laptops">laptops</category>
      <category domain="http://securityratty.com/tag/sensitive personal information">sensitive personal information</category>
      <source url="http://breachblog.com/2008/01/04/dcf.aspx">Five stolen Florida Department of Children and Families laptops</source>
    </item>
  </channel>
</rss>
