Email Security
Webinar Today: Why Email Security Keeps Failing
Join the webinar as we break down why email-layer defenses alone can’t keep pace with the modern phishing ecosystem.

Live Webinar: Wednesday, July 8, 2026 – Register to Attend
You can block every phishing email in the inbox. The campaign still runs. The infrastructure is still live. And the same attacker retargets your organization tomorrow.
That’s the gap in how most organizations think about email security: detection without disruption. Stopping the message was never the same as stopping the attack.
Join the live webinar on Wednesday, July 8th as we break down why email-layer defenses alone can’t keep pace with the modern phishing ecosystem, what it actually takes to disrupt an attack at the source, and how agentic AI is changing the capacity equation for security teams that are already stretched thin.
You’ll leave with a clearer framework for evaluating your current email security posture and a practical lens for where the category is heading.
Daily Briefing Newsletter
Subscribe to the SecurityWeek Email Briefing for the latest cybersecurity threats, trends, and expert
insights.
(function () {
var SOURCE = “Article”;
var TARGET = “#sw-hs-form-article-1”;
function create() {
if (typeof hbspt === ‘undefined’ || !hbspt.forms) return false;
hbspt.forms.create({
portalId: “5319632”,
formId: “05a88e2a-0d52-4b0c-a0e2-fdb79a8d17e0”,
region: “na1”,
target: TARGET,
cssClass: “sw-hs-article”,
hiddenFields: { email_signup_source: SOURCE },
onFormReady: function () {
var root = document.querySelector(TARGET);
if (!root) return;
// Namespace input ids (and any label[for] / aria-*
// refs that point to them) to make them unique per
// embed. HubSpot derives ids from the form id, so
// every embed on a page emits the same hsForm_/email-/
// label-email- ids. Duplicate input ids break the
// getElementById validation lookups that cause the
// “click Subscribe several times before it works”
// symptom (validation reads the wrong form’s empty
// input).
//
// CRITICAL: only rename inputs. Do NOT touch the
// id or the label ids. HubSpot’s submit-
// response routing uses the form id to pick which
// embed receives the success message; renaming the
// form id makes the success message land in the
// wrong form.
var suffix = ‘-‘ + SOURCE.toLowerCase();
var idMap = {};
root.querySelectorAll(‘input[id]’).forEach(function (input) {
if (input.id.slice(-suffix.length) === suffix) return;
var oldId = input.id;
idMap[oldId] = oldId + suffix;
input.id = idMap[oldId];
});
root.querySelectorAll(‘[for]’).forEach(function (el) {
if (idMap[el.htmlFor]) el.htmlFor = idMap[el.htmlFor];
});
[‘aria-labelledby’, ‘aria-describedby’, ‘aria-controls’].forEach(function (attr) {
root.querySelectorAll(‘[‘ + attr + ‘]’).forEach(function (el) {
var val = el.getAttribute(attr);
if (val && idMap[val]) el.setAttribute(attr, idMap[val]);
});
});
var email = root.querySelector(‘input[name=”email”]’);
if (email && !email.placeholder) {
email.placeholder = ‘Business Email Address…’;
}
// hiddenFields is honored in raw-HTML mode; restamp anyway
// in case anything resets the value before submit.
var src = root.querySelector(‘input[name=”email_signup_source”]’);
if (src) {
src.value = SOURCE;
src.dispatchEvent(new Event(‘input’, { bubbles: true }));
src.dispatchEvent(new Event(‘change’, { bubbles: true }));
}
},
onFormSubmit: function () {
document.dispatchEvent(new CustomEvent(‘sw:newsletter:submitted’, {
detail: { position: SOURCE }
}));
}
});
return true;
}
if (!create()) {
var attempts = 0;
var t = setInterval(function () {
attempts++;
if (create() || attempts > 50) clearInterval(t);
}, 100);
}
})();
More from SecurityWeek News
- In Other News: Canadian Hacker Jailed, Open Source Zero-Days, Two Sentenced for ATM Jackpotting
- In Other News: Chinese Mythos-Like AI, Tata Electronics Breach, Snyk Layoffs
- Philip Martin Joins Uber as Chief Information Security Officer
- Webinar Today: Modern Exposure Validation in the AI Era
- In Other News: Apple Patches Beats Eavesdropping Flaw, DOT Closes Delta CrowdStrike Probe, AWS Continuum
- Webinar Today: How Modern Breaches Bypass MFA and Evade Detection
- Endpoint Security Startup Ent Emerges From Stealth With $100 Million Seed Round
- In Other News: Google Security Layoffs, AudiA6 Takedown, $400 Million Coupang Fine
Latest News
- Accenture Confirms Data Breach After Hacker Claims Source Code Theft
- China-Linked APT Expands Arsenal With New ‘Leash’ Backdoors
- Google Dialogflow CX Bug Allowed Attackers to Hijack AI Conversations
- CISA Urges Immediate Patching of Exploited ColdFusion, Langflow, Joomla Flaws
- Critical Vulnerability Exposes GitHub Agentic Workflows to Prompt Injection
- County Government Reportedly Paid $1 Million to Cyber Extortion Group
- Critical Gitea Flaw Under Active Exploitation, Researchers Warn
- CISA Reportedly Using Anthropic’s Mythos to Scan Government Software for Flaws

Trending
Daily Briefing Newsletter
Subscribe to the SecurityWeek Email Briefing to stay informed on the latest threats, trends, and technology, along with insightful columns from industry experts.
(function () {
var SOURCE = “Widget”;
var TARGET = “#sw-hs-form-widget-2”;
function create() {
if (typeof hbspt === ‘undefined’ || !hbspt.forms) return false;
hbspt.forms.create({
portalId: “5319632”,
formId: “05a88e2a-0d52-4b0c-a0e2-fdb79a8d17e0”,
region: “na1”,
target: TARGET,
cssClass: “sw-hs-widget”,
hiddenFields: { email_signup_source: SOURCE },
onFormReady: function () {
var root = document.querySelector(TARGET);
if (!root) return;
// Namespace input ids (and any label[for] / aria-*
// refs that point to them) to make them unique per
// embed. HubSpot derives ids from the form id, so
// every embed on a page emits the same hsForm_/email-/
// label-email- ids. Duplicate input ids break the
// getElementById validation lookups that cause the
// “click Subscribe several times before it works”
// symptom (validation reads the wrong form’s empty
// input).
//
// CRITICAL: only rename inputs. Do NOT touch the
// id or the label ids. HubSpot’s submit-
// response routing uses the form id to pick which
// embed receives the success message; renaming the
// form id makes the success message land in the
// wrong form.
var suffix = ‘-‘ + SOURCE.toLowerCase();
var idMap = {};
root.querySelectorAll(‘input[id]’).forEach(function (input) {
if (input.id.slice(-suffix.length) === suffix) return;
var oldId = input.id;
idMap[oldId] = oldId + suffix;
input.id = idMap[oldId];
});
root.querySelectorAll(‘[for]’).forEach(function (el) {
if (idMap[el.htmlFor]) el.htmlFor = idMap[el.htmlFor];
});
[‘aria-labelledby’, ‘aria-describedby’, ‘aria-controls’].forEach(function (attr) {
root.querySelectorAll(‘[‘ + attr + ‘]’).forEach(function (el) {
var val = el.getAttribute(attr);
if (val && idMap[val]) el.setAttribute(attr, idMap[val]);
});
});
var email = root.querySelector(‘input[name=”email”]’);
if (email && !email.placeholder) {
email.placeholder = ‘Business Email Address…’;
}
// hiddenFields is honored in raw-HTML mode; restamp anyway
// in case anything resets the value before submit.
var src = root.querySelector(‘input[name=”email_signup_source”]’);
if (src) {
src.value = SOURCE;
src.dispatchEvent(new Event(‘input’, { bubbles: true }));
src.dispatchEvent(new Event(‘change’, { bubbles: true }));
}
},
onFormSubmit: function () {
document.dispatchEvent(new CustomEvent(‘sw:newsletter:submitted’, {
detail: { position: SOURCE }
}));
}
});
return true;
}
if (!create()) {
var attempts = 0;
var t = setInterval(function () {
attempts++;
if (create() || attempts > 50) clearInterval(t);
}, 100);
}
})();
Join this live webinar as we break down why email-layer defenses alone can’t keep pace with the modern phishing ecosystem, how agentic AI is changing the capacity equation for security teams, and more.
Virtual Event: 2026 Cloud Security Summit
July 16, 2026
This year’s summit will help organizations learn how to utilize tools, controls, and design models needed to properly secure cloud environments. Interact with leading solution providers and other end users facing similar challenges in securing a variety of cloud deployments.
People on the Move
Sherrod DeGrippo has been appointed Head of Threat Intelligence for Palo Alto Networks Unit 42.
Christopher Porter has joined Booz Allen Hamilton as Global Chief Information Security Officer.
Yael Ben Arie has joined exposure validation company Pentera as Chief Product Officer.
Expert Insights
![]()
Moving from isolated, technical data to a continuous risk lifecycle can help organizations align security controls with actual business consequences.
(Steve Durbin)
![]()
As AI-generated code becomes commonplace, CISOs need new audit strategies to measure developer practices, govern AI tool usage, and identify software risks before they reach production.
(Matias Madou)
![]()
From model selection and automation to validation and measurable results, the right questions can help enterprises separate genuine AI capabilities from marketing hype.
(Joshua Goldfarb)
![]()
As cybersecurity platforms embrace agentic AI, organizations must balance detection performance against the escalating costs of token consumption, deployment architecture, and AI credits.
(Danelle Au)
![]()
From hidden content injections to cognitive state poisoning, attackers are turning trusted data sources into traps for autonomous AI.
(Etay Maor)
jQuery(document).ready(function($) {
$(“.zox-soc-stat-click-47677”).on(“click”, function(){
$(“.zox-more-click-47677”).toggleClass(“zox-soc-more-open”);
});
});
window.dataLayer = window.dataLayer || [];
dataLayer.push({
‘event’: ‘authorData’,
‘author’: ‘SecurityWeek News’,
});
if (!window.AdButler) {
(function() {
var s = document.createElement(“script”);
s.async = true;
s.type = “text/javascript”;
s.src = ‘https://ads.securityweek.com/app.js’;
var n = document.getElementsByTagName(“script”)[0];
n.parentNode.insertBefore(s, n);
}());
}
var AdButler = AdButler || {};
AdButler.ads = AdButler.ads || [];
var abkw = window.abkw || ”;
var plc1097053 = window.plc1097053 || 0;
document.write(‘' + 'div>‘);
AdButler.ads.push({
handler: function(opt) {
AdButler.register(179018, 1097053, [970, 90], ‘placement_1097053_’ + opt.place, opt);
},
opt: {
place: plc1097053++,
keywords: abkw,
domain: ‘ads.securityweek.com’,
click: ‘CLICK_MACRO_PLACEHOLDER’
}
});