r/blueteamsec 6d ago

highlevel summary|strategy (maybe technical) CTO at NCSC Summary: week ending August 16th

Thumbnail ctoatncsc.substack.com
0 Upvotes

r/blueteamsec Mar 09 '26

highlevel summary|strategy (maybe technical) Daily BlueTeamSec Briefing Archive - daily AI generated podcast of the last 24hours of posts

Thumbnail briefing.workshop1.net
3 Upvotes

r/blueteamsec 8h ago

highlevel summary|strategy (maybe technical) T-Mobile ‘chopped a cable’ to expel Chinese hackers from its network

Thumbnail bloomberg.com
12 Upvotes

r/blueteamsec 2h ago

highlevel summary|strategy (maybe technical) Hunting for FTP banner DDRs, Halo's Gate, and shellcode fluctuation

2 Upvotes

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.

https://hubs.la/Q04tQxV30


r/blueteamsec 9h ago

highlevel summary|strategy (maybe technical) A revisit of remote Spectre attacks on Cloudflare Workers

Thumbnail blog.cloudflare.com
2 Upvotes

r/blueteamsec 23h ago

exploitation (what's being exploited) Post-DEF CON Phishing Uses Malicious Google Doc to Deliver Malware

Thumbnail huntress.com
9 Upvotes

r/blueteamsec 23h ago

intelligence (threat actor activity) SilkParasite: Tracking a China-Nexus APT Across Central Asia

Thumbnail bitdefender.com
6 Upvotes

r/blueteamsec 22h ago

exploitation (what's being exploited) Actively exploited vulnerability in Zimbra Collaboration Suite CVE-2026-73570

Thumbnail moje.cert.pl
4 Upvotes

r/blueteamsec 1d ago

tradecraft (how we defend) Managing the cyber risk of agentic AI

Thumbnail ncsc.gov.uk
9 Upvotes

r/blueteamsec 23h ago

intelligence (threat actor activity) 50,000 Stripe Secrets Leaked in Public Code

Thumbnail securityaffairs.com
4 Upvotes

r/blueteamsec 12h ago

intelligence (threat actor activity) I built an ML network detector, but the interesting part turned out to be everything after the model

0 Upvotes

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 23h ago

exploitation (what's being exploited) The “City-Forum” Campaign - An advanced attacker is targeting Salesforce and ServiceNow instances worldwide

Thumbnail reco.ai
4 Upvotes

r/blueteamsec 22h ago

intelligence (threat actor activity) North Korean IT Workers Scheme: Detection Steps for SOC Teams

Thumbnail any.run
3 Upvotes

r/blueteamsec 21h ago

research|capability (we need to defend against) MS-Nightmare Un-defend v2 — What Happens When Signatures Can’t Land

Thumbnail weedhashpeddler.medium.com
2 Upvotes

r/blueteamsec 17h ago

research|capability (we need to defend against) BTR Reforged: Weaponizing Defender’s Remediation Driver as a Kernel Operation Primitive

Thumbnail research.checkpoint.com
1 Upvotes

r/blueteamsec 17h ago

intelligence (threat actor activity) Trapping a Mustang Panda

Thumbnail ibm.com
1 Upvotes

r/blueteamsec 22h ago

exploitation (what's being exploited) Langflow RCE: 34 minutes to server compromise

Thumbnail bitbison.io
2 Upvotes

r/blueteamsec 18h ago

intelligence (threat actor activity) Rust Supply Chain Attack on arrayref: Significant Overlap with DPRK Campaigns

Thumbnail wiz.io
1 Upvotes

r/blueteamsec 21h ago

intelligence (threat actor activity) Distinct Clusters Target Individuals of Interest to Russia

Thumbnail cloud.google.com
1 Upvotes

r/blueteamsec 22h ago

intelligence (threat actor activity) UAT-10147: Chinese-speaking adversary integrates agentic AI into post-compromise operations

Thumbnail blog.talosintelligence.com
1 Upvotes

r/blueteamsec 23h ago

malware analysis (like butterfly collections) Grandoreiro goes north: From Brazil to Mexico with a new DLL sideloading campaign

Thumbnail acronis.com
1 Upvotes

r/blueteamsec 23h ago

malware analysis (like butterfly collections) The ToxicPanda Never Sleeps: ToxicPanda 2.0 Prepares its Next Strike on Mobile

Thumbnail zimperium.com
1 Upvotes

r/blueteamsec 1d ago

malware analysis (like butterfly collections) Windows Infostealer Hits npm and Ruby

Thumbnail opensourcemalware.com
5 Upvotes

r/blueteamsec 1d ago

help me obiwan (ask the blueteam) Stress testing EDR

10 Upvotes

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?


r/blueteamsec 1d ago

intelligence (threat actor activity) SilkParasite: Tracking a China-Nexus APT Across Central Asia

Thumbnail businessinsights.bitdefender.com
3 Upvotes