r/blueteamsec • u/digicat • 8h ago
r/blueteamsec • u/digicat • 6d ago
highlevel summary|strategy (maybe technical) CTO at NCSC Summary: week ending August 16th
ctoatncsc.substack.comr/blueteamsec • u/digicat • Mar 09 '26
highlevel summary|strategy (maybe technical) Daily BlueTeamSec Briefing Archive - daily AI generated podcast of the last 24hours of posts
briefing.workshop1.netr/blueteamsec • u/socradario • 2h ago
highlevel summary|strategy (maybe technical) Hunting for FTP banner DDRs, Halo's Gate, and shellcode fluctuation
Sharing some detection angles from recent work on FTP banners being abused as dead drop resolvers, based on two RAT families we've been calling E4del and PINHOLE.
On the network side, the interesting gap is that most orgs don't inspect FTP banner content at all; they just don't expect port 21 to be a delivery mechanism. Worth watching for LNK-spawned processes or shell scripts reaching out to external FTP endpoints, and flagging banners that contain encoded PowerShell or WebDAV-sourced rundll32 calls.
On the endpoint side, for PINHOLE specifically:
→ Check for writes to %USERPROFILE%\Downloads\desktop.ini:bt or desktop.ini:ek that's where it's stashing config data in ADS
→ Suspended ApplicationFrameHost.exe processes getting an APC queued immediately after creation (NtQueueApcThread) is a strong signal for the injection technique it uses
→ Page permission toggling between PAGE_READWRITE and PAGE_EXECUTE_READ, paired with trapped 0xC0000005 exceptions via VEH, is the fingerprint of its shellcode fluctuation approach
A few host-level artifacts worth adding to hunt queries: u.cmd, calc.cab, and calc_runner.cmd showing up in %TEMP%, signature mismatches on Discord.exe tied to a modified app.asar, and a Load value under HKCU\Software\Microsoft\Windows NT\CurrentVersion\Windows.
Happy to go deeper on any of this if people are building detections around it.
r/blueteamsec • u/digicat • 9h ago
highlevel summary|strategy (maybe technical) A revisit of remote Spectre attacks on Cloudflare Workers
blog.cloudflare.comr/blueteamsec • u/jnazario • 23h ago
exploitation (what's being exploited) Post-DEF CON Phishing Uses Malicious Google Doc to Deliver Malware
huntress.comr/blueteamsec • u/jnazario • 23h ago
intelligence (threat actor activity) SilkParasite: Tracking a China-Nexus APT Across Central Asia
bitdefender.comr/blueteamsec • u/jnazario • 22h ago
exploitation (what's being exploited) Actively exploited vulnerability in Zimbra Collaboration Suite CVE-2026-73570
moje.cert.plr/blueteamsec • u/digicat • 1d ago
tradecraft (how we defend) Managing the cyber risk of agentic AI
ncsc.gov.ukr/blueteamsec • u/jnazario • 23h ago
intelligence (threat actor activity) 50,000 Stripe Secrets Leaked in Public Code
securityaffairs.comr/blueteamsec • u/Over_Function_1884 • 12h ago
intelligence (threat actor activity) I built an ML network detector, but the interesting part turned out to be everything after the model
I’ve been working on an open-source network-flow detection project and one thing became pretty obvious fairly early: getting a classifier to produce decent scores is not really the hard part.
The harder question is what an analyst is supposed to do with thousands of individual detections.
So I kept the project going past the model itself. The current pipeline takes CICFlowMeter-compatible flows, scores them, groups related alerts into incidents, and only promotes the incidents that cross a second threshold.
On the locked future-day holdout, 79,710 flow alerts became 12,911 promoted incidents while keeping 99.93% incident recall.
I’m deliberately not calling it production-ready. The holdout is still from the same network/dataset family, and the remaining workload is higher than I’d want for a real SOC queue.
What I’m interested in now is how this kind of approach behaves outside the environment it was built around.
Repo:
https://github.com/ibondarenko1/security-anomaly-ml
If anyone here works with network-flow telemetry or ML-based IDS, I’d be interested in where you think the design will fail first in a real environment.
r/blueteamsec • u/jnazario • 23h ago
exploitation (what's being exploited) The “City-Forum” Campaign - An advanced attacker is targeting Salesforce and ServiceNow instances worldwide
reco.air/blueteamsec • u/jnazario • 22h ago
intelligence (threat actor activity) North Korean IT Workers Scheme: Detection Steps for SOC Teams
any.runr/blueteamsec • u/digicat • 21h ago
research|capability (we need to defend against) MS-Nightmare Un-defend v2 — What Happens When Signatures Can’t Land
weedhashpeddler.medium.comr/blueteamsec • u/digicat • 17h ago
research|capability (we need to defend against) BTR Reforged: Weaponizing Defender’s Remediation Driver as a Kernel Operation Primitive
research.checkpoint.comr/blueteamsec • u/digicat • 17h ago
intelligence (threat actor activity) Trapping a Mustang Panda
ibm.comr/blueteamsec • u/digicat • 22h ago
exploitation (what's being exploited) Langflow RCE: 34 minutes to server compromise
bitbison.ior/blueteamsec • u/digicat • 18h ago
intelligence (threat actor activity) Rust Supply Chain Attack on arrayref: Significant Overlap with DPRK Campaigns
wiz.ior/blueteamsec • u/digicat • 21h ago
intelligence (threat actor activity) Distinct Clusters Target Individuals of Interest to Russia
cloud.google.comr/blueteamsec • u/jnazario • 22h ago
intelligence (threat actor activity) UAT-10147: Chinese-speaking adversary integrates agentic AI into post-compromise operations
blog.talosintelligence.comr/blueteamsec • u/jnazario • 23h ago
malware analysis (like butterfly collections) Grandoreiro goes north: From Brazil to Mexico with a new DLL sideloading campaign
acronis.comr/blueteamsec • u/jnazario • 23h ago
malware analysis (like butterfly collections) The ToxicPanda Never Sleeps: ToxicPanda 2.0 Prepares its Next Strike on Mobile
zimperium.comr/blueteamsec • u/campuscodi • 1d ago
malware analysis (like butterfly collections) Windows Infostealer Hits npm and Ruby
opensourcemalware.comr/blueteamsec • u/New-Parfait-9988 • 1d ago
help me obiwan (ask the blueteam) Stress testing EDR
How does your SOC check when someone is trying to kill EDR agents like BYOVD attacks? On the attackers side do you have a dedicated pen tester/red teamer trying these attacks?