<?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>How-to - RiskInsight</title>
	<atom:link href="https://www.riskinsight-wavestone.com/en/tag/how-to-en/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.riskinsight-wavestone.com/en/tag/how-to-en/</link>
	<description>The cybersecurity &#38; digital trust blog by Wavestone&#039;s consultants</description>
	<lastBuildDate>Fri, 11 Dec 2020 10:13:36 +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>How-to - RiskInsight</title>
	<link>https://www.riskinsight-wavestone.com/en/tag/how-to-en/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to improve your cyber detection by moving to the Cloud</title>
		<link>https://www.riskinsight-wavestone.com/en/2020/12/how-to-improve-your-cyber-detection-by-moving-to-the-cloud/</link>
		
		<dc:creator><![CDATA[AdRi3nM3rlieR]]></dc:creator>
		<pubDate>Mon, 07 Dec 2020 08:00:14 +0000</pubDate>
				<category><![CDATA[Cloud & Next-Gen IT Security]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[cyber detection]]></category>
		<category><![CDATA[detection]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[move]]></category>
		<category><![CDATA[providers]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=14777</guid>

					<description><![CDATA[<p>Cloud is on everyone’s lips, especially in these unusual times of remote work. Many organisations are reviewing the way they design and implement their activities in order to move to Cloud Services Providers (CSP). But this “Move to Cloud” trend...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/12/how-to-improve-your-cyber-detection-by-moving-to-the-cloud/">How to improve your cyber detection by moving to the Cloud</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Cloud is on everyone’s lips, especially in these unusual times of remote work. Many organisations are reviewing the way they design and implement their activities in order to move to Cloud Services Providers (CSP). But this “Move to Cloud” trend might also be an opportunity for security teams to take back control and detect incidents better than ever!</p>
<p>In the past year, I had the chance to work with different organisations in their Cloud transformation, and each of them has provided our team of Wavestone consultants with insights and key lessons on what Cloud-based detection systems can and cannot bring to an organisation.</p>
<p><em>For this article, bear in mind that we will consider <u>any change of configuration leading to a degradation of the security level as an incident</u>. While it does not perhaps fit the exact, usual definition of a security incident, misconfiguration of a Public Cloud service (where resources and data can be directly accessible through the internet) is too serious of an issue to not raise an immediate alert for the security of the information system.</em></p>
<p>&nbsp;</p>
<h2>Embrace the quick wins</h2>
<p>When using Public Cloud from the main providers (Amazon Web Services, Microsoft Azure and Google Cloud Platform), it is fairly easy to turn on the native detection features and kickstart a basic, yet effective detection capability. <strong>Most platforms will provide a central security platform</strong> that enables you to <strong>detect misconfiguration</strong> in the infrastructure you have deployed, <strong>score your compliance level</strong> against a given standard and <strong>raise some alerts</strong> when the most typical incidents will occur (see further). There is virtually no reason to skip this feature, which is sometimes free to enable (either for trial or permanently).</p>
<p>Additionally, logging is virtually a non-issue in your security roadmap. Cloud providers will typically allow you to stream the logs from both your virtual machines (through agents), your PaaS components (via a handful of clicks, or a couple of parameters in your Infrastructure as Code templates) and the management plane of your subscription (activated from scratch). This enables your security team to swiftly understand the ongoing activity on the platform and start building on the logs to get some alerts. Moreover, some Cloud providers SIEM systems (such as Azure Sentinel) have ready-to-be-plugged connectors for appliances and external data sources which will parse the logs and remove some of the heavy lifting required when bringing the logs home to the SIEM.</p>
<p>&nbsp;</p>
<h2>Take the opportunity to improve security right away</h2>
<p>Once you have learned the basics of the native Cloud detection tools, it is time to build your own expertise to be able to rely on your own tools! You can also leverage third-party solutions such as Cloud Security Posture Management (CSPM) solutions and configure it to cover your needs.</p>
<p>As hinted above, the native features from Cloud Providers offer some basics alerts which can go a long way. With AWS Guard Duty, you can detect compromising of AWS EC2 access tokens or abnormal access to S3 buckets, Azure Security Center will notify you when potentially malicious activity is detected on a virtual machine, or when Azure AD accounts are likely to be taken over&#8230; If you need to be quickly capable to detect attacks, there is a way to leverage the native, ready-to-be-used alerts available (although some of them might require the premium license after a free trial).</p>
<p><strong>One of the key perks of Cloud detection is that you can right away act upon them with automatic remediation!</strong> For example, misconfigurations are a real source of concern for security teams, as the Terabytes of data leaked through accidentally exposed S3 buckets will testify. So why not reconfigure any bucket exposed, unless it has specifically been set in an “<em>Allow List</em>”? Automation will allow you to detect the exposition pattern, launch a serverless function which will fix the misconfiguration and could even notify the resource owner or the security team.</p>
<p>This can be done for misconfiguration, but also for malicious activity: if you detect an EC2 token being stolen from the metadata of an instance, you can temporarily remove its access rights. If you notice logging is being disabled, re-enable it and lock the responsible user accounts. <strong>This will drastically improve your time-to-react to security incidents.</strong></p>
<p>Of course, you still need to work on the overall incident management process: both on how to avoid the misconfiguration of services (through training of developers and controls in the CICD channels if existing) and on how to manage them once they occur (the operating model is tackled further below).</p>
<p>&nbsp;</p>
<h2>Get closer to business and continuous improvement</h2>
<p>Moving to Cloud is usually a time where applications and workloads will have to pass again through a security review to ensure the architecture and design are sound and safe. But <strong>it is also an opportunity to make security detection more relevant to the application</strong>.</p>
<p>To make it count, <strong>my advice would be:</strong></p>
<ul>
<li><strong>Go through the process of “Service Enablement” for new services: </strong>as moving to the cloud allow business and IT teams to use hundreds of new features and components, it is important to bring together architects and security teams to assess the main risks for each new technology, find countermeasures to limit these risks and start thinking about the alerts that will need to be implemented in the SIEM ;</li>
<li><strong>Build an alert catalog for each typical risk scenario and component</strong>, with the logic of the alert already pre-defined and only the business specifics to be customised. <strong>The &#8220;time to market” for supervision should also drop</strong>, as a good share of the components used for cloud operations is common to most applications (virtual machines, databases, serverless applications and functions, decoupling systems);</li>
<li><strong>Keep up to date with Cloud-related attacks</strong> to understand the latest vulnerabilities/attackers paths, and integrate them in your detection systems.</li>
</ul>
<p><strong>All these applications specifics should sit on top of transversal alerts covering your core Cloud functions</strong> (IAM, networking, landing zones, etc.). To help you build this core-detection capability, you can obviously count on our team, but I should also recommend checking on the ever-growing CloudSec community, which continuously share its expertise through open-source tooling (as this <a href="https://github.com/toniblyx/my-arsenal-of-aws-security-tools">consolidated-view</a> will prove) or on live and online platforms (such as the Cloud Security Forum and its first <a href="https://fwdcloudsec.org/index.html#intro">Fwd:CloudSec</a> conference this year).</p>
<p>&nbsp;</p>
<h2>Not everything is easy though!</h2>
<p>Based on everything written above, it might seem effortless to get a solid cloud detect and react proficiency. However, some challenges remain to be tackled.</p>
<p>The first one to come to mind is pricing. Often suggested as a selling point for Move to Cloud programs, <strong>accurately estimating how much your provider will charge you for Cloud detections is not as easy as it sounds</strong>. Over the years, many CSP security solutions have moved to component-based pricing for IaaS and transaction-based pricing for PaaS components. Log storage and alerting are sometimes even more complex, as some solutions will charge you based on log transit and aggregation, while some solutions will charge you for the number of assessments against alerts you run. Significant work is required to determine a truthful budget, and not go bankrupt.</p>
<p>The second key attention point is to <strong>understand what your provider offers and what it does not offer in terms of detection</strong>. While most solutions will claim to solve all your problems at once, it is unfortunately far from true. And for each security use case, there needs to be a call on whether you are fine with the free option if it exists, if the premium one is required, or if your security teams can make it on their own. <strong>Realistically, you will need to start with the native option, until your security team is mature enough, cloud-wise, to move to a homemade process</strong>.</p>
<p>Additionally, and maybe the most significant aspect, <strong>you need to design an operating model that will allow you to work with multiple subscriptions, multiple teams/businesses and possibly multiple Cloud Providers</strong>. More and more organisations are parallelising operations by picking different CSPs for different use cases, which leads to increased complexity for security teams – as they need to manage incidents on different platforms, with responsibilities divided between DevOps, SecOps and the on-premise teams. This will be especially difficult as some misconfiguration will lead to immediate security risks, and a choice needs to be made on whether the Ops or Security is expected to act. Without a strong division of duties across all providers and teams, there is a fair chance a small misconfiguration will snowball its way into a major data leak.</p>
<p>Finally, remember that monitoring your Cloud applications in the Cloud can also create risks. Besides vendors lock-in, you can lose all security functions along with your applications if everything sits under the same management plane. If the global administration rights of the SIEM tenant are taken over by an attacker, he or she will have all the liberty to affect the underlying resources (meaning erase logs, disable alerts or remove remediation capabilities). It is worth thinking about it before stacking your SIEM and critical applications under the same roof.</p>
<p>In the end, to sum it up:</p>
<ul>
<li><strong>Grab the low hanging fruits</strong>: your Cloud Provider will help you collect and consolidate the logs easily. There are virtually no technical barriers to not use the logs anymore. In addition to that, enable the basic security features provided by your CSP to detect the most obvious attacks.</li>
<li><strong>Grow your cloud maturity together with cloud teams:</strong> The Cloud movement has pushed the business and IT teams (SecDevOps) to work closer than ever. Embrace this philosophy by better understanding the business needs in terms of security, customise alerts and automate your response to allow your capability to scale.</li>
<li><strong>Optimise costs and operating models to excel</strong>:<strong> </strong>Virtualisation has made a lot of technical aspects easier for teams, but processes can be hard to adapt. Make sure to carefully design your detection/incident response operating model to ensure all your applications and Cloud Providers are covered. Finally, think about cost optimisation when it comes to log management!</li>
</ul>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/12/how-to-improve-your-cyber-detection-by-moving-to-the-cloud/">How to improve your cyber detection by moving to the Cloud</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to conduct an Agile Cyber Security workshop?</title>
		<link>https://www.riskinsight-wavestone.com/en/2020/10/how-to-conduct-an-agile-cyber-security-workshop/</link>
		
		<dc:creator><![CDATA[Vincent Nguyen]]></dc:creator>
		<pubDate>Wed, 28 Oct 2020 08:00:19 +0000</pubDate>
				<category><![CDATA[Cloud & Next-Gen IT Security]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[agile project]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[risk management]]></category>
		<category><![CDATA[Transformation]]></category>
		<category><![CDATA[user stories]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=14373</guid>

					<description><![CDATA[<p>We talked about it in a previous article, the agile digital transformation is on the way and this new model requires a total rethinking of the way security is integrated into projects. In this article, we will discover how to...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/10/how-to-conduct-an-agile-cyber-security-workshop/">How to conduct an Agile Cyber Security workshop?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>We talked about it in a <a href="https://www.riskinsight-wavestone.com/en/2019/12/cybersecurity-transformation-agile/">previous article</a>, the agile digital transformation is on the way and this new model requires a total rethinking of the way security is integrated into projects. In this article, we will discover how to conduct an agile Cybersecurity workshop, allowing to define Evil User Stories (EUS) and Security Stories. Find below a brief reminder of the fundamental notions to understand the rest.</p>
<figure id="post-12288 media-12288" class="align-center">
<figure id="post-14430 media-14430" class="align-center"><img fetchpriority="high" decoding="async" class="aligncenter size-full wp-image-14430" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/user-stories.png" alt="" width="962" height="418" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/user-stories.png 962w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/user-stories-437x191.png 437w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/user-stories-71x31.png 71w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/user-stories-768x334.png 768w" sizes="(max-width: 962px) 100vw, 962px" /></figure>
</figure>
<p>&nbsp;</p>
<h2>The EUS &amp; Security Stories workshop: Who, when, where?</h2>
<p>First of all, we can only advise you to involve in this workshop the usual actors of agile ceremonies:</p>
<ul>
<li><em><strong>The Product Owner</strong></em> (PO) as a representative of business needs</li>
<li><strong><em>The Agile Coach</em></strong> in his capacity as guarantor of the respect of the method</li>
<li><strong>The technical referents</strong> of the project (architect, developers, testers&#8230;)</li>
</ul>
<p>To bring a cyber security eye, it is important to count on the presence of the <strong>Security Champion</strong> from the project team. If none is available, a member of the CISO team can replace him or her and will have the Cyber Security &#8220;mindset&#8221; to guide you and complete the workshop.</p>
<p>Then, one often wonders when these workshops should be conducted&#8230; To tell you the truth, there is no rule about this, as it will depend on the security requirements of each release! However, our first piece of advice on this subject is to <strong>synchronize their frequency with that of the product backlog review</strong>. So, all you need to do is extend the workshops where you work on <em>User Stories</em> by about 50% to devote yourself to this security study with all the right players already present and mobilized.</p>
<p>Finally, where should the workshop be held? Ideally in the continuity of your previous workshop, in a room with a board or a projector allowing you to share a screen and the possibility to annotate the diagrams quite easily (post-its, whiteboard markers&#8230;). However, it is also possible to do it online! At Wavestone, we regularly use solutions such as <a href="https://www.mural.co/">Mural</a> or <a href="https://stormboard.com/">Stormboard</a> for this purpose. Get your hands on a solution like this and see if it&#8217;s playable!</p>
<p>&nbsp;</p>
<h2>Course of the workshop</h2>
<p>First of all, it is often necessary for the <em>Security Champion</em> to lead the way in the first workshops. But the idea is to coordinate with the Agile Coach and work together so that the technical referents can gradually take charge of the methodology and make it their own.</p>
<p>When we train our clients on the subject, we often take a use case, fictitious but concrete and realistic! WaveCare is a medical application with many innovative features such as :</p>
<ul>
<li>Consulting the availability of practitioners near you</li>
<li>Real-time transmission of your health data thanks to your connected watch</li>
<li>Realization of remote consultations in Visio (Skype conference)</li>
<li>Receipt of the order after the appointment in dematerialized format</li>
</ul>
<p>For this demonstration, let&#8217;s focus on two components in particular: the descriptive schema of the <strong>functionality allowing a patient to search and reserve a slot</strong> in his doctor&#8217;s diary and the general architecture schema.</p>
<figure id="post-13190 media-13190" class="align-center">
<figure id="post-14432 media-14432" class="align-center"><img decoding="async" class="aligncenter  wp-image-14432" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-1-5.png" alt="" width="863" height="578" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-1-5.png 728w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-1-5-285x191.png 285w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-1-5-58x39.png 58w" sizes="(max-width: 863px) 100vw, 863px" /></figure>
</figure>
<p style="text-align: center;">&#8211;</p>
<figure id="post-13186 media-13186" class="align-center">
<figure id="post-14434 media-14434" class="align-center"><img decoding="async" class="aligncenter  wp-image-14434" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-2.png" alt="" width="854" height="575" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-2.png 711w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-2-284x191.png 284w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-2-2-58x39.png 58w" sizes="(max-width: 854px) 100vw, 854px" /></figure>
</figure>
<h2></h2>
<h3>Step 1: Building risk scenarios</h3>
<p>The first questions to ask yourself are &#8220;Where am I vulnerable? &#8220;How and where can I be attacked? ». The <em>Security Champion</em> and the developers will have to try to answer these questions! Here, a mix of application security and development knowledge will help identify exploitable vulnerabilities. We can already see an interesting aspect of the approach: it works on both the infrastructure and application aspects!</p>
<p>One piece of advice we can already give you: encourage developers to take ownership of the approach and to be proactive, it&#8217;s an excellent lever for raising security awareness! For the security referent, his or her role should mainly be to moderate the exchange and challenge the developers&#8217; proposals. This position can also help you identify potential <em>Security Champions</em>, so don&#8217;t skimp on keeping it!</p>
<p>So let&#8217;s apply what we have just said to our example, in the figures below.</p>
<figure id="post-13192 media-13192" class="align-center">
<figure id="post-14436 media-14436" class="align-center"><img loading="lazy" decoding="async" class="aligncenter  wp-image-14436" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-3-1.png" alt="" width="872" height="587" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-3-1.png 895w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-3-1-284x191.png 284w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-3-1-58x39.png 58w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-3-1-768x517.png 768w" sizes="auto, (max-width: 872px) 100vw, 872px" /></figure>
</figure>
<p style="text-align: center;">&#8211;</p>
<figure id="post-13188 media-13188" class="align-center">
<figure id="post-14438 media-14438" class="align-center"><img loading="lazy" decoding="async" class="aligncenter  wp-image-14438" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-4.png" alt="" width="902" height="603" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-4.png 826w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-4-286x191.png 286w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-4-58x39.png 58w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/10/image-4-768x513.png 768w" sizes="auto, (max-width: 902px) 100vw, 902px" /></figure>
</figure>
<p>And here we are, we can finally identify quite quickly some points of attention! If we want to detail the &#8220;<strong>Code Injection</strong>&#8221; scenario of the global architecture schema, we can for example rephrase it like this: &#8220;<strong>As an attacker, I want to inject malicious code into the application&#8217;s insecure input fields</strong>&#8220;. You see, this ending is very close to that of a classic <em>User Story</em>, but the angle is indeed that of the attacker!</p>
<p>&nbsp;</p>
<h3>Step 2: Evaluate the business impacts of the scenarios</h3>
<p>The second phase will be key to ensure that the team&#8217;s energy is used in the right place. This is where the <em>Product Owner</em> comes in! Together with the <em>Security Champion</em>, he will lead the debate to qualify the impact that each vulnerability can have.</p>
<p>Why is the PO decisive at this stage? Quite simply because <strong>he is the one who knows best both the business reality of the project and the importance of each feature</strong>. He will need to be well oriented, with questions such as &#8220;Is it serious if the data sent by the patient at this point is stolen? &#8220;What is the seriousness of the theft of the user&#8217;s account? etc.&#8221;, etc.</p>
<p>Next, you will need to give a score to prioritize each scenario. You then have two choices. The first is to use a classic cyber risk view, with a level of probability and impact. Personally, I recommend you rather use a point system or the Fibonacci suite, as for a classic US, it&#8217;s frankly simpler and instinctive!</p>
<p>&nbsp;</p>
<h3>Step 3: Define and prioritize Security Stories</h3>
<p>The next step will be to build <em>Security Stories</em> based on each of the scenarios.</p>
<p>Now it&#8217;s the turn of the <em>Security Champion</em> and the developers to get back on stage! To continue on the previous example, here is a <em>Security Story</em> we can write: &#8220;<strong>As a developer, I want to make sure that code injection attacks are avoided</strong>&#8220;. Concretely, it will make us add to the product <em>backlog</em> actions such as escaping special characters, filtering user input or using the HttpOnly attribute to prevent the theft of session cookies.</p>
<p>Obviously, for each of the <em>Security Stories</em>, it may turn out that the security measures to be implemented are already in place. Otherwise, the <em>Security Champion</em> will prioritize the technical security measures, with regard to covering the risks involved, on a company-wide scale and not only on a business level. For security measures that are not purely technical, it is up to the <em>Product Owner</em> to prioritize them, with regard to business risks and the team&#8217;s resources.</p>
<p>And there you have it, you can now start your sprint more serenely!</p>
<p>&nbsp;</p>
<h2>And to help you, prepare and adapt the material to your context!</h2>
<p>To make the workshops simpler and more fun, we have designed a generic deck of cards, consisting of cards with two sides each:</p>
<ul>
<li><strong>Front side</strong>: the <em>Evil User Stories</em>, they describe in a very pedagogical way what can go wrong, using which vulnerabilities (ex: privilege escalation on a Web server, brute force attack, XSS, &#8230;).</li>
<li><strong>Verso</strong>: the <em>Security Stories</em> describe the security measures to be implemented to ensure that the <em>Evil User Story</em> does not occur (e.g. use of a robust AES 256/512 encryption algorithm, &#8230;).</li>
</ul>
<p>These cards are really useful to get you started! For best results, you can even choose to <strong>adapt them to your business context</strong>. Use your security policies and integrate your requirements on encryption, password complexity, etc. Depending on the security needs of the project, you can also copy requirements related to certifications (HDS) or guidelines (LPM, NIS).</p>
<p><strong>You can find the card game available for free <a href="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/06/Security-Agility-Card-game_EN.pdf">here</a></strong> and don&#8217;t hesitate to give us your feedback so that we can continue to improve it!</p>
<p>Also, a workshop that runs smoothly is always more productive! Don&#8217;t forget to <strong>prepare the materials beforehand</strong>: architecture diagrams of the project (data flow and classification), listing and details of the next User Stories to be developed&#8230;</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/10/how-to-conduct-an-agile-cyber-security-workshop/">How to conduct an Agile Cyber Security workshop?</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Creating a relationship of trust with the EXCOM: first step, raising awareness!</title>
		<link>https://www.riskinsight-wavestone.com/en/2020/07/creating-a-relationship-of-trust-with-the-excom-first-step-raising-awareness/</link>
		
		<dc:creator><![CDATA[Gérôme Billois]]></dc:creator>
		<pubDate>Fri, 17 Jul 2020 12:00:11 +0000</pubDate>
				<category><![CDATA[Cyberrisk Management & Strategy]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[Sections]]></category>
		<category><![CDATA[awareness]]></category>
		<category><![CDATA[EXCOM]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[Maturity]]></category>
		<category><![CDATA[risk management]]></category>
		<category><![CDATA[Strategy]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=13916</guid>

					<description><![CDATA[<p>The cybersecurity topic requires involvement at all levels of the company, but also and above all with the executive committee! Obviously, management must be an example, but it will also decide on major investments and will know how to unlock...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/07/creating-a-relationship-of-trust-with-the-excom-first-step-raising-awareness/">Creating a relationship of trust with the EXCOM: first step, raising awareness!</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>The cybersecurity topic requires involvement at all levels of the company, but also and above all with the executive committee! Obviously, management must be an example, but it will also decide on major investments and will know how to unlock the most complex situations in the company. It is therefore a key issue for all cybersecurity managers to create a lasting relationship of trust with their EXCOM. But it is also a high-risk exercise, which requires a gradual approach and consistency in commitments.</p>
<p>After having made several dozen speeches to executive committees, audit committees and boards of directors, I wanted to share with you the essential steps for advancing the relationship over the long term. The first phase of this trip should make it possible to create an initial contact and raise the EXCOM&#8217;s awareness on cybersecurity issues. First step, awareness! The objective for these sessions is often to manage to attract attention so as to be able to trigger further reflection within the organization. Later on, we will see the following steps: presenting a balance sheet, obtaining a budget, monitoring the progress on the security level&#8230;</p>
<p>&nbsp;</p>
<h2>An essential prerequisite, knowing where you are starting from and who you are going to deal with</h2>
<p>This may seem like a cliché, but it is certainly the most important element before going to meet an executive committee or a board of directors. Thanks to its wide media coverage, cybersecurity is often already present in executives&#8217; minds. But their degree of digital literacy and their level of appetite for the topic can completely change the way the topic is raised. Will it be necessary to be very didactic (going so far as to re-explain the principle of data, applications, if any) or will it be necessary to immediately address complex points such as the latest attacks observed and their methodologies? You would be surprised to see the diversity of levels between companies, but also within the same EXCOM. And it is necessary to interest each of the stakeholders, at the cost of having comments that are not very helpful during the intervention.</p>
<p>It is therefore important to prepare this first meeting by talking with other members of the ECOM their deputies or with people familiar with this forum to determine the tone to be adopted and the level of the speech to be given. Obviously, the operating rules will also have to be known: is it common for questions to be asked as they arise? Can a member be questioned? Should subjects relating to the company be raised from the outset? Plan to clear the ground upstream! And even if there is no perfect recipe, I will give you below the elements I use most often to make these meetings useful and effective.</p>
<p>&nbsp;</p>
<h2>To start, draw the attention by revealing the behind-the-scenes of an attack&#8230;</h2>
<p>The topics quickly follow one another during the EXCOM. The directors think very, very quickly, so it is necessary to be concrete and to give food for thought and experience. The element that I find most effective consists in presenting a recent attack, published in the press or having affected the sector, and deciphering the stakes and the background: what is the timeframe? what motivation for the attackers? what weaknesses in the company? what is the reaction internally? publicly? with the authorities? This will have the effect of mentally projecting the directors concerned into their role as if they were going through the same thing. <a href="https://www.wavestone.com/app/uploads/2019/10/2019-Security-incident-response-benchmark-Wavestone.pdf">We at Wavestone are fortunate enough to frequently manage major cyber crises</a> and we use these elements, both as a benchmark but also by anonymizing them or in agreement with the victims, to give a very concrete meaning to our feedback.</p>
<p>&nbsp;</p>
<h2>Follow-up with a generalization about cybercrime</h2>
<p>An case is good to understand, but it doesn&#8217;t explain everything! After zooming in on a case, it is a question of generalizing it by explaining what are the mainsprings cybercriminality ways of proceeding. We then analyze the motivations of criminal groups, their organizations, but also and perhaps above all how they make money!</p>
<p>&nbsp;</p>
<figure id="post-13920 media-13920" class="align-none"><img loading="lazy" decoding="async" class="wp-image-13920 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-1-1.jpg" alt="" width="569" height="332" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-1-1.jpg 390w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-1-1-327x191.jpg 327w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-1-1-67x39.jpg 67w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-1-1-120x70.jpg 120w" sizes="auto, (max-width: 569px) 100vw, 569px" /></figure>
<p>&nbsp;</p>
<p>For an EXCOM to know that it is a DDoS attack or ransomware that has done damage is of little interest, it is especially important to show them that cybercriminal activities are profitable, even very profitable. We have calculated the ROI of several types of attacks and I can tell you that when you explain a 600% profitable attack like a ransomware, the eyes of the directors are wide open. We then highlight very concretely why their structure could be attacked and especially how much money the criminals would make. This often puts an end to the question &#8220;but why would we be targeted by an attack? We&#8217;re not known/we&#8217;re small/we don&#8217;t do anything strategic&#8221;.</p>
<p>&nbsp;</p>
<h2>Explain the company&#8217;s current situation in concrete terms</h2>
<p>This is the right time to present the company&#8217;s IT posture and its current organization in terms of security. It is then a question of presenting it simply, with clear and meaningful images: are you rather in an old-fashioned &#8220;fortress&#8221; model? Or have you already opened your doors as a result of the digital transformation and have you adopted a porch model where security is reinforced the further you go towards critical systems? This will help to make the situation more concrete.</p>
<p>After this phase of mobilization and explanation, comes naturally the phase of questioning by the members of the executive committee. &#8220;But then, where are we now, or are we facing this risk of a cyberattack? ». Faced with this question, either you are lucky enough <a href="https://www.riskinsight-wavestone.com/en/2020/06/how-to-effectively-evaluate-your-cybersecurity/">to have a detailed maturity assessment</a> and you can present it immediately, or you can bring in initial qualitative or even partial quantitative elements and explain that today you need to have more visibility. The elements that speak for themselves are the latest audit reports, the latest incidents, budgetary elements.</p>
<p>&nbsp;</p>
<figure id="post-13917 media-13917" class="align-none"><img loading="lazy" decoding="async" class="size-full wp-image-13917 aligncenter" src="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-3.jpg" alt="" width="598" height="461" srcset="https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-3.jpg 598w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-3-248x191.jpg 248w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-3-51x39.jpg 51w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-3-156x121.jpg 156w, https://www.riskinsight-wavestone.com/wp-content/uploads/2020/07/0-3-155x120.jpg 155w" sizes="auto, (max-width: 598px) 100vw, 598px" /></figure>
<p>&nbsp;</p>
<p>If it is difficult at the beginning of the process to talk about the budget and to compare oneself because of a lack of data, it is possible to use a simple and effective indicator, that of your staff dedicated to cybersecurity. We have a database on this point and we can quickly show a EXCOM where it is just by mobilizing its HR. It&#8217;s simple and effective to convince them!</p>
<p>&nbsp;</p>
<h2>Don&#8217;t leave emprty-handed</h2>
<p>The major risk of this awareness is that everything goes well but nothing moves. Indeed, you may have a positive message, &#8220;thank you and see you in a year for an update&#8221;, you will be happy but you will not have helped cybersecurity situation moving forward. It is then necessary to prepare the next step by indicating from this presentation the main points of weakness or strength felt and how you would like to evaluate them more precisely.</p>
<p>Indeed, the second step is often the realization of a dedicated maturity assessment in order to know how to position yourself! If at this point the meeting has taken place, the EXCOM, intrigued and interested in the topic, will want to know more and will give an agreement in principle. Beware that this may not be a budget directly, it will certainly refer you to the CIO or the Risk Director to get it, but with their agreement you will have a great lever to move on to the next step! See you on the next episode.</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/07/creating-a-relationship-of-trust-with-the-excom-first-step-raising-awareness/">Creating a relationship of trust with the EXCOM: first step, raising awareness!</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to effectively evaluate your cybersecurity</title>
		<link>https://www.riskinsight-wavestone.com/en/2020/06/how-to-effectively-evaluate-your-cybersecurity/</link>
		
		<dc:creator><![CDATA[Anthony GUIEU]]></dc:creator>
		<pubDate>Tue, 30 Jun 2020 13:00:04 +0000</pubDate>
				<category><![CDATA[Cyberrisk Management & Strategy]]></category>
		<category><![CDATA[Cybersecurity & Digital Trust]]></category>
		<category><![CDATA[Analyze]]></category>
		<category><![CDATA[How-to]]></category>
		<category><![CDATA[ISO27k]]></category>
		<category><![CDATA[Level]]></category>
		<category><![CDATA[Maturity]]></category>
		<category><![CDATA[REX]]></category>
		<category><![CDATA[risk management]]></category>
		<category><![CDATA[Roadmap]]></category>
		<guid isPermaLink="false">https://www.riskinsight-wavestone.com/?p=13312</guid>

					<description><![CDATA[<p>Security managers often bring us in to evaluate their cybersecurity maturity level. We help firms analyze the return on investment for cybersecurity, properly allocating the budget, comparing level of security to that of others in similar sectors or common standards,...</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/06/how-to-effectively-evaluate-your-cybersecurity/">How to effectively evaluate your cybersecurity</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p>Security managers often bring us in to <strong>evaluate their cybersecurity maturity level</strong>. We help firms analyze the return on investment for cybersecurity, properly allocating the budget, comparing level of security to that of others in similar sectors or common standards, and measure exposure to recent attacks.</p>
<p>But these projects are not only the work of systems security managers. These projects also come from executive committees who seek a<strong> 360 view of the security of their institution</strong> to better evaluate potential risk. So, what are key success factors that we have seen in the field?</p>
<p>&nbsp;</p>
<h2>Step 1: Know the purpose and expectations of your evaluation</h2>
<p>Evaluations can be entirely different <strong>levels of depth</strong>. From a high-level interview with the Chief Security officer to an in-depth assessment of the security mechanisms and processes of all the subsidiaries of a multinational group, everyone can choose their areas of focus and advance step-by-step.</p>
<p>Our first advice is to <strong>keep in mind the objectives of your evaluation</strong>. This will allow you to orient yourself toward the right security benchmarks and ultimately define the depth of the evaluation. Do you only want to measure the security maturity of your subsidiary’s information systems or also its efficiency? Perfectly documented security processes and an ISO 27001 certification can unfortunately hide problems on the ground that can expose you to vulnerabilities. It can be judicious to combine a technical test (pentest, red team, etc.) to the evaluation in order to <strong>avoid situations that seem fine on the surface but hide underlying issues</strong>.</p>
<p>&nbsp;</p>
<h2>Step 2: Find and mobilize the right people at the right level, easy to say but harder to do…</h2>
<p>The next difficulty that you can encounter in your assessment is to succeed at meeting the right people. From experience, we advise you to confirm your list of the necessary collaborators as soon as possible.</p>
<p>Logically, this list will certainly depend on the granularity of the analysis but also on the organization of the business. For example, the necessary people will differ if the security staff are at the group level and function as a service center or if they are merged into each entity and service. Consequently, if you want to have a high-level estimate first, it could suffice to only have a half day exchange with the Chief Security Officer, who generally has a sufficient and global vision of the subject.</p>
<p>The second stage of analysis can be performed in gathering information from all actors involved in cybersecurity at the group level. In this group, it can be interesting to meet a large group of people involved in information systems and the cloud.</p>
<p>Finally, when the assessment must be thorough and exhaustive, it becomes necessary to widen the list of collaborators to all of the concerned entities. Obviously, you should expect a larger workload, so do not skimp on preparation and tools to help you in your work. It can also be the right moment to think about your presentation format: face-to-face, distance, strategic, operational, etc.</p>
<p>&nbsp;</p>
<h2>Step 3: Equipment, finding the right balance between too much and not enough</h2>
<p>Choosing the right tools is one of the main assessment challenges that you will face. The more complete the assessment, the more it will require tools that ensure simplification and understanding of the whole project. Indeed, for large evaluations, the <strong>consolidation and restitution of results are two of the great challenges that you will encounter</strong>. In particular, commonly used tools don’t take into account the organizational complexity of large groups or the effectiveness of allocated resources. It is for these reasons that, from our side, we have chosen to develop a specific tool.</p>
<p>A good tool also allows you to position yourself against your competitors and understand your exposure to current attack trends and points where your COMEX is particularly sensitive, ensuring you can legitimize the assessment.</p>
<p>So it begins! It’s time to get your hands dirty and start the work of collecting information! There is a classic phrase that applies to these situations: entirely feasible from a distance. Be aware and transparent about the limits of the exercise: those questioned will sometimes have the impression that the assessment is too theoretical and this is normal, according to their objectives. During this phase, it will also be necessary to be able to juggle between the various unknowns because it is not uncommon to have people who are ultimately absent for long periods of time, added parameters, changes in methodology. Make it a point of honor to remain agile.</p>
<p>&nbsp;</p>
<h2>Step 4: Reforming at the right level to act, everything is a question of the point of view</h2>
<p>A good habit to keep is to honestly adapt each reform to each person. From the managerial summaries where we talk about trends without much detail to presentations for technical teams that are highly detailed, adapting the discourse to the necessary format is important to convey the right messages to the right people.</p>
<p>Usually, we start the reforms in terms of the organization’s budget and workforce dedicated to cybersecurity. These very concrete points allow you to attract attention and be able to then analyze the situation from four different angles:<br />
· Compliance with different global benchmarks (ISO/NIST)<br />
· Assessment of the level of maturity of different entities compared to others in the same sector or market<br />
· Quantification of the effort reach the market level and/or the required level according to cybersecurity benchmarks<br />
· Evaluation of the level of robustness of the organization against the last known cyberattacks</p>
<p>With senior management, the restitution is often going to focus on organizational and governance matters. However, there can always be surprises. In cases where businesses have already been hit by serious cyber attacks, we have had surprisingly precise and technical questions from executive committees. For example, we have been asked for details on encryption algorithms and “How secure is my active directory?”</p>
<p>&nbsp;</p>
<h2>Get started</h2>
<p>As mentioned earlier, the maturity assessment is an effective means for <strong>measuring the effectiveness and progress of your cybersecurity roadmap</strong>. Consequently, even if you don’t want to immediately begin an assessment involving all security systems and dozens of teams at your business, <strong>we advise you to familiarize yourself with the approach</strong> and its usefulness in starting out with more modest goals.</p>
<p>At Wavestone, with years of experience and expertise, we have developed the <strong>W-Cyber-Benchmark</strong>, a multi-use tool that has been implemented by dozens of clients. We know that just writing about it isn’t enough, <a href="https://www.wavestone.com/en/contact/">so don’t hesitate to contact us to discuss further</a>!</p>
<p>Cet article <a href="https://www.riskinsight-wavestone.com/en/2020/06/how-to-effectively-evaluate-your-cybersecurity/">How to effectively evaluate your cybersecurity</a> est apparu en premier sur <a href="https://www.riskinsight-wavestone.com/en/">RiskInsight</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
