<?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>InfoSecMinds &#187; Information Security Risk Management</title>
	<atom:link href="http://infosecminds.com/category/information-security-risk-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://infosecminds.com</link>
	<description>For like-minded people</description>
	<lastBuildDate>Sat, 15 Jan 2011 09:21:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Two factor authentication</title>
		<link>http://infosecminds.com/2010/11/08/two-factor-authentication/</link>
		<comments>http://infosecminds.com/2010/11/08/two-factor-authentication/#comments</comments>
		<pubDate>Mon, 08 Nov 2010 07:17:53 +0000</pubDate>
		<dc:creator>Vinod Puthuseeri</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Security Management System]]></category>
		<category><![CDATA[Information Security Risk Management]]></category>
		<category><![CDATA[ISMS]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[2 factor authentication]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[one time password]]></category>
		<category><![CDATA[online banking]]></category>
		<category><![CDATA[RSA tokens]]></category>
		<category><![CDATA[two factor]]></category>

		<guid isPermaLink="false">http://infosecminds.com/?p=245</guid>
		<description><![CDATA[Issues and proposed solutions for two factor authentication in online banking applications.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">What it is, what are the solutions</p>
<p style="text-align: justify;">Today, banks providing internet banking facilities are looking for implementing or have already implemented two factor authentications. This has been done by either identifying risks by the banks themselves or has been mandated by the regulatory authorities. Whatever has initiated this, it is more important to understand what a two factor authentication is, what are the business requirements and how is it going to impact the customers.<span id="more-245"></span></p>
<p style="text-align: justify;">
<p style="text-align: justify;">What are the threats that we are trying to protect by implementing a two factor authentication solution..? phishing attack, Man-in-the-middle-attack, Password sharing etc…</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Two factor authentication means that you need to have two factors of authentication (to your online banking website) involved in either the initial login process and/or in further carrying out critical transactions or just while carrying out critical transactions.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">So what are the factors that are involved in authentication..?</p>
<p style="text-align: justify;">
<ol style="text-align: justify;">
<li>What you know – password, pin number, answers to security questions, security image</li>
<li>What you have – One time password (in various ways), ATM cards</li>
<li>What you are – Bio-metric solutions</li>
</ol>
<p style="text-align: justify;">
<p style="text-align: justify;">There are many organizations that use any one of the above more than once. Like for example, using user ID and password while logging in to the online banking and answering some security questions while carrying out a critical transaction and claim to be implementing two-factor authentication. Whereas, in reality it is just one factor (what you know) used multiple times.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Using a combination of any of the two above is termed as two-factor authentication. A simple example would be using your ATM card and PIN number at an ATM machine. The ATM card is something that you have and the PIN number is something that you know. So two factors are used to authenticate and carry out your requirements on the ATM machine.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">The password and PIN are very commonly used parameters and implementing bio-metric solution (one that authenticates by using finger scan or retina scan etc) are very expensive and does not justify the cost. There are different methods and solutions available for implementing two factor authentications, of which OTP (One Time Password) seems to be much safer from different threats. Let us see some of those solutions.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">A Grid on the ATM card</span></strong> – Some organizations has implemented the second factor by forming a grid which is printed onto the back of an ATM card making it convenient to the customers. The login will be using a user ID and password and the next step will be to key in a combination number based on the grid values asked in the online application. The user keys in the value and the access is permitted. This same authentication factor can be used for making an online transaction.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span style="text-decoration: underline;">Disadvantages:</span></p>
<ul style="text-align: justify;">
<li>The card is used in many places and since it is an ATM card, it can be given to others for swiping on purchases. The grid behind the card can be easily memorized, though most do not agree with me, I am sure that I can remember and re-collect at least one card’s grid.</li>
<li>If someone gets their hand to this card through any means, they can also take a photocopy of the card, the grid and use it whenever and wherever required.</li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">A random number generating token</span></strong> – There are many vendors providing tokens or key fobs (known in different names) which generates random numbers and those numbers will be valid for just about 10 seconds (one form of OTP – One Time Password). This means that a new random number using some algorithm is generated every 10 seconds. Very good!</p>
<p style="text-align: justify;">
<p style="text-align: justify;">These are wireless tokens and there is a related component (server) that sits at the organization’s environment for validating the numbers generated on the tokens. Both, the server and token work on the same algorithm and is based on time stamps. So the server can understand what will be the number in the token during a particular time.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">The user logs-in by providing a user ID and password along with a randomly generated number which will be keyed into the application. The application internally validates this number and allows access.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span style="text-decoration: underline;">Disadvantages:</span></p>
<ul style="text-align: justify;">
<li>The burden is in procuring these tokens, distributing it to customers, maintaining, customers losing these tokens etc.</li>
<li>This solution is prone to Man-in-the-browser attack, which is similar to Man-in-the-middle attack</li>
</ul>
<p style="text-align: justify;">
<p style="text-align: justify;"><strong><span style="text-decoration: underline;">SMS on your mobile</span></strong> – A much better solution is using SMS as the second factor authentication (another form of OTP – One Time Password). Though it has some draw backs. Here the user logs in into the application using a user ID and password and no second factor is applied in the initial login. The screens available using this process is limited and information such as account number is limited to last 4 digits, customer name is not available, etc it is just your masked account number, the balance and a maximum of 10 previous transactions or you could customize the first page to provide very minimal information. There will be no access to the customer profile page as well.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">When the customer requires to make any profile change or make online transactions, the user will be sent a onetime PIN number SMSed to the users registered mobile number which has to be keyed in using a virtual keyboard and that authorizes the transaction/change.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">This second factor can be implemented for various transactions viz, adding beneficiaries, profile change, online transfers, changes to transaction amount limits, password change on lockout, statement above 10 transactions etc. The main advantage of this solution is that the customer is not bothered to carry any additional device for this purpose, and this cannot be compromised unless the mobile phone is timely compromised to obtain the PIN and also carry out the transaction. Since unique PIN numbers are used to carry out different transactions/changes, it also mitigates the man-in-the-browser attack to a great extent.</p>
<p style="text-align: justify;">
<p style="text-align: justify;"><span style="text-decoration: underline;">Disadvantages:</span></p>
<ol style="text-align: justify;">
<li>SMS sent is delayed in transit.</li>
<li>SMS sent does not reach the customer due to various reasons</li>
<li>Cost implications – payment to be made to the ISP’s for sending SMS’s</li>
<li>Customer out of the country and does not have roaming facility</li>
<li>ISP’s prioritizing private SMS’s over the SMS’s from the banks</li>
</ol>
<p style="text-align: justify;">
<p style="text-align: justify;">I would prefer the last option, though it lists more disadvantages than the others. Let’s try and justify the disadvantages listed. Frauds that happen and result in financial loss are global issues and I think that all relevant stakeholders should come together for a solution to work and the government should be the enforcer and the regulatory bodies should be the initiators of this cause.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">If the government, the ISP, the banks and the regulatory bodies come together, it would solve the disadvantages 1, 3, and 5. Point number 2 can be left as a risk in any business, if there is nothing we can do about it and point number 4, why is a customer trying to do a critical change or transaction while the customer is out of the country..? If it is a corporate account then it is a different scenario.</p>
<p style="text-align: justify;">
<p style="text-align: justify;">Your thoughts.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosecminds.com/2010/11/08/two-factor-authentication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Assessing C-I-A values.</title>
		<link>http://infosecminds.com/2009/12/23/assessing-c-i-a-values/</link>
		<comments>http://infosecminds.com/2009/12/23/assessing-c-i-a-values/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 09:31:44 +0000</pubDate>
		<dc:creator>Vinod Puthuseeri</dc:creator>
				<category><![CDATA[CIA Triad]]></category>
		<category><![CDATA[Information Security Risk Assessment]]></category>
		<category><![CDATA[Information Security Risk Management]]></category>
		<category><![CDATA[Risk Assessment]]></category>
		<category><![CDATA[asset values]]></category>
		<category><![CDATA[C-I-A]]></category>
		<category><![CDATA[Information Security]]></category>

		<guid isPermaLink="false">http://infosecminds.com/?p=195</guid>
		<description><![CDATA[It is a common discussion during an information security risk assessment exercise at most of the organizations. As a general practice the asset value is derived by weighing the confidentiality ©, Integrity (I) and availability (A) value of an asset. While the assets are categorized into Information, Hardware, Software, Service and People, my argument always [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It is a common discussion during an information security risk assessment exercise at most of the organizations. As a general practice the asset value is derived by weighing the confidentiality ©, Integrity (I) and availability (A) value of an asset. While the assets are categorized into Information, Hardware, Software, Service and People, my argument always has been to say that C-I-A values can be assessed for Information Assets only and for all other it should just be the availability value.</p>
<p style="text-align: justify;"><span id="more-195"></span>Now, let’s look at what is the definition of information assets. Information assets are basically data that is in transit or at rest and also that are available on papers. Having this in mind, I think it is easier to assess the C-I-A values of these assets. Let us take an example:</p>
<p style="text-align: justify;">Contract documents is an information asset or let’s take the file server in an organization, the “data” in the file server is an information asset. How much impact the organization would have, if the information in the document is exposed to unauthorized persons..? – if the impact is less, confidentiality value is less and if the impact is high, confidentiality value is high. Similarly, this is applicable for Integrity and Availability. If the impact is high by losing the integrity or availability, it will be rated high or else low. After determining the C-I-A values the asset value is derived by either taking the highest value or with some simple calculations.</p>
<p style="text-align: justify;">Let’s consider the C-I-A values for a hardware asset. The confidentiality value of the hardware asset is derived by the information that it holds and hence I feel that there would be duplication if we consider the confidentiality value here. We are considering the hardware asset as a whole and hence integrity of the server is not applicable here. Availability value is what we need to consider for an hardware asset.</p>
<p style="text-align: justify;">As we have looked into the hardware asset, the same applies to software and service assets. Now let us look at the people asset.</p>
<p style="text-align: justify;">If we are trying to consider the C-I-A values of a person, let’s say the CEO of the organization, yes he has confidential information. But how do we assess the confidentiality value? It is hard to determine the information that he is holding in his memory and it might also be varying constantly. Which means you cannot determine the “C” either as high or low at given point in time. I am not quite sure about the integrity aspect and coming down to the availability value; this definitely needs to be assessed.</p>
<p style="text-align: justify;">Again, the availability value of people asset according to me should always be set to high, irrespective of his designation, age, gender etc. Why?</p>
<p style="text-align: justify;">Controls are implemented based on the derived risk value. Risk value is proportionate to the asset value, which means if the asset value increases, so does the risk value. In this context, let us take an example:</p>
<p style="text-align: justify;">Contract document (Information Asset) C-I-A = 5 * Threat = 3 * Probability = 3 = 45 (Risk Value)</p>
<p style="text-align: justify;">IT Manager (People Asset) A = 3 * Threat = 3 * Probability = 1 = 9 (Risk Value)</p>
<p style="text-align: justify;">In the above scenario, the information asset has a risk value higher that the people asset. If there is a fire break out in the organization, which of these assets will be well protected or rescued? People will always be considered first during a disaster and hence the asset value of people should always be rated as high. In this case you may ask, we already know that people is first, then why should be even consider listing people asset in the risk assessment exercise? Well, Your thoughts</p>
<p style="text-align: justify;">I would even look to see why we need to consider hardware, software and service assets for the assessment, because all the values are anyway dependent on the information it holds or transmits.</p>
<p style="text-align: justify;">Your thoughts again.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosecminds.com/2009/12/23/assessing-c-i-a-values/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Parkerian Hexad</title>
		<link>http://infosecminds.com/2009/08/16/149/</link>
		<comments>http://infosecminds.com/2009/08/16/149/#comments</comments>
		<pubDate>Sun, 16 Aug 2009 11:36:31 +0000</pubDate>
		<dc:creator>Vinod Puthuseeri</dc:creator>
				<category><![CDATA[CIA Triad]]></category>
		<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Security Risk Assessment]]></category>
		<category><![CDATA[Information Security Risk Management]]></category>
		<category><![CDATA[ISMS]]></category>
		<category><![CDATA[ISO 27001:2005]]></category>
		<category><![CDATA[Risk Assessment]]></category>
		<category><![CDATA[CIA]]></category>

		<guid isPermaLink="false">http://infosecminds.com/?p=149</guid>
		<description><![CDATA[The Parkerian hexad is a set of six elements of information security proposed by Donn B. Parker, renowned security consultant and writer. The term was coined by M. E. Kabay. The Parkerian hexad adds three additional attributes to the three classic security attributes of the CIA triad (confidentiality, integrity, availability). The Parkerian Hexad attributes are [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The Parkerian hexad is a set of six elements of information security proposed by Donn B. Parker, renowned security consultant and writer. The term was coined by M. E. Kabay. The Parkerian hexad adds three additional attributes to the three classic security attributes of the CIA triad (confidentiality, integrity, availability).</p>
<p>The Parkerian Hexad attributes are the following:</p>
<ul>
<li>Confidentiality</li>
<li><strong>Possession or Control</strong></li>
<li>Integrity</li>
<li><strong>Authenticity</strong></li>
<li>Availability</li>
<li><strong>Utility</strong></li>
</ul>
<p style="text-align: justify;">These attributes of information are atomic in that they are not broken down into further constituents; they are non-overlapping in that they refer to unique aspects of information. Any information security breach can be described as affecting one or more of these fundamental attributes of information.</p>
<p>I think I don’t require to provide the explanation of C-I-A here. Let’s look at the other attributes.</p>
<p><span id="more-149"></span></p>
<p><strong><span style="text-decoration: underline;">Possession or Control</span></strong></p>
<p style="text-align: justify;">Suppose a thief were to steal a sealed envelope containing a bank debit card and (foolishly) its personal identification number. Even if the thief did not open that envelope, the victim of the theft would legitimately be concerned that (s)he could do so at any time without the control of the owner. That situation illustrates a loss of control or possession of information but does not involve the breach of confidentiality.</p>
<p><strong><span style="text-decoration: underline;">Authenticity</span></strong></p>
<p style="text-align: justify;">Authenticity refers to correct labeling or attribution of information. For example, if a criminal forges e-mail headers to make it look as if an innocent person is sending threatening e-mail messages, there has been no breach of confidentiality (the thief uses his or her own e-mail account), possession (no information has been taken out of the control of the victim), or integrity (the e-mail messages are exactly as intended by the criminal).</p>
<p style="text-align: justify;">What is breached is authenticity: the e-mail is incorrectly attributed to someone else. Similarly, misusing a field in a database to store information that is incorrectly labeled is a breach of authenticity; e.g., storing a merchant&#8217;s tax code in a field labeled as the merchant&#8217;s ZIP code would violate the authenticity of the information.</p>
<p><strong><span style="text-decoration: underline;">Utility</span></strong></p>
<p style="text-align: justify;">Utility means usefulness. For example, suppose someone encrypted data on disk to prevent unauthorized access or undetected modifications – and then lost the decryption key: that would be a breach of utility. The data would be confidential, controlled, integral, authentic, and available – they just wouldn’t be useful in that form.</p>
<p style="text-align: justify;">Similarly, conversion of salary data from one currency into an inappropriate currency would be a breach of utility, as would the storage of data in a format inappropriate for a specific computer architecture; e.g., EBCDIC instead of ASCII or 9-track magnetic tape instead of DVD-ROM. A tabular representation of data substituted for a graph could be described as a breach of utility if the substitution made it more difficult to interpret the data. Utility is often confused with availability because breaches such as those described in these examples may also require time to work around the change in data format or presentation. However, the concept of usefulness is distinct from that of availability.</p>
<p style="text-align: right;">Source: www.wikipedia.org</p>
<p style="text-align: justify;">Having said this, I would like to discuss the possible controls that can be implemented to mitigate risks for the above 3 attributes.</p>
]]></content:encoded>
			<wfw:commentRss>http://infosecminds.com/2009/08/16/149/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>CISF Security at Infosys</title>
		<link>http://infosecminds.com/2009/07/31/cisf-security-at-infosys/</link>
		<comments>http://infosecminds.com/2009/07/31/cisf-security-at-infosys/#comments</comments>
		<pubDate>Fri, 31 Jul 2009 09:07:51 +0000</pubDate>
		<dc:creator>Vinod Puthuseeri</dc:creator>
				<category><![CDATA[Information Security]]></category>
		<category><![CDATA[Information Security Management System]]></category>
		<category><![CDATA[Information Security Risk Assessment]]></category>
		<category><![CDATA[Information Security Risk Management]]></category>
		<category><![CDATA[Physical Security]]></category>
		<category><![CDATA[Risk Assessment]]></category>
		<category><![CDATA[ISMS]]></category>
		<category><![CDATA[Risk]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://infosecminds.com/?p=146</guid>
		<description><![CDATA[In the recent news Infosys becomes the first private company to get CISF security. I have also been reading in yet another blog about a organization conducting mocks drills for terrorist’s attacks. It is quite interesting to see that organizations are now taking security as a prime concern. As mentioned in my previous blog about [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">In the recent news Infosys becomes the first private company to get CISF security. I have also been reading in yet another <a href="http://vagrasala.wordpress.com/2009/07/01/beyond-fire-mock-drills-to-terrorist-attack-mock-drills/">blog</a> about a organization conducting mocks drills for terrorist’s attacks. It is quite interesting to see that organizations are now taking security as a prime concern. As mentioned in my previous blog about frisking of VIP’s at airports, the exception mentioned there is an age old rule that was implemented when terrorism was a not major concern.</p>
<p style="text-align: justify;"><span id="more-146"></span></p>
<p style="text-align: justify;">It is important for every organization to constantly carry out risk assessment in their organizations to ensure that they are protected from new threats. Today terrorism has become a major threat for organizations as well and hence it is definitely required for organizations to include terrorism as a threat in their risk assessment exercise.</p>
<p style="text-align: justify;">A constant risk assessment exercise does not only help in identifying and protecting against the latest threats, but also looks into the processes and controls that was defined and implemented years ago. Though the processes and controls might be working well, it might not include the risks due to the latest threats and if risk assessments are not conducted on a regular basis, these new threats might go unnoticed.</p>
<p style="text-align: justify;">Hence organization are encouraged to have the risk assessment exercise as an annual activity and also when there is a major change within the organization. It is also important to keep a tab on the new threats that need to be included in their risk assessment exercise.</p>
<p style="text-align: justify;">Now the next arising question is, what are the risks of having these armed CISF securities in the campus?</p>
]]></content:encoded>
			<wfw:commentRss>http://infosecminds.com/2009/07/31/cisf-security-at-infosys/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

