Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 15, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 15, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 15, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 15, 2025

      Intel’s latest Arc graphics driver is ready for DOOM: The Dark Ages, launching for Premium Edition owners on PC today

      May 15, 2025

      NVIDIA’s drivers are causing big problems for DOOM: The Dark Ages, but some fixes are available

      May 15, 2025

      Capcom breaks all-time profit records with 10% income growth after Monster Hunter Wilds sold over 10 million copies in a month

      May 15, 2025

      Microsoft plans to lay off 3% of its workforce, reportedly targeting management cuts as it changes to fit a “dynamic marketplace”

      May 15, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      A cross-platform Markdown note-taking application

      May 15, 2025
      Recent

      A cross-platform Markdown note-taking application

      May 15, 2025

      AI Assistant Demo & Tips for Enterprise Projects

      May 15, 2025

      Celebrating Global Accessibility Awareness Day (GAAD)

      May 15, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      Intel’s latest Arc graphics driver is ready for DOOM: The Dark Ages, launching for Premium Edition owners on PC today

      May 15, 2025
      Recent

      Intel’s latest Arc graphics driver is ready for DOOM: The Dark Ages, launching for Premium Edition owners on PC today

      May 15, 2025

      NVIDIA’s drivers are causing big problems for DOOM: The Dark Ages, but some fixes are available

      May 15, 2025

      Capcom breaks all-time profit records with 10% income growth after Monster Hunter Wilds sold over 10 million copies in a month

      May 15, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»Jollibee Cyberattack: Data of 32 Million Customers of Fast Food Chain Allegedly Compromised

    Jollibee Cyberattack: Data of 32 Million Customers of Fast Food Chain Allegedly Compromised

    June 21, 2024

    Jollibee, the Philippines’ largest fast-food chain, has allegedly been hit by a massive data breach. The Jollibee cyberattack came to light on June 20, 2024, when a threat actor claimed responsibility for breaching the systems of Jollibee Foods Corporation. The notorious attacker, operating under the alias “Sp1d3r“, claimed to have access to the sensitive data of 32 million customers of the fast food chain and offered to sell the database for $40,000.

    Details of Jollibee Cyberattack

    The data breach of the fast-food chain was posted by the threat actor on popular data hack site BreachForums.

    The threat actor stated that “Jollibee is a Filipino chain of fast-food restaurants owned by Jollibee Foods Corporation. As of September 2023, there were over 1,500 Jollibee outlets worldwide, with restaurants in Southeast Asia, East Asia, the Middle East, North America, and Europe.”

    Source: X

    The threat actor claimed to have carried out a cyberattack and had gained access to the data of 32 million Jollibee customers, including their names, addresses, phone numbers, email addresses and hashed passwords. The hacker also allegedly exfiltrated 600 million rows of data related to food delivery, sales orders, transactions and service details.

    To support these claims, the TA included a sample in tabular data format accessible through spreadsheet programs like Microsoft Excel and Google Sheets.

    While the exact details of the alleged data breach remains unclear, the potential impact on millions of customers is cause for concern.

    Jollibee Yet to React to Cyberattack Claims

    The motive behind the Jollibee cyberattack remains unknown. So far, Jollibee Foods Corporation has not reacted or issued any official statement regarding the alleged data breach. The Cyber Express has reached out to the corporation to verify the claims. This article will be updated once the company responds to the allegations and shares any preventive measures in place to prevent critical data from being misused.

    The Philippines National Privacy Commission (NPC) has yet to receive any notification from Jollibee Foods Corporation regarding the breach. The NPC regulations require organizations to inform affected individuals and report such incidents within 72 hours of discovery.

    Jollibee Cyberattack Threat Actor Responsible for Snowflake Breach

    While Jollibee investigates the claims made by “Sp1d3r”, the threat actor has been responsible for several recent breaches, which includes many customers of third-party cloud data storage vendor Snowflake.

    On June 1, “Sp1d3r” posted on the cybercriminal platform BreachForums that they had stolen the sensitive information of over 190 million people from QuoteWizard. The alleged database included customer details, partial credit card numbers, insurance quotes, and other information.

    The same threat actor was responsible for the data breach at American automobile aftermarket component supplier Advance Auto Parts, Inc. The attacker “Sp1d3r” claimed to have stolen three terabytes of customer data from the company’s Snowflake cloud storage and was selling the data for US$1.5 million. In its report, the company stated that the cyberattack could create damages up to $3 million.

    The Jollibee Cyberattack is a stark reminder of the vulnerabilities of the digital world, where even the largest and most established companies could become victims of notorious data hackers. Customers should stay vigilant and follow any further guidance provided by Jollibee and cybersecurity professionals.

    Media Disclaimer: This report is based on internal and external research obtained through various means. The information provided is for reference purposes only, and users bear full responsibility for their reliance on it. The Cyber Express assumes no liability for the accuracy or consequences of using this information.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleAfter Banning Sales of Kaspersky Products, U.S. Sanctions its Top Executives
    Next Article CDK Global Struck By Second Cyberattack While Investigating Incident

    Related Posts

    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 16, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4743 – Code-projects Employee Record System SQL Injection Vulnerability

    May 16, 2025
    Leave A Reply Cancel Reply

    Hostinger

    Continue Reading

    JavaScript’s Rust tool belt

    Development

    California’s Bar Exam Was Written by AI And It Was a Total Disaster

    Artificial Intelligence

    Microsoft confirms annoying Photos app on Windows 11 issue that stops it from launching

    Development

    Half-Life’s ‘G-Man’ actor Mike Shapiro drops a cryptic post that’s begging to be Half-Life 3

    Development

    Highlights

    Appium: Parallel execution halts if test is complete on one of the device

    June 24, 2024

    I am trying to run 2 different tests on 2 different emulators parallelly. But my execution halts on 1 device as soon as the test on other device is complete.
    I am using the below driver setup code
    capabilities = new DesiredCapabilities();
    capabilities.setCapability(“platformName”, “Android”);
    capabilities.setCapability(“VERSION”, platformVersion);
    capabilities.setCapability(“udid”, deviceName);
    capabilities.setCapability(“app”, “app.apk”);
    capabilities.setCapability(“appPackage”, “xxx”);
    capabilities.setCapability(“appActivitiy”, “xxx.HomeActivity”);
    capabilities.setCapability(“systemPort”, systemPort);
    driver = new AndroidDriver(new URL(“http://0.0.0.0:4723/wd/hub”), capabilities);

    And below is my testNG.xml file
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <suite name=”Parallel Tests” parallel=”tests” thread-count=”2″>
    <test name=”Android native app test on Android 12″>
    <parameter name=”platformVersion” value=”12″/>
    <parameter name=”deviceName” value=”emulator-5554″/>
    <parameter name=”systemPort” value=”6666″/>
    <classes>
    <class name=”LoginTest” />
    </classes>
    </test>
    <test name=”Android native app test on Android 10″>
    <parameter name=”platformVersion” value=”10″/>
    <parameter name=”deviceName” value=”emulator-5556″/>
    <parameter name=”systemPort” value=”8666″/>
    <classes>
    <class name=”SignUpTest” />
    </classes>
    </test>
    </suite>

    I get the following exception
    org.openqa.selenium.NoSuchSessionException: Session ID is null. Using WebDriver after calling quit()?

    And sometimes this exception as well
    org.openqa.selenium.NoSuchSessionException: A session is either terminated or not started

    How to save Appium logs to a local text file?

    August 13, 2024

    Opera’s sidebar upgrade makes it easier to access your favorite apps – here’s how

    February 25, 2025

    B2B Testers

    January 6, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.