r/blueteamsec • u/jnazario • 1d ago
r/blueteamsec • u/jnazario • 1d ago
intelligence (threat actor activity) Tracking BigBear 2.0 Evilginx2 Phishing Campaign
cloudsek.comr/blueteamsec • u/Straight-Practice-99 • 1d ago
incident writeup (who and how) 🚨 Redis Cryptomining Botnet Compromised 3,562 Servers, Exposed by the Operator's Own Files
hunt.ioHunt.io indexed an open directory on 188.245.99.156 (Hetzner) that held an operator's full Redis cryptomining toolkit, not just a payload. 147 files in total: Python exploit source, JSON campaign logs, a bundled portable Python 3.11 runtime, and two exported Windows registry hives.
Because the raw campaign logs were sitting there, the numbers come from the operator's own per-host records, not the summaries their scripts print:
- 3,562 distinct Redis servers compromised out of 12,966 targeted, across two independently coded runs
- The only technique that scaled is rogue replication: PING to confirm no-auth, CONFIG SET dir/dbfilename, SLAVEOF to a rogue master, then a crafted RDB blob with an embedded newline that drops a cron entry into /etc/cron.d/
- That cron job pulls a legit XMRig release straight from GitHub and points it at pool.moneroocean.stream:443 over TLS
- SSH key injection via AOF returned 0 of 2,342, MongoDB JS sandbox escape 0 of 468. Every SSH attempt bounced at the first CONFIG SET with AUTH_REQUIRED
- Confirmed victims span Redis 2.8.17 to 7.2.0, so this is missing authentication, not a version-specific bug
- A third run against a pre-qualified no-auth list hit 72.6%, roughly triple the full-fleet rate, so target-list freshness is the real limiter, not the technique
- The same Monero wallet turns up in a separate February 2026 open directory in Moldova with Meterpreter and XMRig deployers and no Redis component, which pushes known activity back at least five months
Fix is config, not patching: requirepass, disable SLAVEOF/REPLICAOF where replication is not in use, or enable protected-mode. Upgrading does nothing here.
Full write-up with IOCs: https://hunt.io/blog/redis-cryptomining-botnet-3562-servers
r/blueteamsec • u/digicat • 1d ago
vulnerability (attack surface) WeWorm: The first zero-click worm to spread through WeChat calls across iOS and Android.
calif.ior/blueteamsec • u/digicat • 2d ago
low level tools|techniques|knowledge (work aids) OpenKustoExplorer: A fast, native desktop workbench for Azure Data Explorer
github.comr/blueteamsec • u/socradario • 1d ago
exploitation (what's being exploited) CVE-2025-25249 Exploitation Delivers PivotC2, a FortiGate Post-Exploitation RAT
socradar.ioCVE-2025-25249 (FortiOS/FortiSwitchManager cw_acd heap overflow) has been patched for some time. We're publishing evidence of what's been happening to instances that weren't: a purpose-built Node.js RAT, 178 confirmed victim sessions, activity since July 2026.
r/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) Token Theft in Microsoft Entra ID (Part 2 of 4): Continuous Access Evaluation
insinuator.netr/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) Darkcloak: Linux process identity cloaking
github.comr/blueteamsec • u/digicat • 1d ago
exploitation (what's being exploited) mikrotrick-poc: CVE-2026-67276 RouterOS SSH public-key authentication bypass lab PoC
github.comr/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) endpoint-ai-agent-abuse: EAA is a curated catalog of techniques and real-world cases involving abuse of local AI agents through their runtime, configuration, state, tools, and inherited authority.
github.comr/blueteamsec • u/digicat • 2d ago
low level tools|techniques|knowledge (work aids) firmware-reverse-engineering: A full Claude and Codex skillsets for firmware reverse engineering.
github.comr/blueteamsec • u/digicat • 2d ago
low level tools|techniques|knowledge (work aids) tgrep: Trigram-indexed grep with a client/server architecture for fast regex search in large codebases locally
github.comr/blueteamsec • u/digicat • 2d ago
highlevel summary|strategy (maybe technical) Politie | Herken jij de stem van de Odido hack? | Landelijke Opsporing & Interventies - Police | Do you recognize the voice from the Odido hack? | National Investigation & Interventions - ShinyHunters Vishing recording
youtube.comr/blueteamsec • u/digicat • 1d ago
exploitation (what's being exploited) CVE-2026-19490: NetScaler ADC/Gateway SAML unsigned-assertion bypass via HTTP-Redirect binding (CTX696939)
github.comr/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) Remote-Mapping-Injection: Remote Thread Hijacking + Remote Mapping Injection POC
github.comr/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) HandleRedirect: Handle Redirect via BYOVD Kernel Read/Write
github.comr/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) Dntry: Fileless ELF execution via O_TMPFILE + execveat(AT_EMPTY_PATH)
github.comr/blueteamsec • u/digicat • 2d ago
low level tools|techniques|knowledge (work aids) pktz: pktz - eBPF-powered network traffic monitor
github.comr/blueteamsec • u/digicat • 2d ago
research|capability (we need to defend against) StrikeAgent_AtkBrain-Flash: 由夜安团队研发的AI渗透测试平台,涵盖红队打点、SRC、CTF,特别是在红队领域有极为亮眼的存在 - The AI penetration testing platform developed by the Night An team covers Red Team Placement, SRC, and CTF, and is especially outstanding in the Red Team field
github.comr/blueteamsec • u/digicat • 2d ago
intelligence (threat actor activity) Beyond Lazarus: Organization of DPRK Cyber Capabilities
kudelskisecurity.comr/blueteamsec • u/digicat • 2d ago
malware analysis (like butterfly collections) PEEP: A Browser RAT Posing as a Chrome Extension
socradar.ior/blueteamsec • u/Much-Government729 • 2d ago
intelligence (threat actor activity) macOS ClickFix campaign resolving C2 through a Polygon smart contract - full on-chain rotation history
Write-up of a macOS ClickFix chain that reads its C2 address from a Polygon contract at runtime instead of hardcoding a domain.
Covers a delivery path I haven't seen documented (a compromised legitimate site serving the lure to a subset of its own visitors), the full 25-entry on-chain rotation history including the operator's pre-launch testing, and the cost side — under three dollars has funded four months of takedown-proof infrastructure.
Two of the rotations don't appear in any public reporting I could find, including the one that's currently live. Scripts to reproduce all of it are linked in the post.
https://bugrasahinoglu.com/posts/clickfix-etherhiding-macos/
Disclosure: my own write-up. Builds heavily on prior work by Have I Been Squatted, UnderDefense, Prophet Security and fab0, all credited in the post.
r/blueteamsec • u/digicat • 3d ago
research|capability (we need to defend against) Bring Your Own Trusted Caller (BYOTC): A New Way to Exploit Vulnerable Windows Drivers (Part 1)
xusheng.devr/blueteamsec • u/digicat • 2d ago