Email Click Bot Detection for Accurate B2B Link Metrics

Resolve Bottlenecks,
Find Innovative Solutions
Generate Solutions

Solution Overview

Problem

Email bots inaccurately inflate click metrics and generate false positives in Business-to-Business (B2B) environments by simulating user interactions with embedded links, leading to incorrect performance evaluations and potential damage to business relationships.

Innovation Solution

Implement a mechanism that distinguishes between human and bot-initiated clicks using hidden honeypots, source address range analysis, and link protection wrappers, along with a stall time to process click data, and utilize machine learning to optimize threshold settings.

Engineering Contradictions & Design Principles

VSEngineering Contradiction Analysis

1Reliability

If email bots automatically scan all incoming emails and follow embedded links for security purposes, then security protection is improved, but click metrics become inflated and inaccurate

Engineering Contradiction:
Improvesecurity protectionVSAvoidclick metrics accuracy
Core Design Contradiction:
ReliabilityVSMeasurement precision

Solution Approach 1:

The system segments click sources into bot-generated clicks and human clicks by analyzing source address ranges. Email bots operate from identifiable IP ranges, allowing the system to separate and distinguish bot clicks from legitimate user clicks through source address analysis and pattern recognition

Inventive Principle:
Principle #1Segmentation

Solution Approach 2:

The system introduces an intermediary analysis layer between link clicking and metric recording. This intermediary component evaluates click characteristics, source addresses, and behavioral patterns to determine whether a click should be counted, thereby mediating between security scanning needs and accurate metric collection

Inventive Principle:
Principle #24Intermediary (Mediator)

2Speed

If email bots scan links immediately upon email receipt, then security response time is improved, but false positives increase and business relationships may be damaged

Engineering Contradiction:
Improvesecurity response timeVSAvoidfalse positive rate
Core Design Contradiction:
SpeedVSReliability

Solution Approach 1:

The system performs preliminary security scanning of email links before delivering emails to users. By pre-scanning links and identifying malicious content in advance, the system can block dangerous links before they reach users, preventing false positives where legitimate links are incorrectly flagged

Inventive Principle:
Principle #10Preliminary action

Solution Approach 2:

The system implements feedback mechanisms where click data from multiple sources is analyzed to improve detection accuracy. By continuously learning from click patterns, source address ranges, and security outcomes, the system refines its ability to distinguish between malicious and legitimate links, reducing false positives over time

Inventive Principle:
Principle #23Feedback

Data Source

PatentUS12489787B1Email bot click detection
Publication Date: 2025.12.02 SAP SE
  • US12489787B1 patent drawing
  • US12489787B1 patent drawing
  • US12489787B1 patent drawing

AI summary

In an example embodiment, a mechanism is provided that helps distinguish between email link clicks that are initiated by a human and those that are initiated by a bot. The mechanism provides three different processes for such detection, as well as processes for how to deal with clicks that are initiated by a bot, although it is not necessary to employ all three. These different processes include detection of high volumes of clicks from a particular address range in a short period of time, a hidden honey pot, and detection of duplicate clicks from different addresses. In additional example embodiments, a stall time is added to any evaluation of click metric to allow time for the aforementioned processes to detect and handle bot clicks. This stall time effectively keeps any clicks from “counting” until the bot detection mechanism(s) can perform their tasks.