Five Minutes and 88 Kopecks: AI Neural Networks Can Now Disassemble, Modify and Reassemble Android Apps at Minimal Cost
Researchers at Positive Technologies have demonstrated that modern large language models can disassemble, modify, reassemble, and maintain the functionality of Android applications in as little as five minutes for a cost of only 88 kopecks. The findings reveal how dramatically artificial intelligence has lowered the barriers for creating altered copies of mobile apps that could be used for malicious purposes.
The experiment was conducted in an isolated laboratory environment using a sample of 90 Android applications from various categories. Specialists avoided adding any malicious functions, working with real users, or accessing user data. Instead, they introduced neutral code changes and verified whether the applications would still launch successfully after repackaging. This methodology allowed the team to measure how easily neural networks can automate the creation of modified application copies.
Performance of Different AI Models
Closed commercial models successfully completed the task in an average of 84 percent of attempts. Models with open weights achieved a lower but still significant success rate of 61 percent. On average, the process required 14 interaction steps with the model for each application. Depending on the chosen model, the entire workflow took between 5 minutes 38 seconds and 9 minutes 9 seconds. The cost of a successful modification ranged from 88 kopecks to 40 rubles 89 kopecks. Researchers estimate that a budget of just several thousand rubles would be sufficient to attempt modifications on approximately one hundred popular Android applications.
Altered APK files can be distributed under the guise of legitimate programs through unofficial app stores, websites, messengers, and catalogs of third-party builds. These modified versions are frequently advertised as improved applications that remove restrictions or add extra features. Services that are unavailable in official stores are especially vulnerable, as users often search for installation files on alternative platforms and risk downloading visually identical but tampered builds.
Implications and Recommendations
Large language models have not created entirely new attack methods; however, they have significantly reduced the cost and complexity of preparing counterfeit applications. Previously, disassembling and repackaging APK files required advanced reverse-engineering skills and manual effort. Today, a substantial portion of these operations can be performed automatically by neural networks.
Developers are advised to protect client-side code against analysis and modification, regularly test applications for resilience to reverse engineering, and monitor the appearance of unofficial APK files. Users should be warned about the risks of installing applications from unverified sources, and protective mechanisms should be integrated during the development phase itself.
Related articles
Hermes Emerges as Modular Harness for Practical AI Security Testing
The article details the development of Hermes, a lightweight modular harness designed to turn raw language models into reliable AI security agents. Unlike heavy frameworks such as OpenClaw, Hermes uses dynamic skill loading, strict runbooks stored in Git, and a file-system source of truth to eliminate hallucinations and context bloat. It continuously scans dozens of sources including NVD, CISA KEV, arXiv and research blogs, then applies the custom TIPS scoring metric to rank threats before attempting reproduction. A dedicated Paper-to-PoC skill converts academic attack descriptions into executable code that is validated inside an isolated Ollama and Docker sandbox. Eight mandatory validation gates must pass before any finding is accepted, ensuring reproducibility and freshness of data. The system already supports tools such as Garak, PyRIT, promptfoo, fickling, modelscan and presidio, and evolves autonomously by committing successful attack scenarios back to its repository.
Zero Trust for AI Agents: Why Separate Identity Alone Is Not Enough
Denis Korbakov, CTO of Smart-Soft, explains why traditional IAM approaches fail to secure autonomous AI agents that dynamically select tools, change context, and delegate authority. Only 21.9% of teams treat agents as distinct identity-bearing entities, while 45.6% rely on shared API keys and 44.4% use generic tokens. Research from Gravitee, Cloud Security Alliance, and Aembit shows that 68% of organizations cannot distinguish AI agent actions from human actions, 74% grant excessive privileges, and 52% allow rights inheritance. The article maps NIST SP 800-207 Zero Trust principles—explicit verification, least privilege, and assume breach—to agent workloads using short-lived scoped tokens, SPIFFE/SPIRE credentials, and layered policy enforcement points. A concrete ticket-diagnosis scenario illustrates how prompt injection can be contained through per-task authorization, dedicated network segments, and independent telemetry from NGFW and SIEM. The piece concludes with an open question on sub-agent delegation chains and offers reference OPA/Rego policies plus runbooks for pilot implementations.
AWS Details Architecture to Reduce Prompt Injection Risks in AI Agents
AWS has introduced a new architecture designed to prevent compromised or manipulated AI agents from accessing data beyond user permissions. The approach relies on Amazon Bedrock AgentCore to shift authorization decisions from the agent itself to the underlying infrastructure and connected services. The core risk arises when agents receive broad credentials to query databases, repositories, and SaaS platforms, allowing potential prompt injection attacks to retrieve unauthorized information. In the proposed design, users authenticate via Amazon Cognito and receive JWT tokens containing attributes such as department or role. The AgentCore Runtime validates these tokens before executing any agent actions, rejecting requests that violate configured rules. For DynamoDB queries, temporary credentials are issued through AssumeRoleWithWebIdentity, with IAM policies enforcing strict access to authorized data partitions only.
Cybercriminals Weaponize OpenClaw AI Agent in ClawHavoc Campaign to Distribute Infostealers
Threat actors have repurposed the OpenClaw AI agent to deliver infostealers by uploading hundreds of malicious skills to ClawHub. The campaign, named ClawHavoc, tricks users into executing encoded commands or installing required tools under the guise of helpful AI recommendations. Researchers at Trellix identified 341 malicious skills, with 335 targeting installation of Atomic macOS Stealer on macOS systems. On Windows, victims receive password-protected archives and fake verification utilities that mirror classic ClickFix tactics. Analysis of repository history uncovered 1,184 suspicious packages linked to 12 authors, enabling theft of passwords, browser data, crypto wallets, API keys, SSH keys, and source code. Users are advised to update OpenClaw, audit installed skills, remove suspicious packages, and rotate potentially compromised credentials while running the agent in a restricted environment.