<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>True Insight &#187; Logs</title>
	<atom:link href="http://www.truedigitalsecurity.com/blog/category/logs/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.truedigitalsecurity.com/blog</link>
	<description>Information Security in Today&#039;s Digital Culture</description>
	<lastBuildDate>Mon, 06 Feb 2012 19:22:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>On Centralized Logging and SIEM</title>
		<link>http://www.truedigitalsecurity.com/blog/2011/09/23/centralized-logging-and-siem/</link>
		<comments>http://www.truedigitalsecurity.com/blog/2011/09/23/centralized-logging-and-siem/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 13:05:37 +0000</pubDate>
		<dc:creator>Brett Edgar</dc:creator>
				<category><![CDATA[Logs]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[SIEM]]></category>
		<category><![CDATA[data breach]]></category>
		<category><![CDATA[Logging]]></category>

		<guid isPermaLink="false">http://www.truedigitalsecurity.com/blog/?p=669</guid>
		<description><![CDATA[The results of the investigation into the recent DigiNotar SSL CA breach reads like a laundry list of &#8220;Things Not To Do™&#8221; on your critical servers and networks: no antivirus, no centralized logging, and outdated/vulnerable software exposed to the Internet, among other items.  What&#8217;s funny about the above list is that if the breached systems &#8230; <a href="http://www.truedigitalsecurity.com/blog/2011/09/23/centralized-logging-and-siem/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton669" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FzmWYf&amp;via=lairofthewalrus&amp;text=On%20Centralized%20Logging%20and%20SIEM&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.truedigitalsecurity.com%2Fblog%2F2011%2F09%2F23%2Fcentralized-logging-and-siem%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.truedigitalsecurity.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;"></a></div><p>The <a title="SANS Forensics Blog" href="http://computer-forensics.sans.org/blog/2011/09/06/diginotar-incident-response-report-no-logging-weak-password-no-protected-network" target="_blank">results of the investigation</a> into the recent <a title="F-Secure writeup on DigiNotar breach" href="http://www.f-secure.com/weblog/archives/00002228.html" target="_blank">DigiNotar SSL CA breach</a> reads like a laundry list of &#8220;Things Not To Do™&#8221; on your critical servers and networks: no antivirus, no centralized logging, and outdated/vulnerable software exposed to the Internet, among other items.  What&#8217;s funny about the above list is that if the breached systems had been part of DigiNotar&#8217;s PCI cardholder data environment, then DigiNotar could never have passed a PCI QSA audit as all three items I noted above are required by the PCI DSS.  While I couldn&#8217;t verify that DigiNotar accepts credit card payments for its SSL certificates, it almost assuredly does (or did!).  It almost certainly had undergone a PCI QSA audit, too.<span id="more-669"></span></p>
<p>What are we to conclude from this information?  If my preceding two assumptions are true, then it would appear that DigiNotar likely protected its servers and networks involved in accepting and processing credit card transactions better than it protected the servers and networks involved in generating SSL certificates.</p>
<p>There is no reason not to have antivirus loaded on every server and workstation and no reason not to conduct regular vulnerability scans of your external services in an effort to identify vulnerable software.  For medium-sized businesses (50 or more users, 2 or more IT guys) there should be one person in IT who is designated to watch vendor software websites for security announcements and new releases for all software in use that is exposed to the Internet.  The organization should be committed to at least protecting the external services, even if it can&#8217;t spare the resources to perform the same on the internal network.</p>
<p>On to the central point of this blog post: Centralized Logging.  This area is where things get a bit more involved and difficult.  It is not too hard to purchase and setup a machine with 1TB of drive space that could adequately serve as a collector of logging data.  It is also not too difficult to setup most common systems (switches, routers, firewalls, and Windows and Unix servers) to log to this system.  Where the difficulty lies is making that data useful in near-real time, rather than as a source of information after a breach.  To make that data useful you will need an event correlator, which is usually part of a larger service called <a title="SIEM on Wikipedia" href="http://en.wikipedia.org/wiki/Security_information_and_event_management" target="_blank">SIEM</a> (Security Information and Event Management).  To date, I have not been made aware of any SIEM products that are affordable to purchase for most small businesses.  And, that is to say nothing of the cost in personnel time to properly wield such a product.   From what I have seen, the open-source SIEM products are even harder to configure and use than the commercial products, so I can&#8217;t recommend any free (or low-cost) alternatives.</p>
<p>So, what is a smaller sized company to do?  That&#8217;s a good question.  If you can afford an SIEM product, buy one and pay a Managed Security Services Provider (MSSP) (like True!) to setup and manage the device.  If you can&#8217;t afford a full SIEM product, at least purchase an inexpensive server with two 1TB drives, install Ubuntu, put the drives in a software RAID-1 configuration, and setup a syslog daemon (Syslog-ng is perfect) to collect logs from the network.  At least if you are breached you (or the investigator you hire&#8211;True!) have a lot more information at your disposal to determine the extent of the breach.</p>
<div class="wp-about-author-containter-none" style="background-color:#edf0f7;"><div class="wp-about-author-pic"><img alt='Brett Edgar' src='http://www.truedigitalsecurity.com/blog/wp-content/uploads/2012/01/Kayna-Kelley_avatar.jpg' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.truedigitalsecurity.com/blog/author/bredgar/' title='Brett Edgar'>Brett Edgar</a></h3><p>Brett is a Founder and the Director of Managed Security Services at TRUE.  He has been working in the system and network forensics field since graduating from the University of Tulsa with a B.S. Computer Science in 2003.  He speaks hexadecimal fluently and is TRUE's resident human Ethernet transceiver.  He holds CISSP, CSSLP, and CNSS 4011-4015 certificates, loves MLB and NCAA Football, and when he gets tired of hexadecimal, he goes home to hang out with his wife and kid.</p><p><a href='lairofthewalrus' title='Brett Edgaron Twitter'>Twitter</a> - <a href='http://www.truedigitalsecurity.com/blog/author/bredgar/' title='More posts by Brett Edgar'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.truedigitalsecurity.com/blog/2011/09/23/centralized-logging-and-siem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verizon RISK study: business partners h0se you the worst</title>
		<link>http://www.truedigitalsecurity.com/blog/2008/06/23/verizon-risk-study-business-partners-h0se-you-the-worst/</link>
		<comments>http://www.truedigitalsecurity.com/blog/2008/06/23/verizon-risk-study-business-partners-h0se-you-the-worst/#comments</comments>
		<pubDate>Mon, 23 Jun 2008 16:56:15 +0000</pubDate>
		<dc:creator>Brett Edgar</dc:creator>
				<category><![CDATA[Logs]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[risk management]]></category>

		<guid isPermaLink="false">http://www.truedigitalsecurity.com/blog/2008/06/23/verizon-risk-study-business-partners-h0se-you-the-worst/</guid>
		<description><![CDATA[The Verizon Business RISK Team released a very interesting study early in June with detailed results and analysis from more than 500 forensic investigations it conducted over a four-year period (2004 to 2007). It claims that this study represents one-fourth of all publicly disclosed data breaches in that time frame. The report is chock full &#8230; <a href="http://www.truedigitalsecurity.com/blog/2008/06/23/verizon-risk-study-business-partners-h0se-you-the-worst/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton37" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2F5DBJV&amp;via=lairofthewalrus&amp;text=Verizon%20RISK%20study%3A%20business%20partners%20h0se%20you%20the%20worst&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.truedigitalsecurity.com%2Fblog%2F2008%2F06%2F23%2Fverizon-risk-study-business-partners-h0se-you-the-worst%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.truedigitalsecurity.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;"></a></div><p>The Verizon Business RISK Team released a very interesting study early in June with detailed results and analysis from more than 500 forensic investigations it conducted over a four-year period (2004 to 2007).  It claims that this study represents one-fourth of all publicly disclosed data breaches in that time frame. The report is chock full of statistics and percentages.  The study examines the age-old question of IT risk-management: who is the largest threat source, insiders or outsiders?</p>
<p>The study weighs the impact of breaches (number of data records compromised) along with the frequency of threat source causing the breach.  It also adds a third threat source to the mix: business partners, a sort of blended insider/outsider.  One of the interesting results is that, using the classic risk equation (risk = likelihood * impact), business partners represent the greatest threat, followed closely by insiders.</p>
<p>The paper presents statistics but makes no blanket-conclusions on what to do about the problems, instead leaving that up to the individual organization (as it should).  Everyone knows that monitoring the insider threat is difficult and time-consuming.  It is somewhat easier to monitor business partners since they (should) have limited access via well-defined conduits.  Given the results of this study, monitoring business partner interaction with the corporate network data sources may become the new fad in IT risk-management.</p>
<div class="wp-about-author-containter-none" style="background-color:#edf0f7;"><div class="wp-about-author-pic"><img alt='Brett Edgar' src='http://www.truedigitalsecurity.com/blog/wp-content/uploads/2012/01/Kayna-Kelley_avatar.jpg' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.truedigitalsecurity.com/blog/author/bredgar/' title='Brett Edgar'>Brett Edgar</a></h3><p>Brett is a Founder and the Director of Managed Security Services at TRUE.  He has been working in the system and network forensics field since graduating from the University of Tulsa with a B.S. Computer Science in 2003.  He speaks hexadecimal fluently and is TRUE's resident human Ethernet transceiver.  He holds CISSP, CSSLP, and CNSS 4011-4015 certificates, loves MLB and NCAA Football, and when he gets tired of hexadecimal, he goes home to hang out with his wife and kid.</p><p><a href='lairofthewalrus' title='Brett Edgaron Twitter'>Twitter</a> - <a href='http://www.truedigitalsecurity.com/blog/author/bredgar/' title='More posts by Brett Edgar'>More Posts</a> </p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.truedigitalsecurity.com/blog/2008/06/23/verizon-risk-study-business-partners-h0se-you-the-worst/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Legitimately bad</title>
		<link>http://www.truedigitalsecurity.com/blog/2008/02/16/legitimately-bad/</link>
		<comments>http://www.truedigitalsecurity.com/blog/2008/02/16/legitimately-bad/#comments</comments>
		<pubDate>Sat, 16 Feb 2008 15:25:51 +0000</pubDate>
		<dc:creator>Dominic Schulte</dc:creator>
				<category><![CDATA[Logs]]></category>
		<category><![CDATA[Monitoring]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[IDS]]></category>
		<category><![CDATA[network monitoring]]></category>
		<category><![CDATA[SIM]]></category>

		<guid isPermaLink="false">http://blog.truedigitalsecurity.com/2008/02/16/legitimately-bad/</guid>
		<description><![CDATA[I have spent a fair amount of time over the last several months analyzing the Security Information Management (SIM) market to see how products like Arcsight[arcsight.com], QRadar[q1labs.com], SecureVue[eiqnetworks.com], and enVision[rsa.com], could benefit us (and our customers) as a Managed Security Service Provider (MSSP)[truedigitalsecurity.com]. I was intrigued, then, when I picked up the December issue of &#8230; <a href="http://www.truedigitalsecurity.com/blog/2008/02/16/legitimately-bad/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div id="tweetbutton20" class="tw_button" style=""><a href="http://twitter.com/share?url=http%3A%2F%2Fgoo.gl%2FtgDiL&amp;text=Legitimately%20bad&amp;related=&amp;lang=en&amp;count=horizontal&amp;counturl=http%3A%2F%2Fwww.truedigitalsecurity.com%2Fblog%2F2008%2F02%2F16%2Flegitimately-bad%2F" class="twitter-share-button"  style="width:55px;height:22px;background:transparent url('http://www.truedigitalsecurity.com/blog/wp-content/plugins/wp-tweet-button/tweetn.png') no-repeat  0 0;text-align:left;text-indent:-9999px;display:block;"></a></div><p>I have spent a fair amount of time over the last several months analyzing the Security Information Management (SIM) market to see how products like <a href="http://arcsight.com/" title="ArcSight" target="_blank">Arcsight</a>[arcsight.com], <a href="http://q1labs.com/" title="QRadar" target="_blank">QRadar</a>[q1labs.com], <a href="http://www.eiqnetworks.com/products/SecureVue.shtml" title="SecureVue" target="_blank">SecureVue</a>[eiqnetworks.com], and <a href="http://rsa.com/node.aspx?id=3170" title="enVision" target="_blank">enVision</a>[rsa.com], could benefit us (and our customers) as a <a href="http://truedigitalsecurity.com/ManagedNetworkSolutions.aspx" title="True MSSP" target="_blank">Managed Security Service Provider (MSSP)</a>[truedigitalsecurity.com].  I was intrigued, then, when I picked up the December issue of The ISSA Journal and saw an article entitled, &#8220;Logs Do Not Lie.&#8221;</p>
<p>While there are many advertised benefits to SIM solutions (log management, forensics, threat management, compliance, etc.), one of the take-aways I had from this article regarding the benefits of using a SIM solution was the idea that authorized activity is not always the same thing as safe or legitimate activity.</p>
<p>The two examples provided by the article to illustrate this point involve website mirroring and file transfers.  Website mirroring looks a lot like regular web browsing, except it is usually complete (every page is visited) and the pages are viewed in rapid succession.  Firewalls and web servers typically log traffic suspected of mirroring the site, but it is not usually treated as actionable information because it is so similar to legitimate activity.  Website mirroring is interesting, however, because it could be a precursor to a phishing attack, especially if the source of the mirroring is not a regular client or is located in an interesting geographic region.</p>
<p>The file transfer example is related to Network Behavior Anomaly Detection (NBAD), a feature provided in one form or another by many SIM products.  The idea with this illustration is that a given network user may routinely transfer information via external File Transfer Protocol (FTP) servers.  If, however, this user&#8217;s typical exchanges are around 10K and a 600M exchange is identified,  it is noteworthy and probably merits further investigation.</p>
<p>Both examples illustrate the value in collecting information from the various sources on your network (routers, firewalls, servers, IDSs, etc.) in order to analyze and report on that information.  Judging by the customer lists on the SIM vendor websites, it would appear that there are quite a few organizations already seeking to take advantage of this information.</p>
<div class="wp-about-author-containter-none" style="background-color:#edf0f7;"><div class="wp-about-author-pic"><img alt='Dominic Schulte' src='http://www.truedigitalsecurity.com/blog/wp-content/uploads/2011/08/dom-bw-1-100x100.jpg' class='avatar avatar-100 photo' height='100' width='100' /></div><div class="wp-about-author-text"><h3><a href='http://www.truedigitalsecurity.com/blog/author/deschulte/' title='Dominic Schulte'>Dominic Schulte</a></h3><p>Dominic Schulte currently serves as the Managing Director of Security Services &amp; Consulting at TRUE, where he is responsible for the execution of a wide range of security and regulatory compliance services. Previously, Dominic worked with the National Security Agency (NSA) as a Global Network Exploitation and Vulnerability Analyst in the National Security Incident and Response Center (NSIRC). He holds CISSP, QSA and CNSS 4011-4015 certifications.</p></div></div>]]></content:encoded>
			<wfw:commentRss>http://www.truedigitalsecurity.com/blog/2008/02/16/legitimately-bad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

