Visualização normal

Hoje — 11 de Setembro de 2026Cyber Security News
  • ✇Cyber Security News
  • New Android Ransomware Records Screens, Steals OTPs and Secretly Takes Photos of Victims Tushar Subhra Dutta
    A newly uncovered Android threat combines ransomware with spying, creating a trap for people who install apps from untrusted links. Called Mantax Otax, the malware can lock files, watch the screen, intercept verification codes and secretly use a phone’s cameras, making one infection both an extortion and privacy crisis. The campaign appears built around standalone Android app packages, or APKs, hosted on third-party file-sharing services. Victims can be led to them through shared link
     

New Android Ransomware Records Screens, Steals OTPs and Secretly Takes Photos of Victims

11 de Setembro de 2026, 09:14

A newly uncovered Android threat combines ransomware with spying, creating a trap for people who install apps from untrusted links.

Called Mantax Otax, the malware can lock files, watch the screen, intercept verification codes and secretly use a phone’s cameras, making one infection both an extortion and privacy crisis.

The campaign appears built around standalone Android app packages, or APKs, hosted on third-party file-sharing services.

Victims can be led to them through shared links, messaging apps or phishing messages, then persuaded to install the app outside the official store.

Its researchers linked the activity to Indonesian threat actors and found language clues and victim files suggesting an Indonesian focus. The discovery shows how mobile criminals are bringing surveillance, account theft and file encryption together in one package.

Zimperium said in a report shared with Cyber Security News (CSN) that the impact can go far beyond losing access to photos or documents.

Stolen SMS one-time passwords, chats and lock-screen PINs can give criminals the information needed to enter accounts or pressure victims. The combination resembles other Android OTP theft campaigns that turn a compromised phone into an account-takeover tool.

New Android Ransomware

After installation, Mantax Otax asks for device-administrator rights and then seeks access to SMS, contacts, audio and images.

It ultimately asks for Accessibility access, a legitimate Android feature designed to assist users but one that can be abused to read screen content and perform actions. This permission path is also central to the Crocodilus Android banking threat.

Malicious APKs are hosted on a third-party file-sharing platform (Source - Zimperium)
Malicious APKs are hosted on a third-party file-sharing platform (Source – Zimperium)

On Android 9 and older versions, the ransomware searches shared external storage for images, videos, documents and cryptographic keys.

It encrypts targeted files with AES, deletes the originals and adds the .enc extension to the replacements. It also overwrites local images with a ransom notice telling victims their files were encrypted and must be paid for.

The damage is more limited on Android 10 and later because Scoped Storage restricts the app mostly to its own external-files area.

However, that restriction does not remove the surveillance danger. Following encryption, the malware can display an on-screen chat function that lets attackers negotiate a ransom directly, creating conditions for double extortion.

Permission requested by the malware (Source - Zimperium)
Permission requested by the malware (Source – Zimperium)

Mantax Otax also abuses Android’s MediaProjection function to take screenshots, record the screen as MP4 video and stream display content almost in real time.

Captured screenshots are uploaded to Catbox before associated URLs return to the operators. Similar screen-viewing abuse appeared in the recent StreamRAT mobile campaign, where operators could watch and manipulate victims’ phones.

The spyware component can additionally open either camera through a hidden preview surface and take photographs without visible interaction. The image is compressed, stored locally, encoded and sent to the attacker.

OTP Theft Raises Account Risks

The malware gathers contacts, call logs, browser history, location data, installed apps, device information, linked Google-account settings and gallery files.

It monitors notifications and inbound SMS messages, placing multi-factor authentication codes at risk. It also targets WhatsApp profiles and messages, plus Telegram credentials and chat history, using Accessibility-driven clicks to open conversations.

A fake system-lock overlay adds another route to credential theft. Mantax Otax presents itself as a necessary lock process, blocks access and captures the PIN a victim enters.

Victim’s device before and after the ransomware attack (Source - Zimperium)
Victim’s device before and after the ransomware attack (Source – Zimperium)

Its second version adds WebSocket communications, app blocking, a transparent layer that absorbs touch input, disruptive pop-ups, full-screen video overlays and remote text-to-speech messages.

The practical defense begins before an app is installed. People should avoid APKs promoted through unsolicited messages, social posts and unfamiliar file-sharing links, and install software through trusted stores.

They should reject Accessibility, administrator, SMS, screen-capture or camera permissions that do not match an app’s purpose, a precaution reinforced by reporting on fake Android apps stealing PINs.

Anyone who sees an unfamiliar lock screen, persistent overlay or unexpected permission request should disconnect the phone from networks and seek trusted support before entering passwords or PINs.

Organisations should watch managed devices for sideloaded apps, unusual Accessibility activation, screen-capture requests and unexpected outbound traffic.

TypeIndicatorDescription
C2 domainhxxps://apimantax[.]otax[.]funActive command-and-control domain dynamically retrieved by Mantax Otax from a GitHub repository. 

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post New Android Ransomware Records Screens, Steals OTPs and Secretly Takes Photos of Victims appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Deploy New SloppyRAT via ClickFix to Enable Ransomware Lateral Movement Tushar Subhra Dutta
    SloppyRAT is a remote access tool that appears designed to help ransomware operators move deeper into compromised networks. The malware arrives through ClickFix, a social-engineering method that tricks people into running commands presented as a routine check. Rather than immediately encrypting files, the attackers establish a foothold, collect system details, and reach other devices, giving a ransomware operation room to expand. That delay gives defenders an opportunity to stop the attac
     

Hackers Deploy New SloppyRAT via ClickFix to Enable Ransomware Lateral Movement

11 de Setembro de 2026, 06:12

SloppyRAT is a remote access tool that appears designed to help ransomware operators move deeper into compromised networks.

The malware arrives through ClickFix, a social-engineering method that tricks people into running commands presented as a routine check.

Rather than immediately encrypting files, the attackers establish a foothold, collect system details, and reach other devices, giving a ransomware operation room to expand. That delay gives defenders an opportunity to stop the attack before encryption begins.

Zscaler said in a report shared with Cyber Security News (CSN) that it identified SloppyRAT in June 2026 and linked activity to a ransomware-related threat actor.

The chain uses Windows utilities, Python components, and malware before loading the tool into memory. Flawed code suggests it is still under development, but it remains dangerous.

Its working functions support reconnaissance, remote command execution, and network pivoting, while encryption and evasion measures can make an intrusion harder for defenders to spot and contain.

Hackers Deploy New SloppyRAT via ClickFix

The infection begins with a ClickFix lure that instructs a target to launch a command. It abuses Windows finger.exe to retrieve a batch script, an unusual choice because the old Finger protocol usually uses TCP port 79 and has little place in most corporate environments.

The script copies legitimate curl.exe into the user profile under a numeric .com name. It then retrieves IronPython, which runs compressed and Base64-encoded code that downloads later stages, including CastleLoader and CastleRAT.

Earlier ClickFix campaigns deploying PavinLoader likewise showed why fake verification prompts have become a useful delivery path.

SloppyRAT runtime code decryption routine (Source - Zscaler)
SloppyRAT runtime code decryption routine (Source – Zscaler)

A separate Python interpreter then pulls a loader script that fetches SloppyRAT as a DLL and reflectively loads it in memory. That approach limits disk artifacts and makes the infection less visible to users who may believe they only completed a verification step.

Once active, SloppyRAT can receive commands over HTTPS, inventory the machine, list processes and services, inspect local accounts, read files, create or remove directories, and start new programs.

It can also query or change Microsoft Defender settings, capabilities that make early detection and strict access control especially important.

The most serious feature is a reverse SOCKS proxy. It can use the infected computer as a bridge into the internal network, allowing an operator to connect to other systems from an already trusted position.

That function fits the progression seen when ClickFix prompts install remote tools, where initial user execution can lead to wider spread.

Evasion Features Meet Defensive Gaps

SloppyRAT encrypts parts of its code until runtime, hides meaningful strings, adds junk instructions, and uses indirect system calls to reduce the value of simple file and behavior checks.

It also pins the expected server certificate, which can prevent network inspection tools from intercepting and reading its encrypted traffic.

Its command-and-control design includes an EtherHiding fallback that can resolve infrastructure through Polygon blockchain services.

Researchers had not found a sample with a smart-contract address, so that portion may be unfinished, but it indicates an effort to make infrastructure disruption more difficult.

SloppyRAT’s failed attempt to establish persistence using the Run registry key (Source - Zscaler)
SloppyRAT’s failed attempt to establish persistence using the Run registry key (Source – Zscaler)

Similar resilience concerns appeared in blockchain-backed ClickFix malware delivery, where attackers used decentralized services to support their operations.

Some persistence code is broken. SloppyRAT attempts a Run registry entry and a COM hijacking method, yet fails to correctly supply the DLL path and export required for either approach.

The malware can also fall back to a real PowerShell process with a spoofed explorer.exe parent when its in-memory PowerShell route fails.

Organizations should block unnecessary outbound traffic on TCP port 79 and prevent or tightly control finger.exe. Security teams should train staff never to paste commands into Run, Command Prompt, Terminal, or PowerShell because a webpage asks them to, a precaution also relevant to fake CAPTCHA malware lures.

Defenders should monitor unusual renamed copies of curl.exe, Python interpreters in user-writable folders, suspicious DLL memory loading, and outbound connections to the listed infrastructure.

Restricting administrative access between network segments and investigating remote proxy behavior can reduce the chance that one compromised endpoint becomes the launch point for ransomware across the organization.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
SHA-2569f84cfcf988530941555d1cb7780a091743cf567396201eff7731f5475768f9aSloppyRAT DLL
SHA-2568774533134d9d1514106c4090a0c5bccab4550facdcfe03f4e02b9764343a990SloppyRAT DLL
SHA-256ff142fc192daa2a83bc565e5b38ebbe05561f3a19c7fc2d08e38c97e1986bbc5SloppyRAT DLL
SHA-256680c3a9f5fdddfcc34856c7a67d21bbdd2b47d70bdfb829ff59cfa0e3bc72d21SloppyRAT DLL
SHA-256bdcf8fe230e23692b658b62b6547374e2234f2a497b19d26637018a1839e6dfdSloppyRAT DLL
SHA-256607212cfe73c5c84b2dd95b2c0ff37a47f4c8aad08e6d5cbb7c19a62c6b765f9SloppyRAT DLL
SHA-2567bb025b426ae6ccbc170fbca58634b8dd77a61447e48dabe9c2e2fb0d339d8b7SloppyRAT DLL
SHA-2566d50bb50d4e7d6ac36ca6d2761f382be8e1ddbebf3cdf4733cf989ba291f9013SloppyRAT DLL
SHA-25600c116e498799dc831c8aeb602349296c4b9325535d674fe2b6e2e091878dcecSloppyRAT DLL
SHA-25693273ea09bd9df881a594db8cfe1b1bbc54f40f623f44427278ae96fb9b46490SloppyRAT DLL
SHA-256971f25f84be88c4fd304d555b5e3da12f6b368e4b9ba0943961ff21ba6fa4d4dSloppyRAT DLL
SHA-256a13fcbb0870f2fabb7e0a8c757ee3b763bd4a4b0cdf59eeff981d8e307fcf316SloppyRAT DLL
SHA-256518cd57a303ff7ac2b5c4c8439aa5bcbf9a287d4653de7b76051bde73a94d064SloppyRAT DLL
SHA-2563a8994928f512fffcb32e117ac45e0ee093541d99a9dba5f69a264f7f3054b19SloppyRAT DLL
SHA-2562f3d95de716f330fad2330d8787ebdbecb3322453bdc41b2113427f9f92d32d2SloppyRAT DLL
SHA-2561439990ff65364a0f608a322aa3a493bc1683cb5fc30cffc44948da29623fffdSloppyRAT DLL
SHA-256eaa52d2d6d4daf29157e8e813247fb2e92797324230ee42c79f7861b2f5c341dSloppyRAT DLL
SHA-256cb9930d0cde5bf8e8a7ad08fe2c60b937c7beaf9ab51b03191dfcaba40b7b189SloppyRAT DLL
SHA-256c0ef62a2d5ca11c2eedad3561d5d1d8b6e9847aa6b8613493e5bc233ece3d189SloppyRAT DLL
SHA-2564ecb2d06510dfee1b67f5d9a68c60f6d09ddb5be36cc1766a41d77c5b89d3a56SloppyRAT DLL
SHA-256466f9b8dce77b3a026fe4f833aa4949784fb854bea4137e52609e857d439dec8SloppyRAT DLL
SHA-256f534a957edec74d69081665309311b791b6d11a3221fffa67744812d73ad98ebconfig.py Python script
Domainfinger.linked4x[.]comClickFix script domain
Domainskipraid[.]comCastleLoader domain
URLhxxps[://]skipraid[.]com/dsVGmQTrzX/default2CastleLoader URL
URLhxxps[://]stro7121[.]blob[.]core[.]windows[.]net/dpp1/config.pyPython loader URL
URLhxxps[://]stro7121[.]blob[.]core[.]windows[.]net/dpp1/hostfxr[.]dllSloppyRAT DLL URL
URLhxxps[://]backup-ubt[.]s3[.]us-east-1[.]amazonaws[.]com/hostfxr[.]dllSloppyRAT DLL URL
Domainstro7121.blob.core.windows[.]netPython downloader C2
IP address62.106.66[.]148:443SloppyRAT C2 server
User-AgentMozilla/5.0 (compatible; DLLMemLoader/1.0)Python loader User-Agent
Domainapi.telephoneip[.]netSloppyRAT C2 domain
Domainapi.truesmart[.]orgSloppyRAT C2 domain

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Deploy New SloppyRAT via ClickFix to Enable Ransomware Lateral Movement appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Can Hide Malicious AI Commands Inside Normal English to Bypass Security Filters Tushar Subhra Dutta
    A newly disclosed AI attack technique shows that harmful commands do not need strange symbols, hidden text, or coded strings to evade security checks. Attackers can conceal an instruction inside ordinary English and rely on different AI models to interpret the same text differently. The method, called PuzzleMask, targets applications that put a fast screening model before a more capable AI system. The first model may label a passage harmless because it lacks the time and tools to spot th
     

Hackers Can Hide Malicious AI Commands Inside Normal English to Bypass Security Filters

11 de Setembro de 2026, 04:36

A newly disclosed AI attack technique shows that harmful commands do not need strange symbols, hidden text, or coded strings to evade security checks.

Attackers can conceal an instruction inside ordinary English and rely on different AI models to interpret the same text differently. The method, called PuzzleMask, targets applications that put a fast screening model before a more capable AI system.

The first model may label a passage harmless because it lacks the time and tools to spot the concealed request, while the downstream model recovers it and may act.

Check Point researchers identified the issue in testing of how quick policy checks handle crafted prose. The finding matters as organizations give AI assistants access to files, code interpreters, business data, and tools that can take actions rather than simply generate text.

Check Point said in a report shared with Cyber Security News (CSN) that PuzzleMask is not a jailbreak itself. It is a way to get an unreviewed instruction before a target model, echoing risks in AI workflow identity attacks.

Hackers Can Hide Malicious AI Commands Inside Normal English

PuzzleMask wraps a policy-breaking payload in prose that looks normal to readers and lightweight gatekeepers. It does not depend on Base64, emoji strings, invisible characters, or obvious formatting tricks, making simple pattern-based checks much less useful.

The researchers used an automated process to turn short payloads into prose wrappers. Their quick-checking models were meant to block requests involving file contents, copyrighted lyrics, or local-document encryption, yet assessed every crafted wrapper as safe.

The gap comes from an imbalance in capability. A fast gatekeeper is optimized for a quick safety decision, whereas a target model may have more reasoning time and a code interpreter. It can find the hidden structure, extract the payload, and treat it as new input.

The obfuscated vector does not contain any obvious encoding artifacts (Source - Check Point)
The obfuscated vector does not contain any obvious encoding artifacts (Source – Check Point)

This distinction matters for teams deploying agents that read untrusted material. Reports about commands hidden in emails show the wider danger: a normal-looking message, document, or webpage can become an instruction if the system does not separate data from commands.

Across 23 crafted prompts, the gatekeepers classified wrappers as safe in every trial. Target testing covered 18 prompts, and a high-reasoning model recovered and acted on the concealed instruction in 17 cases, or 94.4 percent. The experiments used controlled mock environments and did not access or damage real files.

Defenses Must Follow the Action

The research does not show that a hidden prompt automatically defeats a target model’s built-in safety training. It shows that a front-end filter can fail to recognize the prompt, leaving downstream controls to carry the burden. That is risky when an agent has privileged tools or sensitive data.

One practical safeguard is to paraphrase untrusted content before it reaches the next stage. Rewriting text in fresh language will usually remove the structure carrying the concealed payload, though it adds cost and can reduce the original input’s quality or precision.

gpt-5-thinking-high response to encrypt documents; rm plain copies obfuscated prompt in an emulated user environment (Source - Check Point)
gpt-5-thinking-high response to encrypt documents; rm plain copies obfuscated prompt in an emulated user environment (Source – Check Point)

Organizations can strengthen gatekeeper rules to flag suspicious, self-referential wording rather than only known harmful phrases. In the tests, a specific clause about quantitative and self-referential phrases enabled a gatekeeper to catch all 23 crafted prompts, although stricter policies can increase false positives.

Input filtering alone is not enough. Security teams should monitor model outputs, tool calls, and actions, then require approval for high-impact tasks such as changing files, sending data, or running commands.

This aligns with the latest OWASP GenAI Top 10, which emphasizes limiting an agent’s authority. Developers should treat web text, emails, documents, issue comments, and logs as untrusted whenever an AI agent processes them.

Research on GitHub comment prompt attacks illustrates how external content can reach development workflows and influence automated tools.

PuzzleMask underlines a broader lesson for AI security. Natural language can serve as a delivery mechanism, so defenders must judge what an AI ultimately does, not only whether input looks suspicious.

Separating content from instructions, reducing permissions, and checking sensitive actions limit damage when an initial screen misses a hidden command and speed recovery after compromise.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
File nameflag.txtTest file used in the controlled target-model experiment to verify whether a concealed file-content request was recovered and processed. 

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Can Hide Malicious AI Commands Inside Normal English to Bypass Security Filters appeared first on Cyber Security News.

Ontem — 10 de Setembro de 2026Cyber Security News
  • ✇Cyber Security News
  • LiteLLM Flaws Let Attackers Execute Code as Root and Steal Cloud Credentials Tushar Subhra Dutta
    LiteLLM deployments can expose far more than an organization’s AI spending. Newly disclosed weaknesses in the open-source gateway could let attackers run code as root inside a container, reach connected tools, and retrieve cloud credentials that open a path into a wider environment. The risk is serious where the service is internet-facing or retains its example master key. A gateway sits between applications, model providers, internal data, and automation, so its compromise can turn one overl
     

LiteLLM Flaws Let Attackers Execute Code as Root and Steal Cloud Credentials

10 de Setembro de 2026, 09:26

LiteLLM deployments can expose far more than an organization’s AI spending. Newly disclosed weaknesses in the open-source gateway could let attackers run code as root inside a container, reach connected tools, and retrieve cloud credentials that open a path into a wider environment.

The risk is serious where the service is internet-facing or retains its example master key. A gateway sits between applications, model providers, internal data, and automation, so its compromise can turn one overlooked service into a central point of failure.

Researchers at Wiz.io identified the issues while examining public LiteLLM installations. Their scan of 3,074 internet-facing instances found that 294, or 9.6%, accepted a default master key or had no authentication enabled.

Wiz.io said in a report shared with Cyber Security News (CSN) that the MCP authentication bypass, tracked as CVE-2026-59822, was observed in the wild through its honeypot systems.

CISA added the flaw to its Known Exploited Vulnerabilities catalog on September 2, increasing urgency for organizations with reachable instances.

LiteLLM Flaws Let Attackers Execute Code

CVE-2026-59821 affects LiteLLM’s Custom Code Guardrails feature, which lets administrators supply Python-like policies that run around model requests.

Before the fix, the endpoint used to register a guardrail did not apply the safety checks present in the testing interface, allowing supplied code to execute immediately.

The result could be root-level command execution in the LiteLLM container when an attacker had administrative access.

That access may be available where authentication is absent, the default master key remains, or another administrative weakness is abused. Readers can compare it with the earlier LiteLLM admin API flaw, which affected configuration controls.

The RCE requires an authenticated administrator and cannot be reached solely through the MCP bypass. Yet weak deployment settings can remove that barrier.

In releases before version 1.82.0, an unchanged default credential could make the code-execution path effectively available before normal authentication.

The MCP issue creates a different entry point. A meaningless Bearer token could establish a valid session with a connected MCP server, potentially allowing an intruder to use available database, repository, file-system, or workflow tools.

This differs from the LiteLLM RCE exploitation in the wild, which involved another vulnerability chain. LiteLLM corrected the guardrail weaknesses in release 1.82.0 by enforcing an administrator role and applying sandbox protections during registration.

Custom guardrails (Source - Wiz.io)
Custom guardrails (Source – Wiz.io)

It later fixed the MCP authentication bypass in version 1.84.0. Organizations should identify their version, patch promptly, and check for exposed older containers or test instances.

Cloud Keys at Risk

The findings show why AI gateways require the protection given to other privileged cloud services. LiteLLM may hold provider API keys and communicate with internal systems, while its workload identity can carry permissions to invoke models, read secrets, or interact with other cloud services.

A pass-through feature can forward requests to an administrator-defined destination without checking whether it is an internal address or cloud metadata service. With administrator access, an attacker could use it to obtain temporary AWS IAM credentials.

It is not a standalone vulnerability, but it becomes hazardous when access controls fail. The configuration-update route controlling pass-through settings also lacked an administrator check before version 1.83.0, a separate issue tracked as CVE-2026-35029.

The pattern is reflected in AI infrastructure credential theft, where exposed gateways can bridge attackers to secrets, persistence, and costly resource misuse.

Administrators should replace example credentials with a strong, unique master key and review guardrails for unexpected entries. Restarting the process can clear code retained in memory.

They should audit pass-through settings, restrict container outbound traffic, and apply least-privilege IAM permissions to workload identities.

Remove management interfaces from the public internet and limit access to trusted networks and authenticated administrators.

Rotate provider keys and cloud credentials if an exposed vulnerable instance might have been accessed, then review logs for suspicious administrative activity and unusual outbound requests.

The LiteLLM supply chain exposure likewise shows why gateways need careful configuration, identity, and update control.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
Default credentialsk-1234Default LiteLLM master key accepted by exposed deployments
HTTP endpoint/mcp/MCP endpoint affected by the authentication-bypass issue
HTTP header valueAuthorization: Bearer aMinimal Bearer-token value demonstrated to establish an MCP session
HTTP endpoint/guardrailsGuardrail registration endpoint associated with custom-code execution
HTTP endpoint/config/pass_through_endpointEndpoint used to configure pass-through request routes
URLhttp://169.254.169.254/latest/AWS instance metadata service target used in the cloud-credential theft demonstration
File nameuser_api_key_auth_mcp.pyLiteLLM MCP authentication-handler source file
File nameguardrail_endpoints.pyLiteLLM guardrail-endpoint source file
File namecustom_code_guardrail.pyLiteLLM custom-code guardrail source file
File namepass_through_endpoints.pyLiteLLM pass-through endpoint source file

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post LiteLLM Flaws Let Attackers Execute Code as Root and Steal Cloud Credentials appeared first on Cyber Security News.

Hackers Use Fake Claude and ChatGPT Installers to Infect Mac Users With Password-Stealing Malware

10 de Setembro de 2026, 06:53

Mac users seeking AI tools face a malware trap. Attackers are using fake Claude and ChatGPT installers and sponsored search results to push MacSync, a macOS password stealer.

The campaign relies on persuasion instead of a software flaw. A visitor is told that a download, connection, or verification step has failed, then instructed to copy a command into Terminal. That single action gives the attacker a route into the device.

MacSync is a malware-as-a-service operation, meaning its developers supply the tool and infrastructure to other criminal groups. Researchers said the threat emerged in 2025.

The risk goes beyond a stolen password. MacSync is designed to gather browser logins, session cookies, Mac Keychain data, SSH keys, cloud credentials, messaging sessions, and cryptocurrency wallet information.

SEQRITE said in a report shared with Cyber Security News (CSN) that it can also establish lasting access, leaving personal accounts and workplace systems exposed.

Hackers Use Fake Claude and ChatGPT Installers

The first stage often begins with a search for a desktop AI app. Criminals buy or manipulate search placements and send people to pages that imitate Claude AI, ChatGPT, developer tools, or other trusted services.

A previous report on malicious macOS Google ads shows how paid results can steer high-intent users toward a fraudulent AI download page. Instead of providing a normal application package, the page displays a ClickFix prompt.

These prompts may claim a WebSockets connection needs repair, a CAPTCHA must be completed, or an audio problem requires attention. Victims are asked to paste a helpful-looking command into Terminal, starting the infection themselves.

MacSync Attack Chain (Source - SEQRITE)
MacSync Attack Chain (Source – SEQRITE)

That technique is effective because it turns the user into the final delivery step. Traditional warning signs, such as an unsolicited attachment, may be absent.

The wider pattern was documented in coverage of macOS ClickFix credential theft, where fake verification pages similarly pushed commands to Mac users. After execution, a shell script launches a background component and unpacks the native MacSync stager.

The stager detaches from the Terminal session, suppresses visible output, and retrieves further instructions from attacker-controlled infrastructure. This layered design lets operators change later payloads.

Stealer Collects Data Quietly

MacSync downloads an AppleScript directly into memory and runs it through a built-in macOS automation utility, rather than saving the script as an obvious file.

The script can display a password request that resembles a system dialog, then collect credentials and other data from the compromised Mac.

The malware packages information, including browser vaults and wallet databases, before sending it to its operators in fixed-size pieces.

If a transfer fails, it retries with increasing delays. After a successful upload, it removes temporary material to reduce evidence for users or incident responders.

Execution Flow (Source - SEQRITE)
Execution Flow (Source – SEQRITE)

It can then deploy a remote-access component that uses the macOS launch mechanism to start after login. A helper program may also request screen-recording permission, giving criminals another opportunity to watch activity or capture sensitive content.

The result is a campaign that can move from a fake installer to account takeover and surveillance. The findings fit a broader rise in AI-themed malware delivery.

In another case, a weaponized ChatGPT download site used sponsored results and fake download choices to target both Mac and Windows users. Familiar branding lowers suspicion when people are looking for new tools or quick fixes.

Users should avoid sponsored links when downloading software and go to a vendor’s official website by typing the address or using a trusted bookmark.

They should never paste a command from a web page, chat, ad, or support message into Terminal unless they fully understand it and have independently verified its source.

Security teams should block the listed infrastructure, investigate unexpected command-line activity launched from browsers, and check Macs for unfamiliar launch items and permission requests.

Resetting passwords alone may not be enough after an infection; affected users should revoke active sessions, rotate exposed keys, and have the device examined for persistence.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
File name9ff32f7c0108e9d27a3b491edf04827b6ca025f44dbIdentified MacSync Mach-O sample file name
SHA-256 hash9ff32f7c0108e9d27a3b491edf04827b6ca025f44db68aMacSync sample hash reported by SEQRITE
MD5 hash9678f71ea4cccbc3d511dc8d7f24b113MacSync sample MD5 hash
SHA-1 hash59508d071661ea70fa5fcbe6f9e2fb72506e57dfMacSync sample SHA-1 hash
Code-signing identifiercom.utils.LauncherAd-hoc-signed MacSync stager identifier
CDHashd182eb7cba0ffa42d770d7b0d3499e49f24163a2Code directory hash associated with the sample
Staged archive/tmp/osalogging.zipTemporary archive used to hold collected data
Status file/tmp/.httpcodeTemporary file used to record server response status
Persistence filecom.google.keystone.plistPossible renamed LaunchAgent persistence file
Persistence filecom.apple.sync.plistPossible renamed LaunchAgent persistence file
C2 domaindrivinguber.comPrimary command-and-control host
C2 domainasia.newsinweb.comRegional fallback command-and-control host
C2 domainusa.newsinweb.comRegional fallback command-and-control host
C2 root domainnewsinweb.comRoot domain used for fallback infrastructure
Download URI/dynamic?txd=c4f70f37daae63fe47b0c92adf006f8cf50b6c522Path used to retrieve the in-memory AppleScript payload
Upload URI/gate?buildtxd=c4f70f37daae63fe47b0c92adf006f8cf50b6Path used for stolen-data uploads
HTTP request headerapi-key: de62a2f47d1c7dec2997f931a050a615API key observed in MacSync network requests
HTTP User-AgentMozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) CFN AppleWebKit/537.36User-Agent string used in command-and-control communications

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Use Fake Claude and ChatGPT Installers to Infect Mac Users With Password-Stealing Malware appeared first on Cyber Security News.

Antes de ontemCyber Security News
  • ✇Cyber Security News
  • Hackers Clone Banking Apps Into Hidden Android Work Profiles to Evade Fraud Detection Tushar Subhra Dutta
    Android banking fraud is entering a deceptive phase. Attackers are using malware that copies targeted banking apps into a concealed Android work profile, separating a fraudulent session from warning signs seen on the phone. The operation begins with Gigabud, an Android remote-access trojan active since 2022. Victims are lured through phishing sites, messaging apps, or social-media posts into sideloading fake airline, tax, or government applications, while fake banking app downloads can turn a
     

Hackers Clone Banking Apps Into Hidden Android Work Profiles to Evade Fraud Detection

9 de Setembro de 2026, 10:11

Android banking fraud is entering a deceptive phase. Attackers are using malware that copies targeted banking apps into a concealed Android work profile, separating a fraudulent session from warning signs seen on the phone.

The operation begins with Gigabud, an Android remote-access trojan active since 2022. Victims are lured through phishing sites, messaging apps, or social-media posts into sideloading fake airline, tax, or government applications, while fake banking app downloads can turn a brand into a trap.

Group-IB analysts identified Vwork, a modified version of the open-source Shelter app cloner, appearing minutes after Gigabud infections alongside tampered banking applications.

The researchers link the activity to GoldFactory and found compatible samples targeting Brazil, Colombia, Egypt, Indonesia, Laos, Mexico, Morocco, the Philippines, Thailand, Türkiye, and a Gulf Cooperation Council member state.

Group-IB said in a report shared with Cyber Security News (CSN) that from February through July 2026, researchers observed about 1,469 compromised devices and 1,281 potentially compromised logins in Indonesia, with estimated losses of roughly $960,939.

Those figures reflect observed activity rather than the full scope, but show why Android banking trojan campaigns remain a concern.

Hackers Clone Banking Apps Into Hidden Android Work Profiles

Gigabud first asks for Accessibility access, permission to draw over other apps, and battery-saving exemption. If a victim agrees, operators can remotely control the device, list installed apps, place fake login screens over real banking apps, and capture the device lock-screen code.

The next stage is simple but effective. The operator installs Vwork, which creates an isolated work profile and clones a banking app into it. In a confirmed Indonesian case, the cloned app was a fake version of a bank application.

Gigabud and Vwork fraud scheme flowchart (Source - Group-IB)
Gigabud and Vwork fraud scheme flowchart (Source – Group-IB)

Android keeps applications in separate profiles isolated. That boundary is intended to protect work and personal data, but attackers use it to make the banking session look new.

A security signal tied to malware in the personal profile may not follow the cloned application into the work profile. The operator can then conduct transactions through the clean-looking profile while hiding activity behind a black screen.

The bank may see a new environment rather than the already-flagged personal profile, weakening the connection between device risk and a fraudulent transfer. Similar hidden remote-control Android attacks demonstrate how control features can be concealed from victims.

Vwork reduces visible clues. Its launcher icon is hidden and cloning functions can be controlled by another app. Gigabud includes commands to initialize Vwork, clone an application, and upload the clone list, showing the tools were designed to work together.

Phishing Delivery and Defensive Signals

An early warning is a consumer phone unexpectedly creating an isolated work profile. A banking app installed across profiles, a nearly empty profile, or a second suspicious installation shortly afterward should raise risk.

For users, the advice is simple: install applications only from official stores, reject Accessibility requests from apps that are not genuine accessibility tools, and use a banking second factor that does not depend on SMS. A raw app file sent through a chat is not a legitimate bank distribution channel.

Banks and wallet providers should bind logins to trusted devices, examine unusual session actions, and block high-risk transactions when an unrecognized app has active Accessibility access. Detection should combine signatures with behavior, rather than assuming one malware alert is enough.

This case underlines a broader shift in mobile fraud. Attackers combine social engineering, overlays, remote access, and Android features meant for legitimate separation. banking PIN theft malware shows how overlays and device control can scale financial theft.

The key lesson is that a clean-looking banking session is not always a clean device. Security teams should treat unexpected work-profile creation, cross-profile application duplication, and accessibility abuse as linked warning signs.

That approach can expose the fraud path before a transfer is completed. It also helps teams distinguish ordinary work use from coordinated account takeover before funds leave an account during urgent financial fraud investigations.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
SHA-256b769721621aed0418b193e4a00e51bc772c8383a4149d23a5425b13475e2d501Gigabud sample
SHA-256ae6f6eeba2bd4cc948d24610d9447986e52f913f4b5ff960ddea26075ff621aeGigabud sample
SHA-2564fff28eecc0ab6303e4948df77671009dda5b93ed3d1cead527b02d1317426bcGigabud sample
SHA-256112fefc9348fa4acbb82d54d9688c96dd5671bcb2e6288c1f7f384baa8d2fdcfGigabud sample
SHA-2569ca27df7938f12794bab0847434482955ca9adea714a34afd315c7a7be522611Gigabud sample
SHA-2561f5d99864564c088a3260e54ad1728a3eadc0b509386cae200993b33673b343cGigabud sample
SHA-2560710ca983741bf6a95db1b6960c1985e45b10f276e5b26f4fae3157db283d1f3Vwork sample
SHA-25666499653c0fff78d81db5dc319b9aaa0288dc5d76f555a5eba73660c0ee810ebModified banking application sample
SHA-25661274cf9f49e04e559b267d18617d352c48ba3b1f453773ee9f30e5a4e25dbbcModified banking application sample
Android packagenet.yy.vworkVwork package identifier referenced by Gigabud samples

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Clone Banking Apps Into Hidden Android Work Profiles to Evade Fraud Detection appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Use Autonomous AI Agents to Launch Mass Credential Theft Attacks in Under 6 Hours Tushar Subhra Dutta
    Cybercriminals are using autonomous AI agents to turn compromised cloud systems into fast-moving credential theft platforms. In one recent case, attackers planned, built, and launched a large-scale campaign in less than six hours, stealing thousands of third-party credentials. The operation shows how attackers can combine AI coding tools, automated scanning, and cloud resources to work at a speed that previously required a larger team and far more time. Rather than manually checking s
     

Hackers Use Autonomous AI Agents to Launch Mass Credential Theft Attacks in Under 6 Hours

9 de Setembro de 2026, 09:47

Cybercriminals are using autonomous AI agents to turn compromised cloud systems into fast-moving credential theft platforms.

In one recent case, attackers planned, built, and launched a large-scale campaign in less than six hours, stealing thousands of third-party credentials.

The operation shows how attackers can combine AI coding tools, automated scanning, and cloud resources to work at a speed that previously required a larger team and far more time.

Rather than manually checking systems and fixing errors, the agents handled much of the work themselves. Analysts from Google Cloud identified the activity while tracking the growing use of AI-driven automation in real-world intrusions. 

Google Cloud said in a report shared with Cyber Security News (CSN) that the attackers used an AI coding chatbot, a prompt, and preconfigured instructions to carry out the campaign.

The incident is part of a broader shift in cybercrime. Attackers are increasingly using AI to scan for weaknesses, create phishing content, write malicious code, steal secrets, and maintain access after an initial break-in. This trend makes rapid detection and strong cloud security more important than ever.

Hackers Use Autonomous AI Agents

The financially motivated attackers first compromised an organization’s cloud infrastructure, then used it as the launch point for their operation.

Working from a trusted cloud environment helped their traffic appear more legitimate and made it harder for defenders to quickly separate malicious activity from normal services.

The AI-driven framework used written instruction files as operating playbooks. These instructions guided the agents through vulnerability scanning, credential collection, troubleshooting, and IP address rotation without requiring constant human decisions.

The result was a campaign that harvested credentials at a scale normally associated with much larger criminal groups.

This differs from traditional information stealers, which usually wait for a victim to run malicious software and then collect data from that device.

In this case, the agents actively searched server-side systems, identified weaknesses, and carried out targeted actions against online infrastructure.

The campaign highlights the risks outlined in recent reporting on AI agents breach company networks, where automated agents can map services, locate exposed tokens, and move toward valuable administrative access.

Once valid credentials are collected, criminals can reuse them for cloud access, fraud, espionage, extortion, or additional attacks.

Researchers also found an exposed command-and-control server hosting a separate automated reconnaissance and credential management framework called Recon.

Its dashboard was designed to organize, validate, and manage more than 23,800 stolen secrets in real time, including API keys connected to cloud and AI services.

Bespoke Vulnerability Scanning and Credential Harvesting Campaign (Source - Google Cloud)
Bespoke Vulnerability Scanning and Credential Harvesting Campaign (Source – Google Cloud)

The source report illustrates how attackers combined compromised cloud resources, AI-generated instructions, automated scanning, and credential harvesting into a single accelerated operation.

Cloud and Developer Systems Face Growing Risk

The attack demonstrates why cloud credentials and developer environments have become high-value targets. A single exposed access token can give attackers a trusted path into cloud services, source code repositories, automation pipelines, and sensitive business data.

The risks are similar to those described in stolen cloud credentials attacks, where valid keys can let intruders enter as approved users.

AI coding environments can create additional openings when developers download unsafe packages, clone altered repositories, or allow tools to process untrusted workspace files.

In related activity, the UNC6780 group used compromised developer accounts to distribute trojanized resources and targeted CI/CD environments for authentication tokens.

The DUSTMAKER credential stealer was also observed hiding files inside common AI coding workspace directories.

It could use malicious configuration files to influence an assistant into running scripts during routine development work, while fake pipeline tasks disguised as AI utilities searched for extra tokens and keys.

Organizations should treat AI tool configurations, developer tokens, and cloud API keys as sensitive credentials.

Security teams should rotate exposed keys quickly, apply least-privilege permissions, protect CI/CD runners, review third-party dependencies, and investigate unexpected automation tasks or workspace configuration changes.

Teams should also monitor cloud activity for unusual API calls, unfamiliar service accounts, unexpected public services, and suspicious outbound scanning.

Guidance from coverage of typosquatted npm package theft shows why dependency checks and secret scanning remain essential for development teams.

The findings do not mean autonomous exploitation is now common across every intrusion. However, they show that AI agents can reduce the delay between compromise and credential theft.

Defenders need controls that can detect abuse at the same pace, especially as attackers continue combining AI automation with familiar methods such as stolen credentials, exposed services, and malicious packages.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
Package nametiktoken_mcpTrojanized fork of a legitimate MCP server published to PyPI by UNC6780.
Repository nameazure-functions-mcp-extensionOfficial organizational GitHub repository reportedly targeted for malicious code injection.
Directory.claude/Hidden AI coding workspace directory abused by DUSTMAKER.
Directory.vscode/Hidden IDE workspace directory abused by DUSTMAKER.
Directory.cursor/Hidden AI coding workspace directory abused by DUSTMAKER.
File namesetup.mjsScript referenced as capable of being executed through malicious workspace configuration.
File name_index.jsJavaScript loader file containing prompt-injection comments intended to disrupt LLM security analysis.
File nameAGENTS.mdAgentic configuration file exposed on the Recon command-and-control server.
File nameKNOWLEDGE.mdKnowledge file exposed on the Recon command-and-control server.
File nameagentic_vuln_research.mdVulnerability-research instruction file exposed on the Recon server.
Directory.openclaw/Modular framework directory observed on the exposed Recon server.
Directorymemory/Framework directory observed on the exposed Recon server.
File namesecrets.jsonCline configuration file targeted by ACRSTEALER for potential plaintext API keys.
File nameconfig.yamlContinue AI configuration file targeted by ACRSTEALER for API keys and model-routing endpoints.

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Use Autonomous AI Agents to Launch Mass Credential Theft Attacks in Under 6 Hours appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Target Claude, Cursor and Codex AI Agents to Steal Tokens and Prompt Histories Tushar Subhra Dutta
    Cybercriminals are widening the reach of information-stealing malware by targeting the local data created by AI coding agents. The shift puts access tokens, saved connections, prompt histories, and project records at risk on already infected computers. The activity does not point to a newly discovered flaw in Claude, Cursor, or Codex. Instead, it shows criminals adapting established stealers to collect valuable files stored in predictable local folders, a concern echoed in reporting on C
     

Hackers Target Claude, Cursor and Codex AI Agents to Steal Tokens and Prompt Histories

9 de Setembro de 2026, 08:41

Cybercriminals are widening the reach of information-stealing malware by targeting the local data created by AI coding agents.

The shift puts access tokens, saved connections, prompt histories, and project records at risk on already infected computers. The activity does not point to a newly discovered flaw in Claude, Cursor, or Codex.

Instead, it shows criminals adapting established stealers to collect valuable files stored in predictable local folders, a concern echoed in reporting on Claude session theft involving browser-based account access. Analysts at Gen Digital identified the expanding collection rules after examining recent malware activity.

Gen Digital said in a report shared with Cyber Security News (CSN) that the findings concern locally installed development agents, not a direct compromise of an AI model or agent.

The impact can extend well beyond a single paid account. A stolen archive may give criminals both a reusable way into an account and the context needed to identify sensitive projects, connected services, and people worth targeting with follow-on fraud or phishing.

Hackers Target Claude, Cursor and Codex AI Agents

Over a three-month period, Gen Digital recorded Amatera and Remus detections among tens of thousands of protected Windows users.

Amatera focused on data linked to Cline and Continue, while Remus targeted Claude, Cursor, and OpenCode, indicating that agent data has entered the broader infostealer economy.

CallbackBeaver has also added Cursor and Claude to its collection scope, with more than 5,000 samples seen in a 30-day period.

BeeStealer, STG Stealer, HydraStealer, APEX Stealer, and Otter Stealer illustrate how quickly the technique is spreading, while macOS-focused Djinn Stealer has been associated with Claude, Codex, Gemini, Cline, OpenCode, and Kilo.

What stealer is looking for (Source - Gen Digital)
What stealer is looking for (Source – Gen Digital)

Criminals do not necessarily need to rebuild a payload to add a newly popular tool. Many stealers use remotely managed rules that specify folders, file names, databases, extensions, and search limits, so adding another target may amount to a configuration update delivered to machines that are already compromised.

That low barrier matters because a local agent directory can contain far more than settings. Security teams investigating AI agent artifacts should consider authentication files, conversation databases, recent-project data, and connected-service settings as high-value endpoint material, alongside browser profiles and cloud command-line credentials.

Stolen Tokens Expose Work Context

Some agents keep access tokens or refresh tokens locally to avoid requiring a fresh login every session. A stolen access token may let an attacker use an account until it expires, and a refresh token can sometimes extend that window, enabling paid API abuse or resale of working access.

MCP configurations can raise the stakes further. These files may hold endpoints, headers, environment variables, API keys, or other authentication details for external tools, meaning reusable secrets could expose source control, ticketing, databases, cloud resources, or collaboration services connected to the agent.

Prompt histories and transcripts are equally useful to intruders. Developers often use assistants to examine code, analyze logs, and solve incidents, and their chats may reveal source code, internal hostnames, repository names, deployment details, or secrets pasted during troubleshooting.

Related MCP security weaknesses show why connected tools need careful oversight. Organizations should inventory the agents in use, review what they store locally, and use operating-system-protected credential storage where available.

They should keep passwords, private keys, API secrets, and customer data out of prompts, give connected tools only necessary permissions, and favor short-lived, narrowly scoped tokens.

After a suspected stealer infection, responders should work from a clean device to revoke AI sessions, rotate API keys and other connected credentials, review account activity, and determine whether local conversations exposed company information.

Multi-factor authentication remains important, but it may not prevent replay of a token that malware has already copied. Users should also keep endpoints and applications updated and avoid ClickFix or FakeCaptcha instructions, cracked software, and unofficial installers, which are common delivery routes for stealers.

Teams deploying coding agents at scale can apply lessons from AI agent approval flaws by reviewing trusted projects, connections, and access boundaries before they become an attacker’s shortcut. The targeting will likely grow as workplace adoption expands.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Target Claude, Cursor and Codex AI Agents to Steal Tokens and Prompt Histories appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Abuse Google Sheets to Hijack Crypto Wallet Addresses in ClickFix Attacks Tushar Subhra Dutta
    Hackers are using Google Sheets as an unlikely control channel in a cryptocurrency theft campaign. The operation turns a familiar browser session into a place where malicious code runs, rather than placing a conventional program on a victim’s computer. The attackers promote a fake report claiming to expose profitable flaws at cryptocurrency swap services. Victims are told to paste JavaScript into Chrome’s address bar or add it to a browser extension, allowing the code to run on the trading si
     

Hackers Abuse Google Sheets to Hijack Crypto Wallet Addresses in ClickFix Attacks

9 de Setembro de 2026, 07:57

Hackers are using Google Sheets as an unlikely control channel in a cryptocurrency theft campaign. The operation turns a familiar browser session into a place where malicious code runs, rather than placing a conventional program on a victim’s computer.

The attackers promote a fake report claiming to expose profitable flaws at cryptocurrency swap services. Victims are told to paste JavaScript into Chrome’s address bar or add it to a browser extension, allowing the code to run on the trading site they are visiting.

The campaign began with ClickFix-style lures in October 2025 and adopted Google’s Visualization API in March 2026.

The researchers found messages on Telegram, DarkForums, email, and paste sites, targeting people interested in trading, coding, hacking, and quick financial gains. The result is a wallet-address swap at the moment a user expects to make a deposit.

Telegram channel post promoting the “API Exploit” lure document (Source - Cisco Talos)
Telegram channel post promoting the “API Exploit” lure document (Source – Cisco Talos)

Cisco Talos said in a report shared with Cyber Security News (CSN) that they identified 49 Bitcoin addresses used by the operation; 24 received a combined 0.159 BTC, valued at about $10,000 in early August 2026, although the actual total may be higher.

Hackers Abuse Google Sheets

This campaign changes the familiar ClickFix formula. Instead of asking a user to open Run or a terminal, the lure asks them to alter their browser. Requests for the next attack stage can therefore look like normal traffic to a trusted Google service.

The first lure described a fabricated API flaw that supposedly delivered around 38 percent higher payouts on SwapZone. A later version claimed a SimpleSwap loyalty feature could provide a 25 percent bonus, then instructed users to install Tampermonkey and paste in a loader script.

That evolution echoes how recent ClickFix delivery campaigns rely on a person to complete the dangerous action.

Here, the loader retrieves hidden, scrambled JavaScript from cells in a publicly published Google Sheet using the Visualization API, joins the code together, and injects it into the active page.

A screenshot of a private message on a dark web forum (Source - Cisco Talos)
A screenshot of a private message on a dark web forum (Source – Cisco Talos)

The malicious code behaves like a web skimmer. It watches the transaction page, changes displayed deposit addresses, intercepts web responses that contain wallet data, and replaces copied addresses in the clipboard with an attacker-controlled alternative.

It also adds false bonus information to make a transaction seem more attractive. The extension-based version gives the attackers an added advantage: persistence. Each time the target returns to the selected trading site, the loader can reconstruct and insert the payload again.

The operators also changed their Sheet and hosting setup after takedown efforts, making simple disruption short lived. The danger extends beyond cryptocurrency trading.

A compromised extension, web dependency, or customer-facing application could use similar browser-side tricks to quietly modify forms or information.

The abuse of recognized online services resembles trusted mirror ClickFix abuse, where a credible host can make a harmful page appear less suspicious.

Defending Against Browser-Based Lures

Users should treat any online claim of a secret trading bonus, exploit, or special API access as a warning sign. No website should require visitors to paste code into the address bar, developer console, terminal, or browser extension to unlock a legitimate feature.

This case also reinforces lessons from fake verification page attacks, in which a convincing prompt shifts execution to the victim. Before sending funds, users should compare the address shown on screen with the address copied to the clipboard and verify it through a trusted channel.

Organizations should control browser extensions by role and limit developer-level browser functions where they are not required.

Security teams should investigate unusual requests to Google Docs from browser sessions without normal document activity, especially after an employee visits untrusted forums or links.

A view of the rows storing code in the script after downloading in CSV format (Source – Cisco Talos)

Web application owners should test third-party code and remove unexplained, heavily obfuscated JavaScript. The campaign’s methods overlap with browser-based ClickFix techniques, but its public spreadsheet use shows why network trust alone is not enough to judge whether a web request is safe.

Training should focus on behavior, not just blocked domains. Employees and customers need clear guidance that copying code from a document, message, or trading “research” page can hand an attacker control of the browser session, even when the destination appears to be a well-known service.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
Domaindocs.google[.]comGoogle-hosted documents and Sheets were used for lure hosting and payload retrieval through the Visualization API
Domainpaste[.]shHosted first-stage JavaScript loader scripts used in the campaign
URLhttps[:]//paste[.]sh/dQfdExjo#AqjB4BBt]lwLt2NKrlC0x8J9OPaste site URL promoted for the Tampermonkey-based loader script
DomainSwapZone[.]ioCryptocurrency trading site targeted by the initial lure version
DomainSimpleSwap[.]ioCryptocurrency trading site targeted by the later Tampermonkey-based lure
File nameAPI Logic FlawName used for the fraudulent Google Docs lure document
Tool or serviceObfuscator[.]ioJavaScript obfuscation service whose output patterns were observed in payload samples

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Abuse Google Sheets to Hijack Crypto Wallet Addresses in ClickFix Attacks appeared first on Cyber Security News.

  • ✇Cyber Security News
  • CISA Warns Chinese AI Firms Extract Billions of Tokens From Claude, GPT, Gemini and Grok Tushar Subhra Dutta
    A new U.S. government advisory has raised concerns over large-scale attempts to copy the capabilities of leading artificial intelligence systems. The activity did not involve conventional malware, but instead focused on harvesting model outputs at a scale that could accelerate rival AI development. The alleged campaigns relied on huge volumes of automated requests sent through application programming interfaces, cloud services, aggregators, and proxy networks. CISA said in a report sh
     

CISA Warns Chinese AI Firms Extract Billions of Tokens From Claude, GPT, Gemini and Grok

9 de Setembro de 2026, 05:41

A new U.S. government advisory has raised concerns over large-scale attempts to copy the capabilities of leading artificial intelligence systems.

The activity did not involve conventional malware, but instead focused on harvesting model outputs at a scale that could accelerate rival AI development.

The alleged campaigns relied on huge volumes of automated requests sent through application programming interfaces, cloud services, aggregators, and proxy networks.

CISA said in a report shared with Cyber Security News (CSN) that by collecting responses from advanced AI models, operators could create synthetic datasets designed to teach other systems how to perform similar tasks.

Analysts from the Cybersecurity and Infrastructure Security Agency, alongside the NSA and FBI, said China-based AI companies likely extracted billions of tokens across millions of exchanges from U.S. frontier models since late 2024.

The advisory describes the activity as malicious industrial-scale knowledge distillation rather than routine AI research. The reported impact reaches beyond unauthorized access to a single platform.

CISA warned that extracting reasoning, coding, agentic, and domain-specific capabilities can cut both the cost and time required to develop competitive models, creating economic and national-security concerns for the wider AI ecosystem.

CISA Warns Chinese AI Firms Extract Billions of Tokens

CISA named DeepSeek, Moonshot AI, Alibaba, MiniMax, StepFun, and Z.AI as companies involved in campaigns targeting variants of Claude, GPT, Gemini, and Grok.

The agency said the operations appeared likely to have occurred with Chinese government awareness, although the advisory did not claim direct government control. Knowledge distillation is normally a legitimate method in which a smaller model learns from a larger one.

The concern arises when companies allegedly obtain restricted outputs from competitors at scale, then use those results to imitate protected capabilities without authorization, as seen in previous reporting on large-scale AI distillation attacks.

DeepSeek allegedly ran organized collection activity from at least late 2024 through mid-2025, seeking reasoning abilities, specialized optimization, legal functions, and writing support for its R1 and V3 models.

CISA said its public training-cost claims did not reflect the full value of data gained through alleged distillation. Moonshot AI was linked to widespread activity from at least mid-2025, including the alleged extraction of Claude Fable 5 data for Kimi-K3 and GPT-4o data for Kimi-K2.

Other reported targets included programming, mathematics, reinforcement-learning, and software-engineering functions. The advisory also said Alibaba used distillation to improve software engineering, customer service, character creation, and training workflows.

Separate reporting had already examined allegations of unauthorized Claude model extraction, illustrating how model-output collection has become a major concern for AI providers.

Proxies and Prompt Attacks

According to CISA, the operations used “transfer stations,” a gray market of API proxies that can mask user metadata and help users bypass geographic restrictions.

These intermediaries can also obscure the organization making requests, making isolated accounts look less connected than they really are.

The advisory described account pools, bulk premium subscriptions, and automated routing systems that could switch among providers when access controls changed.

It also highlighted behavior such as sustained activity around the clock, repeated use from multiple locations, immediate maximum use by new accounts, and coordinated timing across separate pathways.

Some operators allegedly used prompt injection and jailbreak-style requests to force models to disclose hidden chain-of-thought reasoning.

This is distinct from ordinary prompts because the goal is to manipulate a model into exposing protected internal processes, a risk also explored in coverage of prompt injection attack techniques.

CISA urged AI providers to strengthen identity checks, monitor unusual subscription-to-usage ratios, apply rate limits, and log requests for investigation.

Providers should also share infrastructure and behavioral signals with cloud platforms and API aggregators, since a distributed campaign may not be visible from one service alone.

The agencies further recommended targeted response changes for high-confidence malicious requests, such as reducing response fidelity or varying outputs, without alerting suspected operators.

Differential privacy, adversarial testing, stricter API controls, and measures to limit prompt injection can add layers of protection against extraction attempts.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post CISA Warns Chinese AI Firms Extract Billions of Tokens From Claude, GPT, Gemini and Grok appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Claude Mythos AI Autonomously Executes Full Cyber Kill Chain Without Human Guidance Tushar Subhra Dutta
    Claude Mythos is the first model reported to complete a cyber kill chain without step-by-step human direction. The finding does not describe malware or a confirmed victim breach. It is a controlled test, but shows how quickly autonomous attack capability is advancing. The concern is speed. The model found weaknesses, entered a defended enterprise network, collected credentials, raised privileges, moved between systems and reached domain administrator control. Those are stages defenders tr
     

Claude Mythos AI Autonomously Executes Full Cyber Kill Chain Without Human Guidance

8 de Setembro de 2026, 09:50

Claude Mythos is the first model reported to complete a cyber kill chain without step-by-step human direction. The finding does not describe malware or a confirmed victim breach. It is a controlled test, but shows how quickly autonomous attack capability is advancing.

The concern is speed. The model found weaknesses, entered a defended enterprise network, collected credentials, raised privileges, moved between systems and reached domain administrator control.

Those are stages defenders try to interrupt during an intrusion. GitHub hosts projects and discussions using the Claude Mythos name, but did not identify a malware campaign.

The finding comes from Booz Allen’s assessment of autonomous models. It is a benchmark result, not evidence of a named program independently attacking organizations.

Booz Allen said in a report shared with Cyber Security News (CSN) that it tested 18 U.S. and Chinese models as autonomous attackers against a production-grade enterprise network. Researchers used network and host telemetry to measure actions, rather than accept model claims.

Claude Mythos AI Autonomously Executes Full Cyber Kill Chain

The Cyber Weapon Index gave Claude Mythos an 80 score, combining 74 for vulnerability research and 86 for kill-chain attainment.

It was the only model assessed as reaching the final objective. Researchers said it moved from a stolen employee credential to administrator-level control in every credentialed attempt.

The harder scenario began with no credentials. The report says Claude Mythos penetrated from outside and worked out how to raise its access, instead of following a fixed plan.

Attack lifecycle (Source – GitHub)

The reported autonomous AI agent breach illustrates why this development has drawn attention. The test examined whether models could spot weaknesses in compiled software without source code.

Only frontier Anthropic models identified the previously unseen flaw used in testing, and only Claude Mythos reportedly exploited it. The result is from a defined setting, not proof of universal performance.

Other models showed progress without matching the full outcome. Four reached domain access and control, four achieved lateral movement, and two reached credential access.

All but one penetrated the network autonomously. An attacker need not finish every stage alone to cause disruption or give a human operator a head start.

Defenders face a speed problem

The report argues that risk lies in the entire AI system, not only its model. An attack harness can link a model with tools, memory, feedback and an execution environment.

This helps an agent retain context, recover from errors and connect tasks, as seen in agents breaching company networks.

A model that stops short alone can become more effective with automation, tailored prompts and operational tools. The report found that a harness paired with Claude Sonnet could rival Claude Mythos. A public model score, therefore, can leave serious blind spots.

The likely entry routes are familiar: exposed services, unpatched flaws, stolen credentials and weak access controls.

AI reduces the time and expertise needed to test options, analyze results and adapt. AI agents rebuilding attack tools illustrate how persistence after failure can amplify this advantage. The recommended response is to assume an initial foothold and restrict what happens next.

Organizations should connect vulnerability management, detection, containment and response; enforce least privilege, strong identity checks, segmentation and isolation of high-value systems; and test containment while keeping services running.

Teams should test safeguards in deployed configurations, including tool permissions and autonomy levels. The report recommends continuous measurement of models and surrounding systems, plus controlled access for vetted defenders to reproduce threatening behavior.

This exceeds paper compliance when attack methods change quickly. The headline is not that an AI model has become a criminal actor. A controlled assessment found one system capable of completing a realistic sequence of offensive tasks.

The gap between early access and full compromise may be narrowing, making patching, identity protection and segmentation urgent. Related AI-driven government system breaches show why coordinated automation needs preparation.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Claude Mythos AI Autonomously Executes Full Cyber Kill Chain Without Human Guidance appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Disable Endpoint Protection and Deploy Sliver Across Compromised Windows Domain Tushar Subhra Dutta
    A new intrusion campaign shows how quickly a Windows domain can be turned into a launchpad for deeper compromise. The operators used a Sliver command-and-control beacon, account creation, credential theft and remote administration to establish control after gaining an initial foothold. The activity was staged from an exposed server and aimed at one unnamed US organisation. Its scripts were built for a real Active Directory environment, including a planned rollout across 18 hosts, while the re
     

Hackers Disable Endpoint Protection and Deploy Sliver Across Compromised Windows Domain

8 de Setembro de 2026, 09:10

A new intrusion campaign shows how quickly a Windows domain can be turned into a launchpad for deeper compromise. The operators used a Sliver command-and-control beacon, account creation, credential theft and remote administration to establish control after gaining an initial foothold.

The activity was staged from an exposed server and aimed at one unnamed US organisation. Its scripts were built for a real Active Directory environment, including a planned rollout across 18 hosts, while the recovered material contained no proof that ransomware was deployed in this specific incident.

Analysts at The Hunter’s Ledger identified the operation as a high-risk post-exploitation toolkit and tracked it as UTA-2026-024.

The research ties the infrastructure to a confirmed ransomware incident, but does not name the people behind this intrusion or conclude that they deployed an encryptor.

The Hunter’s Ledger said in a report shared with Cyber Security News (CSN) that the operators combined ordinary public tools with unusually detailed knowledge of the victim’s network.

The result was a durable access package designed to disable safeguards, steal credentials and keep its control channels available.

Hackers Disable Endpoint Protection

After entering the domain, the operators scripted the creation of an Active Directory account with a non-expiring password and added it directly to Domain Admins.

They also created a local administrator, enabled Remote Desktop Protocol access, and turned off Network Level Authentication, expanding the paths available for later movement.

The scripts stopped and disabled eight services associated with the victim’s endpoint protection product, then checked each service state.

They also collected the SAM, SYSTEM and SECURITY registry hives for offline password cracking, while a separate LSASS memory dump and Mimikatz supplied additional routes to credentials.

A central concern is the campaign’s persistence. Scheduled tasks ran as SYSTEM, used forged author details and included backdated registration dates.

Kill Chain (Source - THE HUNTER’S LEDGER)
Kill Chain (Source – THE HUNTER’S LEDGER)

One weekly task downloaded the latest attack chain without saving a fixed payload, a tactic similar to remote scheduled task delivery in EtherRAT attacks.

The team also manipulated the victim’s DNS content filter through its administrative interface. It added the attackers’ domain to an allowlist and placed a matching record in internal DNS, making the domain resolve internally and pass the same security control intended to block it.

This approach mirrors a broader pattern in Windows intrusions, where trusted administrative features become the delivery system after access is obtained.

Recent reporting on fake installer campaigns disabling Defender also showed attackers using installer workflows and scheduled tasks to weaken controls before maintaining access. In both cases, the danger is not a single tool but the sequence of actions surrounding it.

Blockchain C2 Complicates Response

Alongside Sliver, the toolkit used a Node.js implant that obtained its command server from an Ethereum smart contract.

The first domain recorded in that contract was the same one inserted into the victim’s DNS configuration, directly connecting the two seemingly different parts of the operation.

The contract changed domains five times over five months, making simple domain blocks short-lived. Yet the contract itself stayed unchanged and publicly readable, giving defenders a better tracking point.

The related beacon also contacted its main server every 60 seconds with no measured timing variation, a useful signal for network hunting.

The recommended response is to reset credentials across the affected domain, not solely for known accounts; review privileged-group additions and SYSTEM tasks; restore the DNS allowlist; rotate the filter administrator password; and remove planted internal DNS entries.

Teams should also look for RDP enabled with Network Level Authentication disabled and monitor the contract for later C2 changes. Security teams should favor behavior over broad signatures for public tools.

Baseline scheduled tasks, alert on fileless download commands running as SYSTEM and review sudden endpoint-protection service changes.

Readers examining related Windows tradecraft can compare Sliver implant activity targeting Germany and ransomware SYSTEM task abuse, which show how familiar components can be chained into an enterprise-wide incident. The pattern deserves sustained, careful attention.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
IPv4 address193.233.202.17Primary Sliver command-and-control and staging-server address
IPv4 address77.110.126.46Hardcoded third-tier fallback address, designated hunt-only
IPv4 address146.103.127.44Historical operator-used address from April 2026, designated monitor-only
Domainpublisherresolution.comFirst C2 domain written to the Ethereum resolver contract
Domainresumeacceptable.comHistorical Ethereum resolver C2 domain
Domainsimultaneouslypower.comHistorical Ethereum resolver C2 domain
Domainwiselystarting.comHistorical Ethereum resolver C2 domain
Domainitemrange.comMost recently recorded Ethereum resolver C2 domain
URLhttps://publisherresolution.comEthereum resolver contract value
URLhttps://resumeacceptable.comEthereum resolver contract value
URLhttps://simultaneouslypower.comEthereum resolver contract value
URLhttps://wiselystarting.comEthereum resolver contract value
URLhttps://itemrange.comEthereum resolver contract value
URLhttp://193.233.202.17:42718/task_39.ps1Fileless PowerShell download location used by the persistence task
File namesvcload.exeModified PrintSpoofer derivative
File namews35.exeReverse-shell sample containing the fallback address
File namews36.exeReverse-shell sample containing the fallback address
File namews37.exeReverse-shell sample containing the fallback address
File namews_3srv.exeReverse-shell sample containing the fallback address
File nametask_39.ps1PowerShell payload retrieved by the scheduled task
File nameslv_beacon_sc.binSliver beacon shellcode payload
Smart contract0xb3f2897f2bc797e5b9033faef8c81e92b01cb831Ethereum contract used to resolve the Node.js implant’s C2 location
MSI UpgradeCode{B3D67F25-0E3A-4B6B-965C-2C7610958983}Stable installer identifier observed in the MSI package
User-AgentChrome/108.0.6602.492Hardcoded malformed User-Agent associated with the campaign’s request profile

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Disable Endpoint Protection and Deploy Sliver Across Compromised Windows Domain appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Panzer Ransomware Targets Italian Manufacturers and Telecom Firms With ESXi-Ready RaaS Tushar Subhra Dutta
    Panzer ransomware has entered Italy amid a sharp rise in attacks. The ransomware-as-a-service, or RaaS, operation surfaced on August 5 and listed a kitchen manufacturer in Treviso and a telecommunications engineering firm in Catanzaro among its alleged victims. The group advertises tools for Windows, Linux, FreeBSD, and VMware ESXi systems. An attack on a virtualization host can disrupt many business applications at once, turning one compromised server into a wider outage. Panzer posted vi
     

Panzer Ransomware Targets Italian Manufacturers and Telecom Firms With ESXi-Ready RaaS

8 de Setembro de 2026, 06:10

Panzer ransomware has entered Italy amid a sharp rise in attacks. The ransomware-as-a-service, or RaaS, operation surfaced on August 5 and listed a kitchen manufacturer in Treviso and a telecommunications engineering firm in Catanzaro among its alleged victims.

The group advertises tools for Windows, Linux, FreeBSD, and VMware ESXi systems. An attack on a virtualization host can disrupt many business applications at once, turning one compromised server into a wider outage.

Panzer posted victims across 11 countries and the campaign arrived as claimed ransomware incidents in Italy reached 212 by September 6, above the 169 recorded during all of 2025.

Researcher Andrea Fortuna said in a report shared with Cyber Security News (CSN) that the Panzer’s victim posts should still be treated carefully.

Doimo Cucine and NTE Italia had not publicly confirmed the incidents when the report was published, but their listing may be a credibility-building tactic.

Panzer Ransomware Targets Italian Manufacturers

Panzer stands out less for a publicly examined encryptor than for the business system surrounding it. Prospective affiliates reportedly apply through Tox, face screening, and receive access to a dashboard for builds, negotiations, payment invoices, leak posts, and team accounts.

The stated split gives affiliates 80 percent of each payment and the platform 20 percent. Operators also claim to monitor new affiliates for signs of researcher or law-enforcement access, showing a controlled recruitment process.

Its ESXi option is particularly serious for manufacturers and telecom providers that run core workloads as virtual machines.

An intruder who reaches a hypervisor could encrypt multiple virtual disks and halt dependent services, rather than affecting a single employee device.

Reporting on VMware vCenter attack techniques illustrates how control of virtualization infrastructure can become a direct path to ransomware deployment.

Panzer also appears to pair encryption with data theft. The group claimed 30 GB of stolen data from Doimo Cucine and 16 GB of sensitive documents from NTE Italia.

Backups may restore systems, but they do not remove the pressure created by a threatened data leak or potential reporting duties. Researchers have not independently confirmed Panzer’s first access method or publicly analysed payload.

Available assessments instead associate the operation, with limited confidence, with password attacks, credential theft, remote-service movement, local data collection, security-tool tampering, and data transfers over alternative protocols.

Possible entry routes include vulnerable internet-facing VPN or gateway devices, exposed Remote Desktop Protocol services, phishing messages with malicious documents, and abused remote-management software.

The focus on exposed access points echoes reporting on RDP and VPN attack routes, where stolen credentials and unpatched perimeter systems open a route into internal networks.

Defending virtualized operations

Italian organizations should begin with remote access. Require phishing-resistant multi-factor authentication for VPN, remote administration, and privileged accounts; remove unnecessary privileges; and rotate credentials immediately when compromise is suspected.

Internet-facing appliances and remote-management tools also need prompt patching and regular exposure reviews.

Segmentation is equally important. Keep domain controllers, backup repositories, vCenter, and ESXi management interfaces away from everyday user networks.

Restrict administrative protocols to monitored management segments, so a compromised workstation cannot easily reach the systems that control an entire virtual estate.

Teams should watch for warning signs before encryption begins: unusual VPN logins, new administrator accounts, unexpected PsExec or WMI activity, unapproved remote-management tools, large archives in user or ProgramData folders, and unfamiliar cloud-transfer utilities.

new ESXi ransomware campaign underscores why telemetry from hypervisors deserves the same attention as endpoint alerts.

Two commands deserve urgent attention when they appear unexpectedly on a server: vssadmin delete shadows and bcdedit recoveryenabled no.

They can remove recovery options, and responders should isolate the affected host, preserve evidence, and begin incident-response procedures rather than waiting for encryption.

Finally, maintain offline or immutable backups for every platform, including virtual machines, and test restorations routinely.

Monitor large outbound transfers, prepare legal and communications plans for double extortion, and ensure that recovery testing covers the applications and dependencies that keep production and telecom services operating.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
Leak site (.onion)pnzruro7syvwvefx5mpo2fhzi4jftgquynsqf3vy5x3no57yp2iz4nyd.onionPanzer leak-site address 
Tox ID (affiliate recruitment)8C3D96497A9438794F705C055FC2FD3059F6CF11FF51060EE55ED7F0679CFC7218825BD56CB1Publicly listed affiliate-recruitment contact 

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Panzer Ransomware Targets Italian Manufacturers and Telecom Firms With ESXi-Ready RaaS appeared first on Cyber Security News.

BigBear 2.0 Evilginx2 Phishing Campaign Bypasses Microsoft 365 MFA With Session Cookie Theft

8 de Setembro de 2026, 05:33

BigBear 2.0 is a phishing operation designed to steal proof that a user has already passed multi-factor authentication.

It targets Microsoft 365 accounts through convincing sign-in links, then takes over the logged-in browser session rather than attempting to break the authentication factor.

The operation is a rebranded Evilginx2 phishing framework that targets Microsoft 365 accounts. Victims are drawn in through email links that open a proxy page resembling a Microsoft sign-in page.

It relays their traffic to the genuine service while quietly collecting credentials and the session data returned after sign-in.

CloudSEK analysts identified BigBear 2.0 in June 2026 after gaining access to its administrative panel. The researchers linked the activity to an operator using the alias General Boss and found a network of 42 virtual private server nodes.

CloudSEK said in a report shared with Cyber Security News (CSN) that the panel held 5,137 stolen records tied to 461 organizations and 3,331 unique victim IP addresses across more than 40 countries.

Of those records, 474 represented complete authenticated sessions, alongside 1,032 passwords and 4,148 session cookies. The records illustrate an operation that collects both immediate account access and material that may support persistent access later.

BigBear 2.0 Evilginx2 Phishing Campaign Bypasses Microsoft 365 MFA

BigBear 2.0 uses an adversary-in-the-middle setup, meaning it sits between the victim and the real Microsoft login service.

It captures the email address and password, lets Microsoft validate the request, and waits for the victim to complete their normal approval or code challenge.

Campaign Timeline (Source - CloudSEK)
Campaign Timeline (Source – CloudSEK)

When sign-in succeeds, Microsoft sends an authenticated session cookie to the browser. Because the proxy handled the exchange, it can copy that cookie before forwarding the response.

The attacker can replay it in another browser and enter email, Teams, SharePoint, OneDrive, and connected single sign-on applications as the victim. Microsoft 365 session hijacking campaigns have reported the same account-takeover risk.

This is not a weakness in a one-time password, SMS code, or push notification by itself. These methods confirm the user during the live session, but the proxy steals the resulting proof. BigBear used country-matched residential proxies and scripts that pushed users away from security-key authentication.

The campaign particularly affected IT services and managed service providers, a concern because one compromised provider can offer attackers a route into customer environments.

At least five affiliates were linked to the panel. Phishing kits targeting organizations show this service-based model is spreading.

Containing identity compromise

Organizations should treat a suspected stolen cookie as an identity incident, not merely a password problem. Reset affected passwords, revoke active sessions and refresh tokens, and force a new sign-in for impacted accounts.

Teams should examine mailbox forwarding rules, OAuth consent grants, unfamiliar application access, and sign-in activity for evidence that a hijacked session was used after authentication. This review should begin as soon as suspicious activity is reported.

The most useful long-term control is phishing-resistant authentication, especially FIDO2 or WebAuthn security keys and passkeys where properly deployed.

These methods bind a login cryptographically to the genuine site, making a lookalike proxy far less useful. Passkey attack techniques nevertheless deserve ongoing attention.

Phishlet sample (Source - CloudSEK)
Phishlet sample (Source – CloudSEK)

Administrators should require compliant devices through Conditional Access, shorten session lifetimes where appropriate, and watch for unusual residential IP ranges or new browser sessions.

Email filtering should inspect links that imitate sign-in pages even when they use valid certificates. Teams can monitor for the distinctive headers and cookies listed below, because infrastructure can be reassigned.

For users, a familiar Microsoft page and successful MFA prompt do not always prove that a browser is connected directly to Microsoft.

Verify unexpected sign-in requests through a trusted bookmark or known application, not an email link. This concern is reinforced by Evilginx session-cookie attacks, which also depend on real-time relaying rather than stolen passwords alone.

The campaign combined cookie theft, geographic proxy matching, and affiliate access. MFA must be paired with phishing-resistant methods, session controls, and rapid token revocation.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
IP address38[.]60[.]250[.]157BigBear 2.0 VPS node
IP address95[.]179[.]233[.]79BigBear 2.0 VPS node
IP address80[.]240[.]27[.]55BigBear 2.0 VPS node
IP address65[.]20[.]103[.]58BigBear 2.0 VPS node
IP address38[.]54[.]124[.]88BigBear 2.0 VPS node
IP address208[.]85[.]20[.]79BigBear 2.0 VPS node
IP address95[.]179[.]169[.]154BigBear 2.0 VPS node
IP address107[.]191[.]46[.]14BigBear 2.0 VPS node
IP address130[.]94[.]82[.]180BigBear 2.0 VPS node
IP address38[.]54[.]124[.]58BigBear 2.0 VPS node
IP address208[.]85[.]18[.]18BigBear 2.0 VPS node
IP address45[.]32[.]147[.]239BigBear 2.0 VPS node
IP address208[.]76[.]222[.]214BigBear 2.0 VPS node
IP address130[.]94[.]82[.]230BigBear 2.0 VPS node
IP address65[.]20[.]102[.]80BigBear 2.0 VPS node
IP address70[.]34[.]208[.]46Historical BigBear 2.0 VPS node
IP address130[.]94[.]113[.]184Historical BigBear 2.0 VPS node
IP address78[.]141[.]193[.]59Historical BigBear 2.0 VPS node
IP address64[.]176[.]72[.]180Historical BigBear 2.0 VPS node
IP address136[.]244[.]114[.]85Historical BigBear 2.0 VPS node
IP address70[.]34[.]244[.]122Historical BigBear 2.0 VPS node
IP address199[.]247[.]10[.]14Historical BigBear 2.0 VPS node
IP address152[.]39[.]137[.]60Historical BigBear 2.0 VPS node
IP address91[.]245[.]235[.]208Historical BigBear 2.0 VPS node
IP address45[.]32[.]64[.]165Historical BigBear 2.0 VPS node
Domainkonceptenterprises[.]comPhishing domain
Domainccpipharma[.]comPhishing domain
Domainannastudios-paros[.]comPhishing domain
Domaindnsforward[.]comPhishing domain
Domainhotelmidtownsurat[.]comPhishing domain
Domaindataclust[.]comPhishing domain
Domaincifutura[.]comPhishing domain
Domainhoaivt[.]comPhishing domain
Domaindronalms[.]comPhishing domain
Domainvirextec[.]comPhishing domain
Domainofftic[.]comPhishing domain
Domainrootreseller[.]comPhishing domain
Domainmanagement[.]michaelmarcotte[.]comPhishing domain
Domainkgsscans[.]comPhishing domain
Domainsoil-management[.]comPhishing domain
Domaindaengrentacar[.]comHistorical phishing domain
Domainarrmmy[.]comHistorical phishing domain
Domaincaptelind[.]comHistorical phishing domain
Domainplanisteradmin[.]comHistorical phishing domain
Domainhnospascualfadon[.]comHistorical phishing domain
Domainhaliotisbar[.]comHistorical phishing domain
Domainknowncontractor[.]comHistorical phishing domain
Domainvaltteri[.]netHistorical phishing domain
URLmanagement[.]daengrentacar[.]com/meetingsObserved live Microsoft 365 phishing page
Filenamecookie.jsFile attachment used in the credential-processing workflow
Telegram bot@comeandget_botPrimary administrator command-and-control bot, revoked
Telegram bot token8629902848[:]AAGEFRukqwu9QaMSDNNuVRYF3juTcg4ehO4Defanged token for revoked primary administrator bot
Telegram bot@botterxyz_botAffiliate credential-exfiltration bot
Telegram bot token8625043408[:]AAH6G8X0aW0QhoLEB1uJiYQ5-2aLSJzg8VEDefanged affiliate bot token
Telegram bot@PackingitonG_botAffiliate credential-exfiltration bot
Telegram bot token8783369414[:]AAGENRhb7By-0-cQFgrnOw1AW4NbOeUutVEDefanged affiliate bot token
Telegram bot@donplayer_botAffiliate credential-exfiltration bot
Telegram bot token8807072847[:]AAEYbUaFcbeAgxTZ2Zl8pFbpjRPM9jXvvzEDefanged affiliate bot token
Telegram bot@bolywan_botAffiliate credential-exfiltration bot
Telegram bot token8462028468[:]AAEQt7oq0c3nTHzApQtHk3RdZ7ifnkYd1XMDefanged affiliate bot token
Telegram bot@rdsxtdytguyg75d_botAffiliate credential-exfiltration bot
Telegram bot token8794520788[:]AAERSVBlWMpzHc21CCP_-9tL_pjqH9-WuFIDefanged affiliate bot token
HTTP headerx-evg-tokenEvilginx-related application header
HTTP headerx-evg-serverEvilginx-related application header
HTTP headerx-evg-sessionEvilginx-related application header
Cookieevginx_sessionEvilginx-related session cookie
Cookieevginx_tokenEvilginx-related token cookie
Cookieevginx_adminEvilginx-related administrator cookie
Cookiebigbear_sessionBigBear 2.0 session cookie
Cookiebigbear_tokenBigBear 2.0 token cookie

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post BigBear 2.0 Evilginx2 Phishing Campaign Bypasses Microsoft 365 MFA With Session Cookie Theft appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Kimsuky Hackers Use OpenCode AI Agent to Mass-Produce Phishing Decoys in LNK Attacks Tushar Subhra Dutta
    Kimsuky has been observed using an AI agent to produce convincing phishing decoys at scale, then hiding malware inside Windows shortcut files. The latest activity shows how ordinary-looking documents can become the first step in compromise. The campaign begins with spear-phishing messages carrying ZIP archives. Inside is a malicious LNK shortcut disguised as a document, often with a browser-style icon and false details. When opened, it displays a decoy while silently launching PowerShell to f
     

Kimsuky Hackers Use OpenCode AI Agent to Mass-Produce Phishing Decoys in LNK Attacks

7 de Setembro de 2026, 10:02

Kimsuky has been observed using an AI agent to produce convincing phishing decoys at scale, then hiding malware inside Windows shortcut files. The latest activity shows how ordinary-looking documents can become the first step in compromise.

The campaign begins with spear-phishing messages carrying ZIP archives. Inside is a malicious LNK shortcut disguised as a document, often with a browser-style icon and false details. When opened, it displays a decoy while silently launching PowerShell to fetch additional code.

The 13 samples examined were collected between August 11 and 19, 2026, and used financial and corporate lures. That wider range raises the risk for corporate staff who routinely receive paperwork and financial notices.

Genians researchers identified the activity as a continuation of the Kimsuky-linked Operation GitPower cluster. 

Genians said in a report shared with Cyber Security News (CSN) that the campaign retains GitHub-based command infrastructure while adding evasion and varied decoy formats.

Kimsuky Hackers Use OpenCode AI Agent

The most notable change is evidence of opencode in the Creator and Producer metadata of several PDF lures.

Four documents carried the same August 16 creation timestamp, while their Author field remained set to “anonymous,” supporting the assessment that they were produced automatically rather than assembled one at a time.

The documents were not uniformly polished. Some contained unreplaced placeholder text for payment dates, grace periods, and financial values, a sign that drafts were pushed into use without careful review.

opencode Interface (Source - Genians)
opencode Interface (Source – Genians)

Other PDFs showed HeadlessChrome and Skia/PDF metadata, suggesting a separate workflow that generated HTML content and rendered it into cleaner-looking PDFs.

That combination gives attackers speed without abandoning familiar social engineering. Analysts found 29 retrieved decoy files but only 11 unique documents by MD5, with duplicated content redistributed under randomized names.

Readers can see the earlier context in Kimsuky local LLM phishing lures, where AI-made files were already used to make shortcut-borne attacks appear routine.

Comparison of Placeholders in Decoy Documents (Source - Genians)
Comparison of Placeholders in Decoy Documents (Source – Genians)

Such artifacts can disappear as operators refine their process, so defenders should not use document quality or metadata alone as the test for whether an attachment is safe.

LNK Loaders Hide GitHub-Based Payloads

Every analyzed LNK file launched PowerShell, concealing an encrypted loader in arguments stretching roughly 5,800 to 9,500 characters.

About 300 leading spaces helped keep the command out of sight in the shortcut properties window, while excess padding inflated file sizes to frustrate simple inspection and some automated checks.

After decoding the hidden content, the loader downloads a decoy and a follow-on script from GitHub Raw Content using a hardcoded personal access token.

It then creates randomly named PowerShell files in AppData or Temp, starts PowerShell through conhost.exe --headless, and registers hidden scheduled tasks that impersonate BitLocker, MATLAB, or .NET components.

One Visa-themed variant also pulled code from Pastebin, giving the operators a second delivery route if GitHub access is blocked. The approach builds on North Korea GitHub C2 attacks, where trusted developer platforms were used to blend malicious traffic into ordinary web activity.

Newer variants check for virtual-machine and analysis tools, look for the username “Bruno,” and delete PowerShell command history when they detect a likely research environment.

Padding Data (Source - Genians)
Padding Data (Source – Genians)

They also use error documents in some incomplete builds, but the persistence and payload retrieval stages can still run. Comparable LNK PowerShell loader techniques show why opening a file that merely looks like a PDF is not a reliable safety check.

Organizations should quarantine unsolicited ZIP attachments containing LNK files, especially when their icons and descriptions do not match their real type.

Security teams should correlate LNK launches with long command lines, hidden PowerShell, newly created scripts, scheduled-task registration, GitHub Raw requests carrying unusual tokens, and Pastebin access.

This behavior-first approach is more durable than relying on a single domain blocklist or decoy document review, and aligns with lessons from malicious shortcut file campaigns.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
MD510780939962b54addc9d31f57d80edfcMalicious sample hash
MD51523a2fcc901965ab4568d9fe829e4afMalicious sample hash
MD5500e0bc0d7579fb338912770964076feMalicious sample hash
MD5685bfc6b2c29fbc16cfad908894add55Malicious sample hash
MD57a53089053b1381742856a5cf2b95f8bMalicious sample hash
MD58db2f20b719dcb7029d6296505622093Malicious sample hash
MD5900e832c10d851bbdef3fb191a15db0eMalicious sample hash
MD5a2015665a3e18bf0ef86e3931245c7e6Malicious sample hash
MD5bb88940e915b11f6330b7446f6037f5bMalicious sample hash
MD5ce5932b88f879f26006df81f2fa7667eMalicious sample hash
MD5d0894d4626aae0f96d6b84ca3bb71a36Malicious sample hash
MD5e50f2ae7fb03675a1ef58b1cf9cda6d1Malicious sample hash
MD5f648bdd3c2cd902e239149de86d43e8fMalicious sample hash
GitHub accountgithub[.]com/sven5500GitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/montry111GitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/jamjack2026GitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/urusa4400GitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/jamestony88GitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/baras6600PGitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/choemiyangGitHub account linked to campaign infrastructure
GitHub accountgithub[.]com/jeni534GitHub account linked to campaign infrastructure
URLpastebin[.]com/raw/gybpx38sPastebin-based second-stage payload delivery URL
Emailbaras6600@proton[.]meCampaign-associated email address
Emailchoemiyang@hotmail[.]comCampaign-associated email address
Emaildustinharrise91@outlook[.]comCampaign-associated email address
Emailjackal3300@proton[.]meCampaign-associated email address
Emailjametony8@outlook[.]comCampaign-associated email address
Emailjamjack2026@proton[.]meCampaign-associated email address
Emailmontry111@proton[.]meCampaign-associated email address
Emailsven5500@proton[.]meCampaign-associated email address
Emailtaini7700@outlook[.]comCampaign-associated email address
Emailurusa4400@proton[.]mCampaign-associated email address, recorded exactly as listed in the source

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Kimsuky Hackers Use OpenCode AI Agent to Mass-Produce Phishing Decoys in LNK Attacks appeared first on Cyber Security News.

  • ✇Cyber Security News
  • DPRK-Linked Hackers Deploy Ted Backdoor and CurlRAT Against South Korean Firms Tushar Subhra Dutta
    South Korean automotive and media organizations have been hit by a quiet Linux intrusion toolkit built for long-term access. The malware hides inside software that manages web traffic, allowing attackers to watch users, steal information, and change pages delivered through compromised servers. The operation appears designed for patience rather than disruption. Attackers likely entered through a groupware portal or mail server, used the edge server as a bridge into internal systems. Th
     

DPRK-Linked Hackers Deploy Ted Backdoor and CurlRAT Against South Korean Firms

7 de Setembro de 2026, 08:54

South Korean automotive and media organizations have been hit by a quiet Linux intrusion toolkit built for long-term access.

The malware hides inside software that manages web traffic, allowing attackers to watch users, steal information, and change pages delivered through compromised servers.

The operation appears designed for patience rather than disruption. Attackers likely entered through a groupware portal or mail server, used the edge server as a bridge into internal systems.

That pattern echoes the risks described in stealthy Linux server intrusions, where hidden access can remain active without drawing attention.

Analysts at Rapid7 identified the toolkit and assessed its link to DPRK-aligned advanced persistent threats with medium confidence.

Rapid7 said in a report shared with Cyber Security News (CSN) that the activity likely dates to early 2025, although the precise initial entry point and any exploited vulnerability have not been confirmed.

The affected organizations had ports 80, 443 and 25 exposed, with a groupware login service on port 443 and mail services on port 25.

Attack chain (Source - Rapid7)

These systems sit at the network edge, making their compromise serious: an intruder can collect credentials, move deeper inside, and potentially target visitors passing through that server.

DPRK-Linked Hackers Deploy Ted Backdoor

The central component, called ted backdoor, is a modified build of HAProxy 2.8.12, software commonly used to direct website traffic.

Instead of acting like a separate malicious program, it is compiled into the legitimate load balancer and uses its built-in features to inspect decrypted web requests while normal traffic continues to flow.

That placement gives the operators unusual control. The implant can capture session cookies and selected request details, run commands, upload or download files, and inject a malicious script into pages served to chosen visitors.

Its hidden command channel uses a request for a picture-like path, while its code also reduces HAProxy connection counters to make activity harder to spot. Researchers found an SSH keylogger as well as altered versions of crond, agetty, atd, sshd and polkitd.

The stager checks the operating system and whether HAProxy or cron is present before replacing the cron service, copying timestamps from a legitimate SSH binary, and removing chosen words from logs.

hardcoded master passwords in userauth_passwd() (Source - Rapid7)
hardcoded master passwords in userauth_passwd() (Source – Rapid7)

This reflects the same concern raised by Linux backdoors stealing SSH credentials: trusted system components can become the attacker’s hiding place.

CurlRAT supplies the remote-control layer. It polls attacker infrastructure for tasks, can execute commands, send system details, install added payloads, and open reverse or interactive shells with elevated privileges. A watchdog monitors HAProxy and reports whether the service starts, stops, reloads, or restarts.

Long-Term Espionage Risks and Defenses

Rapid7 said the combination of credential theft, web-session collection, selective page changes, and traffic redirection points to long-term espionage.

The targeting of South Korean media and automotive firms also fits a regional intelligence-gathering pattern. Readers following Kimsuky espionage activity in Korea will recognize why exposed groupware and stolen credentials remain valuable footholds.

The operators used basic XOR encryption and a substitution method to protect configurations and communications. Their command-and-control domains imitate image delivery services, including one that resembles a popular Korean web platform’s static-content naming style.

curlRAT configuration (Source - Rapid7)
curlRAT configuration (Source – Rapid7)

Rapid7 also noted overlap in timing and delivery concepts with other DPRK activity, but said more evidence is needed for a firmer attribution. Defenders should review edge systems that handle web traffic, encryption, mail, or runtime modules.

They should compare deployed HAProxy and Linux service binaries against known versions, inspect unexpected shared libraries and cron changes, and rotate credentials that may have passed through affected servers. Independent network monitoring matters because logs on a compromised device may have been altered.

Teams should also investigate unusual requests to image-like paths, unexpected outbound connections from load balancers, and web responses that change only for particular visitors.

Regular patching of groupware and mail servers reduces likely entry opportunities. As shown by recent Asia-focused Linux espionage, post-compromise tools can turn a single exposed server into a durable route across an organization.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
SHA-2565db1b6d52faf60b4f32d6fd0c7c938e4d05d29a14c32ded4a9668357c08b6a91CurlRAT stager
SHA-25609739441ed4599bac2f8159028f772f71e4b25c8badfff95574e56d7384f3dbeCurlRAT stager variant
SHA-256fea1bc36632c71e5a839803469ef60ac47595d36b2c50934ac109ade6df06e61CurlRAT stager variant
SHA-25683f7d565b0465546027052b597af46eae3a199e7a91fcc2ab936341147349130CurlRAT
SHA-2567007a78d50a993cb174c685eba96eb442c9507e38fd9d8e5dffc712f613ec110CurlRAT
SHA-2566cf1b5e92a9c0756f597a5ddefb38eba32961c52efac7ab2a0aa52c639a8fc53CurlRAT
SHA-256ed72f4cd8d467b5c5d95ae6aeca4aaeea14d79565d379c1ca5871a714727be16CurlRAT
SHA-256feeea9d0bf6ae7396d28271baa51ae50df5169ce5d32a516865856f91abc50b3CurlRAT
SHA-256d53c760c23b4405eb04ad0f20ead375440344b3bdf1fb7854ed12e40d155eabeTrojanized cronie binary
SHA-2562f02b09d61d432134e994ad671258f523bbf289ae6091fd4eae192c60bd51b6fTrojanized agetty binary
SHA-2568f30b57928934ae67478d0e690c91d046e35a638da098d02922a4a88a0fdb66cTrojanized atd binary
SHA-256a1d8af3a6acb731f07f72040eccb3450c1c83d40e29f736c2a63d35388660be4Trojanized polkitd binary
SHA-25612810854c8b2c391b23e2e18b013e873d0369b0637aa3cf993136c07188ba3b8CurlRAT sample
SHA-256009a1e2d7a582a24e50cf2ffc2a005482c8e38f22bf5ed416053855f8d054e1eCurlRAT sample
SHA-2564bb923eb040aa13ca8fd409c31ee4729c60ddff32e350efe1c5a4a9168a065f5SSH keylogger
SHA-25694630b96f628c96a6bff7904b40ffc9ad67c86f8a4ff6080c3b524831c93f402Ted backdoor
SHA-25672e70936f0dbe459142a1d867617c35f8d0cce5d18c6a49e1090a2a5adc8e558Modified HAProxy build containing ted backdoor
SHA-256a8bfab4de81a1acb04aacdf757346946b0f5e30f0c9f402004016d0e425119c7Ted backdoor sample
Domainimg.monderhouse.spaceCurlRAT command-and-control infrastructure
Domainimg.smartnords.siteCommand-and-control infrastructure
Domainimg.darklights.storeBackup CurlRAT configuration host
Domainimg.responsive.pstatic.autosCommand-and-control infrastructure masquerading as static content
Domainimg.socialteams.storeCommand-and-control infrastructure
Domainimg.worksongo.storeCommand-and-control infrastructure

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post DPRK-Linked Hackers Deploy Ted Backdoor and CurlRAT Against South Korean Firms appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Fake Minecraft Mod Deploys Myth Stealer RAT to Steal Browser Credentials and Cookies Tushar Subhra Dutta
    A counterfeit Minecraft optimisation mod is installing Myth Stealer, malware that can steal browser passwords, cookies and data. Its malicious file looks useful because features work as advertised, giving players little reason to suspect a hidden threat. The campaign exploits users seeking performance improvements from unofficial add-ons. Once installed, the fake mod starts a multi-stage infection chain that leads to a remote tool that lets its operator collect data and broadly control a Wind
     

Fake Minecraft Mod Deploys Myth Stealer RAT to Steal Browser Credentials and Cookies

7 de Setembro de 2026, 07:41

A counterfeit Minecraft optimisation mod is installing Myth Stealer, malware that can steal browser passwords, cookies and data. Its malicious file looks useful because features work as advertised, giving players little reason to suspect a hidden threat.

The campaign exploits users seeking performance improvements from unofficial add-ons. Once installed, the fake mod starts a multi-stage infection chain that leads to a remote tool that lets its operator collect data and broadly control a Windows device.

Analyst devmihaylov identified the malware while examining samples obtained from a buyer of the commodity stealer.

devmihaylov said in a report shared with Cyber Security News (CSN) that the files initially received zero detections from VirusTotal, showing how lightly distributed threats can evade reputation-based checks.

The counterfeit mod manifest naming the real Lithium project as its parent (Source - Medium)
The counterfeit mod manifest naming the real Lithium project as its parent (Source – Medium)

Minecraft players remain frequent targets for malware distributors. Coverage of fake Minecraft Fabric mods showed how a harmless-looking game download can become the first step in account theft and compromise. The threat pairs a decoy with a loader designed to blend into a gaming setup.

Fake Minecraft Mod

The Java archive presents itself as a companion to a legitimate optimisation project and includes 12 working modules that change game performance settings.

A hidden thirteenth component waits briefly, gathers system information, then retrieves and starts the next stage in the background. That approach matters because victims may see the expected optimisation behavior and conclude the download is safe.

The loader uses a large executable built around a standard runtime and brings a private Java environment, letting the payload run even where Java is not otherwise installed.

Before launching the final stage, the program displays a polished administrator-rights request resembling a normal Windows prompt.

Accepting it can give the malware greater access and helps its installation. It also contains retry logic intended to cope with security software interrupting the process.

module p, the one module of thirteen that is not an optimisation (Source - Medium)
module p, the one module of thirteen that is not an optimisation (Source – Medium)

The final component is heavily disguised to slow investigation. Its code uses reserved Windows-style names, encrypted text and obstacles that can break basic extraction tools.

This concealment, combined with an apparently genuine mod, makes a quick visual check of a download an unreliable safeguard.

Credential theft and remote control

Myth Stealer targets data stored by Chromium-based browsers and Firefox, including saved usernames, passwords, browsing records and active session cookies.

Stolen cookies can be especially damaging because they may let an attacker reuse an already authenticated web session. Readers can see why browser passwords and cookies remain valuable targets in similar data-theft operations.

The malware also collects system details, chat content, clipboard data and files, can capture screenshots or webcam material.

Its remote-control features include running commands, downloading or deleting files, managing processes and setting itself to start again after a reboot.

Researchers also found functions that could disrupt a victim. These include changing display settings, interfering with the mouse or keyboard, showing misleading full-screen messages and attempting to restrict access to security tools.

The fake administrator prompt the launcher shows before elevating (Source - Medium)
The fake administrator prompt the launcher shows before elevating (Source – Medium)

They can complicate recovery and pressure users to follow an attacker’s instructions. The operation used web-based reporting channels to receive stolen information, a technique documented in coverage of Discord webhook abuse across other malware campaigns.

Although the analysed command infrastructure was no longer responding when reported, inactive servers do not erase the risk to systems already infected.

Players should obtain mods only from trusted project pages, confirm the developer and file integrity, and avoid downloads promoted through chat links, videos or unofficial file-sharing pages.

This echoes guidance from reporting on trojanized Minecraft mod downloads, where social engineering is central to reaching players.

Anyone who installed a suspicious mod should remove it, run a full security scan and change passwords from a clean device.

They should also sign out of important accounts to invalidate sessions, review browser extensions and look for unfamiliar programs that start automatically. An unexpected administrator prompt during mod installation is a serious warning sign.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
SHA-2562003869ed68eaa053f63bf6a5093050f52d520da877c017a4f62658000bba2a3MythStealer.jar stage-one dropper
SHA-25638789d9ac5f8cad13f510bc9d0e47809777bef913f329a9f526a11d33aeca09dDiscordNitroGenerator.exe stage-two container
SHA-256bd4eb81a12526daa040ceccc14135006dfd9792e7c21ec5fab9c2cb0400f6718client.jar, Myth Stealer 3.2-FIX payload
File nameMythStealer.jarCounterfeit Minecraft mod and stage-one dropper
File nameDiscordNitroGenerator.exeStage-two Node.js-based container
File path%APPDATA%\Microsoft\Windows\javaw.exeDropped stage-two executable
File path%TEMP%\webcam-<timestamp>.jpgWebcam-capture output
File namesqlitejdbc.dllNative library loaded from the temporary directory
File namejnidispatch.dllNative library loaded from the temporary directory
URLhxxp[://]ip-api[.]com/json/?fields=query,countryCodeHost geolocation lookup
URLhxxps[://]www[.]dropbox[.]com/scl/fi/tvvsyk7x5kkbdfyuw7zh7/DiscordNitroGeneratorSecond-stage download location
IP address146[.]19[.]191[.]11Command-and-control infrastructure
URL pathhxxp[://]146[.]19[.]191[.]11/sCommand server-list endpoint
URL pathhxxp[://]146[.]19[.]191[.]11/tTelemetry endpoint
URL pathhxxp[://]146[.]19[.]191[.]11/lUpload endpoint
URLhxxp[://]146[.]19[.]191[.]11/api/injectionDiscord injection-script endpoint
Domainays[.]gamepazarin[.]comBackup command-and-control domain
URLhxxps[://]canary[.]discord[.]com/api/webhooks/1545915606111625276/LwbwHWZBbQTPStage-one reporting webhook
URLhxxps[://]discord[.]com/api/webhooks/1476291391826034944/xXOpsSG_GM0Hvf74rKbqwEmbedded exfiltration webhook
URLhxxps[://]discord[.]com/api/webhooks/1476291402403942472/Let5i1nhtIG1cScI3vJmpEmbedded exfiltration webhook
URLhxxps[://]discord[.]com/api/webhooks/1476291404757078189/NI-dMuvT_02i7Ee-HgX3vEmbedded exfiltration webhook
URLhxxps[://]discord[.]com/api/webhooks/1476291406283935865/GIRbMQaDzYFV1qH95IxAoEmbedded exfiltration webhook
URLhxxps[://]discord[.]com/api/webhooks/1476291406795509872/Qxjec0dl9zszu2giJYC3REmbedded exfiltration webhook
Registry valueHKCU\...\Policies\System\DisableTaskMgrDisables Windows Task Manager
Registry pathHKCU\Control Panel\CursorsUsed for cursor replacement
Registry pathHKCU\Software\Microsoft\ColorFilteringUsed for screen-colour inversion
Product identifiermythkg-exe 2.21Launcher product name and version
Build identifiermyth-gee9ute7hbBuild identifier embedded in payload
C2 keysrawrowouwuObfuscated server-list configuration keys

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Fake Minecraft Mod Deploys Myth Stealer RAT to Steal Browser Credentials and Cookies appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Malicious Chrome Extension Can Steal Login Sessions and Turn PCs Into Remote Backdoors Tushar Subhra Dutta
    PEEP, a malicious Chrome extension posing as Smart Bookmarks, can steal active login sessions and turn an already compromised Windows computer into a remote backdoor. The finding shows how a browser add-on can become far more dangerous than a simple data thief when it gains a path to the operating system. The toolkit does not appear to provide its own way into a device. Instead, attackers need prior code execution or administrative access, then silently place it in Chrome or Edge profiles
     

Malicious Chrome Extension Can Steal Login Sessions and Turn PCs Into Remote Backdoors

7 de Setembro de 2026, 05:50

PEEP, a malicious Chrome extension posing as Smart Bookmarks, can steal active login sessions and turn an already compromised Windows computer into a remote backdoor.

The finding shows how a browser add-on can become far more dangerous than a simple data thief when it gains a path to the operating system.

The toolkit does not appear to provide its own way into a device. Instead, attackers need prior code execution or administrative access, then silently place it in Chrome or Edge profiles.

Its installers can alter browser settings so the extension launches without the usual store checks, approval prompts, or visible warnings.

Analysts at SOCRadar identified the operation as PEEP, a Chromium-based post-compromise toolkit derived from the open-source RedExt project.

SOCRadar said in a report shared with Cyber Security News (CSN) that the researchers found a primary build disguised as Smart Bookmarks, version 1.3.0, along with a related testing variant and an exposed development repository.

Architecture Overview (Source - SOCRadar)
Architecture Overview (Source – SOCRadar)

The scale of confirmed victim impact remains unclear. A server status snapshot recorded 34 agent entries, 10 active sessions, and 507 data records, but test identifiers mean those figures cannot prove the number of infected devices.

Still, the design creates a serious risk because stolen session cookies may let an intruder enter accounts without needing a password again.

Malicious Chrome Extension

Once active, PEEP runs inside the browser and asks for broad access to tabs, cookies, history, bookmarks, downloads, browser settings, scripting, and every website.

It gathers browsing history, open-tab details, session cookies, form data, clipboard contents, screenshots, and local or session storage, creating a broad view of a victim’s online activity.

The session-theft capability is especially concerning because a valid cookie proves that a user has already signed in.

C2 Login Panel (Source - SOCRadar)
C2 Login Panel (Source – SOCRadar)

As explained in this guide to stolen browser cookie risks, an attacker who obtains that token may be able to reuse an active session and sidestep a later password or MFA prompt until the session is revoked.

PEEP also accepts commands to open pages, inject JavaScript, change proxy settings, and capture page content. It contacts its command server at regular intervals using unencrypted HTTP, allowing the operator to send tasks and receive collected data.

That behavior resembles other malicious browser add-on campaigns that abuse extensions to monitor sensitive activity.

The native-messaging bridge is what changes the threat from browser monitoring into host control. The browser extension can call a companion Windows program, enabling shell commands, file operations, and discovery of running processes and services under the current user account.

Persistence Raises Cleanup Challenge

PEEP uses several methods to remain in place after installation. Its scripts can forge Chrome Secure Preferences integrity values, use enterprise force-install policies, or sideload the extension.

It can also exploit a ScriptCache fallback, leaving apparently harmless source files while Chrome reloads a previously compiled malicious service worker.

That layered approach means removing the visible extension alone may not be enough. Security teams should identify the listed extension IDs, remove the associated native-messaging host and local artifacts, and review browser policies and registry entries.

PEEP attack lifecycle (Source - SOCRadar)
PEEP attack lifecycle (Source – SOCRadar)

The finding follows earlier cases in which a native messaging host backdoor turned Chrome into a route for device-level control.

Organizations should block the identified infrastructure, restrict traffic to the exposed services, and investigate browser processes or PowerShell activity that modifies Secure Preferences files.

Strict extension allow-lists, disabled developer mode, restrictions on external sideloading, and approval of only trusted native-messaging hosts can reduce the chance of a similar installation succeeding.

Defenders should also treat a suspected PEEP infection as both an endpoint and identity incident. Remove the malware, end active sessions, rotate affected credentials, and examine account activity for misuse.

Phishing-resistant MFA and browser protections for stored credentials add useful friction, while the recent Chrome extension supply chain attacks show why every installed add-on deserves careful ongoing review.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
C2 host206.237.30.232Hardcoded command-and-control, payload distribution, and staging host
Domainxfjcc.funReported C2 domain
Domainnew.xfjcc.funReported C2-related subdomain
Domainnewadmin.xfjcc.funReported C2-related subdomain
Domainnewapi.xfjcc.funReported C2-related subdomain
C2 servicetcp/5001C2 control panel and agent API service
Staging servicetcp/5002Exposed development and payload-staging repository
C2 endpoint/api/registerAgent registration endpoint
C2 endpoint/api/commands?agent_id=<id>Command polling endpoint
C2 endpoint/api/exfilData-exfiltration endpoint
C2 endpoint/api/agents/<id>/heartbeatAgent heartbeat endpoint
C2 endpoint/api/agents/<id>/task_resultTask-result endpoint
C2 endpoint/api/agents/<id>/dataObserved candidate alternate data channel
C2 endpoint/api/extension_update/<id>Extension update endpoint
C2 endpoint/api/extension_crx/<id>Extension delivery endpoint
C2 endpoint/healthUnauthenticated server status endpoint
HTTP headerX-PEEP-Agent-KeyAgent identification header
HTTP headerX-PEEP-Agent-IdAgent identification header
HTTP authentication realmrealm="PEEP"Control-panel HTTP Basic authentication realm
Extension IDejkndncpkdcjcikfhiamcdehdoegilbjPrimary Smart Bookmarks payload
Extension IDbibjjhidpdmfcbkodddndmoejcloobdhAlternate smoke-agent variant
Extension IDhpjgilbbdmfcnaapjbofmmmjjfijbdkiReported related extension identifier
Extension IDakhljhifabhkcoboncoiekfpdodjaackReported related extension identifier
Extension IDeljagiodakpnjbaceijefgmidmpmfimgReported related extension identifier
Native-messaging hostcom.peep.labNative host registered for browser-to-host communication
Filenm_host.exeWindows native-messaging host binary
Filenm_host.jsNative-host script
Fileinstall_silent.ps1Silent installation script
Filepatch_secure_prefs.ps1Browser preference-forgery script
Fileforce_enable.ps1Extension re-registration script
Filepatch_secure_prefs_linux.pyLinux preference-forgery script
Fileextension.pemExtension signing private key included in recovered packages
FileCHROME150-LIVE-RESULT.mdDevelopment and testing log
Filebackground.jsExtension service-worker script
Filecontent.jsExtension content script
Static keypeep_nm_host_aes256_key_32bytes!Embedded native-host encryption key
Local path%LOCALAPPDATA%\PEEPLocal staging and artifact directory
Registry pathHKCU/HKLM\...\NativeMessagingHosts\com.peep.labNative-messaging host registration location
File pattern*.bak_peep_hmac_*Backup artifact associated with preference modification
File pattern*.bak_peep_enable_*Backup artifact associated with extension enabling
Distinctive stringSmart BookmarksMalicious extension display name
Distinctive stringPEEP ClientInternal toolkit name
Distinctive stringAI · 法客-PC2-panel string
Distinctive stringredext-compatibleFramework-related identifier
Agent keya6dfab5a6e510eceReported embedded agent key
Agent key348e99545a69b184Reported embedded agent key
SHA-25686a5fb2f14d175d1c13a7b49b55b968b2a5e96afc944d85a31b3Reported PEEP-related hash value
SHA-2566700e30a3224248085d30f2eb727cea28dec288355fca675344Reported PEEP-related hash value
SHA-2569402c0198ae5c8bed14cdeaabe7e8b25625debbc62a900cfcdbReported PEEP-related hash value
SHA-2568edd653910f3217c96a603e8ce9e5e409d3b8674476f22e0a3aReported PEEP-related hash value
SHA-25687db7138a80117ddf2989827c1dde09ee73c7a252d511c74ed66Reported PEEP-related hash value
SHA-256259d8eddb6caf509d7bffa2b4c0dd7d89668800c870f529729aReported PEEP-related hash value
SHA-256e46aee4ca43ba66666f6572c62365cf57642f2cf1f6eca00fcf8eReported PEEP-related hash value
SHA-256f031c00f592aa5e98893b4532f743362fed7fb0a485e8a3c0ad4Reported PEEP-related hash value
SHA-256a43bf7f81507c8f9d0942fed331e7590a43044a6d219ec100597Reported PEEP-related hash value
SHA-256b4e3ca8f44477b9ade1272f92516202f83a80219c8bd6176527aReported PEEP-related hash value
SHA-2568e988b915b75dd749e3f4e1ca7ee21746885b4fe34e8a246e6f1Reported PEEP-related hash value
SHA-2569c6b269e5087a40b4552f72e9ff13d9b39e433af5075ad68f57eReported PEEP-related hash value
SHA-256207e0d47c4e5493ef7313eb1faeb1c6195923c89f263e548609aReported PEEP-related hash value

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Malicious Chrome Extension Can Steal Login Sessions and Turn PCs Into Remote Backdoors appeared first on Cyber Security News.

  • ✇Cyber Security News
  • Hackers Use Popular Messaging Services to Control New Windows Backdoors Tushar Subhra Dutta
    A financially motivated threat group known as Toy Ghouls has begun using two custom Windows backdoors that communicate through popular messaging and broker services. The tools give attackers a discreet way to run commands, collect system details, and maintain control over compromised devices. The campaign marks a change for the group, which had previously relied heavily on public tools and leaked ransomware builders. Its move to custom malware suggests a broader effort to stay inside
     

Hackers Use Popular Messaging Services to Control New Windows Backdoors

4 de Setembro de 2026, 11:44

A financially motivated threat group known as Toy Ghouls has begun using two custom Windows backdoors that communicate through popular messaging and broker services.

The tools give attackers a discreet way to run commands, collect system details, and maintain control over compromised devices.

The campaign marks a change for the group, which had previously relied heavily on public tools and leaked ransomware builders.

Its move to custom malware suggests a broader effort to stay inside victim networks longer while making activity harder for security teams to spot.

Analysts at Securelist identified the malware in early July 2026 and linked it to Toy Ghouls, also tracked as Bearlyfy, Laboo.boo, and Feral Wolf. The group has targeted Russian organizations since 2025 and has previously been associated with its own GenieLocker ransomware.

The new backdoors are called mqtt-bird-agent 0.1.0 and matrix-bird-agent 0.1.0. They are delivered after attackers gain access to an organization, showing how a small initial breach can develop into a persistent and serious compromise.

Kaspersky said in a report shared with Cyber Security News (CSN) that the tools provide full control over an infected Windows device.

Hackers Use Popular Messaging Services

Toy Ghouls uses Windows Remote Management, or WinRM, to place the backdoors and their configuration files on already compromised systems.

The attackers use Evil-WinRM and WinRM-fs, tools that can help move files and run remote commands across Windows environments.

Encrypted backdoor configuration file, HiveMQ version (Source - Securelist)
Encrypted backdoor configuration file, HiveMQ version (Source – Securelist)

WinRM is widely used for legitimate administration, which can make malicious use difficult to identify without close monitoring.

Organizations have faced similar risks from Windows Remote Management abuse, where attackers use valid access and remote sessions to move deeper into a network. The HiveMQ version uses the public broker.hivemq.com MQTT service as its command-and-control channel.

It reports whether a device is online, sends information such as processor usage and free memory, and retrieves instructions that are then run through a hidden PowerShell process.

Using a broker service allows attackers to blend malicious traffic with normal internet activity. The approach resembles an earlier MQTT command channel used by WailingCrab, demonstrating why familiar cloud and messaging infrastructure can complicate network investigations.

The second version uses an attacker-controlled Element server based on the Matrix protocol. It sends device status messages to a designated room, receives commands from an account called panel-bot, and executes those instructions through the Windows command line.

Both variants can run interactively or install themselves as Windows services, allowing them to start again after a reboot. This persistence method makes the infection more dangerous because an attacker may regain access even after the original remote session has ended.

Persistence and Defensive Response

The malware stores its settings in a config.toml file before protecting sensitive fields with encryption tied to the infected computer.

On the Element variant, the file is deleted after first use and the information is moved into the Windows registry, reducing the number of obvious artifacts left on disk.

Security teams should review WinRM access, limit it to approved management systems, and investigate unusual remote PowerShell activity.

They should also watch for unexpected services named cplsupport or wtas, suspicious configuration files in ProgramData folders, and outbound traffic involving the listed messaging infrastructure.

Decrypted Element version configuration file, retrieved from the registry (Source - Securelist)
Decrypted Element version configuration file, retrieved from the registry (Source – Securelist)

Administrators should treat remote-management credentials as high-value assets and enforce strong authentication for privileged accounts.

Recent incidents involving the Teams and Quick Assist campaign show how social engineering and trusted Windows tools can be combined to create a path toward wider network access.

The discovery also reinforces the value of checking for quiet backdoor behavior, rather than looking only for known ransomware activity.

recent Windows backdoor investigation similarly highlighted how attackers can minimize visible network signals while waiting for instructions.

Toy Ghouls’ use of MQTT and Element does not mean the services themselves are malicious. Instead, the case shows how threat actors can misuse legitimate or common technology to hide command traffic, gather system data, and keep control of compromised Windows systems for longer periods.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
File namecplsupport.exeHiveMQ-based backdoor executable
MD5 hashBFADBEEE63A4F0BF19EC9DEB8FA58F58Hash associated with cplsupport.exe
File namewtass.exeElement-based backdoor executable
MD5 hash7916C33688385525078BEE504C90F359Hash associated with wtass.exe
File nameconfig.tomlBackdoor configuration file
Registry keyHKLM\Software\synapse\Config\SealedConfigStores sealed Element backdoor configuration
Registry keyHKLM\Software\SynapseAgent\metrics_intervalStores Element variant metrics reporting interval
Service namecplsupport (Problem Reports Control Panel)Service used by the HiveMQ variant
Service namewtas (Windows Telemetry Aggregator Service)Service used by the Element variant
Domainbroker.hivemq.comLegitimate MQTT broker abused for command-and-control communications
Domainip-api.comLegitimate service queried to identify the victim system’s public IP address and country
Domainmeet.element[.]twAttacker-controlled Element server used for command-and-control

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post Hackers Use Popular Messaging Services to Control New Windows Backdoors appeared first on Cyber Security News.

  • ✇Cyber Security News
  • NodeStealer Can Now Record Everything Victims Type and Steal Their Screenshots Tushar Subhra Dutta
    NodeStealer has returned with a more invasive toolkit. The Python-based information stealer can now record keystrokes, watch copied text, and capture victims’ screens, turning an account-stealing infection into continuous surveillance. The change raises the stakes for people whose browsers hold work, banking, or social-media access. First tracked in 2023, NodeStealer initially focused on sensitive browser data and Facebook accounts. It later widened its interest to Facebook Ads Manager a
     

NodeStealer Can Now Record Everything Victims Type and Steal Their Screenshots

4 de Setembro de 2026, 11:29

NodeStealer has returned with a more invasive toolkit. The Python-based information stealer can now record keystrokes, watch copied text, and capture victims’ screens, turning an account-stealing infection into continuous surveillance.

The change raises the stakes for people whose browsers hold work, banking, or social-media access. First tracked in 2023, NodeStealer initially focused on sensitive browser data and Facebook accounts.

It later widened its interest to Facebook Ads Manager accounts and payment-card information. The latest activity mainly affected victims in Asia and North America, with financial services the leading sector, but the campaign crossed several industries.

Netskope researchers identified the upgraded variant in August 2026 and said it adds spyware functions alongside the earlier theft features.

Netskope said in a report shared with Cyber Security News (CSN) that the researchers also found signs that some new code may have been produced with AI assistance.

The report does not identify a confirmed initial delivery method, so organizations should avoid assuming a single infection route.

What is clear is the malware’s objective after execution: collect enough credentials, session data, personal details, and screen content to support fraud, impersonation, or follow-on account takeover.

NodeStealer Can Now Record Everything Victims Type

The most worrying addition is a keylogger that uses Python’s pynput library to monitor keyboard input.

It saves captured text in a temporary file, sends it to the primary Telegram command-and-control channel every 120 seconds, and then clears the file’s contents. The logging is designed to continue indefinitely.

That can expose passwords, search terms, customer data, private messages, and other information that users enter manually. Clipboard monitoring fills a similar gap by collecting plain text copied and pasted into the device.

Readers following Snake Keylogger’s capture techniques will recognize how this combination gives criminals visibility beyond saved browser credentials.

NodeStealer also takes a screenshot when it runs and another before its screenshot function finishes, transmitting both images through Telegram.

A screen capture can reveal data that may never reach the clipboard or keyboard, including dashboards, recovery codes, open documents, and active conversations.

The separation of stolen material across two Telegram bots may also make disruption harder. One bot receives an archive of browser credentials, passwords, and cookie databases, while the other receives Facebook-specific data.

This approach resembles other Telegram bot driven malware operations that abuse legitimate messaging infrastructure for attacker communications.

Facebook Data Theft Expands

The newest samples query more than 20 Facebook Graph API endpoints, up from two in previous versions.

Rather than only checking an account, the malware seeks a detailed picture of the person managing it, covering identity details, contacts, interests, posts, pages, advertising assets, business records, integrations, and login-related data. For companies that run advertising campaigns, the impact can extend beyond one employee’s profile.

Access to business and Ads Manager information could help attackers run unauthorized ads, steal budgets, target colleagues, or make convincing social-engineering approaches. The risk mirrors Facebook advertising account theft reported in other malware campaigns.

Analysts noted an apparent AI-assisted element in the new functions: repeated, similarly structured calls marked with decorative emoji labels, a pattern absent from earlier NodeStealer code.

That observation is not proof of a particular tool or author, but it suggests attackers may be accelerating routine feature development.

The malware is also distributed as compiled Python bytecode with altered header fields, apparently intended to obscure its compilation timeline and possibly interfere with automated analysis.

Security teams should ensure that inspection workflows examine Python bytecode even when its metadata looks incomplete or misleading.

Defenders should treat unusual Python-based files, unexpected browser-data access, persistent keystroke collection, and Telegram-bound archives as high-priority signals.

Reduce exposure by limiting administrator access, keeping browsers and endpoint protections updated, reviewing active sessions, and warning staff not to run untrusted attachments or downloads. Recent phishing-delivered VIP Keylogger campaigns show why these basics still matter.

People responsible for Facebook business accounts should use strong multi-factor authentication, review connected apps, and watch for unfamiliar advertising changes.

Since cookies and session data can be valuable to attackers, prompt session revocation and credential resets are important after a suspected infection.

These steps cannot undo stolen screenshots, but they can limit further account abuse and reduce the chance of costly misuse.

Indicators of compromise (IoCs):-

TypeIndicatorDescription
File name patternkeylog({ip}).txtTemporary keystroke-log filename pattern used by the NodeStealer keylogger, with the victim IP value inserted into the name. 

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Keep your SOC up to date on active malware & phishing within 24h of their emergence. Try ANYRUN to prevent incidents with early detection.

The post NodeStealer Can Now Record Everything Victims Type and Steal Their Screenshots appeared first on Cyber Security News.

❌
❌