Monday, November 10, 2025

MikeGPT CyberSecurity

“Playbook for the Secure Enterprise”

Critical Threats

Cl0p

    The Cl0p ransomware group has publicly named nearly 30 major organizations, including Logitech, The Washington Post, and Cox Enterprises, as victims of an attack targeting Oracle E-Business Suite (EBS). This public disclosure is a classic double-extortion tactic designed to pressure victims into paying a ransom by weaponizing reputational damage. The scale of this campaign indicates a potentially widespread and unpatched vulnerability in Oracle EBS is being actively exploited.

    Business Impact

    Named organizations face significant reputational damage, potential regulatory fines for data breaches, and loss of customer trust. The leak of sensitive financial or operational data from EBS systems can lead to severe competitive disadvantage and financial loss. All organizations using Oracle EBS are at immediate risk of similar attacks.

    Recommended Action

    Organizations using Oracle EBS should immediately verify they have applied all recent security patches. It is critical to hunt for signs of compromise within EBS environments and associated networks, paying close attention to unusual data exfiltration patterns. Review and restrict all external access to EBS instances.

Transportation authorities in Denmark and Norway are investigating a significant security vulnerability in Chinese-made Yutong electric buses. This flaw raises concerns about the security of critical public infrastructure and the potential for remote exploitation. The investigation highlights growing geopolitical tensions surrounding technology supply chains and the risk of embedded vulnerabilities in hardware from foreign adversaries.

Business Impact

A vulnerability in public transportation systems could lead to severe disruption of services, passenger data compromise, or, in a worst-case scenario, safety risks if vehicle controls can be remotely manipulated. This incident underscores the critical need for thorough security vetting in supply chain and procurement processes for critical infrastructure.

Recommended Action

Organizations managing fleets of vehicles or other IoT-enabled critical infrastructure should immediately review their supply chain security policies. Isolate vehicle operational networks from public-facing networks and monitor for any anomalous command and control traffic. Engage with the vendor for immediate patch information and mitigation guidance.

High Severity

Security researchers at Wiz discovered that numerous companies listed on the Forbes AI 50 are inadvertently leaking sensitive secrets, such as API keys and credentials, in public GitHub repositories. This exposure provides a direct path for attackers to access proprietary AI models, sensitive training data, and cloud infrastructure, undermining the core intellectual property of these leading AI firms.

Business Impact

Leaked credentials can lead to catastrophic breaches, including theft of valuable AI models, poisoning of training data, and significant financial loss from fraudulent use of cloud resources. The reputational damage for a leading technology company being compromised through such a basic security failure is immense.

Recommended Action

Implement automated secret scanning in all CI/CD pipelines to prevent secrets from ever being committed to code repositories. Conduct a thorough audit of all public and private repositories for historical leaks. Immediately revoke any exposed credentials and rotate keys.

Lost iPhone

    A targeted phishing campaign is underway that preys on iPhone owners who have lost their devices. Attackers send SMS messages claiming the lost phone has been found, directing the victim to a malicious website that mimics an Apple login page to steal their Apple ID credentials. This is a highly effective social engineering tactic that exploits a person's distress to bypass their usual security caution.

    Business Impact

    Compromised Apple IDs can lead to the theft of personal and corporate data stored in iCloud, fraudulent purchases, and loss of access to critical accounts that use Apple for authentication. For organizations with BYOD policies, this can create a direct path into the corporate environment.

    Recommended Action

    Educate users to never click on links in unsolicited text messages, especially those that create a sense of urgency. Instruct them to only manage their devices through official Apple websites and applications. Enable multi-factor authentication on all Apple ID accounts to mitigate the impact of credential theft.

With a global shortage of 4 million cybersecurity professionals, Security Operations Centers (SOCs) are perpetually overwhelmed. This report details the strategic shift towards using 'agentic AI'—autonomous AI systems that can independently investigate, correlate, and even respond to threats. This technology promises to move SOCs from a reactive triage model to a proactive, strategic threat hunting posture, fundamentally changing how security is managed at scale.

Executive Briefing

Agentic AI in Cybersecurity: Beyond Triage to Strategic Threat Hunting

With a global shortage of 4 million cybersecurity professionals, Security Operations Centers (SOCs) are perpetually overwhelmed. This report details the strategic shift towards using 'agentic AI'—autonomous AI systems that can independently investigate, correlate, and even respond to threats. This technology promises to move SOCs from a reactive triage model to a proactive, strategic threat hunting posture, fundamentally changing how security is managed at scale.

Security Affairs · 12:17 PM ·
​​Securing our future: November 2025 progress report on Microsoft’s Secure Future Initiative ​​

Microsoft has released its latest progress report on the Secure Future Initiative (SFI), a company-wide effort to bolster cybersecurity resilience and innovation. The report outlines steady progress across all engineering pillars, signaling a deep, long-term commitment from one of the industry's largest players to prioritize security in product development. For executives, this report provides insight into the future direction of security controls and standards within the Microsoft ecosystem, which impacts strategic planning and vendor risk management.

Microsoft Security Blog · 5:00 PM ·
2026 Technology and Cybersecurity Predictions

This analysis provides a forward-looking perspective on key trends expected to shape the technology and cybersecurity landscape in 2026. Derived from a wide range of published works and interviews, it offers a strategic overview for leaders to anticipate future challenges and opportunities. Key themes likely include the industrialization of AI-driven attacks, the security implications of quantum computing, and the increasing convergence of physical and cyber threats.

Lifeboat Foundation · 2:07 PM ·

Vendor Spotlight

Cloudflare Zero Trust and Cloudflare Application Security

Spotlight Rationale: Today's intelligence highlights the significant risk of secret leakage from public code repositories, as seen in the "Many Forbes AI 50 Companies Leak Secrets on GitHub" report. This type of breach allows attackers to bypass perimeter defenses and directly access sensitive cloud applications and APIs. Cloudflare's platform is well-positioned to both prevent the exfiltration of secrets and protect applications from being compromised by already-leaked credentials.

Threat Context: Many Forbes AI 50 Companies Leak Secrets on GitHub

Platform Focus: Cloudflare Zero Trust and Cloudflare Application Security

Cloudflare provides a multi-layered defense against the risks of secret leakage. First, its Zero Trust suite, specifically the Data Loss Prevention (DLP) service running through Cloudflare Gateway, can inspect egress traffic to detect and block developers from accidentally pushing code containing API keys or other secrets to sites like GitHub. Second, for secrets that have already been exposed, Cloudflare's Web Application Firewall (WAF) and API Shield can protect the target applications. The WAF can block or rate-limit requests using known-leaked keys, while API Shield can identify anomalous usage patterns that indicate a compromised credential is being abused.

1. Prevent Leakage: Deploy Cloudflare's WARP client and configure Gateway DLP policies to scan HTTP traffic for common secret patterns (e.g., regex for AWS keys, GitHub tokens). Create a rule to block any uploads to `github.com` that contain these patterns.

2. Protect APIs: Onboard your public-facing APIs to Cloudflare. Enable API Shield and upload your API schema (OpenAPI spec). This allows Cloudflare to identify and alert on any requests that deviate from expected behavior, such as an attacker trying to abuse a stolen key to access unauthorized endpoints.

3. Block Malicious Requests: Create custom WAF rules to block or challenge requests that contain specific leaked API keys if you identify them. Additionally, use Rate Limiting and Super Bot Fight Mode to protect login endpoints and API gateways from credential stuffing attacks that might use leaked secrets.

Source: Cloudflare ↗

Detection & Response

Detection & Response Kit (4 items)

⚠️ Disclaimer: Test all detection logic in non-production environments before deployment.

1. Vendor Platform Configuration - Cloudflare

# Cloudflare Gateway DLP Policy for Blocking GitHub Secret Leaks # 1. Navigate to Zero Trust Dashboard > Gateway > Policies > HTTP. # 2. Click "Add a policy". # 3. Name the policy: "Block API Secret Upload to GitHub". # 4. Under "Traffic", define the following conditions: # - Application -> In -> "GitHub" # - AND # - DLP Profile -> In -> "API Keys and Credentials" (or a custom profile) # 5. For "Action", select "Block". # 6. Save the policy. # Verification: # Attempt to commit a file containing a fake API key (e.g., "sk_live_123abc123abc") to a public GitHub repo from a device running the WARP client. The request should be blocked by Cloudflare Gateway.

2. YARA Rule for Cl0p Ransomware Artifacts

rule Detect_Clop_Ransomware_Note { meta: description = "Detects potential Cl0p ransomware notes or related artifacts based on known unique strings." author = "Threat Rundown" date = "2025-11-10" reference = "https://www.securityweek.com/?p=44240" severity = "high" tlp = "white" strings: $s1 = "!!! ALL YOUR FILES ARE ENCRYPTED !!!" $s2 = "ClopReadMe.txt" $s3 = "GET-IN-IT-BRO" $s4 = "Do not try to recover files yourself, you may damage them." $s5 = "TA505" condition: uint16(0) != 0x5A4D and filesize < 2MB and (2 of ($s*)) }

3. SIEM Query — Detecting Potential Secret Leakage to GitHub

// Query for Splunk, adaptable to other SIEMs index=proxy sourcetype=weblogs dest_host="*github.com" http_method="POST" OR http_method="PUT" | rex field=_raw "(?i)(?:Authorization|token|api_key|secret)[\s=:\'"]+(?P<leaked_secret>[A-Za-z0-9_\-]{20,})" | search leaked_secret=* | stats count by src_ip, user, dest_host, uri_path, leaked_secret | where count > 0 | table src_ip, user, dest_host, uri_path, leaked_secret | sort -count

4. PowerShell Script — Check for Common Persistence on QNAP-adjacent Systems

<# .SYNOPSIS Checks for suspicious scheduled tasks or services on Windows systems that might be used to maintain persistence after a QNAP compromise. IOCs should be added as they become available. #> # Placeholder for known malicious task names or commands related to QNAP exploits $suspiciousTaskNames = @("*QNAP_Update*", "*Backup_Sync*") $suspiciousCommands = @("powershell.exe -enc", "cscript.exe") Write-Host "[+] Checking for suspicious Scheduled Tasks..." Get-ScheduledTask | ForEach-Object { $taskName = $_.TaskName $taskAction = ($_.Actions | ForEach-Object { $_.Execute + " " + $_.Arguments }) -join "; " foreach ($pattern in $suspiciousTaskNames) { if ($taskName -like $pattern) { Write-Warning "Suspicious scheduled task found by name: $taskName" } } foreach ($cmd in $suspiciousCommands) { if ($taskAction -like "*$cmd*") { Write-Warning "Suspicious command found in task '$taskName': $taskAction" } } } Write-Host "[+] Checking for suspicious Services..." # Add logic here to check for suspicious services once IOCs are known. Write-Host "[+] Script finished."

This rundown should provide a solid overview of the current threat landscape. Thank you to all our cyberheroes for your diligence and hard work. Stay vigilant!

STIX 2.1 Threat Intelligence Bundle