Archive for February, 2021

Guest Post: Comparing Different AI Approaches To Email Security

Posted in Commentary with tags on February 12, 2021 by itnerd

By Dan Fein, Director of Email Security ProductsDarktrace

Innovations in artificial intelligence (AI) have fundamentally changed the email security landscape in recent years, but it can often be hard to determine what makes one system different to the next. In reality, under that umbrella term there exists a significant distinction in approach which may determine whether the technology provides genuine protection or simply a perceived notion of defense.

One backward-looking approach involves feeding a machine thousands of emails that have already been deemed to be malicious, and training it to look for patterns in these emails in order to spot future attacks. The second approach uses an AI system to analyze the entirety of an organization’s real-world data, enabling it to establish a notion of what is ‘normal’ and then spot subtle deviations indicative of an attack.

In the below, we compare the relative merits of each approach, with special consideration to novel attacks that leverage the latest news headlines to bypass machine learning systems trained on data sets. Training a machine on previously identified ‘known bads’ is only advantageous in certain, specific contexts that don’t change over time: to recognize the intent behind an email, for example. However, an effective email security solution must also incorporate a self-learning approach that understands ‘normal’ in the context of an organization in order to identify unusual and anomalous emails and catch even the novel attacks.

Signatures – a backward-looking approach

Over the past few decades, cyber security technologies have looked to mitigate risk by preventing previously seen attacks from occurring again. In the early days, when the lifespan of a given strain of malware or the infrastructure of an attack was in the range of months and years, this method was satisfactory. But the approach inevitably results in playing catch-up with malicious actors: it always looks to the past to guide detection for the future. With decreasing lifetimes of attacks, where a domain could be used in a single email and never seen again, this historic-looking signature-based approach is now being widely replaced by more intelligent systems.

Training a machine on ‘bad’ emails

The first AI approach we often see in the wild involves harnessing an extremely large data set with thousands or millions of emails. Once these emails have come through, an AI is trained to look for common patterns in malicious emails. The system then updates its models, rules set, and blacklists based on that data.

This method certainly represents an improvement to traditional rules and signatures, but it does not escape the fact that it is still reactive, and unable to stop new attack infrastructure and new types of email attacks. It is simply automating that flawed, traditional approach – only instead of having a human update the rules and signatures, a machine is updating them instead.

Relying on this approach alone has one basic but critical flaw: it does not enable you to stop new types of attacks that it has never seen before. It accepts that there has to be a ‘patient zero’ – or first victim – in order to succeed.

The industry is beginning to acknowledge the challenges with this approach, and huge amounts of resources – both automated systems and security researchers – are being thrown into minimizing its limitations. This includes leveraging a technique called “data augmentation” that involves taking a malicious email that slipped through and generating many “training samples” using open-source text augmentation libraries to create “similar” emails – so that the machine learns not only the missed phish as ‘bad’, but several others like it – enabling it to detect future attacks that use similar wording, and fall into the same category.

But spending all this time and effort into trying to fix an unsolvable problem is like putting all your eggs in the wrong basket. Why try and fix a flawed system rather than change the game altogether? To spell out the limitations of this approach, let us look at a situation where the nature of the attack is entirely new.

The rise of ‘fearware’

When the global pandemic hit, and governments began enforcing travel bans and imposing stringent restrictions, there was undoubtedly a collective sense of fear and uncertainty. As explained previously in this blog, cyber-criminals were quick to capitalize on this, taking advantage of people’s desire for information to send out topical emails related to COVID-19 containing malware or credential-grabbing links.

These emails often spoofed the Centers for Disease Control and Prevention (CDC), or later on, as the economic impact of the pandemic began to take hold, the Small Business Administration (SBA). As the global situation shifted, so did attackers’ tactics. And in the process, over 130,000 new domains related to COVID-19 were purchased.

Let’s now consider how the above approach to email security might fare when faced with these new email attacks. The question becomes: how can you train a model to look out for emails containing ‘COVID-19’, when the term hasn’t even been invented yet?

And while COVID-19 is the most salient example of this, the same reasoning follows for every single novel and unexpected news cycle that attackers are leveraging in their phishing emails to evade tools using this approach – and attracting the recipient’s attention as a bonus. Moreover, if an email attack is truly targeted to your organization, it might contain bespoke and tailored news referring to a very specific thing that supervised machine learning systems could never be trained on.

This isn’t to say there’s not a time and a place in email security for looking at past attacks to set yourself up for the future. It just isn’t here.

Spotting intention

Darktrace uses this approach for one specific use which is future-proof and not prone to change over time, to analyze grammar and tone in an email in order to identify intention: asking questions like ‘does this look like an attempt at inducement? Is the sender trying to solicit some sensitive information? Is this extortion?’ By training a system on an extremely large data set collected over a period of time, you can start to understand what, for instance, inducement looks like. This then enables you to easily spot future scenarios of inducement based on a common set of characteristics.

Training a system in this way works because, unlike news cycles and the topics of phishing emails, fundamental patterns in tone and language don’t change over time. An attempt at solicitation is always an attempt at solicitation, and will always bear common characteristics.

For this reason, this approach only plays one small part of a very large engine. It gives an additional indication about the nature of the threat, but is not in itself used to determine anomalous emails.

Detecting the unknown unknowns

In addition to using the above approach to identify intention, Darktrace uses unsupervised machine learning, which starts with extracting and extrapolating thousands of data points from every email. Some of these are taken directly from the email itself, while others are only ascertainable by the above intention-type analysis. Additional insights are also gained from observing emails in the wider context of all available data across email, network and the cloud environment of the organization.

Only after having a now-significantly larger and more comprehensive set of indicators, with a more complete description of that email, can the data be fed into a topic-indifferent machine learning engine to start questioning the data in millions of ways in order to understand if it belongs, given the wider context of the typical ‘pattern of life’ for the organization. Monitoring all emails in conjunction allows the machine to establish things like:

  • Does this person usually receive ZIP files?
  • Does this supplier usually send links to Dropbox?
  • Has this sender ever logged in from China?
  • Do these recipients usually get the same emails together?

The technology identifies patterns across an entire organization and gains a continuously evolving sense of ‘self’ as the organization grows and changes. It is this innate understanding of what is and isn’t ‘normal’ that allows AI to spot the truly ‘unknown unknowns’ instead of just ‘new variations of known bads.’

This type of analysis brings an additional advantage in that it is language and topic agnostic: because it focusses on anomaly detection rather than finding specific patterns that indicate threat, it is effective regardless of whether an organization typically communicates in English, Spanish, Japanese, or any other language.

By layering both of these approaches, you can understand the intention behind an email and understand whether that email belongs given the context of normal communication. And all of this is done without ever making an assumption or having the expectation that you’ve seen this threat before.

Years in the making

It’s well established now that the legacy approach to email security has failed – and this makes it easy to see why existing recommendation engines are being applied to the cyber security space. On first glance, these solutions may be appealing to a security team, but highly targeted, truly unique spear phishing emails easily skirt these systems. They can’t be relied on to stop email threats on the first encounter, as they have a dependency on known attacks with previously seen topics, domains, and payloads.

An effective, layered AI approach takes years of research and development. There is no single mathematical model to solve the problem of determining malicious emails from benign communication. A layered approach accepts that competing mathematical models each have their own strengths and weaknesses. It autonomously determines the relative weight these models should have and weighs them against one another to produce an overall ‘anomaly score’ given as a percentage, indicating exactly how unusual a particular email is in comparison to the organization’s wider email traffic flow.

It is time for email security to well and truly drop the assumption that you can look at threats of the past to predict tomorrow’s attacks. An effective AI cyber security system can identify abnormalities with no reliance on historical attacks, enabling it to catch truly unique novel emails on the first encounter – before they land in the inbox.

Power Plant Hack Could Have Killed Many Because Of Lax IT Security

Posted in Commentary with tags on February 12, 2021 by itnerd

Earlier this week, a hack came to light that was quite scary now that more details are coming to light. Here’s the facts:

  • A water treatment facility in Oldsmar, Florida, home to 15,000 people was hacked by a unknown party.
  • The unknown party got in via the facilities use of an unsupported version of Windows with no firewall and shared the same TeamViewer password among its employees. This computer controlled equipment inside the plant.
  • The unknown party increased the amount of sodium hydroxide, A.K.A. lye, by a factor of 100. Which could have killed anyone who drank it.

Clearly this isn’t a trivial event. And it clearly was preventable. I reached out to two people to get their views on this incident. The first being Mieng Lim, VP of product management at Digital Defense, Inc., (www.digitaldefense.com), a provider of vulnerability management and threat assessment solutions:

The incident at the Oldsmar, Florida water treatment plant is a reminder that our nation’s critical infrastructure is continually at risk; not only from nation-state attackers, but also from malicious actors with unknown motives and goals. Our dependency on critical infrastructure – power grids, utilities, water supplies, communications, financial services, emergency services, etc. – on a daily basis emphasizes the need to ensure the systems are defended against any adversary. Proactive security measures are crucial to safeguard critical infrastructure systems when perimeter defenses have been compromised or circumvented. We have to get back to the basics – re-evaluate and rebuild security protections from the ground up.

The second person that I talked to was Chris Hickman, chief security officer at digital identity security vendor Keyfactor (www.keyfactor.com):

This event reinforces the increasing need to authenticate not only users, but the devices and machine identities that are authorized to connect to an organization’s network. If your only line of protection is user authentication, it will be compromised. It’s not necessarily about who connects to the system, but what that user can access once they’re inside. If the network could have authenticated the validity of the device connecting to the network, the connection would’ve failed because hackers rarely have possession of authorized devices. This and other cases of highjacked user credentials can be limited or mitigated if devices are issued strong, crypto-derived, unique credentials like a digital certificate. In this case, it looks like the network had trust in the user credential but not in the validity of the device itself. Unfortunately, this kind of scenario is what can happen when zero trust is your end state, not your beginning point.

Clearly this incident highlights the fact that those who are responsible critical infrastructure need to up their game when it comes to security. Otherwise the next time this happens, and there will be a next time, people could die.

#FAIL: Apple Maps Shows Canada’s Highway 401 As Highway 403

Posted in Commentary with tags on February 11, 2021 by itnerd

Apple Maps has had its share of #Fails over the years. But this specific #fail hit home for me personally yesterday. My wife called me from our car yesterday because Apple Maps was directing her onto highway 403. The thing was she was on highway 401 at the time and she didn’t know if she was doing something wrong. Because we both share the locations of our Apple Watches and iPhones with each other, I was able to use the Find My app on my MacBook to see where she was. From the looks of it she was on highway 401. But for some bizarre reason it was labeled as highway 403:

The MacDonald Cartier Freeway is highway 401 as per this Wikipedia article. But you can clearly see that it is labeled as highway 403. That’s a highway that branches off highway 401 just west of Pearson Airport and heads south and west toward the city of Hamilton Ontario and overlaps the Queen Elisabeth Way. Now locals would know this and not really care. But if you are passing through the province of Ontario and relying on Apple Maps for directions, that’s a #fail. And if you rely on directions as a means to feel safe like my wife does, that’s a #fail as well. So hopefully Apple fixes this quickly as this would be a server side fix for them. Though in the grand scheme of things, it’s not as bad as some other Apple Map #fails that I’ve covered on this blog.

Accenture and nCino Help National Bank Transform Its Commercial Lending Platform

Posted in Commentary with tags on February 11, 2021 by itnerd

With a goal to become the fastest bank for small businesses in Canada, National Bank of Canada is modernizing its commercial financing platform with the support of nCino, Inc., a pioneer in cloud banking and digital transformation solutions for the global financial services industry, and Accenture.

Accenture and National Bank have combined their skills to implement the nCino Bank Operating System®, making National Bank the first of the big six banks to implement this solution in Canada. nCino’s cloud-based platform helps financial institutions rapidly advance their offerings with innovative features and solutions.

Leveraging the nCino platform helps simplify and automate the commercial financing process to provide a distinctive experience to small, medium and large businesses supporting them in their growth. The launch of this new financing platform notably allows small businesses to obtain a financing decision in just a few minutes and receive funds in as little as 24 hours.

This initiative will contribute to National Bank’s priority of being a bank that builds long-term relationships and that stands out through its knowledge of its customers.

Accenture’s role included project management, process optimization, design, development, testing, change management and post-production support from teams in Montreal and across its global delivery network.

Here’s A Valentine’s Day Gift from TikTok & Justin Bieber

Posted in Commentary with tags on February 10, 2021 by itnerd

This Valentine’s Day weekend, Justin Bieber and TikTok have the lovers, the galentines, the solo dolos, and anyone in between, all set with unbeatable plans. A pop superstar with a catalog full of love songs, Justin Bieber has always been a romantic at heart. Showing love to TikTok on this Valentine’s Day, TikTok and Justin Bieber are excited to announce ‘Journals live from the drew house,’ the first ever single-artist, full-length concert performance to air LIVE on TikTok. 

Featuring Justin’s first-ever performance of songs from his fan-favorite 2013 album Journals, #JournalsLive airs live from the drew house on Justin’s TikTok account (@justinbieber) at 6pm PST/9pm EST on Sunday February 14th, re-airing at 11am PST/2pm EST on Monday February 15th.

In Justin’s own words, “I’m excited to bring this show to life. Journals is one of my favorite projects and I’ve never performed it live. I’m grateful to TikTok for helping me to bring this show to everyone on Valentine’s Day.”

Feel free to check out the blog post regarding this.

TikTok Sale To Walmart & Oracle Shelved

Posted in Commentary with tags on February 10, 2021 by itnerd

Today is day 22 of the Biden Administration and in the midst of undoing everything that the previous administration did, news has filtered out that TikTok’s forced sale to Walmart and Oracle has been shelved indefinitely as the Biden administration takes on a broad review of national security risks posed by Chinese technology companies:

Former U.S. President Donald Trump had ordered the popular video app, which is owned by China’s ByteDance, be sold to an American company last year, citing national security concerns about users’ data falling into the hands of Chinese authorities. But multiple legal challenges held up a deal. The most recent ruling on Dec. 7 said Trump’s executive order likely overstepped his authority. Discussions have continued between ByteDance and U.S. security officials at the Committee on Foreign Investment in the U.S., the Journal reported citing people familiar with the talks. One of the people said possible solutions include use of a trusted third party to manage TikTok’s data, which wouldn’t require an outright sale. But no decision on how to resolve the issues is imminent as the Biden administration undertakes its own assessment of the risks of Chinese technology companies and data collection.

I question if this really starts to put an end to this saga, or if this makes this one of those never ending sagas. I guess at this point it is too early to tell. We will have to wait and see.

Former Director General Of MI5 Warns Of Rising Nation-State Cyber-Threat To The Private Sector

Posted in Commentary with tags on February 9, 2021 by itnerd

Darktrace recently hosted its first ever Cyber AI Forum, a virtual event which brought together global experts to discuss the evolution of cyber-threats and the role of AI in tackling these risks.  

Among the expert speakers was Lord Evans, former Director General of MI5. Evans provided a breakdown of the recent attack on SolarWinds, commenting: “You can detect, from the decisions that the attackers have been making, what their real concerns are, because there are thousands of companies infected by it, but only a handful have actually been subject to a full extraction of data.”  

This attack, explained Evans, signifies a new frontier in cyber warfare in which thousands of businesses are now “caught in the crosshairs” of state campaigns, and vulnerable to exploitation. He continued: “You may be wide open to this attack, even if it hasn’t happened to you yet.”   

On a later panel, experts discussed the role of AI in combatting this new era of sophisticated cyber-threats and the UK’s national stance. Former Home Secretary Amber Rudd said: “Government is never going to be ahead of the private sector. [It must] create the right policy structure so that the private sector can thrive and create solutions [to be] used by the private sector and government.”  

Autonomous Cyber AI solutions were at the fore of the discussion about the right technologies to adopt for resilience against cyber-threats. Nick Jennings CB FREng, Professor of Artificial Intelligence at Imperial College London, highlighted the importance of unsupervised machine learning, commenting: “It’s dealing with a novel, unusual, unpredicted attack where you need unsupervised learning – and if you haven’t got this capability in your system, you’re very much at the mercy of inventive folk who will always find new ways of attacking you.”  

Leon Shepherd, CIO of Ted Baker, commented: “Deploying AI [has] given us the ability to augment [our] security team. Having an AI automated response to an attack in place buys time for our human team to investigate further and work out what happened.” He continued: “When we talk about great security – AI is absolutely part of it. A combination of humans and AI is what works today for security.”  

On the future of the cyber-threat landscape, Dave Palmer, Chief Product Officer at Darktrace, said: “We’ll see amplification and improvement in terms of [the attackers’] tech capabilities – it will be a perpetual arms race with defenders as [our] tech gets better.”  

Darktrace is the world’s leading cyber AI company and the creator of Autonomous Response technology. It provides comprehensive, enterprise-wide cyber defense to over 4,500 organizations worldwide, protecting the cloud, email, IoT, traditional networks, endpoints and industrial systems.  

A self-learning technology, Darktrace AI autonomously detects, investigates and responds to advanced cyber-threats, including insider threat, remote working risks, ransomware, data loss and supply chain vulnerabilities.  The company has 1,500 employees and 44 office locations, with headquarters in Cambridge, UK and San Francisco. Every 3 seconds, Darktrace AI fights back against a cyber-threat, preventing it from causing damage. 

Someone Just Tried To Phish Me To Get My Email Credentials….. So I Went Down The Rabbit Hole To See What Their Scheme Was

Posted in Tips with tags on February 9, 2021 by itnerd

I was having a busy morning that had just calmed down when I got an email that looked like this:

Now I redacted some info as it seems that James Hayes appears to be a real person and I don’t want to embarrass him as it appears that his email has either been pwned by hackers or has been taken over by hackers. Likely the latter as I will illustrate in a second. But the fact is that this to me looks like a classic phishing email. I verified that by using the “Quick Look” function:

Again, I’ve redacted some info to protect the real James Hayes.

The quality of the English (or more accurately the lack of quality) reinforces my opinion that this is a phishing email. I assumed that if I emailed James Hayes to inform him that his email was hacked, he would take action. However, I got an almost instant response from him…. Or more accurately someone pretending to be him:

This further reinforces the fact that this is a phishing email as the English isn’t any better and it wants my “valid EMAIL” to view whatever “document” he sent me. But in the interest of science, I went down the rabbit hole. Opening the link in Chrome brought me to the page that I saw in Quick Look. Clicking on “REVIEW DOCUMENT” took me to this page:

Now this isn’t a web page that belongs to Microsoft as evidenced by the URL above. It is a page that is clearly intended to fool you into thinking that this is a web page that belongs to Microsoft so that the miscreants behind this phishing attack can grab your email credentials. To further go down this rabbit hole, I used an throwaway Outlook.com email address that I have specifically for testing out stuff like this. But it’s tied to the Microsoft Authenticator app which enables multi factor authentication. What that means is that if this is a legitimate Microsoft page, which I already know it isn’t, Microsoft Authenticator on my iOS device should immediately alert me to enter my second factor to let me access this document that I supposedly have to review. If it doesn’t do that, then I know it is a phishing attack. The thing is that the scumbags behind this attack still won’t be able to get in and I can just change the password later because I have Microsoft Authenticator. So I did that, first with an incorrect password and here’s the result:

The first interesting thing is that the word invalid is spelled “inValid” which further supports that this is a phishing page. The second thing is that it somehow knew that I had entered a incorrect password. That was interesting. So I entered my actual password and sure enough, Chrome served this up to me.

Proof positive that this is a phishing site. My guess is that they were after my email account to launch more involved email attacks. Like trying to scam money for example as attacks on Office 365 accounts to do that among other things are a trend at the moment. But they won’t be able to use my throwaway account due to the fact that I’ve used multi factor authentication to stop that from happening. Plus I have changed the password. Now because I have Microsoft Authenticator installed, I can see what the miscreants do and what IP address they come from so that maybe I can figure out who they are. I’ll keep you posted on what I find out. But if you get an email like the one I got, don’t click on anything. Simply delete it and move on with your day as that is the best way to protect yourself from something like this.

Waze Welcomes Audible To Its Audio Player Program

Posted in Commentary with tags on February 9, 2021 by itnerd

Waze, the platform bringing together communities on and off the road, today announced Audible has joined its Audio Player Program, giving drivers a way to fill time in the car with meaning, learning, art and storytelling.

Audible on Waze offers drivers with an Audible membership easy access to its catalogue of more than 600,000 Audible Originals, audiobooks, podcasts, and other audio programs. So whether riding with the kids, road tripping, or heading home from work, there’s an Audible title to accompany every drive. 

Audible members can listen on Waze by simply opening the Waze app and tapping the music note icon to select Audible as their audio player. They can start enjoying audio content directly through Waze right away, including Audible Originals, audiobooks and podcasts. Audible members will also receive next turn directions from Waze inside the Audible app.

Audible is the latest streaming service to integrate its audio experience into Waze by using the Waze Audio Kit.

The Audible integration for Waze Audio Player will begin rolling out from today. You can download Waze here, and to integrate your audio app with Waze, apply for the Waze Audio Kit here.

Axio Launches Free Ransomware Preparedness Assessment Tool

Posted in Commentary with tags on February 9, 2021 by itnerd

Axio today announced the availability of a free Ransomware Preparedness Assessment tool to give organizations detailed visibility into their cyber posture with respect to ransomware. 

The assessment is based on data from hundreds of real ransomware events, guidance from the U.S. Department of Homeland Security, and Axio’s research. 

By using the Axio360 platform, users can rapidly assess and prepare for a ransomware attack, the most widespread cyber scourge of our time. The framework was designed by Axio’s research and development team, who have extensive experience building the most widely used cybersecurity maturity models for critical infrastructure.

The output of the Axio360 Ransomware Preparedness Assessment will be accepted as supplementary evidence in support of cyber insurance applications. 

The assessment output can be used to rapidly evaluate gaps in an organization’s cybersecurity posture that make it more susceptible to big-game-hunting ransomware. These results are critical in identifying and implementing protections against ransomware and will have the secondary effect of increasing the organization’s overall cybersecurity posture. The assessment interface in the Axio360 platform includes a comprehensive reporting functionality for executive stakeholders such as the C-suite and board members. Functionality in Axio360 supports targeting, planning, and tracking improvements to ensure that they are implemented.

Axio’s core value is centered around helping organizations solve cyber risk. In 2020, the company provided three free cyber risk program assessment tools that give organizations visibility into their cyber posture. Axio360’s free tool set also includes the complete NIST Cybersecurity Framework (NIST CSF), the complete Cybersecurity Capability Maturity Model (C2M2), a wizard-based on-ramp to the C2M2 called C2M2 Foundation. In 2021, Axio will continue providing the latest cutting-edge instruments, including a wizard-based on-ramp to the NIST CSF called the NIST CSF Foundations and support for company-specific control frameworks for more advanced subscribers. 

By using the Axio360 free tool set, initial assessments can be the baseline to build a cybersecurity management program. Axio recommends setting a current and target state for improvement, which is easy and convenient to track over time in the platform. 

For more information on how to secure your organization and improve your cyber risk management, access all of Axio’s free tools here: https://learn.axio.com/free-tool.