Attackers are compressing timelines from hours to minutes. Most SOCs are still stitching context together across three tabs and a ticket.
On June 17, we're showing the full lifecycle, from first alert to staged response, with AI agents handling triage, enrichment, and investigation live. Prizes too.
Save your seat: go.es.io/4ahK4D9
🚨 New Challenge Live! #140 Threat Detection Engineer
Attackers are using the most stealthy techniques to bypass your SIEM… Can you catch it using real logs and multi-language rules (Sigma / SPL / KQL / EQL)?
SOCLabs’ latest detection challenge is now live!
Real environment complete attack chain, built for those who want to become top-tier Threat Detection Engineers.
🔥 Test your detection logic right now
👉 soc-labs.top/en/detections/1…
Master this challenge and truly earn your Detection Engineer title! 🔥
#Cybersecurity#DetectionEngineering#BlueTeam#InfoSec
Just open-sourced: Detection Rule Bypass Analyzer (SKILL) 🔥
A specialized AI-powered tool for Detection Engineers and SOC Analysts.
It helps you:
• Identify blind spots in detection rules for system command execution
• Assess bypass risks
• Generate realistic bypass test cases
• Suggest stronger rule logic to reduce false negatives
Stop guessing if your rules can be evaded.
Repo: github.com/DetectEng-SOCLabs…
Stars, feedback, and contributions welcome!
#DetectionEngineering#SIEM#Splunk#CyberSecurity#BlueTeam
We've just launched the new macOS Challenges section on SOCLabs!
A lot of macOS credential theft attacks rely on simple social engineering. Attackers use osascript to display fake authentication dialogs that look identical to real system prompts. Once the user enters their password, the attacker unlocks the Keychain and dumps saved browser passwords, cookies, and more.
If you're practicing detection rules, this Medium difficulty challenge gives you real logs to work with. Give it a try!
Link in comments 👇
#DetectionEngineering#macOS#BlueTeam#Infostealer
This read highlights a practical shift in SecOps: combining LLM-driven natural language queries with deterministic MCP toolchains to automate MITRE coverage checks across fragmented rule formats. detecteng.com/detection-work…
The Self-Improving Agent and TIP: How ThreatClawer Builds Detections and Ships Features While I… by Hatim (threadlinqs-cmd) detecteng.com/the-self-impro…
Nearly 65% of orgs are experimenting with AI agents, but fewer than 25% have deployed them in production.
2026 is the year that changes, especially in security operations.
Here's what an Agentic AI SOC actually does differently 🧵
↳ It doesn't just alert you — it correlates signals into full attack chains
↳ It doesn't just detect — it contains, with closed-loop automated response
↳ It doesn't just act — it explains every decision with a traceable reasoning trail
The shift: from managing alerts → neutralizing attacks.
Copilot = passenger. Agent = driver.
Read the full breakdown below.
Headline: Can you detect silent execution via cmd.exe?
🕵️♂️Attackers love using /b and /min flags to hide their tracks. But as a Detection Engineer, you should know exactly where these traces live in the logs.
🚀 New Challenge: CMD Hidden Window Execution
🛠️ Tech: Sysmon | T1564
🔗 Take the challenge: soc-labs.top/en/detections/1…#DetectionEngineering#BlueTeam#CyberSecurity#SOCLabs#SigmaRules
NEW CHALLENGE: Chrysalis Backdoor Detection! 🚨
Rapid7 just unveiled a sophisticated Chrysalis Backdoor, leveraging Notepad supply chain, custom obfuscation (Warbird!), and advanced DLL sideloading.
Reading about it is one thing. Detecting it is another.
We've recreated the attack in a real-world environment and built a hands-on lab to test your SIEM rules against this APT. Can you craft the logic to unmask this stealthy threat?
👉 Challenge #136 is LIVE. Prove your skills:
soc-labs.top/en/detections/1…#DetectionEngineering#ThreatHunting#MalwareAnalysis#APT#ChrysalisBackdoor#BlueTeam#SIEM
🔎 Rapid7 Labs, alongside our MDR team, has uncovered a sophisticated campaign attributed to the Chinese APT group #LotusBlossom.
Find a deep technical analysis of the custom backdoor 'Chrysalis', Notepad , Warbird, and more in our latest blog: r-7.co/4kaerPA
Spent weeks staring at LDAP filters and attributes. Completely missed SDFlags sitting right there in my logs.
When I finally noticed it, everything clicked😈
Part 3 is up!
huntress.com/blog/ldap-activ…
We tested publicly available detection rules for Windows process masquerading in a real-world challenge environment.
The result? Most failed to achieve acceptable detection rates.
Can your detection logic stand up to real attacks?
🚀 Take the challenge: soc-labs.top/en/detections/1…#DetectionEngineering
An interesting project on finding rootkits with timing methods. Attentive admins can actually see system impacts with stealth rootkits on Linux. I covered this idea in a much cruder way in a recent presentation. Top is no rootkit vs. rootkit on bottom with a find command.
This is nice - Detection of #Linux rootkit file hiding activities through analysis of shifts in kernel function execution times github.com/ait-aecid/rootkit…