<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:cc="http://cyber.law.harvard.edu/rss/creativeCommonsRssModule.html">
    <channel>
        <title><![CDATA[badrap.io - Medium]]></title>
        <description><![CDATA[Cyber security should be easy. Learn best practices in cyber security, accomplish critical tasks and establish security controls with badrap.io playbooks. Get instructions, automation, smart recommendations and reminders. - Medium]]></description>
        <link>https://medium.com/badrapio?source=rss----36a9e70bb3b---4</link>
        <image>
            <url>https://cdn-images-1.medium.com/proxy/1*TGH72Nnw24QL3iV9IOm4VA.png</url>
            <title>badrap.io - Medium</title>
            <link>https://medium.com/badrapio?source=rss----36a9e70bb3b---4</link>
        </image>
        <generator>Medium</generator>
        <lastBuildDate>Wed, 03 Jun 2026 03:34:45 GMT</lastBuildDate>
        <atom:link href="https://medium.com/feed/badrapio" rel="self" type="application/rss+xml"/>
        <webMaster><![CDATA[yourfriends@medium.com]]></webMaster>
        <atom:link href="http://medium.superfeedr.com" rel="hub"/>
        <item>
            <title><![CDATA[Who’s sending email as you?]]></title>
            <link>https://medium.com/badrapio/who-is-sending-email-as-you-f5a7fecbc06f?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/f5a7fecbc06f</guid>
            <category><![CDATA[cybersecurity]]></category>
            <category><![CDATA[email-security]]></category>
            <category><![CDATA[domains]]></category>
            <category><![CDATA[dns]]></category>
            <category><![CDATA[email-deliverability]]></category>
            <dc:creator><![CDATA[Ville Alatalo]]></dc:creator>
            <pubDate>Mon, 07 Apr 2025 14:38:30 GMT</pubDate>
            <atom:updated>2025-04-11T19:15:18.855Z</atom:updated>
            <content:encoded><![CDATA[<h3>Practical steps for stopping spoofing and getting your real emails delivered</h3><p>You might think that when you own a domain name, you have full control over who can send email from it. Unfortunately, that’s not entirely true.</p><p>Anyone can fake emails that appear to come from your domain, unless you’ve set up the right protections. That includes spammers and scammers pretending to be you, your company or one of your colleagues.</p><figure><img alt="Who’s sending email as you?" src="https://cdn-images-1.medium.com/max/1024/1*PBBKn0rza4FCyYrzi-DNXQ.png" /></figure><p>There’s a fix for this. It’s nothing new, been around for a decade or so, but it’s still surprisingly underused. And even when people <em>do</em> set it up, many times it’s misconfigured in a way that makes it ineffective or even completely useless.</p><p>The fix has three parts: <strong>SPF, DKIM </strong>and<strong> DMARC</strong>. Sound technical? They are, but the core idea is simple. They help others verify that your messages are real and that fake messages get flagged or blocked.</p><p>To make handing the complexity easier, <a href="https://remod.fi/"><strong>Remod</strong></a> created the <a href="https://badrap.io/playbooks/spoofproof-your-emails"><strong>Spoofproof Your Emails</strong></a> playbook and published it on <a href="https://badrap.io/"><strong>Badrap</strong></a>. You can read through it as a guided checklist when you want to spoofproof your domain, with clear explanations for each step. And if you’re a Badrap customer, you can automate most of it with the included tools.</p><p>Let’s take a look at how it works and why it matters.</p><h3>The basic concept</h3><p>When someone receives email from your domain, their email service needs to decide: <strong>is this message legit?</strong></p><p>By setting up SPF, DKIM and DMARC, you help them decide.</p><figure><img alt="SPF, DKIM and DMARC short descriptions." src="https://cdn-images-1.medium.com/max/1024/1*Q-ne8cD-1_EGBpRXwhsgpQ.png" /></figure><p><strong>SPF </strong>tells who is allowed to send mail as you.</p><p><strong>DKIM </strong>adds a digital signature to prove the message came from you and that it wasn’t changed on the way.</p><p><strong>DMARC </strong>ties both SPF and DKIM together and lets you publish a policy that tells mail servers what to do if neither check passes.</p><p>With DMARC you can also enable reporting. This means you’ll start receiving machine-readable reports from other email services showing who is sending mail on behalf of your domain and whether those messages passed SPF and DKIM checks.</p><p>This configuration lives in your DNS, the same place where you manage your domain records.</p><h3>But don’t Microsoft and Google handle this already?</h3><p>If you’re using Google Workspace, Microsoft 365 or similar, they support SPF, DKIM and DMARC, but they can’t configure them for your domain. You have to add the DNS records yourself.</p><p>Think of it like a mailbox. The provider delivers the mail, but you’re still the one who locks the mailbox. The post office won’t do it for you.</p><h3>Why is it worth doing?</h3><p>This isn’t just about stopping spoofers.</p><p>Getting these protections in place also helps your<strong> real email</strong> reach the receivers inbox. Many email providers check your SPF, DKIM and DMARC settings to decide if they can trust the emails you send. If your domain isn’t configured properly, your messages might just disappear or land in spam without you ever knowing.</p><figure><img alt="These protections help your real email reach the receiver." src="https://cdn-images-1.medium.com/max/1024/1*Olxecoiq9KxNy3euaaW5Fw.png" /></figure><p>Even though these standards are well established, they’re still often missing or misconfigured. Especially in companies without a dedicated IT team. With the playbook, you don’t have to become an expert. Follow the steps, review the results and you’re done. And if you need help, Badrap and Remod teams are there to assist.</p><p>Also worth noting: <a href="https://toad.social/@grumpybozo/114213600922816869">spammers have already figured this out</a>. They’re using SPF, DKIM and DMARC to make their fake messages look more trustworthy because it helps them bypass filters. Meanwhile, legitimate domains are missing basic protections. It’s not just ironic, it’s a real problem. If bad actors are doing it and you’re not, you’re the one who ends up looking suspicious.</p><h3>Now, here’s the easy part</h3><p>Email spoofing is an old problem with a known fix. By setting up SPF, DKIM and DMARC you can protect your name and improve mail deliverability.</p><p>If you’re already using Badrap, <a href="https://badrap.io/playbooks/spoofproof-your-emails">the playbook is ready when you are</a>.</p><p>If not, now’s the <a href="https://badrap.io/">perfect time to start</a>!</p><p>The nice thing about using the Badrap playbook is that it keeps watch after setup. If something breaks or changes, you’ll get an alert. It acts like a security monitor for your domain, alerting you to changes or issues before they cause real damage.</p><figure><img alt="Spoofproof Your Emails playbook screenshot from https://badrap.io/" src="https://cdn-images-1.medium.com/max/1024/1*R5B4ni3QhD22wLaa5Wa2fw.png" /><figcaption>Spoofproof Your Emails playbook is available at <a href="https://badrap.io/playbooks/spoofproof-your-emails">https://badrap.io/playbooks/spoofproof-your-emails</a></figcaption></figure><p><a href="https://badrap.io/">Cyber Security Made Easy</a></p><p><em>The three acronyms stand for:</em></p><p><em>SPF = Sender Policy Framework<br>DKIM = DomainKeys Identified Mail<br>DMARC = Domain-based Message Authentication, Reporting and Conformance</em></p><p><em>Edit 2025–04–11:</em> Added remark about DMARC and reporting.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=f5a7fecbc06f" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/who-is-sending-email-as-you-f5a7fecbc06f">Who’s sending email as you?</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Lessons Learned from Supply Chain Caretaking]]></title>
            <link>https://medium.com/badrapio/lessons-learned-from-supply-chain-caretaking-8cba837b46cb?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/8cba837b46cb</guid>
            <category><![CDATA[cybersecurity]]></category>
            <category><![CDATA[information-security]]></category>
            <category><![CDATA[supply-chain-caretaking]]></category>
            <category><![CDATA[supply-chain-security]]></category>
            <category><![CDATA[vulnerability-reporting]]></category>
            <dc:creator><![CDATA[Laura Virsiheimo]]></dc:creator>
            <pubDate>Wed, 22 Jun 2022 08:44:29 GMT</pubDate>
            <atom:updated>2022-07-19T10:48:42.643Z</atom:updated>
            <content:encoded><![CDATA[<p><strong>Why do companies care for their supply chains?</strong></p><p>Supply chain security can be complex to manage. Even a small business can easily have dozens of vendors they depend on. Software applications, cloud services, system integrators and software-as-a-service providers tend to pile up as your business grows and evolves. No matter how hard you work to keep your own cyber security best practices, policies, and processes in great shape, vulnerabilities or bad security practices at a single vendor can jeopardize your whole business.</p><p>Your supply chain might be used to gain an entrance into your organization. A scam attempt may impersonate your vendor. A phishing attacker might ask for your credentials or passwords in the guise of a vendor’s IT person. Ransomware or other malware operators often use an unprotected vendor as a stepping stone into multiple customer organizations at the same time.</p><p>Taking regular care of your supply chain is paramount. You gain an understanding of the dependencies and risks associated in working with different vendors. You form an image of the maturity level and security posture of your vendors. You see how they deal with vulnerabilities reported to them and how they communicate during the vulnerability coordination process.</p><p><strong>How can you take care of your supply chain?</strong></p><p>In a Supply Chain Caretaking exercise, you first map out all of your important vendors with our assistance. You identify what key services each vendor provides, and how and why those services are used within your company. Vendors can be e.g. software manufacturers, system integrators, ISPs, SaaS providers, or cloud service providers.</p><p>Some of the identified services can also be your own internal servers, services or software applications developed in-house — in the context of Supply Chain Caretaking we can view those as “vendors” when appropriate.</p><p>Based on the information gathered together with you, we investigate each vendor in detail. The investigation is conducted using a set of open-source intelligence gathering methods and analysis made by our team of cyber security experts.</p><p>As security issues are identified during the analysis, we gather the findings into a set of vulnerability reports for the vendors. We report the issues to the affected vendors in collaboration with our customers, handling the heavy lifting of vulnerability coordination work on your behalf.</p><p>To understand your vendors, we consider basic vulnerability reporting practices. Does the communication work, does the vendor communicate about the potential issue to avoid misunderstandings, and of course, will the issue get fixed. In this process, we help the vendor any way we can — after all, the most important thing is to get the issues fixed.</p><p><strong>What have our customers learned about their vendors?</strong></p><p>We took a birds-eye view of 77 reports we’ve sent to 60 vendors. What common trends have emerged across all of the customers and vendors we’ve worked with?</p><p>What have we observed about the quality and speed of vendor responses and how easy it has been to communicate with them? One third of the vendors have A-class response, meaning that they react to reporting fast, and fix the issues as they should. The last two thirds react slowly, even if they want to fix the problem — or in the worst case, don’t respond at all.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*ZMqZbOtl6B_Y4r9DDue6sQ.png" /></figure><ul><li>Class A: <strong>Relentless hunter</strong> — Sometimes the starting point is obscure. “This should not be possible.” Relentless hunters are not daunted by the difficulties, they hunt down the issue until the root cause is found and it can be fixed. Respect.</li><li>Class A:<strong> Pro</strong> — They acknowledge the report immediately, say what they are going to do, and do what they said. They talk about the issue with the reporter to avoid miscommunication. Sometimes they learn new things in the process, and allow the reporter to learn too. Such beauty.</li><li>Class A<strong>: Do it in scale </strong>— “I’ve read your report, and checked all similar places. I found 8 different places with the same issue. All of them are fixed now, thanks.”</li><li>Class B: <strong>Slowish vendor</strong> — “We’ve investigated the issue and are waiting for our own vendor to fix this.”</li><li>Class B: <strong>Focus on the present day</strong> — “This service was built in 2008, it can not be patched anymore, we are investigating how to migrate it to a new service.”</li><li>Class C: <strong>There is no problem — </strong>In these cases, we get a nonsensical explanation why the problem does not exist. For example, when we find an open database, the vendor explains that it is not a problem, as the service is not used anymore.</li><li>Class C: <strong>Our IT infra is totally broken — </strong>When your vulnerability report bounces because the vendor’s domain is not available.</li><li>Class C: <strong>Silent treatment </strong>— This is the most problematic category. Does the vendor not respond because they don’t want to, don’t know what to say, or because the message hasn’t reached the right people? How can we activate them in a positive way?</li></ul><p><strong>What kinds of vulnerabilities have been found?</strong></p><p>17% of the 343 vendors we’ve dealt with have had issues that should be fixed. Typical issues have been old unsupported operating systems running on abandoned servers, exposed databases, known vulnerabilities in Internet-facing services, subdomain takeover vulnerabilities, or vulnerable applications.</p><p>A common category of vulnerabilities we have encountered are old server installations that no longer receive security updates. A vendor has installed e.g. a server with a particular Linux distribution, and hasn’t noticed that the distribution has reached end-of-life (EOL) status. The server is no longer receiving security updates. Gradually more and more known vulnerabilities pile up, making it easy for an attacker to exploit those known vulnerabilities and to take over the server and any important business or customer data it contains. Sometimes the vendor knows that the OS version has reached end-of-life, but they do not have a clear plan or process on how to systematically upgrade their servers to a new release.</p><p>Another very common category of vendor issues comes from known vulnerabilities in software. Keeping track of new security vulnerabilities against all of the layers of a complex system can be quite a daunting task for a software integrator. Keeping all of the customer servers updated to the latest releases of important software is even more time-consuming. Reacting fast to emerging threats and updating all of the potentially affected servers whenever a new vulnerability is announced takes resources, skills and highly optimized system management processes.</p><p>Services left open to the Internet either by accident or through lazy service architecture design is also a very common finding among the vendors we’ve reviewed. No matter how well your servers are updated and new security vulnerabilities managed, if your customer database is open to the Internet without authentication, that can be an extremely damaging oversight with liabilities ranging from brand impact to personal data breach ramifications. Often we find open services such as databases, remote desktops or file sharing ports that have been left open due to some administrative process oversight: a maintenance routine or a software update requires remote access, or system configurations are accidentally overwritten and replaced with default access configurations when an update is installed.</p><p>Subdomain takeover vulnerabilities are also very common among our findings. A vendor has set up a server in the cloud, and the customer DNS has a CNAME record pointing to that server. The server may have been set up and used for a specific purpose, but that need has already ended. The vendor decommissions the server, but the DNS record is left pointing to a cloud resource. An attacker may set up their own server at the same address, and use that to deceive users that still try to access the decommissioned service.</p><p><strong>Case: Kotkan Energia — Dealing with vendors provided insights</strong></p><blockquote>“Executing the supply chain caretaking playbook with Badrap proved highly useful for us”, confirms an ICT Manager from Kotkan Energia. “We were able to map out our suppliers and to understand our digital dependencies even better than before. We received valuable insights on how our vendors deal with security issues. Better yet, our suppliers now know we are assessing their security response capabilities as a standard practice. This is what others should do, too.”</blockquote><p><strong>Choose the right angle to cyber</strong></p><p>Badrap’s goal is to make cyber security as easy as possible for everyone. That’s why we created Playbooks — they make completing your cyber security tasks guided, systematic, and easy. You’ll just have to pick a task and follow the guided steps!</p><p>Playbooks cover different cyber security related themes, and the execution varies: playbooks cover training, monitoring and policies. In this post, you hopefully got a comprehensive view on our Supply Chain Caretaking Playbook: how it works and what results and knowledge we have gained on the way.</p><p>What if Supply Chain Caretaking is not relevant to your organization right now? We have plenty of other playbooks to start with: check out all of our playbooks at <a href="https://badrap.io/?utm_source=medium&amp;utm_medium=blog&amp;utm_campaign=supply-chain-caretaking-blog">badrap.io</a>!</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=8cba837b46cb" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/lessons-learned-from-supply-chain-caretaking-8cba837b46cb">Lessons Learned from Supply Chain Caretaking</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[D’ohs and Dons of Cyber Security Training (2/2) — the Seven Dons]]></title>
            <link>https://medium.com/badrapio/dohs-and-dons-of-cyber-security-training-2-2-the-seven-dons-16ddd611ab5e?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/16ddd611ab5e</guid>
            <dc:creator><![CDATA[janikenttala]]></dc:creator>
            <pubDate>Mon, 13 Jul 2020 13:09:19 GMT</pubDate>
            <atom:updated>2020-07-28T08:15:18.412Z</atom:updated>
            <content:encoded><![CDATA[<h3><strong>D’ohs and Dons of Cyber Security Training (2/2) — the Seven Dons</strong></h3><p>I felt we may have been driving ordinary people and employees away from security and<a href="https://medium.com/badrapio/dohs-and-dons-of-cyber-security-training-1-2-c51d1d488e62"> I listed my Doh’s</a> of Cyber Security Training in the previous blog. How could we be more like Dons and take pride in educating people, and believe in the students? Here are my seven Dons of Cyber Security Training to get started. These “Dons” are my ideal teachers and talents (from French) to look for in them.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*LwQtheYHloo58Ud0FINDBw.png" /></figure><p><em>Our students are, we believe, crème de la crème. The trouble is that they have been let down by the ‘system’ before they came to us.” — </em>It’s a Don’s Life by Mary Beard</p><h3>Don #1 — Administer in small doses</h3><p>What if the course would feel like taking a short positive break from work?</p><p>Online security courses prevent employees from achieving their daily goals. Even if they would like to learn, the stress from not finishing work can take over and ruin an otherwise good experience. If you administer content in small doses, the stress of “not completing work” is thrown out of the window. Now your message has a much better chance of getting through.</p><h3>Don #2 — Be casual on every level</h3><p>We want to get rid of the impression that cyber security is somebody else’s problem.</p><p>You may have heard the “I’m not a target” argument. It makes more sense if you check out the infosec news. Faceless corporations falling victim, spies taking over government networks and foreign hackers just waiting to press enter to stop whole countries. Yes, these are important too, but not relatable to the problems that ordinary people have.</p><p>People need to hear about mundane every-day trouble caused by ordinary criminals and scammers. On that front, Finnish broadcasting company YLE did a great job with their “<a href="https://areena.yle.fi/1-4477136">Digitally scammed</a>” TV-series. (Unfortunately, it is encrypted with Finnish.) Drop me a note if you know similar English content.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*JJypo7XAjVvV216t" /><figcaption>“Melissa” and “Sami” explain how their identity got stolen, and they were drowned with bills in a series called “Digitally scammed”.</figcaption></figure><p>Then there is “Team Whack” docuseries, which demystifies how hackers operate. Forget those state-sponsored military-grade hackers for a moment and check out Benjamin, who climbs a bit too high to find some computers from the trash.</p><blockquote>“Forget those state-sponsored military-grade hackers for a moment.”</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*g0ahHDHnPW-mt6r8" /><figcaption>Hacker de-mystification by Team Whack. “None of us knows CPR”, said Laura, when Benjamin climbed too high to dig ditched laptops from the trash</figcaption></figure><h3>Don #3 — Be FuRious (Fun but Serious)</h3><p>The topics are serious enough, let’s not make it worse.</p><p>As the topics are serious and even scary, let’s not make them worse by amplifying the scary parts ourselves. Also, let’s not be too clinical about the topics. Emotions are needed to keep the material engaging, but there are other emotions to invoke besides fear.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/883/0*LKHI8ueE6fOrXA3i" /><figcaption>Derek Muller is FuRious about global warming.</figcaption></figure><p>Here is a perfect example of the FuRious approach, by Derek Muller, a.k.a Veritasium on YouTube. Climate change is a topic that can get boring fast when you get to the important details. He explains a lot in seven minutes. To make it more entertaining, he included a “Youtuber”-version of himself to bring up the typical counter-arguments.</p><p>Here is my FuRious-example. I once flipped a full 180° on ice while I was recording an intro for our security course participants. I decided to keep that part in. It became a nice ice-breaker for the following online session we had later on.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/720/0*jnjZkFEQKHB0o9t4" /></figure><h3>Don #4 — Get personal</h3><p>Want more than two minutes of people’s attention? You need to be useful.</p><p>So it turns out that besides online security and privacy, people also have other things to worry about. How long do you think they <strong>want</strong> to pay attention to your topic? I’d give it max a few minutes if you are just pushing your own agenda to them. Let’s draw some inspiration from a methodology called solution sales.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/800/0*f11i34h3fVLvJLSY" /><figcaption>Like Alec Baldwin said in the movie “Glengarry Glen Ross” “Always Be Interested” (in your target audience).</figcaption></figure><p>Solution sales is a common methodology in business-to-business sales. In solution sales, you don’t just fire a broadside of your product’s features at your potential customer. You figure out what their pain points are and how your product can solve them.</p><p>Talk to some of your audience, preferably those you never thought you’d talk to about security. What do they think about security? What kind of reasoning do they have for doing or not doing something related to security? Is that reasoning solid?</p><p>Our “cyber attacks are like germs” topic came up after talking to a bunch of people. Some of them said they are not a target of cyber criminals. In reality, your average online criminal just sprays their attacks as widely as possible.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/0*HTsOemHGSC-hU2Vh" /><figcaption>This message was inspired by feedback.</figcaption></figure><h3>Don #5 — Keep up with the dialog</h3><p>You got some great feedback in advance from the previous step, great! Don’t stop there. If you can embed dialog in the training, all the better. You’ll learn all the time, and your students will be much more interested in the content.</p><p>If you are in a situation where you can only do a one-directional webinar, proceed with caution. Too many might just multitask their time through the webinar and forget most of what was said. Remember the “administer in small doses”. Do coffee-break sized sessions. Long enough to handle one, and only one, topic, but short enough that nobody has time to distract themselves. :) Rinse and repeat with different topics.</p><h3>Don #6 — Let people think for themselves</h3><p>Most courses have some sort of quiz at the end. I’ve done a few and I’m not a huge fan. Do you remember my friend from my previous blog? I also had to help him with one answer, and my tip was: “option D sounds <strong>least wrong”</strong>. It is no wonder that my friend just wanted to pass the quiz. Thinking and reflecting the material was not on the table at all.</p><p>Ask questions, but if possible, let the participant think for themselves. Ask more open-ended questions and let people reflect on their own lives. “Why security is important for you?”, “What devices you have at home which could leak your personal information?”. And so on. This approach was also inspired by the solution sales methodology.</p><h3>Don #7 — Close the gap from social distancing</h3><p>Online live sessions work, if you alter your approach. Reduce the group size and length, and increase interaction.</p><p>We’ve found that groups with around six people are pretty ideal for fun and interactive sessions. Rather do three one-hour sessions with six people each, than a three-hour session with 18 people. Or do interactive versions with the most security-critical personnel and use more scalable methods for the rest. As a nice side effect, you are forced to cut the fat from your content. :)</p><p>These types of sessions have been a blast for us, and the feedback from the participants has been great. I’ve never heard someone ask for more after a three-hour session in a classroom setting. Now, after several shorter and online-versions, I’ve had several “can we get more of these” questions at the end of the session.</p><h3>Accelerate the change towards human-centric training</h3><p>When we stop preaching and start helping people, people take interest and feel they are being helped. We have laid the groundwork for scaling our efforts. How to go forward from here?</p><h4>Companies have an incentive to help employees</h4><p>Companies have incentive to help employees, as most attacks target their employees. If you are a CISOs or CSO, make sure your company’s (good) training materials are online, and available for everyone. Measure the <strong>interest</strong> and adjust your message over time. And don’t forget new employees, onboarding is a great place to introduce good cyber hygiene habits for employees.</p><p>Now that we are human-centric, HR can also join the party. You can improve the lives of the company’s workforce, while making the workplace safer for everyone. Less employee churn and more secure working place.</p><h4>Individuals are great influencers</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*56GCyEM8ugtwgIahNSgzpg.png" /><figcaption>InfoSecSherpa explains how to do a ”InfoSec 101&quot; presentation for librarians</figcaption></figure><p>Most importantly, individuals, learners and trainers, are the stars of the show. Take <a href="https://medium.com/u/99fcf8aad2a7">InfoSecSherpa</a> for example. An ex-librarian, current “<em>Cyber Analyst SOC Sherpa</em>”, who wants hackers to talk more with librarians, and tells them how to do it.</p><p>Train the challengers, or challenge the trainers and put your new skills into practice. Don’t forget to tell your co-workers, friends and family about what you have learned. Enjoy the next security training you are going to make or take! Break stereotypes: talk to people, especially security pros and trainers. Show that you care about security and tell us how we can improve our game.</p><p>This was my seven Dons of Cyber Security Training for the ordinary people. I’ve seen the light, and I hope you will too. I believe people will start practicing cyber hygiene the same way we brush our teeth and was our hands.</p><p>Did you like this article? Ping me on <a href="https://www.linkedin.com/in/janikenttala/">LinkedIn</a> or <a href="https://twitter.com/janikenttala">Twitter</a>, I’d love to meet more people who want to crack the challenges related to employee training.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=16ddd611ab5e" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/dohs-and-dons-of-cyber-security-training-2-2-the-seven-dons-16ddd611ab5e">D’ohs and Dons of Cyber Security Training (2/2) — the Seven Dons</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Sofri um vazamento de dados. Como devo proceder?]]></title>
            <link>https://medium.com/badrapio/sofri-um-vazamento-de-dados-como-devo-proceder-15cbbbeb323e?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/15cbbbeb323e</guid>
            <category><![CDATA[senhas]]></category>
            <category><![CDATA[segurança-da-informação]]></category>
            <category><![CDATA[vazamento-de-dados]]></category>
            <category><![CDATA[segurança]]></category>
            <dc:creator><![CDATA[Bruno Triani]]></dc:creator>
            <pubDate>Fri, 03 Jul 2020 07:35:33 GMT</pubDate>
            <atom:updated>2020-07-03T09:34:46.391Z</atom:updated>
            <content:encoded><![CDATA[<figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*AuS3u4iV4i1qGqAnPYhw3Q.jpeg" /></figure><p>Se você recebeu um alerta de vazamento de dados de um serviço de monitoramento como <a href="https://haveibeenpwned.com/">Have I Been Pwned</a> ou <a href="https://badrap.io/">Badrap.io</a> e está se perguntando: o que devo fazer agora? Não procure mais, vamos resolver isso juntos!</p><h3>1. Altere sua senha</h3><p>Primeiramente acesse o serviço que vazou os dados e <strong>altere sua senha</strong>. Mesmo que você não tenha certeza de que as senhas vazaram nesta violação em particular, este é um primeiro passo seguro e importante.</p><h3>2. Quais dados estavam envolvidos na violação?</h3><p>Entenda melhor o que foi afetado na violação de dados. Tente encontrar respostas para as seguintes perguntas:</p><ul><li>Quais dados vazaram?</li><li>As senhas ou nomes de usuário vazaram?</li><li>As perguntas de segurança e as respostas vazaram?</li><li>Quando aconteceu a violação de dados?</li><li>Quão antigo são os dados?</li></ul><p>Agora você tem uma ideia aproximada da extensão do vazamento. Tente pensar o que outra pessoa poderia fazer com essa informação.</p><blockquote>Pense no que um criminoso poderia fazer com a informação vazada.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*Tmd4LgK7D8NyYQi64in0KA.png" /><figcaption>Os alertas de e-mail sobre vazamento de dados podem parecer assustadores. Acalme-se, tome uma xícara de café ou chá e respire fundo antes de agir.</figcaption></figure><h3>3. Sua conta de e-mail tem a mesma senha vazada?</h3><p>Se a senha da sua conta de e-mail era a mesma da senha no vazamento de dados, altere-a agora.</p><p>Com acesso à sua caixa de entrada de e-mail, o criminoso pode redefinir e alterar suas senhas para todos os outros serviços online que você usa, incluindo Facebook, Netflix e Google. Eles serão capazes de assumir o controle de toda a sua vida online, convenientemente a partir de um único lugar. É por isso que sua caixa de entrada do seu e-mail é a Joia da Coroa e precisa de forte proteção.</p><p><a href="https://support.google.com/accounts/answer/32040?hl=pt-BR">Crie uma senha forte</a> e única à sua conta de e-mail. Cada vez mais serviços oferecem autenticação de dois fatores, muitas vezes encurtados como 2FA (two-factor authentication). Habilite sempre que possível — veja as instruções do <a href="https://www.google.com/landing/2step/?utm_source=pp&amp;hl=pt_BR">Google</a> e <a href="https://pt-br.facebook.com/help/148233965247823">Facebook</a>. Adicione informações de contato de emergência para que você possa ter sua conta de volta, caso algo aconteça.</p><blockquote>Com acesso à sua caixa de entrada do e-mail, um criminoso é capaz de assumir o controle total de sua vida online.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*bfhC9ih0Ur6CliCqwGvH1g.png" /><figcaption>Quando alguém ganha acesso à sua caixa de entrada do e-mail, você pode acabar perdendo acesso a todas as suas contas online.</figcaption></figure><h3>4. Outros serviços online têm a mesma senha vazada?</h3><p>Se você usa apenas um limitado grupo de senhas ou se as mesmas são muito semelhantes, você precisa começar a muda-las agora. Comece pelos serviços que tem a mesma senha que foi vazada.</p><p>Em seguida, altere todas as outras senhas também, mesmo se elas não estiveram envolvidas nesta violação de dados. Deixá-las do jeito que estão é um desastre esperando para acontecer.</p><p>É um trabalho tedioso, mas que vale a pena. Depois do esforço inicial, vai ficando mais fácil.</p><p>A partir de agora comece a cuidar melhor das suas senhas. Considere usar um programa para gerencia-las. Estes incluem os gerenciadores de senhas incorporados nos navegadores Chrome, Firefox e o MacOS Acesso às Chaves. Aplicativos como <a href="https://1password.com/pt/">1Password</a>, <a href="https://www.lastpass.com/pt/solutions/business-password-manager">LastPass</a>, <a href="https://keepass.info/">KeePass</a> (em inglês) são tão bons quanto. Gere senhas fortes, difíceis de adivinhar e exclusivas para cada serviço. Adicione autenticação de dois fatores sempre que possível.</p><blockquote>Reciclagem não é para senhas. Use uma senha exclusiva para cada serviço online.</blockquote><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*VJN590-G2uSHmvhpPgUCqA.png" /></figure><h3>5. Sua conta de e-mail de trabalho tem a mesma senha vazada?</h3><p>Se sua conta de usuário de trabalho ou e-mail de trabalho tiver a mesma senha do serviço violado, entre em contato com o suporte de TI da sua empresa para obter assistência. Eles podem querer monitorar sua conta para quaisquer tentativas de acesso não autorizadas e checar se a conta foi acessada de forma suspeita.</p><p>Não hesite ou fique envergonhado, apenas ligue para eles! Não é sua culpa se um serviço online teve uma violação de dados e sua senha por acaso vazou. O melhor de tudo — Agora em diante você sabe que senhas podem vazar e da próxima vez pode começar a usar senhas exclusivas para todos os serviços.</p><p>Não se esqueça de mudar sua senha de trabalho para uma única e forte.</p><blockquote>Entre em contato com a TI da sua empresa se sua senha do e-mail de trabalho vazar.</blockquote><h3>O caminho para uma melhor higiene on-line</h3><p>É uma boa ideia praticar uma higiene online ao fornecer qualquer informação pessoal a um serviço. Forneça o mínimo possível e esteja consciente sempre que fornecer informações. Pergunte a si mesmo: “O que poderia acontecer se esses dados vazassem?”</p><p><strong>Outros dados pessoais vazaram?</strong></p><ul><li>Que tipo de informação você deu ao serviço? Detalhes pessoais, fotos, números de cartão de crédito.</li><li>Que tipo de dados o serviço tem de você?</li><li>Havia dados sobre outras pessoas além de você? Seus filhos, amigos, outros endereços de e-mail, fotos?</li></ul><p>Remova detalhes pessoais desnecessários, como seu aniversário e endereço residencial. Pergunte a si mesmo: por que o serviço precisa tê-lo? Para verificação de idade? Notificações de aniversário? “1 º de janeiro de 1900” funcionará perfeitamente em muitos casos.</p><p>Se os detalhes do cartão de crédito estiveram envolvidos, entre em contato com seu banco. O banco provavelmente vai querer cancelar o cartão como precaução. Pode haver uma pequena taxa envolvida, mas isso é melhor do que a alternativa. No futuro, não dê os dados do seu cartão de crédito para que serviços individuais armazenem em seus bancos de dados. Em vez disso, sempre que possível use um serviço de transação de pagamento comumente conhecido e com uma boa reputação. Estes incluem <a href="https://www.paypal.com/br/webapps/mpp/home">PayPal</a>, <a href="https://stripe.com/global#BR">Stripe</a> (en) e <a href="https://pay.amazon.eu/?ld=ELNALPA-medium.com">Amazon Pay</a> (en).</p><p>Informe seus entes queridos se algum de seus dados pessoais estavam envolvidos. Remova esses dados, se possível, e evite fornecê-los no futuro.</p><blockquote>Comece a praticar uma higiene on-line rigorosa. Tente estar ciente dos dados que você está fornecendo o tempo todo.</blockquote><h3>Seja um mentor</h3><p>Eduque os outros. Conte sua história e aborde-os com melhores práticas de senha e higiene on-line. Mostre-os como monitorar os vazamentos de dados. Seja um mentor.</p><blockquote>Conte sua história e seja um mentor em higiene online.</blockquote><h3>Monitoramento de vazamento de dados com Badrap.io</h3><p>Com <a href="http://Badrap.io">Badrap.io</a> você pode monitorar violações de dados para vários endereços de e-mail, como seus e-mails pessoais e de trabalho de uma única conta Badrap.io. Adicione os e-mails de seus entes queridos; como crianças e pais, para que seja notificado caso seus e-mails estejam envolvidos em um vazamento de dados.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*U94p7EBCi20gEWqIpdiQoQ.png" /></figure><p><a href="http://Badrap.io">Badrap.io</a> também envia notificações automáticas se seus endereços de IP foram encontrados por pesquisadores de segurança como dispositivos/redes vulneráveis.</p><p>Esse artigo é uma tradução do original em inglês escrito por <a href="https://medium.com/u/b0e55de6a4c8">alatalo</a> em <a href="https://medium.com/badrapio/i-got-a-data-breach-alert-what-next-d3fa36d9a7c7">https://medium.com/badrapio/i-got-a-data-breach-alert-what-next-d3fa36d9a7c7</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=15cbbbeb323e" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/sofri-um-vazamento-de-dados-como-devo-proceder-15cbbbeb323e">Sofri um vazamento de dados. Como devo proceder?</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[D’ohs and Dons of Cyber Security Training (1/2)]]></title>
            <link>https://medium.com/badrapio/dohs-and-dons-of-cyber-security-training-1-2-c51d1d488e62?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/c51d1d488e62</guid>
            <category><![CDATA[training-courses]]></category>
            <category><![CDATA[cyber-hygiene]]></category>
            <category><![CDATA[psychology]]></category>
            <category><![CDATA[cybersecurity]]></category>
            <dc:creator><![CDATA[janikenttala]]></dc:creator>
            <pubDate>Mon, 15 Jun 2020 09:04:50 GMT</pubDate>
            <atom:updated>2020-07-13T20:00:22.536Z</atom:updated>
            <content:encoded><![CDATA[<h3>D’ohs and Dons of Cyber Security Training (1/2) — the D’ohs</h3><h4>I have been taking, running, and eventually creating cyber security courses for a while. I have had both my Homer Simpson moments and increasingly frequent bright moments. I will try to share them here in two parts, first the D’ohs and then <a href="https://medium.com/badrapio/dohs-and-dons-of-cyber-security-training-2-2-the-seven-dons-16ddd611ab5e">the Dons</a>, and what Dons got to do with this.</h4><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*axozp_1ZwYSdL4jnauXq2w.png" /><figcaption>What if people wanted to learn good cyber hygiene habits?</figcaption></figure><h3>“People are the weakest link” myth</h3><p>It is easy to talk about human beings being the weakest link, “people don’t care about security”, ”people can’t handle it”, “people don’t get it” and so on. Is there any other industry or skill area in the worklife where you intentionally downplay the humans while still employing them to do the job? Humans have social superpowers which make them one of your best defences if just given a chance.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*x6BIQayPPHan6h3S7dCDaA.jpeg" /><figcaption>Shall we blame the people, or empower them? I’ve picked my side.</figcaption></figure><h3>“People don’t want to or can’t learn cyber security” fallacy</h3><p>A big portion of them do. How big? Depends on the teacher.</p><p>Have you ever heard a primary school teacher say: “No use teaching Spanish, students will never learn.” I don’t think so. A teacher sees the shades of gray. There are those who learn just by taking a glance at the book. Then there are those who have difficulties, and those who lack motivation. And in between, there are <em>many many capable students</em>. The situation is similar, when it comes to people and security. In practice, when given a chance people will feel cyber security is important and they want and can learn.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*-pWmyv2uz0dx1EDavwuy-Q.png" /><figcaption>I used to blame the people, until I learned a lesson from the teachers.</figcaption></figure><h3>“There is a technical gizmo for that” delusion</h3><blockquote>Bad guys can always shop the latest gizmos as well and train against them at their home.</blockquote><p>It might feel that humans are hard and technology is easy. It might be true when it comes to relationships, but in cyber security there is no magical technological silver bullet that will solve it all. There is always the next-gen cyber security fad, trend or magical gizmo that is being used as an excuse not to invest in humans and their training.</p><p>In the worst case, the latest technical defences have just made us more vulnerable. I see it like this, bad guys can always shop the latest gizmos as well and train against them at their home, but they never can adapt to your human defences and instinct. There is a place for technical defences but training us, the humans, evens the game and turns an uneven match into more of an Alien vs. Predator thing. Hmmm, who won? :)</p><h3>“It is a IT problem, no it is a HR problem” debacle</h3><p>Arranging cyber security training and onboarding seems to far too often between the cracks. IT departments are busy with technology and HR departments may feel that IT owns cyber security. Happily this seems to be solvable by someone taking the lead and asking IT and HR to help.</p><h3>“Compliance got to be dull” despair</h3><p>Someone I know went through a mandatory employee information security course. The course had all the usual bells and whistles. A well-produced 40-minute video, talking heads explaining different aspects of information security, and an exam afterwards. The outcome was a frustrated employee who thinks security courses are an utter waste of time. That got me thinking. I know he cares about security and privacy. Then it hit me: we are not just passively complaining about people, sometimes we are the ones who ruin them.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*yd8z2dkwFt-2zEfvVw6liQ.png" /><figcaption>“I need to get back to work. Come on, isn’t this over yet?”</figcaption></figure><p>At one point, he asked why he needs to learn those topics in the video. I didn’t have the answer. The content was mostly suitable for someone aiming to be a CISO, but every employee of a large organisation needed to take it. Time away from his actual job added to the stress, and he tried to get work done while completing the course. Putting the video in the background didn’t work. The course creators got that covered. The quiz at the end requires participants to remember trivial details, such as terminology and listings of concepts mentioned. Congrats, you need to go back, you lose more time, and end up even more stressed.</p><p>In the next part, I will try to find ways to make even the compliance more fun, engaging and efficient.</p><h3>“Cyber security trainers and experts are infallible” mistake</h3><blockquote>With cyber security training and onboarding now being more commonplace, we can learn from the feedback and dialog in order to create more interesting and actual content.</blockquote><p>Cyber security is a moving target. People have been told to change passwords too often, giving birth to those post-it passwords on the monitor frames that you can spot in the casual work place videos. It made sense back in the 90&#39;ies, when you could pretty easily brute force weak password hashes. Yup, there has been a bit of a cargo cult, stupid things have been taught and yours truly have <a href="https://youtu.be/MR_Vk461b6c">stumbled as well</a>:</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FMR_Vk461b6c%3Ffeature%3Doembed&amp;display_name=YouTube&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DMR_Vk461b6c&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FMR_Vk461b6c%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/890bbf81726dbad4083fb82fe2d15b53/href">https://medium.com/media/890bbf81726dbad4083fb82fe2d15b53/href</a></iframe><p>With cyber security training and onboarding now being more commonplace, we can learn from the feedback and dialog in order to create more interesting and actual content. We learn how to enable people to be our best line of defence.</p><p><em>In this part we saw how we might have been driving people away from security. In the next part I will take a look at what we can do to win them back, and what “Dons” have to do with all of this. Follow this publication, @</em><a href="https://twitter.com/badrapio"><em>badrapio</em></a><em> in Twitter, or </em><a href="https://www.linkedin.com/in/janikenttala/"><em>me</em></a><em> in </em><a href="https://www.linkedin.com/in/janikenttala/"><em>LinkedIn</em></a><em> to notice the next post.</em></p><p>Cyber classroom: <a href="https://stories.freepik.com/illustration/classroom/rafiki">https://stories.freepik.com/illustration/classroom/rafiki</a><br>Spanish teacher: <a href="https://unsplash.com/photos/N_aihp118p8">https://unsplash.com/photos/N_aihp118p8</a><br>Robot pic: <a href="https://unsplash.com/photos/2EJCSULRwC8">https://unsplash.com/photos/2EJCSULRwC8</a><br>Security on: <a href="https://stories.freepik.com/illustration/security-on/amico">https://stories.freepik.com/illustration/security-on/amico</a><br>Back to work picture: <a href="https://unsplash.com/photos/i71ZRcnqqvw">https://unsplash.com/photos/i71ZRcnqqvw</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=c51d1d488e62" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/dohs-and-dons-of-cyber-security-training-1-2-c51d1d488e62">D’ohs and Dons of Cyber Security Training (1/2)</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[Data breaches — who needs to know?]]></title>
            <link>https://medium.com/badrapio/data-breaches-who-needs-to-know-3e51dda72cdf?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/3e51dda72cdf</guid>
            <category><![CDATA[executives]]></category>
            <category><![CDATA[data-breach-notification]]></category>
            <category><![CDATA[communication]]></category>
            <category><![CDATA[business]]></category>
            <category><![CDATA[cybersecurity]]></category>
            <dc:creator><![CDATA[Bruno Triani]]></dc:creator>
            <pubDate>Tue, 04 Feb 2020 12:11:50 GMT</pubDate>
            <atom:updated>2020-02-04T12:11:49.865Z</atom:updated>
            <content:encoded><![CDATA[<h3>Data breaches — who needs to know?</h3><h4>Results from warning decision-makers affected by data breaches in Finland</h4><p>This article addresses the last question <a href="https://medium.com/badrapio/in-the-face-of-password-breaches-we-are-equal-7539ab837104">from my previous study</a>: Are the executives involved in data breaches aware of their exposure? During my analysis, I came across dozens of people that had their credentials for both personal and work-related identities leaked out. I couldn’t just sit on this information, so I notified them.</p><h3>How was the notification made?</h3><p>At Badrap, we are on the mission to get security information delivered to those who need it. <a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-iii-248766647791">Personal security issues can be exploited to affect companies. In the digital realm, our personal and work identities intertwine with one another.</a> It has become less obvious who should be notified about security issues related to those identities. If we share our findings with corporate security teams, we end up exposing non-work related matters. On the other hand, reaching the affected people needs careful craft to make the message clear and not alarmist. And running this study and working in a security company, they could ignore my message as marketing.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*y212BqRhXosaOoOiXIEwbw.png" /><figcaption>We have many identities. Some are personal, and some are work-related. Security issues related to personal identities can affect companies. Who should get the warnings? The company or the individual?</figcaption></figure><p>Considering that the found information involved personal email addresses, we notified the victims directly by email and gave a heads up for the security teams if we had a contact in that company. You can find both of the models at the end of this article.</p><h3>Answers received</h3><p>From the eleven companies contacted, we got responses from only two companies. And the responses came from CISOs (chief information security officers), instead of the victims. In both cases, the messages were very similar. They acknowledged the importance of raising awareness and ensure the victim’s knowledge but also asked that any future victims’ notification should be sent first to the security team. I was glad to hear both organizations actively monitored data breaches related to the corporate domain.</p><p>I replied to their emails, thanking their feedback, and guaranteeing that I would communicate to them any further notification. I wrote that even understanding their will to be on top of the issues affecting their employees; I should only disclose exposed private information with the affected person.</p><p><strong>Cybersecurity got in a similar field as occupational health regarding this balance between individual and corporate. The employee’s behavior and habits can affect his work, but the employer must respect their privacy. When the data is about people, including their personal identities, who should get the information?</strong></p><h3>Lessons learned</h3><p>1- Show the actual results — not just the method to get them. Seeing the findings would help people understand better how we are trying to help. The victims’ notification email explained the method used to find the potential vulnerabilities but didn’t show the results, like the emails involved and the services that leaked their data.</p><p>2- Give a heads up to security teams in all companies. We considered this as a nice-to-have but is likely a must-have. Instead of just messaging the contacts that we already knew, it would be better to let all those professionals have the time and opportunity to communicate with their colleagues before the victims’ notification hit their email inbox.</p><p>3- Avoid hyperlinks. I wrote in plain text the addresses from services or pages that I used during my study. I didn’t want to have active hyperlinks in my email (nothing that could resemble a phishing attempt), but I realize that some email clients create active links just by having a valid internet address in the message body.</p><p>4- Timing. I sent the notifications on the morning of the 31st of December. Even still being a typical working day, some people were on holiday. The idea was to contact all the potential victims as soon as possible. But choosing a better day would improve the odds of having the message seen. And I wouldn’t need to check my email regularly to answer enquires during the new year’s eve.</p><p>Below you will find the email templates referred at the beginning of this article.</p><h4>Email sent to the victims:</h4><blockquote>Subject: <em>(full name)</em> — notification about a potential data breach</blockquote><blockquote>Dear <em>(last name)</em>,</blockquote><blockquote>I’m researching data breaches to understand how they affect large companies in Finland. <strong>I’m contacting you directly because I found your email from the publicly available data breach material.</strong> You are one of the many; it appears that data breaches have affected 65% of the executives of the 11 most valuable companies in Finland. Their emails and passwords were leaked from other services (e.g., LinkedIn, Adobe, eBay, etc.).</blockquote><blockquote>You may be aware of these issues and worked on them already. In this case, I apologize for the redundant report.</blockquote><blockquote>I am not publishing any specifics about the companies or people involved, only statistics. The goal of my research is to understand how executives deal with cybersecurity awareness when notified about data breaches. <strong>Below I have frequently asked questions and more details about the steps that I followed to find the information regarding the data breaches potentially affecting you.</strong></blockquote><blockquote><strong>From where did I get the results? </strong>To check the emails of the executive board, I combined the information from the links:</blockquote><blockquote>1 — <em>(company’s link with the description of the executives)</em></blockquote><blockquote>2 — Discovered actual and other email addresses (as personal and past emails) using web crawlers as the service RocketReach.co</blockquote><blockquote>3 — and then checked if they were involved in data breaches (with password exposition) on haveibeenpwned.com</blockquote><blockquote><strong>What can be done to protect my accounts? </strong>Some companies found it useful to endorse the affected users not to reuse those breached passwords and, when possible, use two-factor authentication. If you feel that you could help with my research, you can reply to the question below through email.</blockquote><blockquote><strong>SURVEY QUESTION: How did you learn about these specific breaches? (choose all that apply)</strong></blockquote><blockquote>Original data leak source (3rd party service that leaked): yes/no</blockquote><blockquote>Your company’s staff: yes/no</blockquote><blockquote>News or other media: yes/no</blockquote><blockquote>This notification email: yes/no</blockquote><blockquote>Other: please describe</blockquote><blockquote>Thank you very much. If I can be of any assistance, let me know.</blockquote><blockquote><strong>FAQ</strong></blockquote><blockquote><strong>How am I exposed? </strong>From previous experience and studies, it is common to see people reusing passwords on different services, like corporate emails and social media platforms. The risk involved using the breached password is the possibility of someone getting access to that leaked information tries to access other services held by the victim with the same or similar password. In some cases, criminals also use extorsion with the claim that they hold more information than your email and password.</blockquote><blockquote><strong>How many people have been affected by these breaches? </strong>These breaches have been affecting virtually almost all Internet users. Other businesses and individuals are dealing with the same challenge.</blockquote><blockquote><strong>Who are you? </strong>I’m Bruno Triani, and I have a professional interest in the data breach topic. I write articles about the topic, and my company works in this field.</blockquote><blockquote><strong>Are you selling something? </strong>No. My company and I don’t mix victim notifications with commercial activities. All the relevant information is packaged here. No strings attached.</blockquote><blockquote><strong>Are you going to publish this? </strong>I never publish victim details. I may publish general findings and aggregated statistics as part of my research. Some of my findings can be found in my Medium blog articles.</blockquote><blockquote><strong>Where did you get your information? </strong>I use publicly available information, which is easy to get. I’ve documented my methodology in my blog articles.</blockquote><blockquote><strong>We are aware of this already, why are you contacting us? </strong>Great. One issue I have seen is that often the victims are not aware, even if the information is publicly available. Or they may be aware of the issue, but think there is nothing they can do or even think it does not matter.</blockquote><h4>Email sent to the cybersecurity professionals that I already had the contact:</h4><blockquote>Hi. I’m Bruno from Badrap, a security company from Oulu. I’m researching data breaches to understand how they affect large companies in Finland. As part of this research, I became aware of a handful of your decision-makers’ involvement in data breaches. As a final part of my study, I’m notifying them about the breaches just in case and asking their voluntary feedback about where they first heard about the breaches (if they did) — see the template below.</blockquote><blockquote>If you have any questions or comments, feel free to contact me.</blockquote><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=3e51dda72cdf" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/data-breaches-who-needs-to-know-3e51dda72cdf">Data breaches — who needs to know?</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[In the face of password breaches, we are equal]]></title>
            <link>https://medium.com/badrapio/in-the-face-of-password-breaches-we-are-equal-7539ab837104?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/7539ab837104</guid>
            <category><![CDATA[data]]></category>
            <category><![CDATA[management-and-leadership]]></category>
            <category><![CDATA[security]]></category>
            <category><![CDATA[passwords]]></category>
            <category><![CDATA[corporate-culture]]></category>
            <dc:creator><![CDATA[Bruno Triani]]></dc:creator>
            <pubDate>Mon, 30 Dec 2019 06:19:42 GMT</pubDate>
            <atom:updated>2019-12-30T10:56:42.865Z</atom:updated>
            <content:encoded><![CDATA[<h4>A quick study of data breaches vs. decision-makers in 11 top market cap companies in Finland</h4><p>I have been discussing how data breach information can be used to scam or attack people and companies (links below). So I got curious. Are decision-makers, C-levels, and executives involved in data breaches? And if they are involved, is the breached data easily available? Are they aware of it? I now know the answer to two out of my three questions.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*3jCWC4y6LSASje6FyMsCSA.jpeg" /><figcaption>(image from Pixabay)</figcaption></figure><p>I decided to survey the managers of the 11 most valuable companies in Finland and checked if I could easily find information about data breaches that they were involved in. I assumed that attackers don’t discriminate, and they may go after anyone they can get. Of course, some targets may be more lucrative than others.</p><h3>Are decision-makers involved?</h3><p>Yes. Here is how I figured it out.</p><h4>1 — Find the names</h4><p>Most of the companies keep on their website a list of their executives with a brief description of each one. Usually under the “Investors” tab.</p><h4>2 — Get their public profiles from LinkedIn</h4><p>I looked up for every name on LinkedIn (virtually all executives have an online profile). The idea here is to match each name to a public profile ID, out of the companies webpage. I will explain why soon.</p><h4>3 — Find email addresses</h4><p>There are commercial services to purchase employee contact information. For example, Alma Media sells decision-maker contact info such as email and phone numbers. I used a service called RocketReach that lists present and past emails, including personal ones. Using this tool, I can search for someone using their LinkedIn profile, helping me to find the exact person.</p><h4>4 — Check data breaches</h4><p>After gathering the emails, I need to check if they were involved in public data breaches including leaked passwords. Past and personal emails are important information even if the individual doesn’t use them anymore. Many people can move to new emails and usernames but keep the same password. I checked their emails on haveibeenpwned.com, which is a repository that lists emails found in data breaches.</p><h4>Results</h4><p>After having all the names matched with the correspondent LinkedIn profiles, I listed every email that had its password exposed in a data breach. All the 11 companies had executives exposed to those incidents; on average, each organization had 10 leading executives when counting in C-levels, presidents, and vice-presidents. <strong>The breaches affected at least 20% of the executives of each company, creeping up to 80% in some cases. On average, 65% of the executives of all surveyed companies were exposed in data breaches involving password leak.</strong></p><h3>Is the breached data easily available?</h3><p>Haveibeenpwned.com is an excellent and reputable service, and I have no reason to doubt its results. But some things you need to witness with your own eyes before you feel comfortable talking about them. So I decided to get a sample set. Off to the dark and deep webs, right? Wrong. <strong>I was stunned to realize how easy it is to get a password dump of one billion accounts and passwords.</strong> All I needed to know was to search the web and download a torrent file. Emails and passwords were found in plain text.</p><h3>How data breach information can be used to scam or attack people and companies</h3><p><a href="https://twitter.com/BadRapIO/status/1181140069316534272?s=20">Email scam example</a> — video</p><p><a href="https://medium.com/badrapio/credential-stuffing-explained-5390373d415">My Sports Tracker Password Is Not Just My Private Business</a> — article</p><p><a href="https://medium.com/badrapio/what-we-dont-see-when-a-data-breach-happens-63c4ecb2e093">How one breach can haunt individuals and companies for years </a>— article</p><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-iii-248766647791">3 steps to engage employees in cyber hygiene </a>— article</p><h3>Are they aware of it?</h3><p>The first thing to do is to warn the victims. I am contacting the people involved to make sure they are aware of the issue. I am still waiting for feedback to help me understand if they already knew the problems and how did they find out the leaks in the first place. After the victim notification, I will delete the names and emails from my survey. For the study, it will be enough to keep the statistics and collect the feedback. Good information hygiene helps to be part of the solution rather than part of the problem.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=7539ab837104" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/in-the-face-of-password-breaches-we-are-equal-7539ab837104">In the face of password breaches, we are equal</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[What we don’t see when a data breach happens]]></title>
            <link>https://medium.com/badrapio/what-we-dont-see-when-a-data-breach-happens-63c4ecb2e093?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/63c4ecb2e093</guid>
            <category><![CDATA[hacker]]></category>
            <category><![CDATA[passwords]]></category>
            <category><![CDATA[cybersecurity]]></category>
            <category><![CDATA[data-breach]]></category>
            <category><![CDATA[business]]></category>
            <dc:creator><![CDATA[Bruno Triani]]></dc:creator>
            <pubDate>Thu, 12 Dec 2019 14:13:07 GMT</pubDate>
            <atom:updated>2019-12-12T14:13:07.878Z</atom:updated>
            <content:encoded><![CDATA[<h4>How can one breach haunt individuals and companies for years?</h4><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-i-1e5a518e9d50">I already wrote about the challenges to deal with data breaches and how companies struggle to communicate about cybersecurity to its collaborators. </a>Another perspective concerning the increasing numbers of unauthorized access to our data is how that information flows through the Internet.</p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*oXOiTFvW5VZpllfMlf1jRA.jpeg" /><figcaption>(Photo by Pang Yuhao on Unsplash)</figcaption></figure><h3>How are breaches published in the media?</h3><p>Often we stumble upon news describing millions of users being exposed from social media platforms, open databases, or even governmental agencies. At the moment that information becomes public, the size and reach of the breaches are just estimations, as well the time they had the data exposed¹. The general feedback that I get from people worried about their data safety is related to privacy and money. If personal documents or credit card numbers are involved in the cases mentioned above, more attention comes from the public. The number of incidents is getting so frequent that it seems we are experiencing a kind of fatigue related to data breaches. Its numbing effects are even in the markets. After a couple of quarters, some C-level heads rolled and embarrassing public communications; investors get back the attention to profitability and other performance metrics. Even after compromising critical information, life goes on for the business. “Sorry, but now we are going to improve our services.” Insurance and legal battles take care of the rest².</p><h3>What happens with the stolen data?</h3><p>The motivation to break into a system is mostly for extortion or misuse, aiming for financial benefit. As soon as an organization recognizes the vulnerability, the stolen data becomes a clear proof of a crime and a kind of toxic material for criminals. The illegally-gathered information on the beginning is used by the people involved in the attack. But after some time, the breached data can pass through different hands while it becomes more popular and decrease its value in the black market. More copies, less value.</p><h3>What kind of information about myself can it be out there?</h3><p>The problem we are facing now is that these breaches are getting so popular that they are even available for free. I just came across a password and email dump of 1 BILLION records, all in plain text³. We have some tools to check if our credentials and networks are involved in public leaks. We rarely dig on the Internet to check on every incident and less likely to understand how we were exposed. In the best-case scenario, the company that had the issue communicate users on how their private data was disclosed. Of course, we rarely see these messages and warnings. Most of the companies have just a discrete public note after clear proof of the incident. Typically, the breaches involve name, email, passwords (encrypted or not), date of birth, physical addresses, and phone numbers. Social media profiles associations are also becoming more popular.</p><h3>Don’t recycle passwords</h3><p>As mentioned above, this stolen data loses its value in the black market as time passes by. It is hard to keep track of what kind of information we give every time we subscribe to a service. After being aware of our involvement in data breaches, a must-do is to change our password for that service. I won’t get into the details of how we use minimal effort to change passwords when needed or the convenience of reusing the same password for different logins. The main point here is, the chance is that one breach involving you is available out there in plain text is a reality. That password is not good anymore, anywhere.</p><h3>From individuals to companies, the long-tail effect</h3><p>Many people would say that they have nothing to hide, and therefore, the leaked information is not that critical. We forget that all our online information is interconnected. From one email (corporate or personal), I can guess or find other electronic addresses under the same identity. With one name, I can search for every partial or public profile on any platform. The critical link here is with one email and password; there is a broad range of places that an attacker could try to take over. In every step, more critical information can be raised, and higher is the risk that your private messages/data can be accessed. <a href="https://twitter.com/BadRapIO/status/1181140069316534272">From blackmail to impersonation, different threats can be used against you or over your network.</a></p><h3>Others’ business data breaches are your business</h3><p>The biggest issue with companies is that they move way more money than individuals and also carry large important information in their servers. If one person affected by a data breach can be endangered, how about dozens of people from the same company being exposed? The risks of finding one illegal way into business’ data (and money) through several employees are much higher compared to an attack aiming only technical vulnerabilities of a corporate infrastructure. It is like having the key’s house of many employees. Why should criminals bother to break into the company’s door?</p><h3>How companies react to this new reality?</h3><p>After coming across to easy access to breaches’ data and knowing that people keep reusing passwords, companies should work to monitor critical information available from their employees. It is not hard to find how many people from the same domain are exposed. I am researching the biggest companies in Finland to check how many of their executives and employees were involved in data breaches. I will notify those companies and try to understand how CEOs are handling this issue.</p><p>[1] The WIRED Guide to Data Breaches — <a href="https://www.wired.com/story/wired-guide-to-data-breaches/">https://www.wired.com/story/wired-guide-to-data-breaches/</a></p><p>[2] Target shares recover after reassurance on data breach impact — <a href="https://www.reuters.com/article/us-target-results/target-shares-recover-after-reassurance-on-data-breach-impact-idUSBREA1P0WC20140226">https://www.reuters.com/article/us-target-results/target-shares-recover-after-reassurance-on-data-breach-impact-idUSBREA1P0WC20140226</a></p><p>[3] File With 1.4 Billion Hacked And Leaked Passwords Found On The Dark Web — <a href="https://www.forbes.com/sites/leemathews/2017/12/11/billion-hacked-passwords-dark-web/#2ba39e5821f2">https://www.forbes.com/sites/leemathews/2017/12/11/billion-hacked-passwords-dark-web/#2ba39e5821f2</a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=63c4ecb2e093" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/what-we-dont-see-when-a-data-breach-happens-63c4ecb2e093">What we don’t see when a data breach happens</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[There is no work-life balance in cybersecurity — part III]]></title>
            <link>https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-iii-248766647791?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/248766647791</guid>
            <category><![CDATA[cybersecurity]]></category>
            <category><![CDATA[training]]></category>
            <category><![CDATA[engagement]]></category>
            <category><![CDATA[awareness]]></category>
            <category><![CDATA[business]]></category>
            <dc:creator><![CDATA[Bruno Triani]]></dc:creator>
            <pubDate>Mon, 11 Nov 2019 10:09:13 GMT</pubDate>
            <atom:updated>2020-01-28T08:38:09.147Z</atom:updated>
            <content:encoded><![CDATA[<h3>There is no work-life balance in cybersecurity — part III</h3><h4>3 steps to engage employees in cyber hygiene</h4><p>I have written about my journey to understand how we deal with cybersecurity. First, I raised attention to the actions we perform online and how blurry the boundaries of digital trust can be. Next, I tried to figure out how to define responsibilities for information security. Now, the last part of this series captures my experiences in engaging employees in cybersecurity.</p><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-i-1e5a518e9d50">Part I — Where are the boundaries of trust?</a></p><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-ii-34b0fcfbb804">Part II — From board meetings to daily tasks, who owns cybersecurity risk for the company?</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*I0_wlpixy9NVkNWJ4q77gw.jpeg" /><figcaption>(Photo by Andrew Martin on Pixabay)</figcaption></figure><h3>1 — We are driven by convenience (cut to the chase)</h3><p>The biggest challenge to convey a message is to make it as simple as possible. The first impulse that I had to make people interested in safer online practices was to stress the risks and threats that they are exposed to. But presenting the problem doesn’t eliminate the fact that increasing fear without offering convenient solutions just creates more repulse towards efficient protection. We like to access information 24/7 without many steps, from shorter access codes to facial recognition. No more warning signs, just messages letting me know what are the risks I am now exposed to.</p><h3>2 — Making it personal (and inter-personal)</h3><p>Informing people about what they should and should not do online is close to patronizing. It is difficult to focus on something that is said to be important but has been defined as such by someone else. First, we need to accept that the information is relevant and concern us. In the second article, I mentioned that standard awareness campaigns struggle to show the connection between daily activities, responsibilities and the pitfalls that could affect our work and business. The other aspect of safer online practices is about expanding the circle of protection. More than taking care of our own assets, it makes sense to protect our family and friends as well. Expanding the good practices and awareness to reach people around us elevates the activity from “just a checklist” to a far-reaching positive loop of protection.</p><h3>3 — Rewards and tracking (support and feedback)</h3><p>When people don’t see immediate results from a piece of advice or information, rewards can help to get their attention. Many times the absence of motivation from people to understand high-risk online behavior is just a lack of ability. Rewards like movie tickets and day-off are cheap if they help to avoid bad online decisions and resulting fallout to the companies. Training is often measured only though participation or test scores. But when awareness and behavioral change is the objective, gathering feedback from the participants can lead to a better understanding of how the content is seen and also their level of engagement. Not just numbers, but real answers from the training campaign, offering rewards and raising feedbacks. Another aspect is to offer users support for better future decisions. Advice that pushes responsibility and workload to the user’s shoulders can backlash against the initial purpose of raising awareness. We must offer help towards this journey of improvement.</p><p>To make security information accessible for everyone, we at Badrap are working to make the “weakest link” in information security stronger — individuals. We developed a free platform that connects the findings of security researchers to help people check if their credentials or devices are exposed online. <strong>Sign up for free at </strong><a href="https://badrap.io/?utm_source=medium&amp;utm_medium=article&amp;utm_campaign=blog"><strong>badrap.io</strong></a></p><p>After having seen the positive impact of interactive training, personal approach, and rewards &amp; tracking in raising cybersecurity awareness we are also now helping companies with the Cyber Hygiene Campaign. We offer an online awareness campaign that helps protect your business and connects your employees with our platform. <strong>You can try it out at </strong><a href="https://hygiene.badrap.io/?utm_source=medium&amp;utm_medium=article&amp;utm_campaign=blog"><strong>hygiene.badrap.io</strong></a></p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=248766647791" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-iii-248766647791">There is no work-life balance in cybersecurity — part III</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
        <item>
            <title><![CDATA[There is no work-life balance in cybersecurity — part II]]></title>
            <link>https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-ii-34b0fcfbb804?source=rss----36a9e70bb3b---4</link>
            <guid isPermaLink="false">https://medium.com/p/34b0fcfbb804</guid>
            <category><![CDATA[hr]]></category>
            <category><![CDATA[management]]></category>
            <category><![CDATA[awareness]]></category>
            <category><![CDATA[ceo]]></category>
            <category><![CDATA[cybersecurity]]></category>
            <dc:creator><![CDATA[Bruno Triani]]></dc:creator>
            <pubDate>Fri, 25 Oct 2019 09:31:42 GMT</pubDate>
            <atom:updated>2019-12-17T09:33:40.485Z</atom:updated>
            <content:encoded><![CDATA[<h3>There is no work-life balance in cybersecurity — part II</h3><h4>From board meetings to daily tasks, who owns cybersecurity risk for the company?</h4><p>This article is the second of a series of three through my journey to understand how people and companies are dealing with cybersecurity. <a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-i-1e5a518e9d50">In the first one</a>, I raised attention to the number of actions we perform online and how blurry the boundaries of digital trust can be.</p><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-i-1e5a518e9d50">Part I — Where are the boundaries of trust?</a></p><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-iii-248766647791">Part III — 3 steps to engage employees in cyber hygiene</a></p><figure><img alt="" src="https://cdn-images-1.medium.com/max/1024/1*AHHx8i3wvRTXxjfQ-H8DHQ.jpeg" /><figcaption>(Photo by Dylan Gillis on Unsplash)</figcaption></figure><h3>If everybody is responsible, nobody is accountable</h3><p>Many times when I reach companies to understand how they are dealing with the cybersecurity of their employees a ping pong of responsibilities starts. I talk with the CEO and as fast as the word “cyber” is mentioned, the name of the CIO comes into the conversation. <em>“We have this person taking care of our systems, you should talk to him/her.”</em> Right, then the Chief Information Officer is inquired about how they are managing cybersecurity. This time the word “security” comes to his attention — “<em>We are pretty well, our security tools are in order.”</em> I explain that I would like to discuss how they are ensuring employees are following best practices, such as awareness and training.<em> “Sure, we have periodic training. But this part is with HR.”</em>. I don’t need to mention that when the Human Resource manager listens to the word “cyber” something like comes <em>“It is better to involve the IT person in the meeting”</em>…</p><iframe src="https://cdn.embedly.com/widgets/media.html?src=https%3A%2F%2Fwww.youtube.com%2Fembed%2FF7N1IfYVSF4%3Ffeature%3Doembed&amp;url=https%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3DF7N1IfYVSF4&amp;image=https%3A%2F%2Fi.ytimg.com%2Fvi%2FF7N1IfYVSF4%2Fhqdefault.jpg&amp;key=a19fcc184b9711e1b4764040d3dc5c07&amp;type=text%2Fhtml&amp;schema=youtube" width="854" height="480" frameborder="0" scrolling="no"><a href="https://medium.com/media/7c9513ec96ef7f61714c3a182454ba1c/href">https://medium.com/media/7c9513ec96ef7f61714c3a182454ba1c/href</a></iframe><h3>Awareness is not about IT</h3><p>Companies have to manage their data and workforce. As we struggle to manage our personal and professional credentials (<a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-i-1e5a518e9d50">as happened with my LinkedIn account</a>), businesses hold this challenge to not only control access and rights but also ensure that every individual is aware of the digital threats involving their jobs. But before discussing the balance between security and convenience, it could help understand better how different business units can cooperate with the solution. Why should CMOs, CFOs or even HR be engaged in cybersecurity awareness? Because no one else understands better the needs of their own units. If an attacker reaches a customer service pretending to be a valid customer to gain privileged information, the chief marketing officer would have to explain later what happened. If procurement follows an internal urgent request to pay a fraudulent invoice, why the chief financial officer would care about it? Who ensures that the recruiter doesn’t open that email attachment that looked like a resume?</p><h3>Making it personal</h3><p>Cybersecurity awareness for individuals only works after the understanding of where each one stands in this tension between efficiency and risk. We can blame the responsibility for security breaches to third parties, but the consequences affect us directly. Enforcing a password change because of a policy rule it just makes people take the minimal effort to keep their access. It would be more effective to show them that their credentials were exposed in a data breach and many of their accounts could be vulnerable. Current attacks against businesses and individuals rely on failure to follow good cyber hygiene practices.</p><p>For the last article, I will share <a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-iii-248766647791">3 steps to engage employees in cyber hygiene</a>. From personal motivation, awareness-raising to checking their digital assets.</p><img src="https://medium.com/_/stat?event=post.clientViewed&referrerSource=full_rss&postId=34b0fcfbb804" width="1" height="1" alt=""><hr><p><a href="https://medium.com/badrapio/there-is-no-work-life-balance-in-cybersecurity-part-ii-34b0fcfbb804">There is no work-life balance in cybersecurity — part II</a> was originally published in <a href="https://medium.com/badrapio">badrap.io</a> on Medium, where people are continuing the conversation by highlighting and responding to this story.</p>]]></content:encoded>
        </item>
    </channel>
</rss>