<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: CEE &#8211; CEF &#8211; Event Interoperability Standards</title>
	<atom:link href="http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/feed/" rel="self" type="application/rss+xml" />
	<link>http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/</link>
	<description>IT security data visualization and log management as seen by Raffael Marty</description>
	<lastBuildDate>Thu, 03 Dec 2009 16:26:05 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Raffy &#187; Blog Archive &#187; Common Event Format - Add-on</title>
		<link>http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/comment-page-1/#comment-10022</link>
		<dc:creator>Raffy &#187; Blog Archive &#187; Common Event Format - Add-on</dc:creator>
		<pubDate>Thu, 06 Dec 2007 17:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/#comment-10022</guid>
		<description>[...] instead of making you register to download it. If you want more detailed information about CEF, check out an older post that I have written when I was still working on [...]</description>
		<content:encoded><![CDATA[<p>[...] instead of making you register to download it. If you want more detailed information about CEF, check out an older post that I have written when I was still working on [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raffael Marty</title>
		<link>http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/comment-page-1/#comment-6700</link>
		<dc:creator>Raffael Marty</dc:creator>
		<pubDate>Thu, 19 Jul 2007 15:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/#comment-6700</guid>
		<description>Thanks for leaving a comment Bob!

Just to re-inforce some points that I seem to have difficulties expressing.

1. Timezone. I agree with you to a certain degree. The way you phrase it is what I don&#039;t like. CEF uses the syslog timestamp if syslog is used. And we all know, syslog does not have the timezone, nor the year in the time stamp. Big problem! I agree! However, you can define a key-value pair, called rt, that would define the receiptTime. I don&#039;t think the CEF standard is very specific about that. Maybe that&#039;s something I should clean up.
2. Regarding separating interoperability efforts. Again, we only tried to come up with a syntax. Yes, if you want to exchange events, you NEED a transport. We just want to leave that up to the entities that need to communicate. That&#039;s why part of CEE is a transport. CEF however is not at all in the space to define a transport. It&#039;s only the syntax piece of a logging standard.
3. SignatureIDs and taxonomy. Be careful with your fourth comment. Again, I like to separate taxonomy from syntax. CEF does not talk about a taxonomy. However, it enables a taxonomy! Why? Because we have a concept of identifying a type of event through the signatureID. You need such a concept to have a lookup table for the categories of an event. I buy your arguments in your fourth comment, but again, that&#039;s a problem the taxonomy needs to solve!
4. Just a general remark about CEF. We designed the standard because a lot of companies came to us, asking how they should log or they asked us to review their logging facilities. I have seen pretty much everything that&#039;s out there. So we decided to come up with a very very cheap and easy way to generate standardized events (format). CEE will not be using pure CEF! CEE will most likely define the semantics of event fields. In addition, CEE will likely propose three syntaxes! Yes. Three. Why? Well, something along the lines of CEF: text-based, cheap, simple, fairly fast. However, there are drawbacks of CEF. Expressiveness. For example list values cannot be expressed. Therefore we need XML to have more complex structures. Especially in the apps world, this is of great use! The third instance will be a binary format. All optimized for speed. However, CEE will help standardize the semantics of all the event fields!

So, CEF nor XDAS is what&#039;s cooking in the CEE pot. 

Keep the comments coming!</description>
		<content:encoded><![CDATA[<p>Thanks for leaving a comment Bob!</p>
<p>Just to re-inforce some points that I seem to have difficulties expressing.</p>
<p>1. Timezone. I agree with you to a certain degree. The way you phrase it is what I don&#8217;t like. CEF uses the syslog timestamp if syslog is used. And we all know, syslog does not have the timezone, nor the year in the time stamp. Big problem! I agree! However, you can define a key-value pair, called rt, that would define the receiptTime. I don&#8217;t think the CEF standard is very specific about that. Maybe that&#8217;s something I should clean up.<br />
2. Regarding separating interoperability efforts. Again, we only tried to come up with a syntax. Yes, if you want to exchange events, you NEED a transport. We just want to leave that up to the entities that need to communicate. That&#8217;s why part of CEE is a transport. CEF however is not at all in the space to define a transport. It&#8217;s only the syntax piece of a logging standard.<br />
3. SignatureIDs and taxonomy. Be careful with your fourth comment. Again, I like to separate taxonomy from syntax. CEF does not talk about a taxonomy. However, it enables a taxonomy! Why? Because we have a concept of identifying a type of event through the signatureID. You need such a concept to have a lookup table for the categories of an event. I buy your arguments in your fourth comment, but again, that&#8217;s a problem the taxonomy needs to solve!<br />
4. Just a general remark about CEF. We designed the standard because a lot of companies came to us, asking how they should log or they asked us to review their logging facilities. I have seen pretty much everything that&#8217;s out there. So we decided to come up with a very very cheap and easy way to generate standardized events (format). CEE will not be using pure CEF! CEE will most likely define the semantics of event fields. In addition, CEE will likely propose three syntaxes! Yes. Three. Why? Well, something along the lines of CEF: text-based, cheap, simple, fairly fast. However, there are drawbacks of CEF. Expressiveness. For example list values cannot be expressed. Therefore we need XML to have more complex structures. Especially in the apps world, this is of great use! The third instance will be a binary format. All optimized for speed. However, CEE will help standardize the semantics of all the event fields!</p>
<p>So, CEF nor XDAS is what&#8217;s cooking in the CEE pot. </p>
<p>Keep the comments coming!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bob Blakley</title>
		<link>http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/comment-page-1/#comment-6699</link>
		<dc:creator>Bob Blakley</dc:creator>
		<pubDate>Thu, 19 Jul 2007 15:42:17 +0000</pubDate>
		<guid isPermaLink="false">http://raffy.ch/blog/2007/07/18/cee-cef-event-interoperability-standards/#comment-6699</guid>
		<description>I&#039;ll take your points one by one here.

1. I agree that the record format should be standardized separately from transport.  However saying &quot;use anything&quot; is simply not useful in a distributed auditing environment.  The event producer must use the same transport as the event consumer.  In order to do this, they must agree on which transport is to be used.  A distributed auditing standard should either designate the transport or define a mechanism by which the producer and consumer reach agreement.

2. It&#039;s not an issue of synchronous or asynchronous, although OF COURSE any auditing standard should support both types of transport.  Audit event consumers aren&#039;t just log files; they are also (for example) management consoles and realtime status indicators.    A perfectly sensible configuration for a distributed auditing implementation would be to write all events to a local event log, and to alert a remote console only when a high-criticality event occurs.  This avoids unecessary network traffic by keeping low-criticality event records off the network but still notifies human operators in a timely fashion when high-criticality events occur.  But it can&#039;t be done without some way for producers and consumers to agree on which events each consumer wants to know about.

3. I did not suggest in my posting that the audit event standard should synchronize clocks.  I did insist that the standard must allow clock synchronization issues to be addressed.  You suggest &quot;use NTP&quot;.  Let&#039;s examine that in a specific case.  Imagine that a prosecuting attorney is questioning a system administrator on the witness stand in criminal prosecution of a hacking incident.  The prosecutor wants to know whether an event record timestamped (in CEF format) JUL 19 2007 10:24:45 on system one happened before or after another event timestamped JUL 19 2007 10:24:44 on system two.  The prosecutor will ask a set of questions: were the systems synchronized?  (The administrator can answer that both systems were using NTP, but nothing in the log entry supports his testimony on this point because CEF doesn&#039;t attribute timestamps to any time source, so he&#039;ll have to prove this by appealing to some other record).  Do the two timestamps refer to the same timezone? (The administrator can answer, but again the CEF standard doesn&#039;t require that timestamps be expressed in Zulu time or allow them to be qualified by a timezone reference).  Other questions could be asked which would require information not present in a logfile structured as specified in CEF.

4. I&#039;m happy to hear that CEE will start to define a taxonomy of events.  The question of how much event syntax should be defined by the standard basically boils down to balancing the interests of producers and consumers.  If you want to make things easy for producers, you leave event syntax and semantics loosely specified.  This allows producers to use their existing terminology and do a minimum of translation when creating events.  But it makes it very hard for consumers to interpret the results.  Does &quot;vendor1:product1:version1:device3:accessDenied&quot; mean the same thing as &quot;vendor1:product1:version2:device7:deniedAccess&quot;, or does it mean something different?  It&#039;s impossible to tell without knowing a lot about every link in the vendor-&gt;product-&gt;version-&gt;device chain.  My position is that logs are most useful when this tradeoff is made in such a way that event producers do MORE work to put events into a standard syntax and semantics, so that consumers don&#039;t have to do much translation in order to make event log contents intelligible to the human beings who will use them.

Finally, I basically agree that XDAS is not what I want to see standardized.  Neither is CEF.  What I want, as I said in my own entry on the subject, is something which combines the power &amp; utility of XDAS with the more modern architecture which CEF assumes.</description>
		<content:encoded><![CDATA[<p>I&#8217;ll take your points one by one here.</p>
<p>1. I agree that the record format should be standardized separately from transport.  However saying &#8220;use anything&#8221; is simply not useful in a distributed auditing environment.  The event producer must use the same transport as the event consumer.  In order to do this, they must agree on which transport is to be used.  A distributed auditing standard should either designate the transport or define a mechanism by which the producer and consumer reach agreement.</p>
<p>2. It&#8217;s not an issue of synchronous or asynchronous, although OF COURSE any auditing standard should support both types of transport.  Audit event consumers aren&#8217;t just log files; they are also (for example) management consoles and realtime status indicators.    A perfectly sensible configuration for a distributed auditing implementation would be to write all events to a local event log, and to alert a remote console only when a high-criticality event occurs.  This avoids unecessary network traffic by keeping low-criticality event records off the network but still notifies human operators in a timely fashion when high-criticality events occur.  But it can&#8217;t be done without some way for producers and consumers to agree on which events each consumer wants to know about.</p>
<p>3. I did not suggest in my posting that the audit event standard should synchronize clocks.  I did insist that the standard must allow clock synchronization issues to be addressed.  You suggest &#8220;use NTP&#8221;.  Let&#8217;s examine that in a specific case.  Imagine that a prosecuting attorney is questioning a system administrator on the witness stand in criminal prosecution of a hacking incident.  The prosecutor wants to know whether an event record timestamped (in CEF format) JUL 19 2007 10:24:45 on system one happened before or after another event timestamped JUL 19 2007 10:24:44 on system two.  The prosecutor will ask a set of questions: were the systems synchronized?  (The administrator can answer that both systems were using NTP, but nothing in the log entry supports his testimony on this point because CEF doesn&#8217;t attribute timestamps to any time source, so he&#8217;ll have to prove this by appealing to some other record).  Do the two timestamps refer to the same timezone? (The administrator can answer, but again the CEF standard doesn&#8217;t require that timestamps be expressed in Zulu time or allow them to be qualified by a timezone reference).  Other questions could be asked which would require information not present in a logfile structured as specified in CEF.</p>
<p>4. I&#8217;m happy to hear that CEE will start to define a taxonomy of events.  The question of how much event syntax should be defined by the standard basically boils down to balancing the interests of producers and consumers.  If you want to make things easy for producers, you leave event syntax and semantics loosely specified.  This allows producers to use their existing terminology and do a minimum of translation when creating events.  But it makes it very hard for consumers to interpret the results.  Does &#8220;vendor1:product1:version1:device3:accessDenied&#8221; mean the same thing as &#8220;vendor1:product1:version2:device7:deniedAccess&#8221;, or does it mean something different?  It&#8217;s impossible to tell without knowing a lot about every link in the vendor-&gt;product-&gt;version-&gt;device chain.  My position is that logs are most useful when this tradeoff is made in such a way that event producers do MORE work to put events into a standard syntax and semantics, so that consumers don&#8217;t have to do much translation in order to make event log contents intelligible to the human beings who will use them.</p>
<p>Finally, I basically agree that XDAS is not what I want to see standardized.  Neither is CEF.  What I want, as I said in my own entry on the subject, is something which combines the power &amp; utility of XDAS with the more modern architecture which CEF assumes.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
