State-sponsored threat groups might sound intimidating, but they're often using basic tactics like Word macros and scheduled tasks. The BlueDelta operation, documented by Insikt Group, ran from late September 2025 through early April 2026 targeting government organizations in Romania, Spain, and Türkiye. This operation underscores how these groups often rely on familiar attack vectors.
These myths persist because we conflate "state-sponsored" with "unstoppable," which can waste your time, budget, and focus. Let's clarify what's actually true.
Myth 1: Advanced Persistent Threats Use Advanced Techniques
Reality: BlueDelta's HOOKEDGE backdoor is a simple Windows batch script delivered through macro-enabled Word documents. The command-and-control infrastructure ran on webhook.site, a free service for testing HTTP requests.
The sophistication lies in their operational discipline. BlueDelta timed phishing lures to coincide with real meetings between Spanish and Moldovan officials, impersonating Spain's Ministry of the Presidency. The document's credibility came from context research, not a zero-day exploit.
Your ISO/IEC 27001 Annex A.8.24 (use of cryptography) won't help if you're not enforcing A.8.23 (web filtering) and A.5.16 (identity management) to catch the actual delivery mechanism. The attack surface here is email attachments and user-writable folders, not some novel exploit chain.
Myth 2: Legitimate Software Can't Be a Primary Attack Vector
Reality: HOOKEDGE uses msedge.exe for tasking and exfiltration. Every 30 minutes, a scheduled task downloads a command file through Microsoft Edge, executes it, and sends results back through the same browser. This traffic blends with normal enterprise browsing activity.
This evasion strategy generates network traffic through a legitimate web browser. Without application-layer inspection and behavioral monitoring, it looks like an employee testing a web integration.
SOC 2 CC6.6 (logical and physical access controls) requires you to restrict, log, and monitor privileged access. Extend that to browser automation. If Microsoft Edge is launching in headless mode from a scheduled task in a user profile folder, flag it. ISO/IEC 27001 A.8.16 (monitoring activities) mandates this; you need the detection rule.
Myth 3: You Need Exotic Tools to Detect State-Sponsored Activity
Reality: The indicators are mundane. Block macros in documents from the internet. Monitor scheduled tasks that launch script interpreters from user-writable directories. Flag browsers making automated connections to file-sharing and webhook services your organization doesn't use.
BlueDelta used tracking pixels named mailopened.jpg and docopened.jpg to monitor when phishing emails and documents were opened. Your email gateway should catch external images loading from webhook endpoints. Your endpoint detection should catch macro execution from internet-sourced files.
This doesn't require threat intelligence feeds or machine learning. A properly configured monitoring setup catches these behaviors on day one. The gap isn't tooling, it's policy enforcement and log review discipline. ISO/IEC 27001 A.8.15 (logging) and A.8.16 (monitoring activities) require you to collect and review this data. Are you doing it?
Myth 4: Threat Groups Build New Tools for Each Campaign
Reality: HOOKEDGE shares deep code and structural overlap with HEADLACE, a backdoor used by BlueDelta years earlier. Identical JavaScript variable names, the same base64 encoding scheme for automated downloads, the same two-webhook architecture. Insikt Group assesses with moderate confidence that HOOKEDGE is a direct evolutionary successor.
Threat groups refine working tradecraft instead of reinventing it. That's good news for defenders: your detection rules don't expire as fast as you think. If you blocked HEADLACE behaviors in 2022, those same rules would catch HOOKEDGE in 2025.
Your SOC 2 CC7.2 (system monitoring) and CC7.3 (evaluation of security events) obligations require you to maintain and update detection capabilities. "Update" doesn't always mean "replace." Sometimes it means "keep enforcing the rule that blocks batch scripts in startup folders."
Myth 5: Sophisticated Operations Don't Rely on Free Infrastructure
Reality: BlueDelta ran an entire espionage campaign using webhook.site's free tier, which caps at 100 requests per endpoint. They solved that constraint by deploying a two-tier setup: routine tasking on one set of webhooks, high-priority targets on another set checking in every five minutes instead of every 30.
Free infrastructure isn't a sign of low capability. It's operational security. Webhook.site doesn't require registration with payment details. It doesn't keep logs beyond 30 days. It looks like legitimate developer activity. Using it is smarter than setting up your own command-and-control server that defenders can fingerprint and block.
Your web filtering policy should block webhook and request-bin services unless your development team has a documented business need. ISO/IEC 27001 A.8.23 (web filtering) and SOC 2 CC6.6 (logical access controls) both support this. The control isn't exotic, it's a category block in your proxy.
What to Do Instead
Stop waiting for advanced threats to announce themselves with novel techniques. Focus on the fundamentals:
Disable macros by default for documents from the internet. Microsoft's Attack Surface Reduction rules handle this. ISO/IEC 27001 A.8.18 (use of privileged utility programs) supports restricting macro execution.
Monitor scheduled tasks created in user profile directories. Any task launching wscript.exe, cscript.exe, or cmd.exe from AppData or Temp deserves immediate review. SOC 2 CC7.2 requires continuous monitoring; this is what you monitor.
Block or heavily restrict access to webhook services, request bins, and file-sharing platforms your organization doesn't use. Document the exceptions. ISO/IEC 27001 A.8.23 (web filtering) makes this a control requirement, not a nice-to-have.
Flag browser automation that doesn't match normal user behavior. Headless mode, automated requests to download endpoints, browsers spawned by scheduled tasks, these patterns are detectable without machine learning.
The BlueDelta campaign proves that even persistent, state-backed groups rely on behaviors you can identify and block. The question isn't whether your tools are sophisticated enough. It's whether you're enforcing the controls you already have.



