Gone are the days when phishing was a numbers game with modest returns. Traditional phishing campaigns saw a 12% success rate, requiring significant manual effort for each attempt. But artificial intelligence (GenAI, and sometimes other ML/DL tricks) has rewritten these rules entirely. In a controlled study of 101 participants, AI-generated phishing emails matched human experts with a 54% success rate. Even more remarkably, when humans and AI collaborated, the success rate nudged up to 56%. This wasn't just better emails – the AI system demonstrated an uncanny ability to gather accurate target information from the web (OSINT), with an 88% success rate in building accurate profiles from public data. Perhaps the most striking finding is the dramatic reduction in effort required. Traditional targeted attacks required: ➖ 23.5 minutes of research per target ➖ 10.2 minutes crafting each email ➖ Total time: 34 minutes per attempt The AI system collapsed this to just one minute total. Even with human oversight, the process took only 2.7 minutes – a 92% reduction in time invested. This efficiency creates a troubling economic reality. With a typical conversion rate of 2.35% (the percentage of clicked links that lead to successful exploitation), AI automation reduces costs by up to 50 times. The mathematics become profitable at surprisingly low numbers – just 2,859 targets for high-success scenarios. Even with minimal conversion rates of 0.6%, the economics work at scale. The same Gen AI technologies have potential for defence: ➖ Claude 3.5 Sonnet achieved a 97.25% detection rate ➖ Zero false positives in legitimate email detection ➖ Successfully caught sophisticated attacks that fooled human reviewers We're entering an era where AI will dominate both attack and defence, be cheap and plentiful for attackers while defenders with AI skillsets will become gold. Machine speed cybersecurity through cognitive, network and identity layers will become standard. Welcome to the brave new world.
Email attack simulation study results
Explore top LinkedIn content from expert professionals.
-
-
What if I told you that even after training thousands of employees, we can’t reliably stop them from clicking on phishing emails? That’s exactly what a new large-scale study suggests (Source: https://lnkd.in/dhWazB2h). Researchers worked with a fintech firm, ran phishing simulations on 12,511 participants, used two training modes (lecture vs interactive + exercises), and measured outcomes using a rigorous standard: the NIST Phish Scale. They found: Phishing difficulty matters - a lot. As lures got harder, click rates jumped from ~7 % on “easy” ones to ~15 % on “hard” ones. But training? It made no statistically significant difference in reducing clicks or raising reporting rates. Interestingly, in some “campaigns” the workforce collectively showed resilience - reports preceded clicks (“inoculation patterns”), even though individual training wasn’t effective. The effect sizes of training were extremely small (< 0.01) - meaning even where training had some effect, it likely doesn’t move the needle in real operations. That said, the NIST Phish Scale proved useful: it reliably predicted user behavior across difficulty tiers. 🧠 What this means over cocktails: ➡️ Don’t overpromise on training - phishing awareness programs are still useful, but we must be honest about their limits. They’re not magical shields. ➡️ Use risk-based simulations - incorporate standardized difficulty frameworks (like NIST Phish Scale) so your tests reflect real threats - not toy phishing emails. ➡️ Design for collective resilience, not just individuals - the notion that “somebody will raise the flag before disaster” is powerful. Encourage reporting, feedback loops, and fast incident response - because the group dynamics matter. ➡️ Defenses must be multi-layered - human factors alone won’t save us. Email filtering, URL rewriting, strong authentication, real-time threat intel - these need to carry the bulk of the load. ➡️ Measure honestly & iteratively - track how training & controls perform over time. Compare investments (training vs technical) by real metrics - not vanity stats. Awareness is useful, but it’s not a silver bullet. Build collective resilience and measure honestly. This is your Cyber Aperitivo. Sip smart, stay cyber sharp 🍸 #CyberSecurity #Phishing #SecurityAwareness #HumanFactors #DefenseInDepth
-
70% of staff at this £18Bn IT giant were clicking on phishing links. 12 months later, we cut it down to 20%. I led the transformation as CISO. Here's exactly how we did it step by step: We had a workforce of 300,000 people across 150+ countries in 2021. Different cultures, different languages, different inbox habits, but one common problem: Inbox fatigue. Hundreds of emails a day meant people stopped thinking. If it hit their inbox, they opened it. And when it looked remotely legitimate? They clicked. Even the most senior execs — the ones with the most sensitive data — were falling for the bait. As CISO, I wanted to help fix this laissez-faire view without humiliating anyone. Here's how: Step 1: Awareness Training We launched 5-10 minute micro-learning modules that dove into • why phishing exists • what criminals get out of it • the tell-tale signs (bad grammar, lookalike domains, letter swaps in emails, etc.) The lessons were practical and related to life at business and at home. People finished the module knowing exactly what to check before clicking. Step 2: Realistic & Layered Phishing Simulations Now it was time to test everyone. We started with easy simulations and built complexity over time: → Simple: obvious scams like “Nigerian prince” emails → Intermediate: fake brand offers from Apple or similar → Advanced: MS login pages so convincing they fooled seasoned IT staff Every “fail” on the simulation triggered an instant education page showing exactly what they missed. We sent them in waves over 14 hours, with multiple variations so colleagues couldn’t tip each other off. We used the local language in each country and avoided dirty tricks like fake bonus announcements. Step 3: Tracking the Data We built in features in each email that helped us track: • link clicks • email opens • data entered (and whether it was real or spoof) • reports (via a “report phishing” button) This helped us see where someone stopped in the chain and reward them for correct reporting. Step 4: Analyzing & Reporting Findings We analysed the data above by country, seniority, and cultural trends. Key Findings: • Colleagues in some cultures were more likely to open emails 'just in case' it was from a boss. • Some countries will not allow phishing simulations at all. • Execs were the WORST offenders. With this info, we moved onto: Step 5: Education & Implementing Solutions On top of the built-in education pages, we hosted workshops with repeat offenders to • dissect the email together • point out red flags they missed For the top-level execs who were still clicking after a year, we held direct coaching sessions — explaining that with their access came the highest stakes. –– By the end of the programme: • Click rate: 70% → 20% • Dramatic increase in phishing reports • A cultural shift where questioning suspicious emails became the norm (post continued in the comments below)
-
Incident Response Case Study using Azure Data Explorer and KQL - Tracing a Multi-Stage Phishing Attack Recently, I completed a full email forensics & incident response investigation simulating a real-world enterprise phishing attack — from initial access to lateral movement and endpoint compromise. This exercise wasn’t about alerts alone. It was about thinking like an attacker, validating hypotheses with data, and stitching together evidence across multiple telemetry sources. 🧩 What I Investigated Using Microsoft Defender Advanced Hunting (KQL) and Azure Data Explorer, I analyzed: ✔ Email telemetry (EmailEvents) ✔ User interaction data (UrlClickEvents) ✔ Sender reputation & domain spoofing ✔ User behavior before and after compromise 🚨 Key Findings (High Level) 🔹 Initial Access A phishing campaign originated from a spoofed IT helpdesk domain mimicking the company’s real domain. ➡️ Classic credential-harvesting via lookalike domains. 🔹 Credential Compromise & Lateral Movement Multiple users interacted with the phishing URLs. Compromised accounts were then used to send internal-looking emails to bypass trust barriers. 🔹 Attack Escalation One compromised user sent a malicious attachment disguised as a security update, which was opened by the final victim — resulting in endpoint compromise. 🔹 Clear ATT&CK Mapping T1566 – Phishing T1078 – Valid Accounts T1204 – User Execution Kill Chain: Delivery → Exploitation → Lateral Movement → Impact 🛠️ What I Practiced Technically ✅ Advanced KQL correlation across multiple tables ✅ Timeline reconstruction using joins on NetworkMessageId ✅ IOC extraction & pivoting ✅ Detection of domain spoofing & credential phishing ✅ Mapping findings to MITRE ATT&CK & Cyber Kill Chain ✅ Writing detection logic suitable for SOC automation 🎯 Takeaway Threat hunting isn’t about single alerts. It’s about connecting weak signals across time, identity, and behavior. This exercise reinforced why: - Strong KQL skills matter - Context > volume - Detection engineering is as important as response If you’re working in SOC, DFIR, Threat Hunting, or Cloud Security, I’d love to exchange notes. #CyberSecurity #SOC #SecurityEngineering #ThreatHunting #IncidentResponse #KQL #BlueTeam #DetectionEngineering #MITREATTACK #CloudSecurity #DFIR
-
+2
-
# Phishing Attack Simulation & Malware Analysis – A Practical Cybersecurity Insight. Recently, I conducted a hands-on phishing attack simulation in a controlled lab environment to better understand how real-world attackers exploit human behavior and technical vulnerabilities. This exercise wasn’t about ��hacking” — it was about learning, analyzing, and strengthening defenses against one of the most common cyber threats today. The simulation walked through the full attack lifecycle: from analyzing phishing email datasets, to examining email headers, and finally observing how credential harvesting works when a user interacts with a malicious link. What stood out most was how convincing phishing attempts can be when they mimic trusted platforms and create a sense of urgency. One key takeaway was the importance of email header analysis. While phishing emails may look legitimate on the surface, deeper inspection often reveals inconsistencies in sender domains, routing paths, and authentication failures (SPF/DKIM). These hidden indicators are critical for identifying malicious activity. Another important observation was how easily user metadata — such as IP addresses and login behavior — can be captured once a victim interacts with a phishing page. This reinforces the idea that cybersecurity is not just about systems, but also about user awareness and behavior. From a defensive standpoint, this simulation highlighted several essential controls: ✔️ Multi-Factor Authentication (MFA) ✔️ Advanced email filtering and threat detection ✔️ Continuous user awareness training ✔️ Network monitoring and incident response readiness Phishing remains one of the most effective entry points for attackers, not because systems are weak, but because human trust is often exploited. As cybersecurity professionals, our role is to bridge that gap — combining technical defenses with education and vigilance. This experience reinforced a simple truth: the best defense starts with understanding how attacks actually work.