Evolution of Gmail Spam Filters | An Email Deliverability Perspective
Written by
Netcore Cloud
admin
0

Subscribe for updates

Evolution of Gmail Spam Filters | An Email Deliverability Perspective

Published : August 26, 2020

I was recently watching the Harry Potter movie series. Of all the professors at Hogwarts teaching magic, I was always interested to know who will be the next “Defence against the Dark Arts teacher. It was a much-maligned professor position. Everyone has a favorite (mine was Remus Lupin because he actually had the skills to teach!). This professor should obviously have the upper hand in terms of skills against the Death Eaters so as to stop them from causing destruction and killing people. This got me thinking about Mailbox providers and how they act like the defense against the spammers, the phishers and other cyber-criminals trying to stir trouble by penetrating their defenses.

FIG: A DATDA PROFESSOR IS AKIN TO AN ANTI-SPAM ENGINEER WORKING FOR MAILBOX PROVIDER

According to a survey done by Statista, active Email accounts are expected to hit 5.6 billion this year, and Talos Intelligence says spam is accounted for 85% of Email traffic as of December 2019.

Gmail is one of the largest email service providers, with over 1 billion active accounts. The amount of spam they get daily is monstrous. The spam filters are extremely efficient and keep the users’ mailboxes clean and usable.

In this post, we see why we have so much spam floating around and how Gmail is leading the war with spammers efficiently. In the end, we also try to touch upon best practices to maintain Gmail Deliverability.

Gmail has currently vouched for keeping spam away from inboxes with 99.9% accuracy.

That’s “ridikulously” accurate!

And even within the world of content-based filtering, I think it will be a good thing if there are many different kinds of software being used simultaneously. The more different filters there are, the harder it will be for spammers to tune spams to get through them.

~ Paul Graham ( A Plan for Spam, Aug 2002)

The Spam Story – From the Beginning of Time

The first Email spam message was sent by a guy named Gary Thuerk in 1978 to 600 people via ARPA, and he was reprimanded for it and asked not to do it again.

In 1994, The first large scale spam was distributed across USENET – “Global Alert for All: Jesus is Coming Soon” was cross-posted to every newsgroup.

From as little as 6% of global Email traffic being spam in 1998 to rising to 40% in 2002, spam was increasingly becoming a problem. According to Talos, currently, with the explosion of email marketing, this number stands at 84% in 2019. Thus, we see that the epidemic of spam needed to be taken seriously by major mailbox providers.

In 2002, Paul Graham wrote a seminal paper on “A plan for Spam.” In his paper, he had advocated the use of Naive-Bayes Filtering methods, which were effective in Email spam filtering. This led to major ISPs using this filtering method for their anti-spam filters.

During this time, mailbox providers kept out spam with IP/Domain based filters, keyword-based filters, etc. But when this seminal work on Bayesian filtering came out, it changed the perception of Email filtering for many mailbox providers. The idea of using statistical methods for filtering spam was left behind, replaced by Artificial Intelligence and Machine Learning.

From the 2010s, the anti-abuse and anti-spam authorities had to take strict measures to set global standards for Email spam filtering. This gave birth to SPF, DKIM, and DMARC as authentication parameters for sending a secure email from one server to another. These standards came in to assist and add more authenticity to legitimate email.

Advanced technologies and robust anti-spam systems were hence developed with the rise of Artificial Intelligence and Neural Networks. Gmail has excelled in using these technologies, which we shall be deciphering later in this post.

Early Anti-Spam filters and their Evolution

Gmail was launched in 2004 and with much exclusivity. The first few days were tough on Gmail to filter spam. But, Gmail quickly turned around to be superior to most of the other mailbox providers back then, and user mailboxes were relatively clean.

Back in the day, Image spam was rampant, and Gmail had built advanced techniques like Optical Character Recognition to filter out spam, which was way ahead of the curve.

At the core, Gmail built its filters around user engagement. If sufficient users marked an email as spam, the feedback is captured and fed into a system to filter similar emails from other users’ mailboxes.

Even today, the core essence does not change. Most of the filters that Gmail builds today are centered around User engagement. The main point that Gmail likes to make always is that their users need to receive only those emails in their inbox, which they are expecting, and they like to engage with.

What has improved is the efficiency of spam filters. Rule-based filters upgraded to Linear Machine learning classifiers, deep learning algorithms, etc.

The war between spammers and mailbox providers is a never-ending one. As the anti-spam algorithms are upgraded, even spammers upgraded their sophistication of attacks. Large scale attacks transformed into guerilla wars with precision and damage. In order to catch these, the spam filters should be extremely vigilant, and thanks to always working for Gmail’s team, we’re safe.

The Need for Gmail to apply a robust Anti-Spam Filtering System?

The following are some of the reasons why Gmail had to take stock of the escalating situation of spam and invest in thorough research for anti-abuse and anti-spam purposes:

User Expectations Have Increased

Users now expect their mailbox providers to be on top with issues related to abusers, spammers, and other cyber-criminals propagating malicious viruses, worms, trojans via Email. The expectation to keep the mailbox clean has increased, as the technology has got so far advanced that the security system designed to avoid any attacks needs to be on par with the product.

Attacker Sophistication To Spam

As the anti-spam systems have evolved, so have the attackers and cyber frauds. New attacks have been reported by Gmail, where the level of expertise used to bypass the smart filters has increased.

In the online world of today, the user has the probability of having their banking transactions as well as any other personal details to be available on their Email, hence in case of an attack on a user’s inbox; it could have devastating consequences for the users.

A New Wave Of Everyday Spam Attacks

Artificial intelligence and Machine learning not only helps to detect current vulnerabilities in the system and controls attacks but also prevent them by classifying patterns of detection for any future anomalies. This is what makes the system to be intelligent to prevent spam.

Now that we know the reasons for Gmail to build the system we can deep-dive into how it works.

Gmail filtering mechanism

As of the present state of 2019, Gmail has worked extensively on researching on deep learning techniques like the tensor flow and AI/ML classifiers to build their robust anti-spam system. This system will be able to detect spam up to 99.9% accuracy and filter it before it can cause any
inconvenience to their 1 billion users.

The 0.1% is still dependent on unknown novel attacks which can bypass any security system

because of their anomalies. Nothing is perfect and neither are their spam filters.

So let’s dive into how the present state Gmail spam filters work:

FIG: PERCENTAGE-WISE BREAKDOWN OF GMAIL’S ANTI-SPAM FILTERS

The chart above shows the percentage-wise breakdown of Gmail Anti-spam technologies, which are used to filter out huge amounts of spam every day and prevent well-co-ordinated spam and cyber attacks on the platform.

As we can see, AI/ML-based classifiers have a large share in the say for filtering Emails in the current Gmail anti-spam mechanism.

AI/ML-Based Classifiers

A classifier helps to segregate objects in classes where they belong and find similar patterns between them. In this case, these classifiers work on segregating spam occurrences in classes based on their individual characteristics. AI helps to generalize the data to identify abstract concepts for spam. It also enables “temporal extrapolation,” which helps prevent future spamming based on spam evidence in the past.

AI/ML can help recognize all the spam signals and make the best decision possible in the circumstance. Here Deep Learning also helps to improve the amount of data to consider to make a decision.

More Data = Better Defense.

Gmail prevents 3.5% of all advanced phishing and spam attacks by predicting trends!

The classifier decision is explained in terms of similarity to related behavior until now, to ascertain whether it was a known or unknown attack.

Gmail uses specialized models for detecting specific abuse behavior, but making these models on an individual level is extremely challenging.

Challenges of Using AI/ML Classifiers

The dataset under consideration needs to be improved on an everyday basis to prevent new attacks from happening. New models of phishing and spam emails are trained fast enough as attacks evolve. The models to be created also have to be highly generalized with enough capacity and training data.

Despite having AI-based automated algorithms, strict monitoring needs to be in place as, according to Gmail, 97% attachments get scanned for spam every day.

Spammers are intelligent enough to avoid detection and hide activity. Hence the use of spam trap ids or honey pots by Gmail to gather better clarity on such illicit spammers, which helps them to shut them down.

In the end, Spam is a personal concept for each individual as what seems spam email to me will not be spam for someone else with the same interests. Hence, it is a culture and context-dependent.

In order to overcome this hurdle, each AI model has a product and content that has a particular context that needs to be modeled.

Thus Gmail creates personalized models based on a user’s tolerance of spam. Thus, they let the users decide what constitutes spam for them and offer a way to control what is blocked.

E.g.: Offering the unsubscribe as well as Block feature clicking on emails here on will make them land in spam automatically.

Lack Of Abuse Features

AI/ML classifiers work better on Image + Text classifications. But if the content is of a different layout, then other factors come into play.

IP addresses can be used instead to screen the content getting delivered from it and these addresses can be placed on a watch list.

Gmail has its own blocklists for domains and IPs which send spam emails. If the sender continues to send spammy content against the guidelines provided by Gmail, then eventually the sending domain is blacklisted. Your delivery IP could also be listed as bad reputed on Google Postmaster.

With these reputation issues, it takes a long time to repair them. Hence prevention is better than the cure.

Modeling Temporal Behavior

The sequences of features that led to spamming can be analyzed altogether, e.g., A thief who always leaves behind a similar trail of events before committing the robbery can be analyzed, and similar patterns can be derived from them to prevent in future.

Anomaly Detection

Spammers will always have some eccentric behavior in terms of their settings like certain rate limits, content, dataset targeted, etc. They can always provide an outlier for the classifiers by modeling the behavior.

The Gmail classifiers can increase false negative to less than 0.01%, and Gmail classified good emails as spam were less than 0.005%.

Reputation-Based Rules

The Domain reputation has gained prominence since the Google Postmaster tool has become public to users.

If your domain reputation is high, it is an indication by Google that your mailing pattern to your subscribers is on the right track. You are sending relevant content to your users who actually wish to receive them.

But if your reputation is Low or Bad, then there is no way that your entire mailing list will go inbox as Google clearly states that you will have to improve your reputation for improving your Email Deliverability.

Deep Learning- Based Filters

Deep learning is a subset of Machine Learning where algorithms are inspired by the structure and function of the brain. This is also called artificial neural networks, where the word “deep” is supposed to symbolize the layered structure of the networks.

Google uses fast supercomputers and large amounts of data to train these networks to think and make smart decisions on their own. This feature is applied across a range of products, including Gmail.

Google uses deep learning to analyze historical data and find patterns in that data to make the networks learn and predict any future occurrences of these patterns. In this case, Gmail has used deep learning to analyze patterns of spam, phishing, spoofing, or just fraud mails and uses these patterns to predict the next occurrence. As soon as their ultra-fast computing detects a similar pattern for a possible spam attack, Google shuts it down by either rate-limiting or just blocking the mails from entering their servers.

This technology is also used to provide your smart replies and have support in different languages instantly.

This is how the new artificial brain of Google works!

Tensor Flow-Based Filters

Gmail uses tensor Flow in order to make the process of Machine learning easier. It allows Gmail to find hidden content embedded in an image, find spammy images, or detect the low volume of spam within large legitimate traffic. This technology helps Gmail currently to filter out 100mn
spam messages each day! That is quite effective as it is automated and will require little to no human intervention.

Gmail is currently employing this technology for malware and phishing detection as well.

How does Gmail Deal with Unknown Spam Attacks?

FIG: UNKNOWN SPAM ATTACKS ARE UNPREDICTABLE AND HAVE TO BE DEALT WITH.

In the Harry Potter series, there were unexpected attacks by Death Eaters on Hogwarts School. There was no escaping the unpredictability of the attacks like Death Eaters sneaking inside the castle via hidden cupboards. In such cases, Dumbledore’s Army had just to try to prevent it from happening the next time!

Similarly, as Email spammers get more sophisticated by the day, it is a possibility that an unknown spam attack can occur, and even Gmail might not have the know-how to deal with it.

The anti-spam filters are fairly accurate, but security, after all, is about learning from new attacks and putting out the fires.

There are certain actions taken then that help to restrict the damage caused by adversarial attacks:

Rate Limit Probing

Gmail can simply enforce rate-limiting the suspicious emails if they seem to be malicious and not deliver them till they can analyze and determine the issue.

Use Ensemble Learning

The various models of machine learning and deep learning can be combined to increase the robustness of the filters in view of an unknown attack.

Use Of Anomaly Detection

An unknown attack will have some anomaly behavior, which can help recognize them as spam. This anomaly detection is an important weapon against such unpredictable attacks.

Black Swan Process

Have a central unit stop the Emails in case they are found to be malicious and block them.
The procedure to do so should be well defined, which would allow a central shut-down for the mails not to get delivered to user inboxes if they contain malware or are fishy in nature.

Future Trends for Email Deliverability

With a view of the above points, we know how Gmail will filter your Emails if they are triggering the anti-spam filters. Hence, if you are a good sender and wish to be able to inbox your Emails and Newsletters for your customers, below are some tips on trends to follow to ensure good Deliverability :

Email Deliverability will depend more on sending highly personalized relevant content to your audience, thus getting good engagement for your email campaigns.

Interactivity in Email with AMP in Email will boost the time users are spending on the Email client and help them engage dynamically with brands.

The marketing Emails will have to cater to mobile devices as more and more emails are being opened on mobile phones with increasing connectivity.

Thus we come to the end of this long guide, and we have a special input from Jenna Tiffany.

Jenna is the founder and strategy director at Let’s Talk Strategy. Jenna Tiffany has been recognized in 2019 as one of the top 100 female marketers in the world.

According to Jenna,

Here Are The Top Three Suggestions To A Good Sender Of Emails To Inbox Their Emails In 2020:

Suggestion 1: List Hygiene

Create a process to regularly review your unsubscribes, your complaint rates, your bounce rates, spam rates, and un engagement rates. If you find that you have a lot of fake email addresses being used to subscribe, consider including an email validation tool at the point of sign up. Also, review your process of email list hygiene.

Suggestion 2: Keep track

Deliverability could be excellent today and poor tomorrow as it not only about the email marketing your sending, consumer engagement could change, and so could how your email is accepted by the ISPs (Gmail, Yahoo, Outlook, etc.). So have a process to regularly check deliverability rates, engagement rates, your domain too so that you remain as alert as possible to any changes that occur.

Use tools such as 250ok, DMARC, Gmail Postmaster, and MX Toolbox, to name a few. The reports that these tools generate can all help to provide invaluable insight into any changes experienced.

Suggestion 3: Engagement is key to Driving Good Deliverability

If you continue to send emails that your subscribers are not engaging with and that don’t add value, you will enter the spam folder. Also make it easy for prospects to find out more about your company, service, or product.

My agency Let’sTalk Strategy recently worked with a client that had a lot of fake and bogus email addresses being used to subscribe to a trial account.

The reason being was that the new trial holder wanted to find out more about the company and its service. The only way to do so was to create a trial account. There wasn’t a welcome email journey only tractional emails and ones associated with their account activity. This was a key area for the company to drive more engagement.

Parting Thoughts

Thus, we have seen above the use of sophisticated technologies used by Gmail for their anti-spam filters. But we can also see that keeping those spam attacks at bay can be a fire fighting job for Google, which means that sometimes it is reactive, and there is a chance for false positives to occur.

So the next time, if you are a good sender, yet your Email Deliverability has gone for a toss, you will have to check on your data points mentioned above, primarily content, dataset targeted, and Reputation. Follow the evolving trends for good Deliverability to get your Emails inboxed and make your Email Program a success.

Unlock unmatched customer experiences,
get started now
Let us show you what's possible with Netcore.