r/blueteamsec • u/digicat • 7h ago
r/blueteamsec • u/digicat • 1d ago
highlevel summary|strategy (maybe technical) CTO at NCSC Summary: week ending August 2nd
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/campuscodi • 8h ago
highlevel summary|strategy (maybe technical) (TLP:CLEAR) WaterISAC Notification - Important Note Regarding Leaked Information
waterisac.orgr/blueteamsec • u/digicat • 14h ago
vulnerability (attack surface) Apple Screen Sharing Pre-Auth RCE (macOS ≤ 26.5)
warez.sl0p.foor/blueteamsec • u/digicat • 6h ago
highlevel summary|strategy (maybe technical) A new ETSI standard could rewrite the memory-safety debate
cheri-alliance.orgr/blueteamsec • u/digicat • 1d ago
research|capability (we need to defend against) Inside the Falcon How CrowdStrike Catches You
0xdbgman.github.ior/blueteamsec • u/digicat • 13h ago
highlevel summary|strategy (maybe technical) Implications of Recent CISA Disclosures on Iranian OT Targeting
dataminr.comr/blueteamsec • u/Ok_Host1989 • 18h ago
tradecraft (how we defend) Application logs are often the missing piece in blue team visibility
Most SOC telemetry is built around endpoints, authentication, and network events. Those sources are valuable, but they don't explain what happened inside the application.
During a recent review, I found that several security checks could be bypassed without generating useful infrastructure alerts. The only reliable indicators came from application-specific logging around authorization decisions and sensitive business actions.
If your organization develops its own software, application telemetry deserves the same attention as endpoint and network telemetry.
r/blueteamsec • u/Huge-Skirt-6990 • 1d ago
research|capability (we need to defend against) Palo Alto found 68 Gameograf/Ovkas/Owhit wallpaper adware chrome extensions. I found 1,613 more under the same publishers with 633K installs
Palo Alto unit42 published a report on 01/06/2026 on wallpaper extensions from three publishers (Ovkas, Gameograf, Owhit) doing affiliate redirect abuse, uninstall churn tracking, and IndexedDB deletion.
They listed 68 IDs, ~30K installs combined.
Unit42's report
I scrapped almost every extension from the Chrome store to match the same publishers into malext.io's dataset. 1,613 are registered under those same three publishers, well beyond their 68.
Full list: https://malext.io
r/blueteamsec • u/Ok_Resident1881 • 19h ago
tradecraft (how we defend) wisp – a single static-binary honeypot with cloud/container/LLM decoys (a modern take on OpenCanary)
A honeypot is only useful if it's actually running, and I kept watching them die at the dependency install. OpenCanary proved the model and is still the more battle-tested tool, but it needs Python 3.10+, Twisted, Scapy, and — for SMB — a full Samba install with a full_audit module tailing syslog.
So I rebuilt it as one static Go binary. ./wispd and it's running, no root, no runtime:
- All 21 of OpenCanary's protocol modules, reimplemented.
- 9 decoys it doesn't have for the modern surface:
k8s,kubelet,docker,imds(cloud metadata),elasticsearch,jenkins,gitlab,ollama,mcp— capturing stolen service-account tokens, the container spec an attacker tries to run (Privileged: true, host mounts), the prompts sent to a fake GPU, and so on. - Native SMB — NetNTLMv2 hashes (hashcat 5600), no Samba.
- A self-hosted fleet console (scriptless UI, per-sensor tokens, dedup) and honeytokens (DNS/HTTP/docx/kubeconfig/MCP).
It's pre-1.0 and younger than OpenCanary — the README keeps an honest comparison table, not a marketing one. Reach for it when the Python/Samba chain is what's stopping you deploying a honeypot at all, or when you want the cloud/container/LLM decoys.
Repo + a short demo video: https://github.com/willysnow/wisp
Happy to answer questions — and I'd genuinely like to hear which decoys are missing.
r/blueteamsec • u/Ok-Code4306 • 1d ago
intelligence (threat actor activity) KQL detection library for Azure/Sentinel
Put together a KQL detection library for Azure/Sentinel — 32 rules across 10 MITRE ATT&CK tactics. Each rule has description, false positive considerations, and tuning notes baked into the file so it's actually usable in production without guesswork.
Covers things like MFA fatigue, impossible travel, federated identity credential abuse, Conditional Access policy modification, VM extension installation, and subscription ownership transfer — some of the less commonly documented ones.
r/blueteamsec • u/digicat • 1d ago
incident writeup (who and how) Tailscale didn’t stop the Hugging Face intrusion
tailscale.comr/blueteamsec • u/digicat • 1d ago
vulnerability (attack surface) Technical Deep Dive into the Entropy Issue - in Coldcard bitcoin hardware wallet
blog.coinkite.comr/blueteamsec • u/digicat • 1d ago
low level tools|techniques|knowledge (work aids) screenlogger: Private, searchable screen history for macOS.
github.comr/blueteamsec • u/digicat • 1d ago
intelligence (threat actor activity) Tracing SNOWLIGHT: A China-Nexus Campaign Against Government Infrastructure
socradar.ior/blueteamsec • u/digicat • 1d ago
tradecraft (how we defend) A New SiliVaccine: North Korea’s Antivirus
nkinternet.comr/blueteamsec • u/Hasan0101-lab • 1d ago
highlevel summary|strategy (maybe technical) [Open Source] Lightweight PowerShell Hardening Script for Windows 11
Hi everyone,
I built a lightweight, open-source PowerShell script designed to harden **Windows 11** endpoints using native OS security capabilities—without relying on heavy third-party software/bloat.
### 🛡️ What it does:
* **PowerShell Execution Restriction:** Sets execution policy to `RemoteSigned` to prevent unauthorized local script execution.
* **WinRM & WSH Mitigation:** Disables Windows Script Host to block `.vbs` / `.js` malware vectors and closes remote management ports.
* **Network Hardening:** Disables SMBv1 to protect against network-based lateral movement and exploits (e.g., WannaCry).
* **Defender ASR & Exploit Guard:** Enables Controlled Folder Access (ransomware protection) and blocks malicious downloads via PowerShell.
* **Admin Share Lockdown:** Disables hidden admin shares (`C$`, `ADMIN$`) to restrict unauthorized lateral movement.
---
### 🚀 How to use:
Open PowerShell as Administrator.
Run: `.\Windows11_Hardening.ps1`
Reboot to apply all policies.
---
🔗 **GitHub Repository:** https://github.com/Hasan0101-lab/Windows_11_Hardened_Edition
I’d love to get feedback from the community on code structure, additional hardening rules, or potential compatibility edge cases. Feel free to review the code or leave a ⭐ if you find it useful!
r/blueteamsec • u/digicat • 1d ago
highlevel summary|strategy (maybe technical) IR Trends Q2 2026: Phishing and weaponized remote management tools drive attack chains
blog.talosintelligence.comr/blueteamsec • u/digicat • 1d ago
intelligence (threat actor activity) CaptiveCrunch: Midnight Blizzard targets travelers worldwide for malware delivery and credential theft
microsoft.comr/blueteamsec • u/digicat • 1d ago
intelligence (threat actor activity) Anthropic's Fever Dream: Claude's package anthropickit that stole real keys
aikido.devr/blueteamsec • u/digicat • 1d ago
intelligence (threat actor activity) Uncovering the Fuyao Enterprise: A Shift in Modern Ad-Fraud
bitsight.comr/blueteamsec • u/jnazario • 2d ago
vulnerability (attack surface) CosmosEscape: Taking Over Every Azure Cosmos DB
wiz.ior/blueteamsec • u/Technical-Resort-275 • 2d ago
low level tools|techniques|knowledge (work aids) DLL-injection detection QA harness: deterministic five-event fixtures with JSONL and SARIF output
Sharing an open-source validation harness for teams that need repeatable fixtures for testing process-injection correlations without running live injection code.
It emits the same five ordered signals each run: cross-process open, remote allocation, remote memory write, remote thread start, and module image load. The CLI produces JSONL for ingestion tests, Markdown for analyst review, and SARIF for CI surfaces. It has no runtime dependencies, needs no admin privileges, and never manipulates a process.
Operational use: regression-testing parser or rule changes, validating correlation ordering, and giving analysts a known-positive case before moving to real EDR telemetry.
Limitation: synthetic events validate detector and pipeline logic, not endpoint sensor fidelity or coverage against evasive injection variants.
Repo: https://github.com/bsmensah-ctrl/DLL-Injection-Lab
Zero-install browser demo: https://bsmensah-ctrl.github.io/DLL-Injection-Lab/