<?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>risk analysis - RiskInsight</title>
	<atom:link href="https://www.riskinsight-wavestone.com/en/tag/risk-analysis/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.riskinsight-wavestone.com/en/tag/risk-analysis/</link>
	<description>The cybersecurity &#38; digital trust blog by Wavestone&#039;s consultants</description>
	<lastBuildDate>Tue, 14 Sep 2021 10:53:52 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.riskinsight-wavestone.com/wp-content/uploads/2024/02/Blogs-2024_RI-39x39.png</url>
	<title>risk analysis - RiskInsight</title>
	<link>https://www.riskinsight-wavestone.com/en/tag/risk-analysis/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Connecting your connected coffee machine: yes, but how?</title>
		<link>https://www.riskinsight-wavestone.com/en/2021/04/connecting-your-connected-coffe-machine-yes-but-how/</link>
		
		<dc:creator><![CDATA[Paul Fauchet]]></dc:creator>
		<pubDate>Mon, 05 Apr 2021 07:00:43 +0000</pubDate>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[IoT & Consumer goods]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[risk analysis]]></category>
		<category><![CDATA[use cases]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=15425</guid>

					<description><![CDATA[<p>Networks are at the backbone of every modern systems; for the ecosystems of connected objects, this is no exception. In this article, we will provide you with a methodology to use from the get-go to help in choosing a secure...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2021/04/connecting-your-connected-coffe-machine-yes-but-how/">Connecting your connected coffee machine: yes, but how?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Networks are at the backbone of every modern systems; for the ecosystems of connected objects, this is no exception. In this article, we will provide you with a methodology to use from the get-go to help in choosing a secure and suitable network for your IoT project.</p>
<p>In this example, we will assume that you are a coffee machine manufacturer. Your current project is to build a connected coffee machine for your corporate customers. You have identified multiple use cases for this IoT machine. For instance, it automatically orders new coffee capsules when the stock falls below a certain threshold. A second option would be that the coffee machine, sends automatic alerts to your servers when maintenance management such as cleaning, repairs, etc. is needed. Finally, it offers your clients functionalities for monitoring consumption.</p>
<p>How can you choose the right network for your needs? What questions should you ask yourself? How do you make a good choice while considering the overall security of your system?</p>
<p>&nbsp;</p>
<h2>First Step – Define your business requirements and perform a risk analysis</h2>
<p>First, you must identify the requirements for your IoT network which are twofold: business and security requirements. We characterize these requirements with levels 0 to 3, 0 being the lowest and 3 being the highest level.</p>
<p>For the business requirements, you must answer questions such as:</p>
<ol>
<li>How far should the object&#8217;s signal reach?</li>
<li>How much bandwidth do you need?</li>
<li>What is the autonomy of your object?</li>
</ol>
<p>In our example, we assume that your connected coffee machines will be distributed to corporate customers operating over a large geographical area (i.e. over 100 km radius). Therefore, you will need a wide coverage to enable your customers’ widespread machines to communicate with your Information System.</p>
<p>Two business cases are outlined here: If your customer agrees to connect your machine to its existing local network, you will then only need a short-range wireless network between the machine and the internet router. If they refuse to do so, you will then need to set up a long-range network as you will deploy your service and machines over a wide area.</p>
<p>For the bandwidth, a small/short amount will be needed as it solely requires to be able to send small data packages a few times a day at most (capsule orders, alerts, general status, …).</p>
<p>In regard to energy consumption, a coffee machine is traditionally connected to a power supply to perform its tasks; henceforth, power does not constitute an issue in terms of IOT, i.e. the object autonomy is therefore not constraint. There is no energy consumption requirement per se as it is already covered by the coffee machine’s connection to the power grid.</p>
<p>We summarize the levels for business requirements as follows:</p>
<ul>
<li>Range (R) = 3 or 1</li>
<li>Bandwidth (B) = 1</li>
<li>Energy consumption (E) = 0</li>
</ul>
<p>Having defined your business requirements, a risk analysis must be conducted to formulate the security requirements of your project for availability, integrity, confidentiality, and traceability purposes.</p>
<p>A loss of availability would occur in the event of a dysfunction on the connected coffee machine that would render it unusable for a customer. A loss of access to the network or unavailability of backend servers should never result in the machine being unavailable: it must remain working off-network. However, if a dysfunction of the machine occurs, we assume that you would want it to be reported back as quickly as possible through the network in order for maintenance actions to be triggered.</p>
<p>How long can this last? The answer would be several hours rather than several days, as we wouldn’t want to deprive employees from their coffee breaks! Therefore, 4 to 24 hours is an acceptable window of unavailability which can be translated into an availability requirement level of 2.</p>
<p>A loss of integrity would result in data corruption. For example, a potential excess order of coffee capsules may occur by altering the messages sent by the coffee machine or by replacing the same order multiple times. In both cases, this would result in a financial loss for your client. Data on the network needs to be communicated rigorously and exactly. Hence, we can conclude this is a requirement level of 3.</p>
<p>A loss of confidentiality would result in data being divulged; orders quantities are rather sensitive data that shouldn’t be shared with external parties. It needs to be ensured that data is communicated securely on the network and is not accessible by externals parties. &nbsp;Hence, we conclude that confidentiality has a requirement level of 2.</p>
<p>For traceability, and for simplification reasons, we choose to leave this aspect aside assuming that it is already accounted for by the study of the first 3 criteria.</p>
<p>In a nutshell, risk analysis concludes to the following security requirements:</p>
<ul>
<li>Availability (A) = 2</li>
<li>Integrity (I) = 3</li>
<li>Confidentiality (C) = 2</li>
</ul>
<p>For more details about risk analysis methodology for smart objects, you can refer to this <a href="https://www.riskinsight-wavestone.com/en/2021/01/risk-analysis-and-iot-a-marriage-of-love-or-reason/">article</a>.</p>
<p>At the end of this analysis, you obtain for both of your business cases a radar chart of your requirements.</p>
<h3>Business case 1: your customer connects your coffee machine to its local network</h3>
<figure id="post-15428 media-15428" class="align-none"><img fetchpriority="high" decoding="async" class="size-full wp-image-15428 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-1.png" alt="" width="966" height="470" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-1.png 966w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-1-393x191.png 393w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-1-71x35.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-1-768x374.png 768w" sizes="(max-width: 966px) 100vw, 966px" /></figure>
<h3>Business case 2: your customer does not connect your coffee machine to its local network</h3>
<figure id="post-15430 media-15430" class="align-none"><img decoding="async" class="size-full wp-image-15430 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-2.png" alt="" width="945" height="465" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-2.png 945w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-2-388x191.png 388w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-2-71x35.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-2-768x378.png 768w" sizes="(max-width: 945px) 100vw, 945px" /></figure>
<p>Though not discussed in this article, financial aspects are also important and depend on various factors such as the network operator pricing model. Same goes for geographic constraints as some networks may not be available on some regions.</p>
<p>Eventually, the ease of configuration of the network may be included in your business requirements, especially if your connected object targets a B2C audience.</p>
<p>&nbsp;</p>
<h2>Second step &#8211; Choose your IoT Network</h2>
<p>Building on business and security requirements, we developed a methodology to choose the right network that will be optimal to meet your business and security needs: range, bandwidth, energy consumption, availability, integrity, confidentiality.</p>
<p>The three business requirements are mandatory, the network you choose must fulfil them, otherwise, it will be eliminated.</p>
<p>For security requirements, the assessment requires pre-emptive analysis. Between two networks that cover the same business requirements, you should choose the one that offers the best level of security with the minimum cost.</p>
<p>If a network doesn’t cover one of the security requirements, you will have to implement some additional security feature as a part of your project backlog, consequently raising your costs.</p>
<p>You should also be vigilant that the additional implementation doesn’t impact the system’s performance. For instance, if you implement data encryption at the application layer, increasing processing times would negatively impact your maximum data rate or could be constrained by the hardware capabilities of the device, with a potential financial impact in case of a hardware upgrade. Consequently, one of your business requirements may no longer be met.</p>
<p>In case high availability is required (A=3), you ought to choose a robust network by design that will meet your real-time needs.</p>
<p>In fact, spread spectrum (like Bluetooth or ZigBee) or frequency hopping modulated protocols (like Sigfox or Bluetooth) are more resistant to radio jamming or radio interferences.</p>
<p>These types of networks are particularly recommended when availability is an important requirement, such as on an industrial production line.</p>
<p>Moreover, mesh protocols are known to be more reliable and scalable than point to point protocols. However, for them to achieve efficiency, they need to be used in a context where multiple connected devices are linked together. Mesh protocols like WirelessHART can also guarantee real-time communications. Their usage is especially adapted to an industrial context.</p>
<p>A simple methodology to choose the right network is to confront your business requirements to the network’s business and security offerings.</p>
<p>In the following radar charts, we present different types of IoT networks providing different levels of business and security offerings, and we compare each one of them to our business requirements.</p>
<h3>Business case 1: your customer connects your coffee machine to its local network</h3>
<figure id="post-15432 media-15432" class="align-none"><img decoding="async" class="size-full wp-image-15432 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-3.png" alt="" width="1128" height="697" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-3.png 1128w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-3-309x191.png 309w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-3-63x39.png 63w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-3-768x475.png 768w" sizes="(max-width: 1128px) 100vw, 1128px" /></figure>
<h3>Business case 2: your customer does not connect your coffee machine to its local network</h3>
<figure id="post-15434 media-15434" class="align-none"><img loading="lazy" decoding="async" class="size-full wp-image-15434 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-4.png" alt="" width="1127" height="712" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-4.png 1127w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-4-302x191.png 302w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-4-62x39.png 62w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-4-768x485.png 768w" sizes="auto, (max-width: 1127px) 100vw, 1127px" /></figure>
<p>Let&#8217;s apply the previous methodology to your connected coffee machine. First, we use our previous radar charts to see which networks comply with our business requirements.</p>
<h3>Business case 1: your customer connects your coffee machine to its local network</h3>
<p>For your first business case, Bluetooth and Wi-Fi are two viable short-range options if your customer connects the machine to its local network. On the one hand, Bluetooth meets all the security requirements, but it is less straightforward to implement compared to Wi-Fi. On the other hand, Wi-Fi meets all of them except for availability but that is something we can work out with SLA agreements.</p>
<h3>Business case 2: your customer does not connect your coffee machine to its local network</h3>
<figure id="post-15439 media-15439" class="align-none"><img loading="lazy" decoding="async" class="size-full wp-image-15439 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-5-1.png" alt="" width="1471" height="537" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-5-1.png 1471w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-5-1-437x160.png 437w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-5-1-71x26.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/04/Image-5-1-768x280.png 768w" sizes="auto, (max-width: 1471px) 100vw, 1471px" /></figure>
<p>For your second business case, Zigbee, BLE and Wi-Fi are clearly out of the equation because they do not meet the range requirements. However, LoRa, LTE-M and Sigfox are still in the mix.</p>
<p>We use the radar charts again, this time to assess these three candidate&#8217;s compliance with the security requirements.</p>
<p>Sigfox does not meet one of your security requirements (confidentiality) whereas LoRa complies with all security requirements. LTE-M is the best offering as it meets all your requirements, but it is also the most expensive. We conclude that LoRa is a relatively good candidate.</p>
<p>In conclusion, we have one good candidate: LoRa which will require the deployment of a new network and an alternative using a pre-existing Wi-Fi network. It should be noted that you may refuse to connect to the Wi-Fi network on company premises for security reasons.</p>
<p>We will undertake a new scenario in a next article: a customer company buys the machine and discusses what payment options to use.</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2021/04/connecting-your-connected-coffe-machine-yes-but-how/">Connecting your connected coffee machine: yes, but how?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Risk analysis and IoT: a marriage of love or reason?</title>
		<link>https://www.riskinsight-wavestone.com/en/2021/01/risk-analysis-and-iot-a-marriage-of-love-or-reason/</link>
		
		<dc:creator><![CDATA[Bertrand Carlier]]></dc:creator>
		<pubDate>Wed, 27 Jan 2021 06:00:22 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[IoT & Consumer goods]]></category>
		<category><![CDATA[connected devices]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[IoT]]></category>
		<category><![CDATA[IoT risk]]></category>
		<category><![CDATA[methodology]]></category>
		<category><![CDATA[project management]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[risk analysis]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=14988</guid>

					<description><![CDATA[<p>Wavestone and Sigfox share a common passion for tech, innovation and security. Our discussions led us to explore the foundation of all cybersecurity initiatives (the risk analysis), why this is different for an IoT project and, most importantly, how you...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2021/01/risk-analysis-and-iot-a-marriage-of-love-or-reason/">Risk analysis and IoT: a marriage of love or reason?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Wavestone and Sigfox share a common passion for tech, innovation and security. Our discussions led us to explore the foundation of all cybersecurity initiatives (the risk analysis), why this is different for an IoT project and, most importantly, how you can get started.</p>
<p>&nbsp;</p>
<h2>What is a cyber risk analysis?</h2>
<p>Did you ever wonder what would happen if a device your company developed and sells leak the data it collects? Or if that data were corrupted or suddenly made unavailable? What would be the most detrimental? <strong>What if your solution was vulnerable to a cyberattack?</strong> Could the consequences be a takeover of device(s) which leads to a safety hazard such as a building taking fire or even a human casualty? Or maybe it could “just” be a pivot attack onto your customer’s network that leads to a full incapacity for your and your customer’s businesses to operate.</p>
<p>If you are currently developing an IoT solution and are not having a nervous breakdown when considering such possibilities, you are probably wondering though how your CISO (Chief Information Security Officer) is not having one.</p>
<p>Well it is probably because your CISO<strong> has a method</strong>: they consider every risk from <strong>an unbiased perspective and in a comparable manner</strong>. Ensuring each risk is correctly evaluated (i.e. not overestimated or underestimated) and sharing the outcome of this evaluation with all project stakeholders is the first important step. Once all stakeholders agree upon every risk your company has the right basis to decide control measures.</p>
<p>This approach does not mean you should address every risk to the point that your solution is virtually <em>unhackable</em>. Frankly, this is not technically possible, and your budget would vanish far before achieving a so called zero cyber risk solution. Each control measure must be prioritized and proportional to the risk likelihood and severity.</p>
<p>What we described above is known as a <strong>risk analysis methodology</strong>. Cybersecurity professionals use this methodology as the baseline to their company’s cybersecurity initiatives. The professionals evaluate risk scenarios (often tied to service availability, data integrity, confidentiality and/or traceability of actions) and the impacts on their company’s brand image, legal liabilities, safety consequences and of course financial outcomes. The higher the risk is evaluated, the higher the priority is set to lower the likelihood of the risk occurring (e.g. add barriers to an attack, reduce the attack surface, etc.) or the severity of outcomes if the risk occurs (e.g. apply segmentation to reduce the spread of an attack).</p>
<p>If you want to learn more about the existing risk analysis methodologies you should start with ISO27005 which has a wide scope of adoption and understanding across various industries.</p>
<p>Be reassured that <strong>talking about risks will not increase the likelihood of the problem occurring </strong>(if you ever feared that), however not talking about them puts the project at great risk.</p>
<p>&nbsp;</p>
<h2>What makes an IoT Project risk analysis different?</h2>
<p>Hopefully we have convinced you that doing a risk analysis of your project is an important task; we will touch upon how you can get started quickly in the next chapter. Before we get there, we will detail what makes the exercise specific for an IoT project: what are the characteristics of such projects and what makes the risk analysis more difficult or simpler?</p>
<p>Let us start with the common characteristics that should be considered for a risk analysis. First of all, an IoT initiative often relies on a very decentralized network of hardware (sensors, gateways, servers, etc.). These devices can be spread over a large geographical area, sometimes all over the world, and are meant to remain in the field for a long time with little to no onsite maintenance. It is common to see B2B IoT devices that aim for a lifetime of more than 10 years (e.g. a water metering project for utility companies). B2C devices can also aim for such lifetimes – think of connected vehicles for instance. It is also noteworthy that IoT devices usually have limited user interfaces such as a screen and keyboard. Despite this, the buttons, LED and mobile applications allow the necessary interactions or customizations to the IoT device for you to collect data from the field. Remember, the data collected from connected devices is where the value resides. Thus, whether that data is critical or not is essential in the risk evaluation. Finally, we need to remind ourselves that an IoT project is still an IT project. If the devices are not typical laptops, the application servers and storage remain central in most cases. This is where a large part of the risk remains, but fortunately, there are many best practices for this portion of the solution as well.</p>
<p>From a cybersecurity perspective such characteristics can make IoT projects riskier. For instance:</p>
<ul>
<li>The physical security of a decentralized network is very hard to enforce. Where are the devices located? Are the devices accessible to the public? Can someone easily steal, damage or tamper the devices? For example, a tracker installed on a pallet travels outside trusted premises and can be damaged or removed – intentionally or not. Of course, this risk is amplified by a wider geographical footprint.</li>
<li>Given the limited user interactions and the longer device lifetime, it can become very costly and time-consuming to maintain the devices, especially if you must physically dispatch technicians. Hands-on intervention can be simply unrealistic, but even firmware upgrades have a failure rate. Because of all this, the controls must be relevant for the long run.</li>
<li>In any IoT project, the sensitivity of the data is a factor that must be considered. Is it critical for your company? For consumer projects the sensitivity of the data can be perceived as very high because the devices will collect data from the “real” world.</li>
<li>IoT solutions consist of many different technologies and vendors. This is a challenge for us: what are the security practices followed by each of these vendors and do these practices sufficiently cover my risks?</li>
<li>Finally, the security controls that can be applied are dependent on the capacities of the devices and softwares. For example, many sensors run on 8-bits MCU and thus cannot run complicated encryption algorithms.</li>
</ul>
<p>Fortunately, all these characteristics also play a role in reducing the cyber risks for IoT projects.</p>
<ul>
<li>With very decentralized deployments, the level of effort required by an attacker to access a large number of devices is burdensome. Compromising a single device is one thing but compromising the entire fleet of devices is an entirely different task. This is especially true if physical tampering or proximity is required.</li>
<li>The application of the IoT devices are rarely handled directly by a user and there are limited user interactions after installation. Thus, attackers have limited opportunities to trick the user into misusing the application.</li>
<li>Depending on the context, the value of the data can be very limited for attackers (e.g. room temperature monitoring used to control AC systems). What is more, the value can also decrease sharply with time. Production data can be critical for real-time control of processes, but it becomes a lot less valuable a few minutes after.</li>
<li>The architecture of IoT solutions is usually segregated from the IT systems including servers or data centers. This segregation enables companies to easily define and protect integration points.</li>
<li>Finally, the limited capacities of the device play a role in preventing any harmful attempt. Attackers simply cannot access, implant malware or effectively control sensors with 8-bit MCUs.</li>
</ul>
<p>&nbsp;</p>
<div class="slate-resizable-image-embed slate-image-embed__resize-full-width">
<figure id="post-15039 media-15039" class="align-none"><img loading="lazy" decoding="async" class="size-full wp-image-15039 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/01/Image-1-3.png" alt="" width="1845" height="883" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2021/01/Image-1-3.png 1845w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/01/Image-1-3-399x191.png 399w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/01/Image-1-3-71x34.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/01/Image-1-3-768x368.png 768w, https://www.riskinsight-wavestone.com/wp-content/uploads/2021/01/Image-1-3-1536x735.png 1536w" sizes="auto, (max-width: 1845px) 100vw, 1845px" /></figure>
</div>
<div></div>
<h2>So now, how can I get started?</h2>
<p>Well, take a deep breath and involve your CISO.</p>
<p>The CISO must identify and evaluate applicable regulations, decide what level of risks is acceptable, provide policies to follow and tools to implement security measures. Perhaps you should appoint Product Security Officer to specifically address IoT security in your company or even a given IoT product’s security if the stakes require it.</p>
<p>Getting to an acceptable level of security will require expertise on the various areas of the IoT solution. If you are that expert, then you should probably be ready to get involved. This will drive the whole team to consider the:</p>
<ul>
<li>End-to-end security on the technology stack: from hardware to cloud including embedded software, network connectivity, mobile apps, etc.</li>
<li>End-to-end security from a device lifecycle perspective. When you design your device, think about all phases: from manufacturing to distribution; from initial use to normal usage; resell, refurbish, recycle or trash.</li>
<li>Partners involvement: make sure not to forget them and assess their maturity. You might need to take measures to support them or upskill them (<em>hint</em>: ask your CISO or PSO for it).</li>
<li>Audit of your device and the whole technology stack. Do this regularly because your software may not have changed but the threats and known vulnerabilities may have.</li>
<li>Long-term security updates and maintenance: define for how long you will update and deploy your devices.</li>
<li>Incident response organization: define how you can be notified of vulnerabilities or breaches and how you can plan to respond (from a technical and a communication point of view).</li>
</ul>
<p>IoT cybersecurity is not impossible. It actually provides methodologies and tools to help achieve a secure landscape.</p>
<p>Project stakeholders and customers are seeking and pressuring for secure products. Regulation to enforce security are imminent and frameworks to help align every actor regarding its duties will continue to be applied. It is time to get ahead now if you are looking to make cybersecurity an asset for your product on your market!</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2021/01/risk-analysis-and-iot-a-marriage-of-love-or-reason/">Risk analysis and IoT: a marriage of love or reason?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Cyber risk quantification : understanding the FAIR methodology</title>
		<link>https://www.riskinsight-wavestone.com/en/2020/10/cyber-risk-quantification-understanding-the-fair-methodology/</link>
		
		<dc:creator><![CDATA[Fr@Nc0isLuqu3t]]></dc:creator>
		<pubDate>Wed, 07 Oct 2020 08:39:51 +0000</pubDate>
				<category><![CDATA[Cyberrisk Management & Strategy]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[Board]]></category>
		<category><![CDATA[c-level]]></category>
		<category><![CDATA[cyber risk quantification]]></category>
		<category><![CDATA[FAIR methodology]]></category>
		<category><![CDATA[Financial terms]]></category>
		<category><![CDATA[risk analysis]]></category>
		<category><![CDATA[risk assessment]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=14270</guid>

					<description><![CDATA[<p>As of now, it is interesting to note that it is the real attacks themselves that most easily allow us to quantify the cyber risks, and this by estimating the costs involved. It is estimated that NotPetya, the famous 1-billion-dollar...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/10/cyber-risk-quantification-understanding-the-fair-methodology/">Cyber risk quantification : understanding the FAIR methodology</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>As of now, it is interesting to note that it is the real attacks themselves that most easily allow us to quantify the cyber risks, and this by estimating the costs involved. It is estimated that NotPetya, the famous 1-billion-dollar malware, would have cost more than 300 million to many large companies, such as Fedex, Saint Gobain, &#8230; These estimates are still very approximate and are generally possible only several months after an attack. So, how can we anticipate the risks related to cyberattacks? How to reliably quantify this risk?</p>
<p>Lately, strong attention is being paid to risk quantification, and rightly so. However, it remains a very complex topic. There are two obvious reasons for this: we are sorely lacking in precise information and feedback; but also because cyberattacks generate many intangible impacts (reputation, internal disorganization, strategic damage, shutdown of operations); or indirect costs (drop in sales, contractual penalties, drop in the company&#8217;s market value, etc.).</p>
<p>We can see promising avenues for quantifying risk, and solutions able to automate this quantification are been released.</p>
<p>&nbsp;</p>
<h2>Why cyber risk should be quantified?</h2>
<p>Whether it is for communicating with senior management, business units, or even insurers, there is a real need to assess cyber risks as objectively as possible. The challenge is twofold: to gain relevance and legitimacy. One way forward is to treat cyber risk through a financial prism, like all other business risks, to make them meaningful to decision-makers.</p>
<p>One of the real challenges in quantifying cyber risks lies in building trust with executive committees over the long term. The first step is to adopt a clear posture <strong>to convince them and secure the investments needed to launch structuring security programs.</strong> Then, it should help <strong>proving the effectiveness of the investments made</strong>, and thus sustain the relationship with the executive committees over time, through the demonstration of the risk reduction in a quantified way and the evolution of risk over several years. This is key, particularly <strong>in the wake of the COVID crisis</strong>, as it will lead to a reduction and optimization of cyber security budgets within companies. It will therefore be essential to quantify the cyber risk for a stronger control on the ROI of cyber security investments.</p>
<p>The process of securing a company&#8217;s information system cannot be carried out without the implementation of Security by Design. Hence, it cannot be carried out without involving the business units. <strong>Speaking the same language is therefore necessary.</strong></p>
<p>Finally, in order not to find themselves at the foot of the wall in the event of an attack, it is essential for companies to anticipate the potential costs of an attack in order to <strong>adapt provisions and insurance. </strong><strong>This quantification allows them to do this.</strong></p>
<p>&nbsp;</p>
<h2>What are the main difficulties encountered?</h2>
<p>Given their <strong>intangible nature</strong>, it seems complex to objectively assess the impacts of cyberattacks. This is the case, for example, of the impact on a company&#8217;s image and reputation, or strategic damage and internal disorganization. Other risks are indeed tangible but <strong>indirect</strong>, which further complicates the task of companies that wish to quantify their risks, for example a loss of market share, a drop in the company&#8217;s market value, etc.</p>
<p>There is no universal formula for calculating the impact of an attack on a company. It depends on several parameters: the size of the company, the level of complexity and openness of the information system, the cyber maturity, etc. A company&#8217;s level of exposure depends essentially on its level of cyber security maturity. There are frameworks such as NIST, ISO, CIS, etc. for estimating the level of maturity in cyber security, but few companies manage to implement them or use them at their full extent.</p>
<p>Companies willing to quantify their cyber risks are faced with a lack of statistical databases on the cost of cyberattacks. Of course, most companies communicate little or nothing about it, probably to avoid scaring their customers and partners. And yet, collaboration would be key in the face of increasingly clever attackers: both to increase their cyber-resilience and to facilitate risk quantification. For example, Altran and Norsk Hydro have been affected by similar ransomwares from the same group of attackers!</p>
<p>&nbsp;</p>
<h2>Some first clues for quantifying cyber risk</h2>
<p>IMF President Christine Lagarde has already taken up the issue and published a bill and a methodology for quantifying cyber risks in the banking sector, used within the IMF. So how can we extend quantification to other sectors?</p>
<h3>Prerequisites for optimal risk quantification</h3>
<p>The FAIR methodology is one of the most widely used to quantify risks. Effective risk quantification induces:</p>
<ul>
<li><strong>A good knowledge of its most critical risks. </strong>Indeed, given the complexity of FAIR, it is better not to spread out and focus on the most important risk scenarios. You still have to know them! A risk mapping exercise is to be expected, in which the mobilization of the business units will be needed;</li>
<li><strong>A good understanding of existing security measures</strong> to ensure their ability to resist attacks and to estimate the residual impacts;</li>
<li><strong>A first draft of a repository of typical costs</strong> (legal fees, communications fees, etc.), which will be completed over time, and which requires business expertise to identify and estimate costs.</li>
</ul>
<p>Also, estimating the cost of risk, due to its cross-functional nature, calls for the collaboration of many stakeholders in the company (HR, legal, etc.), which can be complex to set up.</p>
<h3>The FAIR methodology, an approach that specifies certain phases of risk analysis and treatment</h3>
<p><strong>Introduction to the FAIR (Factor Analysis of Information Risk) methodology</strong></p>
<p>In 2001, Jack Jones was the CISO for Nationwide Insurance. He was confronted with persistent questions from his senior management asking for figures on the risks to which the company was exposed. Faced with the dissatisfaction caused by the vagueness of his answers, Jack Jones set up a methodology to estimate, in a quantified way, the risks weighing on his business: the FAIR methodology.</p>
<p><strong>Concretely, how does this differ from a risk analysis methodology, such as EBIOS in France?</strong></p>
<p>The FAIR methodology is not a substitute for risk analysis: FAIR is a methodology for assessing the impacts and probabilities of a risk more reliably. The impacts are always translated into financial terms in order to make the evaluation tangible. The contributions made are illustrated in the diagram below.</p>
<p>&nbsp;</p>
<figure id="post-14328 media-14328" class="align-none"><img loading="lazy" decoding="async" class="size-full wp-image-14328 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/Image-1-4.png" alt="" width="1496" height="509" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/Image-1-4.png 1496w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/Image-1-4-437x149.png 437w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/Image-1-4-71x24.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/Image-1-4-768x261.png 768w" sizes="auto, (max-width: 1496px) 100vw, 1496px" /></figure>
<figure id="post-14326 media-14326" class="align-none"></figure>
<p style="text-align: center;"><strong><em>Diagram 1</em></strong><em>: FAIR, an approach that specifies certain phases of risk analysis and treatment</em></p>
<p>&nbsp;</p>
<p>Usually, cyber risk assessment results in several types of impact (image, financial, operational, legal, etc.). The particularity of the FAIR methodology is to transpose each impact to a financial cost (direct, indirect, tangible and intangible costs). For example, if a risk scenario has an impact on the company&#8217;s image, FAIR translates this risk into a financial risk by evaluating the cost of the communication agency that will be mobilized to improve the company&#8217;s image. If a company&#8217;s CEO is mobilized as part of crisis management, then it will be necessary to estimate the time spent managing this crisis and monetize it.</p>
<p><strong>How to apply the FAIR methodology?</strong></p>
<p>A risk quantified in euros is the factor of the frequency of successful attack (loss event frequency) and the cost of the successful attack (loss magnitude). The diagram below shows the approach used by the FAIR methodology to estimate these two characteristics.</p>
<p><strong><em> </em></strong></p>
<figure id="post-14277 media-14277" class="align-none"><img loading="lazy" decoding="async" class="size-full wp-image-14277 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2.png" alt="" width="1629" height="821" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2.png 1629w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-379x191.png 379w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-71x36.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-768x387.png 768w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-1536x774.png 1536w" sizes="auto, (max-width: 1629px) 100vw, 1629px" /></figure>
<p style="text-align: center;"><strong><em>Diagram 2:</em></strong><em> the criteria taken into account by the FAIR methodology to estimate risks</em></p>
<p>&nbsp;</p>
<ul>
<li><strong><em>« Loss Event Frequency</em></strong><strong><em> » computation</em></strong></li>
</ul>
<p>The &#8220;contact frequency&#8221; represents the frequency at which the threat agent meets the asset to be protected. For example, it may be the frequency at which a natural disaster occurs at a given location.</p>
<p>The &#8220;probability of action&#8221; is the likelihood that the threat will maliciously act on the system once contact is made. This applies only when the threat agent is a living being (does not apply in the case of a tornado, for example). This is deducted from the gain, effort and cost of the attack and the risks.</p>
<p>The <strong>&#8220;threat event frequency&#8221;</strong> is derived from these two parameters.</p>
<p>The &#8220;threat capability&#8221; consists of estimating the capabilities of the threat agent both in terms of skills (experience and knowledge) and resources (time and materials).</p>
<p>The &#8220;resistance strength&#8221; is the company&#8217;s ability to withstand this attack scenario. The resistance threat is calculated based on the level of cyber maturity of the entity, for example with a gap analysis at NIST.</p>
<p>From these two parameters come the <strong>&#8220;vulnerability&#8221;</strong> and the <strong>&#8220;loss event frequency&#8221;.</strong></p>
<ul>
<li><strong><em>« Loss Magnitude » computation</em></strong></li>
</ul>
<p>“Primary losses” are the cost of direct losses. This includes: interruption of operations, salaries paid to employees while operations are interrupted, cost of mobilizing service providers to mitigate the attack (restoring systems, conducting investigations), etc.</p>
<p>“Secondary losses&#8221; are indirect losses, resulting from the reactions of other people affected, and are more difficult to estimate. For example, secondary loss can cover the loss of market share caused by the deterioration of the company&#8217;s image, the costs of notifying an attack through a communication agency, the payment of a fine to a regulator or even legal fees, etc. This is calculated by multiplying the &#8220;secondary loss event frequency&#8221; and the &#8220;secondary loss magnitude&#8221; for each of the indirect costs.</p>
<p><strong>A solution that accompanies companies in the implementation of this methodology</strong></p>
<p>Beyond the theoretical description of the methodology, solutions are being developed to enable companies to apply the methodology in a concrete way. This is the case of the French start-up Citalid, for example, which offers a platform for quantifying cyber risks based on the FAIR methodology. This enables the CISO to refine and make the quantification of risks consistent thanks to threat intelligence (for monitoring attackers over time). To use the solution, the company must fill in elements relating to its context and, for each of the risk scenarios to be quantified, complete a NIST questionnaire (50 questions for the most basic or 250 for a finer level of granularity) and the rest is calculated automatically.</p>
<p>&nbsp;</p>
<h2>What are the advantages and limitations of the FAIR methodology?</h2>
<p>The FAIR methodology mainly provides the following elements:</p>
<ul>
<li>It allows the company <strong>to identify and evaluate more precisely the most important risks</strong>. For each of the selected risk scenarios, the methodology allows an estimate of average and maximum financial losses and an estimated frequency. For example: &#8220;the probability of losing 150 million euros due to the propagation of a destructive NotPetya type ransomware exploiting a 0-day Windows flaw is 20%&#8221;.</li>
<li>It allows to estimate the cost-benefit of the risk reduction action plan. By playing with &#8220;resistence strength&#8221;, it is possible <strong>to estimate the return on investment (ROI) of the security measures to be put in place.</strong></li>
<li>It transposes all cyber risks into a financial risk which allows a <strong>better understanding of the risk by the company&#8217;s managers.</strong></li>
</ul>
<p>However, the FAIR application is not without constraints because it requires resources that are sometimes significant (both in terms of man-days and knowledge of the company&#8217;s context). Moreover, risk quantification only covers a limited scope (1 risk scenario). Also, <strong>risk quantification using the FAIR methodology needs to be refined with standard cost charts associated with a cyber impact</strong>. This can be done, for example, by capitalizing on post-mortem analyses of a cyber crisis, which can often provide a real illustration of the financial impacts.</p>
<p>Thus, the FAIR methodology is a promising approach that still needs to be fully understood and adapted to companies’ context in order to derive concrete benefits.</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/10/cyber-risk-quantification-understanding-the-fair-methodology/">Cyber risk quantification : understanding the FAIR methodology</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>EBIOS (2010) est mort, vive EBIOS (RM) ?</title>
		<link>https://www.riskinsight-wavestone.com/en/2019/01/ebios-2010-est-mort-vive-ebios-rm/</link>
		
		<dc:creator><![CDATA[Yvain TAVERNIER]]></dc:creator>
		<pubDate>Wed, 23 Jan 2019 18:12:04 +0000</pubDate>
				<category><![CDATA[Cyberrisk Management & Strategy]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[analyse de risques]]></category>
		<category><![CDATA[ANSSI]]></category>
		<category><![CDATA[EBIOS]]></category>
		<category><![CDATA[EBIOS RM]]></category>
		<category><![CDATA[EBIOS RM/homologation]]></category>
		<category><![CDATA[Gestion des risques]]></category>
		<category><![CDATA[Risque]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=11577/</guid>

					<description><![CDATA[<p>Résultat d’un travail d’envergure porté durant deux ans par l’ANSSI et le Club EBIOS, EBIOS Risk Manager (EBIOS RM) est la nouvelle déclinaison de la méthodologie d’analyse de risque EBIOS. Bien que les principes fondamentaux d’identification des enjeux, des risques...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2019/01/ebios-2010-est-mort-vive-ebios-rm/">EBIOS (2010) est mort, vive EBIOS (RM) ?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Résultat d’un travail d’envergure porté durant deux ans par l’ANSSI et le Club EBIOS, <strong>EBIOS Risk Manager</strong> (EBIOS RM) est la nouvelle déclinaison de la méthodologie d’analyse de risque EBIOS.</p>
<p>Bien que les principes fondamentaux d’identification des enjeux, des risques et des actions de remédiation demeurent, la méthode s’illustre par son appel à des <strong>scénarios d’attaque complexes</strong> <strong>tirant partie de vulnérabilités multiples,</strong> à la manière d’attaques réelles comme celle contre les systèmes de connexion à SWIFT de la Banque Centrale du Bangladesh en 2016 ou contre Sony Pictures en 2014&#8230; Autre évolution majeure, l’apparition d’une <strong>analyse approfondie des attaquants potentiels, de l’écosystème et des parties prenantes</strong> du périmètre étudié.</p>
<p>Ce changement de posture permet à EBIOS RM de répondre spécifiquement aux problématiques posées par des<strong> attaquants toujours plus professionnalisés </strong>qui étudieront méthodiquement les vulnérabilités d’une cible ainsi que l’ensemble de son écosystème pour parvenir à leurs fins. Elle vient ainsi remplir une zone de vide dans l&#8217;espace des méthodologies d’analyse de risques.</p>
<p>Néanmoins, malgré cette approche réellement innovante et comme nous allons l’étayer ci-dessous, EBIOS RM ne doit<strong> pas forcément être considérée comme la nouvelle démarche globale</strong> d’analyse des risques mais plutôt comme une <strong>nouvelle corde à l’arc</strong> méthodologique du RSSI pour traiter les scénarios d’attaque les plus complexes.</p>
<p>S’appuyant sur nos premiers retours d’expérience de l’application concrète de cette méthode, nous présenterons en détail les évolutions qu’elle apporte ainsi que leurs implications sur la gouvernance plus générale des risques SSI.</p>
<h1>EBIOS RM, une nouvelle méthodologie pour mieux appréhender les risques complexes de cybersécurité<code></code></h1>
<p>Depuis bientôt 10 ans, EBIOS 2010 propose une méthode centrée sur la notion de <strong>menaces unitaires</strong> tirant partie de <strong>vulnérabilités</strong> et de prévention de leurs <strong>impacts sur des processus métiers</strong>. Cette méthode, qui remettait à l’époque le métier au centre de l’analyse de risques, n’est cependant <strong>pas conçue pour </strong>identifier et traiter<strong> des menaces complexes. </strong>Ces menaces, composées de rebonds de l’attaquant d’une vulnérabilité à une autre pour atteindre ses fins, constituent pourtant aujourd’hui une part majeure de l’univers des risques SSI et ont été mises <strong>à l’ordre du jour de nombreux comités exécutifs</strong> à la suite des dernières attaques majeures comme NotPetya ou WannaCry.</p>
<p>EBIOS RM vise à compléter ce manque par une approche intégrant dans un premier temps de l’étude poussée<strong> des intentions des attaquants</strong> potentiels, puis la prise en compte formelle de <strong>l’écosystème</strong> et enfin l’identification de <strong>scénarios d’attaque complexes de type <em>kill chain</em></strong>. L’objectif final de cette étude n’est plus l’alignement des mesures de sécurité à des failles unitaires comme pour EBIOS 2010 mais bien la capacité à maîtriser des risques aux facettes multiples.</p>
<h1 style="text-align: left;">En préalable, mener un travail préparatoire concernant les vulnérabilités</h1>
<p>EBIOS RM propose dans un premier temps la mise place d’une étude structurée du niveau de sécurité du périmètre analysé par une revue de conformité. Cette vérification permet d’identifier un premier panel de vulnérabilités, <strong>comme le ferait un attaquant</strong> en testant par exemple la version des infrastructures ou les vulnérabilités de l’OWASP.</p>
<p>Contrairement à ce qui est proposé dans la méthode EBIOS 2010, la principale finalité de cette approche n’est pas de remédier à des vulnérabilités unitaires mais bien d’alimenter la définition des scénarios d’attaque complexes en identifiant les potentiels <strong>points de rebond</strong> de l’attaquant.</p>
<h1>Ensuite, mieux prendre en compte l’écosystème et les sources d’attaque</h1>
<p>Par ailleurs, afin d’adapter l’analyse des risques à la réalité des SI contemporains et de l’univers de menace, EBIOS RM intègre une innovation majeure sous la forme de la <strong>revue systématique de l’écosystème</strong> du périmètre étudié, depuis les <strong>tiers de confiance</strong> connectés à celui-ci jusqu’aux <strong>tiers présumés hostiles</strong> tels que des concurrents, des états voire des activistes.</p>
<p>L’étude des tiers de confiance met en lumière leurs interactions avec le périmètre étudié, <strong>trop souvent acquises comme sûres</strong>, qui constituent un vecteur d’attaque idéal pour un attaquant contournant ainsi les défenses périmétriques voire les mesures de gestion des accès internes.</p>
<p>L’étude des tiers hostiles place quant à elle la notion <strong>d’intentionnalité de la malveillance </strong>au cœur de l’étude. EBIOS RM propose donc de les identifier précisément et d’analyser les objectifs possiblement visés. Ce changement d’angle de vue sert de base au développement de scénarios d’attaque complexes dans la suite de la démarche.</p>
<p>Cette nouvelle approche vise notamment à faire face aux attaques par <em>water-holing</em> ou encore des conséquences de la compromission d’un SI tiers comme les fuites de données de l’enseigne américaine Target en 2013.</p>
<h1>Enfin, un travail itératif de construction des scénarios d’attaque</h1>
<p>Sur la base de cette connaissance approfondie du contexte, la démarche EBIOS RM vise à réaliser une <strong>étude préliminaire et plus fonctionnelle</strong> des évènements pouvant survenir sous la forme de scénarios stratégiques, puis un <strong>zoom plus technique</strong> sous la forme de scénarios opérationnels détaillés. L’objectif est que ces deux visions s’alimentent tout au long de l’étude dans une <strong>réflexion itérative</strong>.</p>
<p>EBIOS RM demande tout d’abord de définir de 3 à 5 scénarios stratégiques combinant source d’attaque, objectif visé et principaux moyens utilisés pour atteindre cet objectif. Cette <strong>vision de haut niveau et aux aspects techniques très limités</strong>, atout clef pour présenter les risques cyber <strong>aux métiers voire aux instances dirigeantes </strong>d’une organisation, permet également de préciser le périmètre de la réflexion plus technique qui sera réalisée au travers de 10 à 15 scénarios opérationnels.</p>
<p>Ces <strong>scénarios opérationnels</strong> racontent un fil détaillé d’évènements qui, combinés, mènent à un impact majeur. EBIOS RM structure ce cheminement au travers de quatre phases. Tout d’abord, la <strong>prise de connaissance</strong> par l’attaquant du SI ciblé, de son fonctionnement et de ses acteurs. Ensuite, la phase <strong>d’entrée </strong>dans ce SI au travers d’actions comme le phishing ou l’exploitation d’une <em>backdoor</em>. Puis vient la phase de <strong>recherche</strong> des données ou du SI critique que l’attaquant souhaite compromettre. Enfin, c’est la phase <strong>d’exploitation</strong> de cette cible via par exemple l’exfiltration de données ou l’implantation d’une bombe logique.</p>
<p>Chaque scénario d’attaque opérationnel aura donc <strong>sa propre histoire à raconter, sa propre <em>kill chain</em></strong><em>,</em> dont la vraisemblance sera déterminée. Cette spécificité est une des forces de l’étude, facilitant sa restitution, mais lui permettant également <strong>d’alimenter la réflexion d’un SOC</strong> concernant la définition de scénarios de corrélation à implémenter dans un SIEM.</p>
<p>Cette hauteur d’analyse en fait d’ailleurs un outil de choix pour l’étude des risques des périmètres les plus critiques d’une entreprise, comme par exemple les SI d’importance vitale.</p>
<h1>Un outil ambitieux dont il faut cadrer l’utilisation</h1>
<p>EBIOS RM présente des atouts séduisants par la prise en compte des motivations et méthodes des attaquants, de l’étude approfondie des tiers de confiance comme potentiels vecteurs d’attaque ou encore par sa capacité à produire des scénarios d’attaques complexes mais capables de convaincre des publics non-initiés.</p>
<p>L’une des principales qualités d’EBIOS RM, imposer réflexion et créativité pour définir les scénarios stratégiques et opérationnels pertinents, a néanmoins un revers notable : EBIOS RM ne pourra ainsi pas, exception faite de l’étude du socle et des acteurs menaçants, <strong>faire l’objet d’une industrialisation poussée</strong> des outils associés <strong>sans craindre</strong> une perte de créativité et donc <strong>une perte de qualité</strong> dans ses résultats. Cette logique s’écarte donc de celle en vigueur pour EBIOS 2010 qui rendait par exemple possible une revue exhaustive des menaces, permise par la complexité très souvent limitée de celles-ci.</p>
<p>En l’absence de cadre largement outillé et afin d’éviter que la subjectivité des participants n’y fasse son lit, EBIOS RM va ainsi exiger <strong>de son pilote un éventail de compétences qui reste rare</strong> sur le marché : des <strong>connaissances techniques pointues et orientées test d’intrusion </strong>pour déterminer ce que serait capable de réaliser un attaquant selon son niveau d’expertise, de la <strong>créativité,</strong> une <strong>capacité au <em>story telling</em>, à la synthèse et à la pédagogie</strong>, afin de définir des scénarios d’attaques qui auront à la fois <strong>suffisamment d’impact et de pertinence</strong> pour convaincre à la fois les équipes métiers et techniques tout en illustrant avec justesse et moins de quinze scénarios opérationnels <strong>toutes les facettes</strong> remarquables de la situation étudiée.</p>
<p>Ces différentes qualités renforceront par ailleurs la <strong>légitimité</strong> du pilote de l’étude, indispensable <strong>pour animer et recadrer efficacement</strong> les différents groupes de travail demandés par la méthodologie, afin d’éviter les discussions sans fin qu’elle peut risquer d’entraîner par ses aspects subjectifs. Il faut en outre garder à l’esprit que par son aspect <strong>itératif</strong> et les nombreux groupes de travail qu’elle implique, EBIOS RM sera une démarche <strong>significativement plus coûteuse en temps</strong> qu’EBIOS 2010. De plus, ses résultats seront <strong>difficilement réutilisables d’une étude à l’autre</strong>, en cela qu’elle se concentre justement sur les spécificités des périmètres étudiés.</p>
<h1>Les sources accidentelles écartées</h1>
<p>Dernier point d’attention, EBIOS RM, en plaçant l’intentionnalité au cœur de sa démarche, <strong>écarte les sources accidentelles</strong>. Pourtant, celles-ci se produisent régulièrement, qu’il s’agisse d’un coup de pelleteuse, d’une corruption d’une base de données ou de l’erreur d’un administrateur. Par ailleurs, le cœur de la démarche EBIOS RM, en générant un nombre limité de scénarios opérationnels, <strong>ne vise pas à l’exhaustivité</strong> qui était une des forces d’EBIOS 2010. La réponse de la démarche à ce biais méthodologique est l’étape d’étude du socle, mais celle-ci <strong>n’est qu’une revue de conformité</strong>. Si on imagine appliquer la démarche à un périmètre existant présentant de nombreux axes d’améliorations et qu’on utilise un référentiel de conformité suffisamment exhaustif (les 42 règles de l’ANSSI ou ISO27002), on pourra se retrouver avec une liste à la Prévert des mesures correctives à mettre en œuvre, <strong>sans moyen rigoureux de les prioriser</strong>, sauf à faire appel à EBIOS 2010 qu’EBIOS RM visait à remplacer…</p>
<h1>Vers une refonte de la gouvernance de la gestion des risques</h1>
<p>EBIOS RM est donc une démarche qui nécessite un temps de mise en œuvre certain ainsi que des expertises à la disponibilité souvent déjà limitée, et dont les résultats seront difficiles à réutiliser. En tenant également compte de ses priorités méthodologiques, nous pensons préférable de <strong>concentrer</strong> l’application de cette démarche aux systèmes présentant <strong>des enjeux forts</strong> et dont le niveau de sécurité a déjà <strong>un certain niveau de maturité</strong>, par exemple parce qu’ils seront passés par l’étape EBIOS 2010. Il nous semble également préférable d’utiliser EBIOS RM <strong>pour des ensembles cohérents de SI </strong>(exemple : une voiture ou les activités marketing) afin de conserver un périmètre d’étude suffisamment important pour permettre des attaques avancées. Enfin, sur des <strong>ensembles cohérents de SI appartenant à des acteurs différents</strong>, il est possible d’appliquer la méthode jusqu’aux scénarios stratégiques afin de fixer des priorités d’étude pour les analyse de risques plus détaillées qui seront mises en œuvre par chaque entité sur ses périmètres propres. EBIOS RM sera dans ces cas d’autant plus pertinente qu’elle se concentrera uniquement sur des scénarios <strong>au plus proche des pratiques métiers</strong>.</p>
<h1>EBIOS RM, une brique dans l’offre de services d’analyse de risque</h1>
<p>L’arrivée d’EBIOS RM, démarche novatrice quoique à utiliser avec mesure, et qui finalement <strong>complète plus qu’elle ne remplace</strong> EBIOS 2010, participe donc à créer ce qu’on pourrait appeler une <strong>offre de service EBIOS</strong>. L<strong>es ressources et les compétences nombreuses qu’elle nécessite</strong> pour être mise en œuvre la réserveront ainsi à des périmètres spécifiques,<strong> fortement exposés ou porteurs d’enjeux majeurs</strong> comme par exemples les SI d’importance vitale, <strong>ayant déjà fait l’objet d’un socle de mesures d’hygiène SSI</strong>.</p>
<p>Tout ceci plaide en faveur de la mise en œuvre<strong>, en amont des projets, d’une démarche de gouvernance des risques, transverse à l’entité,</strong> qui permettra de déterminer rapidement les <strong>enjeux, l’exposition et la maturité sécurité</strong> de ses périmètres fonctionnels et applicatifs, puis de décider en fonction quelle méthodologie de sécurisation mettre en place : simple revue de conformité à un socle minimal de règles de sécurité, étude EBIOS 2010 plus ou moins approfondie ou enfin, sur les périmètres à la fois sensibles et matures, étude EBIOS RM.</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2019/01/ebios-2010-est-mort-vive-ebios-rm/">EBIOS (2010) est mort, vive EBIOS (RM) ?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Security certification: the key to complying with the french military programming Law (MPL)</title>
		<link>https://www.riskinsight-wavestone.com/en/2018/07/security-certification-the-key-to-complying-with-the-french-military-programming-law-mpl/</link>
		
		<dc:creator><![CDATA[Fr@Nc0isLuqu3t]]></dc:creator>
		<pubDate>Mon, 09 Jul 2018 10:09:51 +0000</pubDate>
				<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[Digital Compliance]]></category>
		<category><![CDATA[ANSSI]]></category>
		<category><![CDATA[audit]]></category>
		<category><![CDATA[certification]]></category>
		<category><![CDATA[MPL]]></category>
		<category><![CDATA[risk]]></category>
		<category><![CDATA[risk analysis]]></category>
		<category><![CDATA[VIIS]]></category>
		<category><![CDATA[VOI]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=10951/</guid>

					<description><![CDATA[<p>Security certification, taking a risk-bases approach to ISS Under the French Military Programming Act (MPL), certification is a mandatory procedure that applies to Vitally Important Operators (VOI). It helps to manage the issues and security levels for all Vitally Important...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2018/07/security-certification-the-key-to-complying-with-the-french-military-programming-law-mpl/">Security certification: the key to complying with the french military programming Law (MPL)</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Security certification, taking a risk-bases approach to ISS<strong><br />
</strong></h2>
<p>Under the French Military Programming Act (MPL), certification is a mandatory procedure that applies to Vitally Important Operators (VOI). It helps to manage the issues and security levels for all<strong> Vitally Important Information Systems (VIIS)</strong></p>
<p>Certification is a core issue to the MPL compliance strategy, because it provides <strong>a concrete and operational means of breaking down the MPL’s requirements</strong> while reducing security risks.</p>
<p>ANSSI—The French National Cybersecurity Agency—has produced a guide that describes the key steps in certification. These steps are:</p>
<ul>
<li>Defining a certification strategy (a scoping document describing how to achieve certification)</li>
<li>Performing a risk analysis on a VIIS</li>
<li>Conducting a certification audit</li>
<li>The certification decision</li>
<li>Post-certification monitoring</li>
</ul>
<p><strong>The approval decision must be made by the Certification Authority (CA), </strong>which is the legal entity responsible for certifying VIIS. It is assisted by the Certification Commission, an internal group of experts responsible for doing the preparatory work for the certification decision.</p>
<p>The information required to make the decision is compiled in the certification file. This allows the Certification Commission to attest to the level of security and accept the residual risks. Ultimately then, it is the Certification Commission that attests to the fact that the risks are being properly managed.</p>
<h2>An approach to quickly assess existing VIIS<strong><br />
</strong></h2>
<h3>Retro-certification: how to certify VIIS already in production</h3>
<p>For existing VIIS, the certification model is different, although the objectives remain the same. An assessment of existing VIIS is the starting point for certification, and performing <strong>a dry-run audit (or using a previous audit report)</strong> serves to speed up the gathering of information and the identification of risks.</p>
<p>Conversely, the security measures have to be applied to a history that can be challenging to transpose. <strong>Compensatory measures</strong> therefore have to be identified, prioritized, and implemented.</p>
<p>This retrospective certification, or retro-certification, must enable <strong>the business to consider the risks in an exhaustive fashion, and prioritize the actions,</strong> in order to reduce them to an acceptable level by making the necessary investments.</p>
<p>While it’s important to design the certification process such that it has the capacity to process future VIIS, <strong>it is mostly for existing VIIS that VOI are actually busy with,</strong> and retro-certification is, therefore, a priority.</p>
<h3>Adopting a test &amp; learn approach</h3>
<p>In order to define and deploy a certification procedure within the framework of the MPL, VOI can <strong>define an initial pilot stage</strong> to test and refine the process before using it—at full scale—on a VIIS.</p>
<p>The objective of this pilot phase is to <strong>compare the methodology and the reality on the field</strong>, with the aim of validating the approach and the steps defined (procedures, people who need to be involved, etc.). Taking such approach highlights areas of difficulty (related to IS administration, partitioning, patch management, etc.), and enables <strong>a concrete and achievable remediation plan </strong>to be put together.</p>
<p>The choice of pilot VIIS is essential in<strong> anticipating the problems that will be encountered.</strong> It makes sense to choose a pilot VIIS that is representative of all the other VIIS (typical size, limited interactions, etc.).</p>
<h3>Demonstrating the security level generated by the MPL</h3>
<p>Among the various work streams and projects triggered by the MPL, it’s the certification program that enables <strong>security to be strengthened effectively</strong>. This can be achieved not just by <strong>highlighting</strong> security at high level both internally (with senior management and those with accountability for certification) and externally (with ANSSI and the government), but also by <strong>quantifying the degree of risk reduction</strong> required (through risk analysis) and achieved (through audit).</p>
<p>Achieving certification enables <strong>actual risks to be communicated</strong>, and <strong>the players involved</strong> to be made responsible and aware (particularly senior management—as a result of interactions with those accountable for certification).</p>
<p>All the activities undertaken for MPL compliance are compiled in a <strong>certification file,</strong> which gives them a practical reality. This includes observations about security, obstacles encountered, and an overview of the complexity involved in compliance.</p>
<p>The certification file must be made <strong>available to ANSSI.</strong> The file represents a showcase for ANSSI with respect to the VOI&#8217;s compliance with the MPL—and it pays not to cut corners! The VOI must demonstrate the gains made in security and the clear validation of the theoretical responses to compliance.</p>
<h2>Maintaining a high level of security over time<strong><br />
</strong></h2>
<h3>Creating a certification mindset</h3>
<p>Certification doesn’t end when the certification decision has been made and the system put into production. This only marks the start of the risk-management process. It’s then a question of maintaining momentum, increasing visibility, and ensuring the ongoing management of security. Certification must be renewed at least <strong>every three years,</strong> or during <strong>periods of major change to the VIIS, something that forces a reconsideration of whether the VIIS is actually secure</strong> in the way described in the risk analysis.</p>
<p>Therefore, for an existing VIIS, a process needs to be set up to monitor and identify security-related changes to it. This must be carried out in the context of an organizational structure, for example with <strong>a named person holding the responsibility to identify and assess any changes.</strong> This person, can, in particular, establish a <strong>list of key events</strong>, for example: changes to the level of exposure of the VIIS, the arrival of new Service Providers, functional developments in the VIIS, or modifications to infrastructure or operational management); these will provide a basis for assessing any requirements for the system to be overhauled.</p>
<p>The establishment of a certification governance committee ensures <strong>a degree of momentum in the certification process.</strong> Updating the methodology for integrating security into projects enables new projects to be taken into account, risk management to be applied from the beginning, and advance preparation for VIIS compliance.</p>
<h3>Providing a clear and understandable framework for application owners</h3>
<p>Application owners are key players in maintaining security and certification over time. This is not just because they have a good overview of their VIIS, but also because they are aware of developments to it. If their attitude is one of fear of the MPL, this can lead to a poor approach to security. Conversely, a <strong>good understanding of MPL issues</strong>, certification, and continuous improvement, can enhance VIIS security.</p>
<p>Special attention should be paid to <strong>supporting application owners, and raising their awareness about security</strong> in general, and the certification process in particular. To achieve a win-win approach, and improve security over time, you must bring application owners together and get their buy-in.</p>
<h2>Security certification: an approach that enhances risk management over time<strong><br />
</strong></h2>
<p>Beyond essential regulatory requirements, the MPL has to be seen as a catalyst that can <strong>enhance risk management within a VOI:</strong> from operational level, through application owners, right up to the senior management.</p>
<p>After taking the first step of overhauling and implementing risk-reduction measures on an existing VIIS, certification ensures that levels of security are maintained right across it. Given this, it’s vital that <strong>the players involved remain engaged over time</strong> to ensure that the initial momentum is maintained.</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2018/07/security-certification-the-key-to-complying-with-the-french-military-programming-law-mpl/">Security certification: the key to complying with the french military programming Law (MPL)</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Souscrire une cyber-assurance : mode d’emploi</title>
		<link>https://www.riskinsight-wavestone.com/en/2013/06/souscrire-une-cyber-assurance-mode-demploi/</link>
		
		<dc:creator><![CDATA[Gérôme Billois]]></dc:creator>
		<pubDate>Fri, 28 Jun 2013 11:53:47 +0000</pubDate>
				<category><![CDATA[Cyberrisk Management & Strategy]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[analyse de risques]]></category>
		<category><![CDATA[cyberassurance]]></category>
		<category><![CDATA[Cybercriminalité]]></category>
		<category><![CDATA[Gestion des risques]]></category>
		<category><![CDATA[Risk management]]></category>
		<category><![CDATA[Risque]]></category>
		<category><![CDATA[RSSI]]></category>
		<guid isPermaLink="false">http://www.solucominsight.fr/?p=3874</guid>

					<description><![CDATA[<p>Après avoir dans une précédente tribune évalué l’intérêt de souscrire ou non à une cyber-assurance (produit dédié à la couverture des risques liés à la cybercriminalité), il convient de s’intéresser désormais aux modalités de souscription d’une telle offre. En effet,...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2013/06/souscrire-une-cyber-assurance-mode-demploi/">Souscrire une cyber-assurance : mode d’emploi</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><em>Après avoir dans une <a href="http://www.solucominsight.fr/2013/03/cyber-assurance-souscrire-ou-ne-pas-souscrire-telle-est-la-question/" target="_blank" rel="noopener noreferrer">précédente tribune</a> évalué l’intérêt de souscrire ou non à une cyber-assurance (produit dédié à la couverture des risques liés à la cybercriminalité), il convient de s’intéresser désormais aux <strong>modalités de souscription</strong> d’une telle offre.</em></p>
<p><em>En effet, le processus de souscription constitue le<strong> pilier fondateur</strong> d’un transfert de risques réussi. Il est donc primordial pour toute entreprise désirant franchir le pas de la cyber-assurance de connaître toutes les caractéristiques d’une telle opération.</em></p>
<h2>Quels sont les acteurs majeurs de ce processus ?</h2>
<p>Les acteurs du processus de souscription sont peu nombreux et bien définis. Participent aux négociations :</p>
<ul>
<li>Le <strong>client </strong>: il s’agit d’une organisation ou d’une entreprise souhaitant disposer d’une prestation (généralement financière) en cas de survenance d’un incident. C’est lui qui exprime le besoin, que ce soit par ses Risk Manager, ses RSSI, sa Direction Générale ou encore ses acteurs métiers.</li>
<li>Le <strong>courtier </strong>: il est l’intermédiaire entre le souscripteur et l’assureur, et joue de ce fait un rôle central tout au long du processus. Il base son travail sur une excellente connaissance du marché et du besoin remonté par son client.</li>
<li>L’<strong>assureur </strong>: il crée les polices d’assurances, en définissant leurs périmètres de couverture, leurs plafonds de garanties ainsi que leurs primes ou franchises. Ces paramètres sont toutefois largement négociés et fortement corrélés avec la maturité du client.</li>
</ul>
<h2>Comment se déroule le processus de souscription à une cyber-assurance?</h2>
<p>En premier lieu, le client doit faire le point sur son besoin et confronter les risques résiduels identifiés comme nécessaires à couvrir avec ceux déjà couverts par une assurance. Pour ce faire, une <strong>analyse de risques récurrente</strong> et un <strong>bilan assurantiel</strong> (évaluation de la couverture actuelle et des manques) impliquant toutes les parties de l’entreprise sont nécessaires.</p>
<p>Dans un second temps, il convient de <strong>choisir le courtier</strong> le mieux à même de répondre aux attentes du client. Dans le contexte de grandes entreprises, il sera jugé sur son expertise sur le sujet cyber, sa capacité à offrir une couverture multi-assureurs et des modalités de son accompagnement au cours des différentes étapes, du choix à la vie du contrat.</p>
<p>Courtier et client échangent alors sur la nature même des risques à traiter, ainsi que sur la maturité de ce dernier. Le courtier <strong>identifie</strong> ensuite, grâce à sa connaissance poussée du marché, les <strong>assureurs</strong> les plus à même de répondre au besoin.</p>
<p>Le client et le courtier présentent ensuite à l’assureur leurs exigences en termes de <strong>périmètre de couverture</strong> et de <strong>plafond de garantie.</strong> Dans le cas de montants très élevés, le courtier peut mettre en place des <strong>montages d’assurances</strong> qui permettent d’atteindre des plafonds plus élevés que ceux proposés dans les offres standards. En réponse, l’assureur évalue la maturité du client, par l’intermédiaire de <strong>questionnaires</strong> ou par une <strong>analyse de risques</strong>. L’assureur propose alors un <strong>montant de prime d’assurance</strong> en fonction de la maturité observée chez le client. Ce montant, qui varie généralement entre 1 et 5% du plafond de la garantie, est ensuite négocié entre les différents partis.</p>
<p>Le périmètre de couverture, le plafond de garantie et le montant de la prime constituent la <strong>police d’assurance.</strong></p>
<h2>Comment faire vivre le contrat ?</h2>
<p>Le contrat reposant essentiellement sur le code des assurances français, le client est tenu à certaines obligations vis-à-vis de l’assureur, notamment sur le devoir d’information en cas de modification significative des risques sur son système d’information. Cette obligation se concrétise généralement par des réunions annuelles entre l’assureur, l’assuré et le courtier dans le but d’établir un bilan de l’évolution de la maturité du client et d’adapter le contrat en conséquence.</p>
<p>La souplesse dans l’évolution du contrat a deux principaux intérêts. Pour le client, il est de <strong>faire baisser le montant des primes</strong> en <strong>améliorant sa sécurité</strong>. Pour l’assureur, il est d’<strong>adapter le montant des primes</strong> en fonction de l’<strong>évolution du risque</strong>. Cette démarche encourage et valorise donc les travaux effectués en faveur de la sécurité du SI.</p>
<h2>Comment déclencher les garanties ?</h2>
<p>Les <strong>délais de notification</strong> en cas d’attaque constituent l’élément central du déclenchement. Le code des assurances rappelle : «<em>L’assuré est obligé de donner avis à l&#8217;assureur, dès qu&#8217;il en a eu connaissance et au plus tard dans le délai fixé par le contrat, de tout sinistre de nature à entraîner la garantie de l&#8217;assureur. Ce délai ne peut être inférieur à cinq jours ouvrés » </em>(<a href="http://www.legifrance.gouv.fr/affichCodeArticle.do?cidTexte=LEGITEXT000006073984&amp;idArticle=LEGIARTI000006791999">Article L113-2</a>)<em>. </em>En cas de faute vis-à-vis de cette règle, le client peut se voir refuser ses garanties. L’enjeu est donc d’<strong>alerter au plus tôt l’assureur</strong>, même s’il n’y a que suspicion d’intrusion, mais aussi de <strong>cadrer les preuves</strong> à recueillir pour l’indemnisation – et ce dès l’établissement du contrat. Le déclenchement des garanties et le déblocage des fonds ne peuvent se faire que si  l’assureur a été notifié dans les délais, et l’évaluation du sinistre réalisée.</p>
<p>En fonction des assureurs, la <strong>mise à disposition d’experts</strong> peut relever d’une option ou ne pas être proposée. Le souscripteur doit par ailleurs veiller à bien préciser les modalités d’intervention de ces experts (obligation d’utiliser les prestataires de l’assureur, …).</p>
<p>Le processus de souscription est donc bien identifié et cadré. La connaissance la plus fine possible du marché ainsi que de ses propres risques sont des atouts indispensables pour bien choisir sa cyber-assurance. Cette dernière gagne considérablement en souplesse de négociation (périmètre, plafond, prime) de par la nouveauté de son marché, de son évolution rapide et de la concurrence naissante.</p>
<p><span id="more-3874"></span></p>
<p>&nbsp;</p>
<p>Retrouvez tous nos articles sur le secteur de l’assurance sur <a title="Insurance speaker - le blog assurance des consultants Solucom" href="http://www.insurancespeaker-solucom.fr/" target="_blank" rel="noopener noreferrer">Insurance speaker</a>, le blog assurance des consultants Solucom</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2013/06/souscrire-une-cyber-assurance-mode-demploi/">Souscrire une cyber-assurance : mode d’emploi</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
