🚨 CRITICAL CYBERSECURITY ALERT
Zone33Loader FUD 2026 [Windows Defender Bypass]: New Remote Access Trojan (RAT) featuring demo videos that demonstrate payload execution disguised as a JPG file.
Demo videos are circulating among threat actors, showcasing advanced evasion techniques that enable the malware to operate in a fully undetectable manner against Windows Defender. This approach combines sophisticated obfuscation with possible image steganography, significantly elevating the risk of silent infections.
This tool poses a material threat to Windows users and organizations, as it facilitates unauthorized remote access, data exfiltration, and long-term persistence in compromised environments.
#CybersecurityAlert#Malware#RAT#FUD#WindowsDefenderBypass#Zone33Loader#CyberThreat#InfoSec#ThreatIntelligence#CyberSecurity#WindowsSecurity#MalwareAnalysis
In this practical training session, we explored HxD for hex analysis, investigated suspicious URLs, and examined how analysts identify potential malware indicators before they become security incidents.
#CyberSecurity#MalwareAnalysis#DigitalForensics#EthicalHacking
Learning AI? Be careful what you download.
Researchers found a campaign using fake AI guides to deliver AsyncRAT through a multi-stage attack chain involving PowerShell, AutoHotkey loaders, process hollowing, and stealthy persistence mechanisms.
#Cybersecurity#ThreatIntelligence#AsyncRAT#MalwareAnalysis#AI
🚨 Supply Chain Alert: Shai-Hulud is back [Miasma & Hades variants]
100 npm and PyPI packages compromised by new self-propagating Shai-Hulud worm variants. 471 malicious artifacts identified across both ecosystems.
- Miasma (npm): 57 packages, 300 malicious versions. Weaponized binding.gyp to bypass postinstall logic. Hit Vapi SDK, ai-sdk-ollama, node-env-resolver, wrangler-deploy, and more.
- Hades (PyPI): ~48 packages across two waves. Uses -setup.pth to execute at Python startup, fetches Bun runtime to run JS. Targets bioinformatics, graph ML, and MCP-themed packages.
- Both harvest credentials, cloud keys & tokens, then self-spread by infecting packages the victim can publish to. Data exfiltrated to attacker-created GitHub repos.
- Context: TeamPCP released the worm source code in May → clones followed. Red Hat lost 32 packages June 1.
Remediation:
- Audit npm/PyPI deps installed since June 1 against published IOC lists (Socket, Snyk, Sonatype, StepSecurity, Ox)
- Rotate any credentials/tokens exposed on dev or CI machines
- Pin & lock dependency versions, disable install scripts (npm ci --ignore-scripts)
- Block unexpected binding.gyp / .pth execution in build pipelines
- Hunt for unauthorized GitHub repos created under your org
Tracked on supplychainattack.org#SupplyChainSecurity#CyberSecurity#DevSecOps#npm#PyPI#ShaiHulud#ThreatIntel#InfoSec#OSS#AppSec#CTI#OpenSource#MalwareAnalysis
The latest Oracle PeopleSoft zero-day exploitation shows just how deeply threat actors understand enterprise environments.
Mandiant and Google Threat Intel have confirmed active zero-day campaigns targeting exposed instances. Attackers are chaining CVE-2026-35273 with legacy flaws to:
* Bypass authentication completely via /OA_HTML/ endpoints.
* Extract cleartext credentials directly from psappsrv.cfg files.
* Automate lateral movement across web, app, and batch tiers using tailored shell scripts.
Data from over 20 organizations has already hit extortion endpoints. Check your logs and secure your edge.
Full technical breakdown: cydhaal.com/oracle-peoplesof…#ThreatIntel#DataBreach#CVE202635273#MalwareAnalysis#BlueTeam
MIT licensed. BYOK — bring your own sandbox keys.
Built this after shipping repos with 3,400 GitHub stars,
including Anthropic-Cybersecurity-Skills and CVE MCP Server
(covered by CyberSecurityNews).
Repo in the reply 👇
#DFIR#malwareanalysis
🚨 New APT-Q-27 (DragonBreath) Infrastructure Tactics Identified 🚨
Recent analysis of an unobfuscated .NET Trojan Downloader reveals how APT-Q-27 is leveraging legitimate SaaS platforms for resilient payload delivery and C2 routing.
The Infrastructure LotL Trick:
The actors are using branded short domains (via the Short.io service) as intermediate redirectors.
By hosting their initial lure on image.s[.]gy, they can silently issue a 302 redirect to payload buckets hosted on Google Cloud Storage. If Google takes down the malicious bucket, the actors don't need to rebuild their lures - they simply update the destination URL in the Short.io dashboard.
The Loader:
The payload itself (image202606118988.exe) is surprisingly clean .NET code. It actively hunts for analysis environments, including specific checks for Google Cloud drivers/metadata and Windows Defender Application Guard (WDAG).
Indicator of Compromise (IoCs):
🔸 MD5: D8B592F69ADE8DF1D6A4EEB4F8E25BB8 (image202606118988.exe)
🔸 Initial Lure / Redirector: hxxps[:]//image.s[.]gy/image_2026-06-10_02-10.jpg
🔸 Payload Hosted on GCP: hxxps[:]//storage.googleapis[.]com/csg03/image202606118988.exe
🔸 C2 Config / Next-Stage Fetch: hxxps[:]//storage.googleapis[.]com/lecoos/le.txt
Defenders: Keep an eye on anomalous traffic to custom shortener domains and unexpected GCP bucket interactions.
#ThreatIntel#CTI#MalwareAnalysis#Malware#APTQ27#DragonBreath#APT
P.S. The sample found on @anyrun_app
تقنيات التخفي المتقدمة تزداد دقة.
يوضح Precision Module Stomping كيف يمكن للتلاعب الدقيق بالوحدات أن يصعّب الرصد، وما الذي يجب أن تراقبه فرق الدفاع.
Advanced evasion is getting more precise.
Precision Module Stomping highlights how subtle module manipulation can challenge detection, offering a useful signal for defenders refining telemetry and analysis. medium.com/@toneillcodes/adv…#CyberSecurity#ThreatDetection#MalwareAnalysis
محاكاة الثنائيات قد تختصر وقت التحليل.
محاكي Brovan user mode لمعمارية x86_64، مخصص لتحليل البرمجيات الخبيثة والهندسة العكسية ببيئة أكثر مرونة وفهماً لسلوك التنفيذ.
Binary emulation can speed up deeper analysis.
Brovan is a user mode x86_64 binary emulator built for malware analysis and reverse engineering, helping analysts inspect execution behavior with more control. github.com/AdvDebug/Brovan#MalwareAnalysis#ReverseEngineering#BinaryEmulation