<?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: Is there ever a time when threat equals zero?</title>
	<atom:link href="http://spiresecurity.com/?feed=rss2&#038;p=158" rel="self" type="application/rss+xml" />
	<link>http://spiresecurity.com/?p=158</link>
	<description>Risk and Cybersecurity Analysis</description>
	<lastBuildDate>Wed, 21 Aug 2013 23:28:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Bill Royds</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-205</link>
		<dc:creator>Bill Royds</dc:creator>
		<pubDate>Fri, 25 Jul 2008 17:34:32 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-205</guid>
		<description><![CDATA[The real problem is your definition of risk as a product of factors (V*T*A).
This makes the assumption that Vulnerability and Threat are independent probabilities, which is patently false.
Risk is an expected value, that is, it is a probability * value.
The probability is the probability of the asset value loss, which is really a function of (threat, vulnerability, exposure, countermeasures, etc.) The true formula for risk is

Risk=ProbOfLoss(threat,vulnerability, countermeasures, ...) * AssetValue.

In this more accurate formula, you can have a zero threat, but still have a non-zero probability of loss.


]]></description>
		<content:encoded><![CDATA[<p>The real problem is your definition of risk as a product of factors (V*T*A).<br />
This makes the assumption that Vulnerability and Threat are independent probabilities, which is patently false.<br />
Risk is an expected value, that is, it is a probability * value.<br />
The probability is the probability of the asset value loss, which is really a function of (threat, vulnerability, exposure, countermeasures, etc.) The true formula for risk is</p>
<p>Risk=ProbOfLoss(threat,vulnerability, countermeasures, &#8230;) * AssetValue.</p>
<p>In this more accurate formula, you can have a zero threat, but still have a non-zero probability of loss.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dean Loomis</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-204</link>
		<dc:creator>Dean Loomis</dc:creator>
		<pubDate>Thu, 24 Jul 2008 00:25:46 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-204</guid>
		<description><![CDATA[Sure there was a time when T was so close to zero as to make no difference.  For quite a few years MIT ran an &quot;incompatible&quot; timesharing system on the ARPANET with no security at all. There were no &quot;privileged&quot; restricted commands, and anyone could connect from anywhere on the net without logging in and execute a command that would cause the system to crash.   In the risk equation, this amounts to setting V to infinity.  Since the asset value was substantial enough to keep the system online for over a decade, you have to do a physicist&#039;s approximation and say that T*V = infinity*0 = 1.  It&#039;s not rigorous math, but it works.
]]></description>
		<content:encoded><![CDATA[<p>Sure there was a time when T was so close to zero as to make no difference.  For quite a few years MIT ran an &#8220;incompatible&#8221; timesharing system on the ARPANET with no security at all. There were no &#8220;privileged&#8221; restricted commands, and anyone could connect from anywhere on the net without logging in and execute a command that would cause the system to crash.   In the risk equation, this amounts to setting V to infinity.  Since the asset value was substantial enough to keep the system online for over a decade, you have to do a physicist&#8217;s approximation and say that T*V = infinity*0 = 1.  It&#8217;s not rigorous math, but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Andersen</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-203</link>
		<dc:creator>Mike Andersen</dc:creator>
		<pubDate>Mon, 21 Jul 2008 07:48:09 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-203</guid>
		<description><![CDATA[There might be one value missing in that formula, and that is &quot;Counter measures&quot;.  The one I&#039;ve seen the most is this one:

Risk = ((Vulnerability X Threat) / Countermeasures)  X Asset value

As I see it, this formula only serves the purpose of making us aware of the factors -- quantifying them and calculate the risk as a number is quite difficult, if not impossible.
]]></description>
		<content:encoded><![CDATA[<p>There might be one value missing in that formula, and that is &#8220;Counter measures&#8221;.  The one I&#8217;ve seen the most is this one:</p>
<p>Risk = ((Vulnerability X Threat) / Countermeasures)  X Asset value</p>
<p>As I see it, this formula only serves the purpose of making us aware of the factors &#8212; quantifying them and calculate the risk as a number is quite difficult, if not impossible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-202</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 20 Jul 2008 21:45:06 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-202</guid>
		<description><![CDATA[I would argue that risk is the probable frequency of loss AND the probable magnitude of that loss.

Likelihood defined that way, to me, has limited meaning in the context of security events (how often does an attack without response occur just once?).

Second If I grant you that we break R down that way, What do you mean by &quot;the probability of Threat&quot; and &quot;the Probability of Vulnerability&quot;?

I&#039;m not being facetious, I&#039;d really like to know, because those probabilities have no meaning to me unless you have a more specific definition.
]]></description>
		<content:encoded><![CDATA[<p>I would argue that risk is the probable frequency of loss AND the probable magnitude of that loss.</p>
<p>Likelihood defined that way, to me, has limited meaning in the context of security events (how often does an attack without response occur just once?).</p>
<p>Second If I grant you that we break R down that way, What do you mean by &#8220;the probability of Threat&#8221; and &#8220;the Probability of Vulnerability&#8221;?</p>
<p>I&#8217;m not being facetious, I&#8217;d really like to know, because those probabilities have no meaning to me unless you have a more specific definition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-201</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 20 Jul 2008 21:44:36 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-201</guid>
		<description><![CDATA[I would argue that risk is the probable frequency of loss AND the probable magnitude of that loss.

Likelihood defined that way, to me, has limited meaning in the context of security events (how often does an attack without response occur just once?).

Second If I grant you that we break R down that way, What do you mean by &quot;the probability of Threat&quot; and &quot;the Probability of Vulnerability&quot;?

I&#039;m not being facetious, I&#039;d really like to know, because those probabilities have no meaning to me unless you have a more specific definition.
]]></description>
		<content:encoded><![CDATA[<p>I would argue that risk is the probable frequency of loss AND the probable magnitude of that loss.</p>
<p>Likelihood defined that way, to me, has limited meaning in the context of security events (how often does an attack without response occur just once?).</p>
<p>Second If I grant you that we break R down that way, What do you mean by &#8220;the probability of Threat&#8221; and &#8220;the Probability of Vulnerability&#8221;?</p>
<p>I&#8217;m not being facetious, I&#8217;d really like to know, because those probabilities have no meaning to me unless you have a more specific definition.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-200</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 20 Jul 2008 15:43:05 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-200</guid>
		<description><![CDATA[@Alex - I agree these are two separate things (I believe you were the one who introduced the scale issue into the discussion).

Risk is the likelihood of loss -- a probability number between 0 and 100. So TxV are the components of that probability number (leave consequences out of it for now). And if we actually have probability of threat and probability of vuln, then you multiply probabilities together to get the risk. If T or V is 0, then the total risk is 0.
]]></description>
		<content:encoded><![CDATA[<p>@Alex &#8211; I agree these are two separate things (I believe you were the one who introduced the scale issue into the discussion).</p>
<p>Risk is the likelihood of loss &#8212; a probability number between 0 and 100. So TxV are the components of that probability number (leave consequences out of it for now). And if we actually have probability of threat and probability of vuln, then you multiply probabilities together to get the risk. If T or V is 0, then the total risk is 0.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-199</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 20 Jul 2008 15:05:29 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-199</guid>
		<description><![CDATA[I think I tabbed poorly, the above comment is, infact, mine and not Pete&#039;s.


]]></description>
		<content:encoded><![CDATA[<p>I think I tabbed poorly, the above comment is, infact, mine and not Pete&#8217;s.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-198</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 20 Jul 2008 14:21:57 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-198</guid>
		<description><![CDATA[We&#039;re looking at two different issues, the equation and then the use of scale.  Ignoring the use of scale bit and focusing on the equation -

What is the logic of multiplying Threat times Vulnerability?

Then, what is the logic of multiplying by Asset?


]]></description>
		<content:encoded><![CDATA[<p>We&#8217;re looking at two different issues, the equation and then the use of scale.  Ignoring the use of scale bit and focusing on the equation -</p>
<p>What is the logic of multiplying Threat times Vulnerability?</p>
<p>Then, what is the logic of multiplying by Asset?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pete</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-197</link>
		<dc:creator>Pete</dc:creator>
		<pubDate>Sun, 20 Jul 2008 12:39:11 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-197</guid>
		<description><![CDATA[@Alex -

I don&#039;t think it is a problem at all to say that R/(A*V) &quot;is the same as&quot; T so we must be thinking differently there. I also think that the ordinal/interval number thing is a red herring. I would rather have absolute numbers, but I can live with someone prioritizing using a scale.

I should clarify - my preference is to think of risk as a function of threats, vulns, and consequences. Then, I make consequences qualitative (e.g. owning a system) so that threats and vulns consist of a probability. Finally, I think of T and V as percentage of bad flows, sessions, program operations, transactions.

That said, I don&#039;t see anything wrong with Richard&#039;s logic and I generally use it myself in a quick analysis.

If you can provide an example using risk assessments (and not calendar dates) where this is obviously &quot;stupid&quot;, I would appreciate it.
]]></description>
		<content:encoded><![CDATA[<p>@Alex -</p>
<p>I don&#8217;t think it is a problem at all to say that R/(A*V) &#8220;is the same as&#8221; T so we must be thinking differently there. I also think that the ordinal/interval number thing is a red herring. I would rather have absolute numbers, but I can live with someone prioritizing using a scale.</p>
<p>I should clarify &#8211; my preference is to think of risk as a function of threats, vulns, and consequences. Then, I make consequences qualitative (e.g. owning a system) so that threats and vulns consist of a probability. Finally, I think of T and V as percentage of bad flows, sessions, program operations, transactions.</p>
<p>That said, I don&#8217;t see anything wrong with Richard&#8217;s logic and I generally use it myself in a quick analysis.</p>
<p>If you can provide an example using risk assessments (and not calendar dates) where this is obviously &#8220;stupid&#8221;, I would appreciate it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://spiresecurity.com/?p=158&#038;cpage=1#comment-196</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 20 Jul 2008 09:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://spiresecurity.com/blog/?p=158#comment-196</guid>
		<description><![CDATA[Hi Pete,

It&#039;s 5am and I&#039;ve not had my coffee so this may be a little rough, but take a second and play with that equation using basic algebra.  You&#039;ll get all sorts of nice things like 1/T*R=A*V and such.

As you do it, focus on the &quot;=&quot; sign and it&#039;s meaning - a nice test is to not say &quot;equals to&quot; but to say &quot;is the same as&quot;.  I think you&#039;d have a tough time suggesting that Threat &quot;is the same as&quot; R/A*V.  But if that equation is logical - then that should be true.

But the stupidity of that equation is just one part of the problem.  Then using &quot;0&quot; as part of your ordinal or interval scale and then plugging that somewhere into that equation - things just become even sillier.
]]></description>
		<content:encoded><![CDATA[<p>Hi Pete,</p>
<p>It&#8217;s 5am and I&#8217;ve not had my coffee so this may be a little rough, but take a second and play with that equation using basic algebra.  You&#8217;ll get all sorts of nice things like 1/T*R=A*V and such.</p>
<p>As you do it, focus on the &#8220;=&#8221; sign and it&#8217;s meaning &#8211; a nice test is to not say &#8220;equals to&#8221; but to say &#8220;is the same as&#8221;.  I think you&#8217;d have a tough time suggesting that Threat &#8220;is the same as&#8221; R/A*V.  But if that equation is logical &#8211; then that should be true.</p>
<p>But the stupidity of that equation is just one part of the problem.  Then using &#8220;0&#8243; as part of your ordinal or interval scale and then plugging that somewhere into that equation &#8211; things just become even sillier.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
