company logo

Product

Our Product

We are Reshaping the way Developers find and fix vulnerabilities before they get exploited.

Solutions

By Industry

BFSI

Healthcare

Education

IT & Telecom

Government

By Role

CISO

Application Security Engineer

DevsecOps Engineer

IT Manager

Resources

Resource Library

Get actionable insight straight from our threat Intel lab to keep you informed about the ever-changing Threat landscape.

Subscribe to Our Weekly Threat Digest

Company

Contact Us

Have queries, feedback or prospects? Get in touch and we shall be with you shortly.

loading..
loading..
loading..
Loading...

Outage

SIMULINK

loading..
loading..
loading..

MathWorks Ransomware Crisis 12 Days 5M Users Paralyzed

MATLAB paralyzed Day 13: 5M users locked out as ransomware cripples MathWorks. Critical research halted. Was your data compromised?

29-May-2025
4 min read

No content available.

Related Articles

loading..

Qilin Ransomware

Qilin ransomware hits Nissan design hub; 4TB of car blueprints and IP leaked in ...

Nissan’s Tokyo design subsidiary **Creative Box Inc. (CBI)** detected unauthorized server access on **Aug 16, 2025**, and later **confirmed a data breach**. The **Qilin (aka “Agenda”) ransomware-as-a-service** operation listed CBI on its leak site on **Aug 20**, claiming **\~405,882 files / \~4 TB** exfiltrated (3D models, VR workflows, internal reports, financials, photos/videos) and posted **16 proof-of-theft images**. This is a classic **double-extortion** play—data theft plus public shaming—to force payment. The exposed assets are **innovation-grade IP**, heightening competitive, regulatory, and supply-chain risks. ## What happened (fact pattern & timeline) * **Aug 16, 2025 (JST):** CBI detects “suspicious access” on a data server, blocks access, and notifies authorities. * **Aug 20, 2025:** Qilin adds “Nissan CBI” to its Tor leak portal, threatens publication, and releases **16 screenshots/photos** of alleged stolen material. * **Aug 26–27, 2025:** Nissan confirms a breach and that **“some design data has been leaked,”** stating impact is limited to Nissan, with investigation ongoing. * **Data claimed:** \~**4.0 TB (4,037 GB)** / **\~405,882 files**, including **3D design models & VR workflows, internal reports, spreadsheets, photos, and videos**. ## Adversary profile: Qilin (“Agenda”) RaaS * **Business model:** Ransomware-as-a-Service: core operators provide malware + infrastructure; **affiliates** execute intrusions for a profit share. * **Tradecraft:** **Double extortion** (encrypt + exfiltrate + public shaming on a **leak portal**), selective leak “proof packs,” and negotiation pressure. * **Initial access & tooling (observed across cases):** * **Phishing** with malware droppers and social engineering; * **Valid credentials** from stealer logs/markets; * Opportunistic use of public-facing service exploits; * Credential theft (e.g., **Chrome credential stealer** observed in Qilin activity). **Why target CBI?** IP-rich environments (CAD/PLM/VR pipelines) often blend legacy file servers, shared assets, and vendor tools—**high-value data, heterogeneous controls, and complex privileges**, making them ideal for exfil-first ransomware. (Inference based on the data types claimed and typical design-studio architectures.) ## Impact analysis (beyond “data breach”) 1. **IP exposure & competitive intelligence:** Early-stage concepts, 3D assemblies, material specs, and VR workflows can reveal **roadmaps, design language, and engineering constraints**—a durable competitive loss even without encryption. 2. **Supply-chain & co-innovation risk:** Even if Nissan says third parties weren’t impacted, **shared models and joint prototypes** may be referenced in the stolen corpus, raising trust and contractual issues. 3. **Adversary leverage:** Leak-site posts + samples create **public market pressure** (investors, media, regulators) to escalate negotiations. 4. **Repeatability:** RaaS affiliates reuse working playbooks against other design/R\&D shops (auto, aero, med-devices), increasing sectoral risk. ## TTPs mapped to MITRE ATT\&CK (what to hunt for) > Not every technique occurred here; this is a **most-probable** map for Qilin-style intrusions in design estates. * **Initial Access:** Phishing (T1566), Exploit Public-Facing App (T1190), Valid Accounts (T1078). * **Execution:** PowerShell (T1059.001), Scripting (T1059), Malicious Office Macros (T1204.002). * **Privilege Escalation / Persistence:** Abuse of admin shares & scheduled tasks (T1053), Credential dumping (T1003). * **Discovery & Lateral Movement:** Network share discovery (T1135), Remote Services—RDP/SMB (T1021.001/.002). * **Credential Access:** Browser credential theft (Chrome stealer linked to Qilin) (T1555). * **Collection & Exfiltration:** Archive staging (T1560), Exfiltration over web services/cloud (T1567). * **Impact:** **Data Encrypted for Impact** (T1486), **Exfiltration to leak site** (extortion). ## Design-studio kill-chain specifics (where defenders often lose) * **Data gravity on SMB/NAS/PLM:** Monolithic shares (\design\projects\*\CAD) and PLM export folders are low-friction **exfil reservoirs**. * **Render farms & VR rigs:** Often run **elevated service accounts** and legacy drivers; EDR visibility can be uneven. * **Large binaries (CAD/point-cloud/FBX):** High-entropy, high-volume traffic to unfamiliar ASNs or cloud buckets is a telltale of **pre-encryption exfiltration**. * **Toolchain sprawl:** Mix of vendor apps (Autodesk, Dassault, Unity/Unreal), license servers, and custom scripts—**control gaps** and **bypass paths** abound. ## Detection & hunting playbook (actionable) **Network/Proxy (KQL-style heuristics)** ```text // Unusual bulk egress of large binaries outside business hours Proxy | where UrlCategory !in ("Corp_Storage","Corp_CDN") | where ResponseBodyBytes > 50MB | summarize total_bytes=sum(ResponseBodyBytes), conns=dcount(ClientIP) by bin(TimeGenerated, 15m), ClientIP, DestinationIp | where total_bytes > 5GB and conns > 20 ``` **EDR/Host** * Flag **7-zip/WinRAR** invoked by **non-packaging apps** in design shares (T1560). * Alert on **RDP service enablement** + new local admins within 1h window. * Detect **lsass** access by non-signed tools; block untrusted **minidump** patterns (T1003). * Hunt for **Chrome Login Data** access by non-browser processes (T1555). **Identity** * Impossible travel & atypical MFA denials for **service designers** / **render accounts**. * High-risk authentications into **license servers** or **render controllers**. **Data** * DLP patterns for **CAD/PLM extensions** (e.g., .CATPart, .CATProduct, .SLDPRT, .FBX, .MAX, .OBJ, .STEP, .IGES) with **volume + novelty** thresholds. ## Response runbook (first 72 hours) 1. **Containment** * Isolate affected servers/shares; cut off **egress to Tor/proxy/VPS ASNs**; freeze **service tokens**. * Snapshot VMs, collect **volatile memory**, preserve **NetFlow**, **proxy**, and **EDR telemetry**. 2. **Scope & eradication** * Golden image rebuild for **bastions, license servers, render controllers**; rotate **KRBTGT**/privileged creds if AD touched. * Remove backdoors, reset **IdP app secrets**, and **invalidate OAuth refresh tokens**. 3. **Negotiation posture** * Prepare for **proof-of-data ask**; assume partial leaks may be public. Align legal/regulatory and insurer guidance. * Treat any “call-a-lawyer” intimidation tactics as **pressure theater**; keep comms channelized. 4. **Comms & legal** * Message around **IP loss** (vs. PII) clearly; engage OEM/partners under NDA if shared designs are implicated. 5. **Recovery & hardening** * Restore from **immutable backups**; enable **AD tiering**, **PAWs** for design admins, and **Zero Trust** access to PLM/VR. ## Preventive controls (prioritized, design-estate aware) 1. **Segment for IP:** Put **CAD/PLM/VR** zones behind **identity-aware proxies**; default-deny egress; permit only **approved cloud storage**. 2. **Least privilege for pipelines:** Service accounts for render/convert nodes use **per-job short-lived credentials**; no standing domain admin. 3. **Exfil controls:** DLP + CASB with **size, type, and destination** policies tuned for CAD/3D assets; **TLS inspection** for egress from design VLANs. 4. **EDR everywhere (really):** Ensure sensor coverage on **render farms**, **license servers**, **Unity/Unreal workstations**; block unsigned drivers. 5. **Credential hygiene:** Mandatory **FIDO2** for admins; block **password autofill**; clear **browser credential stores** on design rigs. (Qilin has targeted browser creds.) 6. **Email & stealer-log risk:** **Attachment detonation** + **link isolation**; ingest **stealer-log telemetry** from threat intel to auto-revoke exposed accounts. 7. **Leak-site monitoring:** Subscribe to leak-site mirrors/feeds; **pre-draft takedown notices** and partner comms. ## Key unanswered questions (tracking list) * **Initial vector:** Phish? Valid creds? Public-facing service? (Investigators have not disclosed.) * **Encryption stage:** Was encryption deployed or was this **exfil-only**? (Qilin often encrypts post-exfil.) * **Supplier collateral:** Any third-party design artifacts present in the stolen set? Nissan says others aren’t impacted, but artifacts may reference partners. * **Data authenticity/volume:** Qilin posted **16 samples**; full corpus remains unverified publicly. This is **not** a customer-PII story—it’s a **strategic IP story**. Qilin’s RaaS playbook weaponizes **exfiltration + publicity** to monetize R\&D. Treat design/R\&D networks as **crown-jewel zones** with bespoke controls, not just “another office segment.” The defensive priority is **exfil-prevention and privileged-path hardening**, not only anti-encryption backups.

loading..   28-Aug-2025
loading..   6 min read
loading..

Teslamate

Over 1,300 TeslaMate servers exposed, leaking Tesla owners’ locations, trips, an...

A striking reminder of the dangers of unsecured self-hosted platforms surfaced when a security researcher revealed that over 1,300 TeslaMate servers were publicly exposed online, inadvertently disclosing sensitive Tesla vehicle data. The discovery highlights a growing cybersecurity challenge: how everyday consumers, empowered by open-source tools, may inadvertently create significant privacy vulnerabilities. This Threatfeed examines the incident in detail, analyzes the cybersecurity implications, and offers practical guidance for Tesla owners and self-hosting enthusiasts seeking to safeguard their data. ## Hundreds of TeslaMate Dashboards Left Wide Open The discovery was made by **Seyfullah Kiliç**, founder of the Turkish cybersecurity company **SwordSec**. Kiliç mapped and analyzed hundreds of TeslaMate servers — an open-source platform that allows Tesla owners to self-host dashboards tracking their vehicles’ health and usage. His findings were alarming. More than **1,300 dashboards** were found to be accessible without authentication. In many cases, no password protection or firewall rules were in place, meaning **anyone on the internet could view the data**. The information exposed included: * GPS location and real-time tracking * Trip histories with precise timestamps * Vehicle model and specifications * Battery health and charging sessions * Driving behaviors and routes For Tesla owners, this was more than just a technical issue; it was a blueprint of their daily life patterns, revealing where they live, work, and travel. ## Why This Exposure Matters At first glance, some might view the leakage as little more than a hobbyist mishap. However, in the era of widespread cybercrime, such oversights carry significant consequences. 1. **Physical Security Risks**: Real-time GPS data could allow malicious actors to track when a car (and its owner) is home, away, or on vacation. 2. **Targeted Crime**: Thieves could exploit data about charging patterns or vehicle locations to identify vulnerable targets. 3. **Identity and Privacy Concerns**: Combined with other datasets, exposed TeslaMate logs could help build detailed profiles of individuals, including their routines and personal habits. 4. **Cybersecurity Attack Surface**: Exposed servers may provide an entry point for further exploitation, especially if misconfigured systems contain other vulnerabilities. This is not just about Tesla or car enthusiasts; it’s a textbook example of how **self-hosted tools, if mismanaged, can become privacy liabilities**. ## From Dozens to Over a Thousand Back in 2022, only “dozens” of TeslaMate dashboards were reported as publicly exposed. Fast-forward to 2025, and the number has skyrocketed past **1,300**, showing an alarming growth curve. Why the surge? * **Popularity of TeslaMate**: As Tesla’s global customer base grows, more owners are attracted to TeslaMate’s ability to visualize vehicle data without relying on Tesla’s own servers. * **Ease of Self-Hosting**: The rise of home labs, Docker containers, and affordable cloud services makes it easier for average users to spin up dashboards — but not all understand the security implications. * **Configuration Missteps**: Many users either fail to set up authentication or leave servers exposed due to incorrect firewall settings. In other words, the democratization of data logging has created **an army of unsecured endpoints**, each one a potential privacy breach. ## What Is TeslaMate and Why Do Owners Use It? TeslaMate is an **open-source data logger and visualization platform** developed by Adrian Kumpf. It provides detailed insights into Tesla vehicles that go beyond what Tesla’s official app offers, including: * Long-term battery health monitoring * Detailed charging statistics and costs * Route visualizations and driving efficiency metrics * Custom dashboards powered by Grafana The appeal is clear: TeslaMate gives owners **full ownership of their vehicle data**. Unlike Tesla’s cloud services, which operate as a black box, TeslaMate allows transparency and historical analysis. However, the catch is equally clear: **with great data ownership comes great responsibility.** ## Mapping the Problem Kiliç didn’t merely identify exposed dashboards — he **mapped them visually**, creating a geographic snapshot of where these servers were located. The data illustrated just how widespread the problem is, with exposed dashboards in **Europe, North America, and Asia**. Importantly, the research was conducted in the spirit of awareness, not exploitation. Kiliç did not disclose specific server addresses but highlighted the scale to emphasize the need for urgent action. ## Implications Beyond Tesla Although TeslaMate is at the center of this story, the lesson resonates far more broadly. Self-hosted, open-source platforms — whether for home automation, fitness tracking, or smart devices — are proliferating. Each misconfigured server represents: * A **privacy risk**: sensitive personal data leaking into the public domain. * A **cybersecurity risk**: attack surfaces that could be exploited. * A **societal challenge**: how to balance the benefits of open-source empowerment with the responsibilities of secure deployment. This incident is, in many ways, **a case study in the hidden risks of the DIY internet.** ## How TeslaMate Users Can Protect Their Data For Tesla owners using TeslaMate, the good news is that these exposures are **not due to a fundamental flaw in the software**, but rather **misconfigurations by users**. Adrian Kumpf, TeslaMate’s developer, has already released fixes aimed at reducing accidental exposures. Still, ultimate responsibility rests with the host. Here are the key steps TeslaMate users should take: ### 1. Enable Authentication Ensure your TeslaMate dashboards require a strong username and password. Default or empty authentication is the primary cause of exposure. ### 2. Use a Firewall or VPN Restrict access to your server by setting firewall rules or hosting TeslaMate behind a VPN. Only authorized devices should connect. ### 3. Avoid Public Exposure Do not expose TeslaMate dashboards directly to the public internet. Instead, keep them on a private network or behind a reverse proxy with SSL. ### 4. Update Regularly Always run the latest version of TeslaMate and supporting software (Grafana, PostgreSQL, etc.), as updates often include important security fixes. ### 5. Monitor Logs Review access logs to detect any unusual activity. Anomalies may indicate that unauthorized access attempts are being made. ## Tesla’s Role in the Ecosystem While Tesla itself was not directly responsible for these exposures, the company has a stake in how its data is handled. The popularity of TeslaMate points to **a gap in Tesla’s official data offerings**. Many owners seek more granular insights than Tesla provides, prompting them to turn to third-party tools. Some experts argue that Tesla could help mitigate risks by: * Offering **more transparent APIs** for owners who want deeper analytics. * Providing **official guidance** on safe use of third-party data loggers. * Educating users on the dangers of unsecured self-hosting. This would not only protect owners but also reinforce trust in Tesla’s broader ecosystem. The TeslaMate exposure is not an isolated problem. It reflects a broader trend where **self-hosted open-source tools, when poorly secured, become ticking time bombs.** * **Home automation platforms** like Home Assistant have faced similar issues. * **Fitness data trackers** and IoT devices often leak personal data when misconfigured. * **Cloud misconfigurations** in Amazon AWS or Google Cloud have repeatedly exposed sensitive corporate data. In every case, the pattern is the same: **misconfiguration, lack of awareness, and unintended exposure.** For Tesla owners, the takeaway is simple: if you use TeslaMate, secure it as carefully as you would your car itself. For the broader community, the lesson is universal: owning your data comes with the responsibility to protect it. As open-source adoption accelerates, incidents like this may become more common. However, with the proper security practices, users can enjoy the benefits of transparency and control without compromising their privacy.

loading..   26-Aug-2025
loading..   7 min read
loading..

Google Play

77 apps and 19M installs later Google’s Play Store faces a crisis as trust shatt...

Cybersecurity researchers revealed that **77 malicious Android apps** had slipped through Google Play’s defenses, amassing more than **19 million downloads** before being purged. Mainstream coverage framed the event predictably: cybercriminals struck, Google responded, and users should be cautious. Yet this narrative is incomplete—and dangerously misleading. The unpopular but essential truth is this: **Google Play is not primarily a sanctuary of trust. It is an ecosystem designed for growth, not safety.** Each new “malware purge” is not an anomaly, but a symptom of a business model that consistently leaves users exposed. ## Walled Garden Illusion For years, Google has marketed the Play Store as a **curated, safe environment**. Users are reassured by Play Protect scans and app review policies. But the persistence of long-known threats like the **Joker trojan**—responsible for nearly a quarter of the malicious apps in this incident—exposes a reality that doesn’t align with the marketing. * **Adware**, which dominated two-thirds of the rogue apps, isn’t even new or innovative. It is crude and detectable. * **Repeat offenders** like Joker prove that detection methods are reactive, not preventive. This is not a cat-and-mouse game where hackers are always one step ahead. It is a system that tolerates intrusions until bad press forces a purge. ## Users as Collateral Damage The most overlooked dimension is the user experience. Millions trusted the official marketplace, downloaded these apps, and unknowingly became test subjects in what amounts to a live experiment. * Victims were tricked into fraudulent subscriptions, saw their data harvested, or endured constant intrusive ads. * Non-technical users—especially those in developing markets—had little chance of spotting danger signals buried in permissions or reviews. * Ironically, Google’s advice always shifts responsibility to the user: “check reviews, be cautious.” But this contradicts the promise of a centralized, vetted app store. The result? **Users carry the burden of vigilance while Google retains the benefits of scale.** ## Economics of Insecurity Why does this cycle persist? Because the incentive structure works against real security. * For attackers, Google Play offers the **best ROI** in cybercrime: global reach, legitimacy by association, and minimal entry barriers. * For Google, every app—malicious or not—bolsters engagement metrics and platform growth. Malicious apps are outliers only when caught. * For users, the low-cost app economy hides its true cost: privacy, financial exploitation, and erosion of trust. This is the part no headline highlights: **Google and attackers both thrive on frictionless onboarding. Security comes second.** ## Invisible Victims Beyond financial loss, the true casualties of this incident are often ignored: * **Emerging markets**, where prepaid credit fraud can devastate users with limited resources. * **Low-literacy populations**, excluded from security best practices written for technically literate audiences. * **Independent developers**, whose legitimate apps face declining trust because the marketplace itself is tainted. Every malware purge isn’t just about malware. It’s about trust deficits that disproportionately harm the most vulnerable. ## Security Theater When Google announces a malware removal, it frames itself as decisive and vigilant. In reality, it’s **security theater**—a spectacle that reassures the public without addressing root causes. Questions rarely asked in mainstream coverage: * Why do legacy malware families keep resurfacing? * How long were these apps live before removal? * Why isn’t Google compensating users who suffered financial losses enabled by its marketplace? Until these questions are addressed, removal cycles will remain little more than **clean-up operations for self-created messes.** ## Beyond the Garden, Into the Dark Forest The removal of 77 malicious apps with 19 million downloads is not evidence of a system working. It is evidence of a system **designed to fail safely in public while succeeding quietly in metrics**. The unpopular but urgent narrative is this: **Google Play is not a walled garden. It is a dark forest—where predators thrive, users wander blindly, and safety depends less on protections than on luck.** Until Google reimagines its marketplace as public infrastructure, not just an ad funnel, the next purge is not just likely—it is inevitable.

loading..   25-Aug-2025
loading..   4 min read