TIGR Threat Watch

Threat Watch Feed

🚩 – IOCs Added

The red flag indicates that Indicators of Compromise (IOCs) have been added to SRA’s Threat Feed used by CyberSOC clients. Articles may not be flagged if IOCs are not available at the time or are not applicable to the article.

🚩 Evolution of ToxicPanda Android Malware Can Now Bypass Google Play

The mobile security company Zimperium has discovered a new variant of the ToxicPanda Android banking trojan being distributed through AWS-hosted buckets. This version is distinct in that it requests the user grant it VPN permissions first before executing and installing its payload. After it does so, it then requests Accessibility Service permissions. The malware is often disguised as seemingly benign apps in order to trick users into installing it. By granting it VPN privileges, ToxicPanda is able to block Google Play Services communication, insulating the victim from any corrective actions Google Play would otherwise take. In doing so, ToxicPanda establishes C2 communications to establish a persistent WebSocket connection. The malware now also is capable of automating the Android Wireless Debubbing Bridge, granting it shell-level access. Through using the Accessibility Services permission, ToxicPanda enables Developer Options and Wireless Debugging, extracting ADB pairing codes and ports, and connections to the local ADB service on the device. The malware is also capable of emulating fake system update screens in order hide this malicious activity.

Impact: Successful exploitation of this malware on Andoid devices can lead to compromise oof banking login info, including PIN numbers, cryptocurrency wallets, device lock credentials, and more. Over 140 related apps are targeted by this malware. ToxicPanda creates invisible app overlays on device screens in order to capture touch inputs in order to steal these credentials.

Recommendation:

  • Download apps only from official app stores and do not sideload apps from untrusted sources.
  • Review app permission requests carefully and deny permissions that appear unnecessary or unusual for the app’s stated functionality.
  • If Android device compromise is suspected, use a separate device to change passwords for accounts recently accessed on the compromised device.
  • Consider reimaging or factory resetting the compromised device if compromise is confirmed.

GitLab CVE-2026-19478 Unauthenticated Code Injection Enables Repository Deletion, Merge Forgery, and Maintainer Removal on Public Projects.

GitLab released an out-of-band critical patch for CVE-2026-19478, an unauthenticated code injection vulnerability affecting public projects across all supported GitLab versions. The vulnerability allows remote attackers to tamper with public projects via a single HTTP request without requiring authentication or prior access. watchTowr reproduced the vulnerability within minutes of disclosure using only public advisory information and GitLab’s own code fix, demonstrating low barrier to exploitation. The flaw extends beyond GitLab’s initial “modify or delete” description, enabling attackers to delete entire repositories, forge merge records to falsely indicate fixes have been implemented, and remove project maintainers from their own projects. GitLab has released patches across all affected versions. Exploitation is not yet confirmed in the wild but security researchers note rapid weaponization timelines for critical vulnerabilities using AI-assisted exploitation.

Impact: Attackers can delete repositories, falsify project history to hide malicious code, remove maintainers, and compromise supply chain integrity. Public repositories hosting widely-used libraries face significant risk of silent compromise.

Recommendation:

  • Upgrade all GitLab instances to patched versions immediately.
  • If unable to upgrade, restrict public access to project manipulation endpoints.
  • Review project access logs for suspicious modifications or deletions.
  • Audit recent merge records and commit history for unauthorized changes.
  • Monitor for repository deletions, maintainer bans, and anomalous merge activity.
  • Implement network-level access controls restricting project operations to authenticated users.

CISA and FBI Warn of AI-Boosted Campaign Against Vulnerable Siemens S7 Systems

CISA, NSA, FBI, DOE, and EPA warned of an active cyber threat targeting Siemens S7 Series programmable logic controllers across U.S. critical infrastructure. Threat actors are using Internet scanning services such as Censys and ZoomEye to identify exposed or poorly segmented S7-200, S7-300, S7-400, S7-1200, and S7-1500 controllers, then using AI assistance to rapidly generate and refine exploitation scripts based on publicly available vulnerability information. The activity is focused on Critical Manufacturing, Energy, Water and Wastewater, Chemical, Food and Agriculture, and Commercial Facilities, with potential exposure extending to other sectors including the Defense Industrial Base.

The actors are combining AI-generated Python scripts with open-source industrial automation libraries such as snap7.dll and python-snap7 to create tools that mimic legitimate OT monitoring software while providing read/write access to PLC memory, configuration data, and ladder logic over S7comm. Current activity includes reconnaissance, insecure credential abuse, data-block reads, and write operations that the agencies assess may support capability testing and pre-positioning for future operational effects. The advisory emphasizes that AI is reducing the expertise and development time required to build working ICS exploitation tooling, allowing actors to more quickly adapt public research into operational capabilities

Impact: Unauthorized access to Siemens S7 PLCs could enable manipulation of industrial processes, safety interlocks, emergency shutdown systems, configuration data, or ladder logic. Potential consequences include production disruption, degraded public services, personnel safety incidents, equipment damage, extended downtime, theft of sensitive operational information, and cascading effects across interconnected facilities and supply chains.

Recommendation:

  • Inventory S7-200, S7-300, S7-400, S7-1200, and S7-1500 PLCs, including firmware versions, network exposure, and associated TIA Portal or STEP 7 engineering workstations.
  • Remove PLCs from direct internet exposure and block inbound TCP port 102 at perimeter boundaries; use segmented OT/IT architectures and controlled remote-access paths.
  • Apply current Siemens firmware and TIA Portal/STEP 7 security updates, prioritizing internet-facing or DMZ-connected systems after appropriate operational testing.
  • Restrict PLC programming and S7comm access to approved engineering workstations using IP/MAC allowlisting, password protection, protection levels, and MFA for remote OT access.
  • Hunt for anomalous S7comm activity, including connections from non-engineering systems, off-hours access, unusual data-block reads, unauthorized writes, or configuration changes without corresponding work orders.
  • Monitor for snap7.dll or python-snap7 usage outside approved engineering environments and investigate Python-based tooling that performs S7comm enumeration or read/write operations.
  • Detect reconnaissance patterns such as sequential scanning of TCP port 102, repeated connection attempts with varying parameters, CPU property enumeration, or access originating from unexpected geographic locations.
  • Validate PLC project files, ladder logic, and online versus offline configurations for unauthorized changes, and establish known-good backups before restoring or locking controller configurations.

🚩 UAT-10147 Uses Agentic AI to Scale Exploitation and Post-Compromise Operations

Cisco Talos identified UAT-10147, a Chinese-speaking financially motivated threat actor targeting internet-facing Windows and Linux web servers across government, education, media, technology, gaming, and other sectors. The actor uses publicly disclosed vulnerabilities to gain initial access at scale and maintains a target list containing roughly 170,000 URLs. Post-compromise activity includes SEO fraud, data theft, web-shell deployment, privilege escalation, persistence, and installation of implants including QuasarRAT, Gh0stCringe, NoodleRAT, Meterpreter, and SPECTRE. Talos observed exploitation of vulnerabilities including CVE-2022-27925, CVE-2021-23758, CVE-2021-29441/29442, and CVE-2019-18935, along with multiple Linux privilege-escalation flaws.

A distinguishing element of the campaign is UAT-10147’s integration of AI-driven tooling into real intrusion workflows. Talos observed PentestGPT used to dynamically scan servers and execute relevant proofs of concept, DeepAudit installed for source-code vulnerability analysis, and AI-generated playbooks and Python scripts that automate ASP.NET ViewState exploitation, writable-path validation, implant deployment, web-shell installation, reconnaissance, and exfiltration. Recovered documentation also recorded iterative troubleshooting, exploit validation, and details from an active intrusion, indicating the actor is moving beyond simple AI-assisted scripting toward semi-automated offensive orchestration that lowers the expertise and time required to execute complex post-compromise operations.

Impact: Successful UAT-10147 compromise can result in persistent access to vulnerable web servers, privilege escalation to SYSTEM or root, deployment of remote-access malware, web-shell persistence, data theft, and manipulation of IIS infrastructure for SEO fraud. The actor’s use of AI-assisted exploit development and validation may increase operational scale and speed, while its large target inventory suggests opportunistic exploitation can be conducted across substantial numbers of internet-facing systems. On Windows, the actor also modifies Windows Defender exclusions, creates privileged local accounts, and establishes scheduled-task persistence; on Linux, it chains known local privilege-escalation exploits before deploying additional implants.

Recommendation:

  • Patch internet-facing Zimbra, AjaxPro, Nacos, Telerik UI, IIS-hosted applications, and Linux systems for the vulnerabilities documented in the campaign, prioritizing systems with known RCE or privilege-escalation exposure.
  • Review IIS and Windows systems for suspicious Windows Defender exclusions targeting System32\inetsrv or SysWOW64\inetsrv, especially when added through PowerShell or direct registry modification.
  • Hunt for certutil-based downloads of unexpected executables, archives, batch files, DLLs, or implants followed by privilege escalation or PowerShell execution.
  • Investigate scheduled tasks named Google Chrome Start or similarly deceptive tasks configured to run unknown binaries with highest privileges at user logon.
  • Monitor ASP.NET applications for anomalous ViewState activity, repeated HTTP 500 responses associated with InvalidCastException, exposed or reused MachineKey material, and out-of-band callbacks following ViewState submissions.
  • Detect unexpected web-shell creation in IIS webroots, including ASHX handlers, randomized DLL names following numeric patterns, and file writes originating from application-pool identities.
  • Correlate IIS worker activity with SeImpersonatePrivilege discovery, Potato-family privilege-escalation tooling, suspicious appcmd execution, encoded PowerShell, and outbound callbacks to external webhooks or staging servers.
  • On Linux web servers, investigate web-shell deployment followed by use of known LPE exploits, Meterpreter, NoodleRAT, SPECTRE, or other outbound implant traffic, and isolate systems showing successful privilege escalation.

🚩 Threat Actors Abuse Teams, Slack, and Other Trusted Collaboration Platforms for Identity Phishing and Post-Compromise Access

Palo Alto Networks Unit 42 reported a sharp increase in malicious activity involving enterprise collaboration platforms, with endpoint alerts tied to these tools more than quadrupling over the past 12 months. Researchers found that 99% of collaboration-related alerts were associated with chat phishing, reflecting increased attacker use of Microsoft Teams, Slack, Google Meet, and similar services for identity phishing, impersonation, credential theft, malware delivery, and social engineering. Unlike traditional email phishing, these attacks can originate from compromised accounts, external federated tenants, guest identities, or trusted third parties, allowing malicious requests to appear as legitimate collaboration activity from an authenticated user.

Recent campaigns demonstrate how collaboration platforms can support multiple stages of an intrusion. Attackers have used Teams and Slack to impersonate IT staff, recruiters, community leaders, and legitimate companies; deliver credential-harvesting links and malicious archives; convince users to install remote-access software; and facilitate supply-chain compromises. Unit 42 also highlighted post-compromise abuse in which a threat actor modified compromised firewall/VPN appliances to disable 2FA, retrieve privileged credentials, and exfiltrate the results through the appliance’s legitimate Slack webhook integration. These cases show that trusted communication platforms can function not only as phishing channels but also as persistence and exfiltration mechanisms after compromise.

Impact: Successful abuse of trusted collaboration platforms can lead to credential theft, MFA compromise, malware execution, remote-access deployment, account takeover, supply-chain compromise, and persistent access through valid enterprise identities. Because attackers inherit the relationships, permissions, and conversation context of compromised accounts, malicious requests can appear significantly more trustworthy than unsolicited email. Organizations may also have less visibility into authenticated collaboration sessions than into email or identity events, creating opportunities for malicious messaging and file sharing to evade existing controls.

Recommendation:

  • Review and restrict external federation, guest access, shared workspaces, and third-party integrations to legitimate business requirements.
  • Monitor Teams, Slack, and similar platforms for unusual direct messages, unexpected file transfers, unfamiliar external tenants, and anomalous messaging from compromised accounts.
  • Require users to verify high-risk requests, including MFA approval, credential sharing, remote-access installation, file execution, or access changes, through a separate trusted channel.
  • Hunt for collaboration applications directly or indirectly spawning cmd.exe, PowerShell, bash, sh, or zsh, especially after a file transfer or external chat interaction.
  • Investigate archives or executables delivered through collaboration tools when followed by WinRAR extraction, DLL sideloading, remote-access software, or shell execution.
  • Correlate collaboration telemetry with identity, endpoint, authentication, and file-sharing events to identify account misuse that appears legitimate in isolation.
  • Monitor outbound Slack, Teams, or other webhook traffic from firewalls, VPN appliances, and infrastructure that does not have an approved integration, particularly when combined with administrative or authentication changes.
  • Include Teams, Slack, Google Meet, and other collaboration-based social engineering scenarios in phishing simulations and awareness training rather than focusing exclusively on email.

Actively Exploited Microsoft Entra ID RCE Flaw Receives Maximum CVSS 10.0 Severity

Microsoft disclosed CVE-2026-69836, a critical remote code execution vulnerability affecting Microsoft Entra ID. The flaw stems from deserialization of untrusted data and could allow an unauthenticated remote attacker to execute code over the network without user interaction. Microsoft assigned the vulnerability a CVSS 3.1 score of 10.0, with low attack complexity, no privileges required, and high potential impact to confidentiality, integrity, and availability. Microsoft’s exploitability assessment confirms that the vulnerability has been exploited in attacks, although it was not publicly disclosed before the advisory and public exploit code is not currently known to be available.

Microsoft has already fully mitigated CVE-2026-69836 within the Entra ID cloud service and states that customers do not need to deploy an update or take action to resolve the vulnerability. The CVE was published primarily for transparency, and Microsoft has not disclosed technical details regarding the exploitation method, affected attack activity, threat actors, victim scope, or indicators of compromise.

Impact: Successful exploitation could have allowed an unauthorized remote attacker to execute code within the affected Entra ID service context, with Microsoft rating potential confidentiality, integrity, and availability impacts as high. Given Entra ID’s role in authentication and access management across Microsoft 365, Azure, Dynamics, and connected applications, exploitation of an identity platform vulnerability at this severity warrants attention even though the underlying service issue has already been remediated. However, Microsoft has not disclosed what access or downstream effects were achieved in observed attacks, so the actual scope of exploitation cannot currently be determined from public reporting.

Recommendation:

  • No remediation action is required for the vulnerability itself; Microsoft states that CVE-2026-69836 has already been fully mitigated within Entra ID.
  • Review Entra ID sign-in, audit, and identity-risk telemetry for anomalous privileged activity, unexpected account changes, suspicious application access, or unusual authentication patterns.
  • Prioritize investigation of unexplained administrative or tenant-level changes occurring before Microsoft’s August 20 disclosure, particularly where no legitimate user action explains the activity.
  • Review privileged identities, service principals, enterprise applications, and OAuth grants for unexpected additions, permission changes, or newly established access.
  • Confirm that Entra ID audit and sign-in logging is enabled and retained long enough to support retrospective investigation if Microsoft releases additional exploitation details.
  • Revoke suspicious sessions and tokens and rotate affected credentials if independent evidence of identity compromise is identified.
  • Avoid creating CVE-specific detection logic based on unsupported assumptions, as Microsoft has not released exploit mechanics, attack indicators, or observable exploitation artifacts.
  • Continue monitoring Microsoft guidance for additional technical details, indicators, or changes to the current “no customer action required” status.

Sign up here!

To receive the TIGR Threat Watch email bulletin and critical vulnerability notifications, simply complete the form below.

 

Follow on Twitter

@SRA_ThreatWatch will keep you up to date with the most recent posts on your social media feed.

Subscribe to the RSS

Just copy and add this link to your RSS app and be notified immediately when new intel is posted.

How to use RSS

Following the RSS feed is easy. RSS can be added in your Outlook desktop app, and there are many free RSS readers available for your mobile device.

To follow using Outlook:

  • In Outlook, right-click the RSS Feeds folder and choose Add a New RSS Feed.
  • In the New RSS Feed dialog box, enter the URL of the RSS Feed: https://sra.io/category/tigr/feed

(click here for detailed instructions and additional options for Outlook)

Popular mobile RSS reader apps include:

  • Feedly
  • NewsBlur
  • RSS Reader
  • Inoreader

After installing your preferred RSS reader, you will be able to add this feed by entering the URL: https://sra.io/category/tigr/feed

Threat Bulletin Archive

About TIGR Threat Watch

Our Threat Intelligence Gathering & Research (TIGR) team is focused on threat intelligence and curates a daily intelligence report, TIGR Threat Watch, with information collected from several industry intel sources. We also create and publish ad-hoc critical vulnerability notifications in case of critical and time-sensitive vulnerabilities or threats. These notifications include details and recommendations for mitigation/remediation.