<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shubham Chaudhary</title>
    <description>The latest articles on DEV Community by Shubham Chaudhary (@xpert4cyber).</description>
    <link>https://dev.to/xpert4cyber</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3949974%2Feaab38f0-db73-45a8-aec6-4f08adb516df.png</url>
      <title>DEV Community: Shubham Chaudhary</title>
      <link>https://dev.to/xpert4cyber</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/xpert4cyber"/>
    <language>en</language>
    <item>
      <title>Inside Lumma Stealer: How Fake Movie Torrents Deliver Credential-Stealing Malware</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Thu, 06 Aug 2026 17:35:44 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/inside-lumma-stealer-how-fake-movie-torrents-deliver-credential-stealing-malware-1o1g</link>
      <guid>https://dev.to/xpert4cyber/inside-lumma-stealer-how-fake-movie-torrents-deliver-credential-stealing-malware-1o1g</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5pzwrwqf4s7owoyiyyhg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F5pzwrwqf4s7owoyiyyhg.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;A blockbuster just hit theaters. Someone finds a "clean" 2160p torrent, downloads it, double-clicks, and waits for VLC to open.&lt;/p&gt;

&lt;p&gt;Nothing plays. No error. But a hidden .exe just reached out to a C2 server, siphoned every saved browser password, hijacked active login session cookies, and hunted for a MetaMask wallet file. By Monday, that "movie fan" is disputing fraud charges and resetting every account.&lt;/p&gt;

&lt;p&gt;This is the exact playbook researchers observed after a major 2026 blockbuster release, where threat actors weaponized the film's popularity to distribute Lumma Stealer — a Malware-as-a-Service infostealer.&lt;/p&gt;

&lt;p&gt;What makes this campaign notable for defenders:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Filenames mimic real scene-group tagging to avoid suspicion&lt;/li&gt;
&lt;li&gt;Windows hides file extensions by default, so the binary shows just a video icon&lt;/li&gt;
&lt;li&gt;Lumma prioritizes session cookies over passwords — bypassing MFA by replaying an authenticated session&lt;/li&gt;
&lt;li&gt;Loader chains decrypt and run the payload in memory, reducing on-disk artifacts&lt;/li&gt;
&lt;li&gt;Exfiltration via encrypted HTTP POST to rotating C2 domains, defeating static blocklisting&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Full attack chain, real IOCs, PowerShell detection commands, a registry fix for visible extensions, and IR priorities:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.xpert4cyber.com/2026/08/fake-movie-download-steals-passwords.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/fake-movie-download-steals-passwords.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you're building detections or writing EDR rules — worth the read.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>website</category>
      <category>news</category>
      <category>security</category>
    </item>
    <item>
      <title>Midnight Blizzard's CaptiveCrunch: How Hotel Wi-Fi Became a Nation-State Attack Vector</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Tue, 04 Aug 2026 17:37:50 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/midnight-blizzards-captivecrunch-how-hotel-wi-fi-became-a-nation-state-attack-vector-4pja</link>
      <guid>https://dev.to/xpert4cyber/midnight-blizzards-captivecrunch-how-hotel-wi-fi-became-a-nation-state-attack-vector-4pja</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6dwapqjiy4vat63jkfqm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6dwapqjiy4vat63jkfqm.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;Hotel Wi-Fi just became a nation-state attack vector — and it bypasses MFA entirely.&lt;/p&gt;

&lt;p&gt;Microsoft Threat Intelligence disclosed CaptiveCrunch, run by Storm-2945, a sub-cluster of Midnight Blizzard (APT29 / Cozy Bear, Russia SVR). They compromise hotel Wi-Fi portals to hijack Microsoft 365 and Azure AD sessions — no phishing email needed.&lt;/p&gt;

&lt;p&gt;Attack chain:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DNS poisoning at the gateway during connectivity checks&lt;/li&gt;
&lt;li&gt;Fake OS/browser update prompts deliver payloads&lt;/li&gt;
&lt;li&gt;ClickFix-style social engineering&lt;/li&gt;
&lt;li&gt;Microsoft OAuth device-code flow abused to authorize sessions&lt;/li&gt;
&lt;li&gt;WPAD abuse to intercept traffic&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Toolkit:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;CornFlake — Go RAT disguised as an update, persists as a sync service&lt;/li&gt;
&lt;li&gt;ChocoShell — in-memory PowerShell infostealer, disables AMSI, steals cookies via Chrome's debug port (9222)&lt;/li&gt;
&lt;li&gt;FruitStone — web-based C2 panel&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why it matters: stolen session tokens bypass MFA completely. If the attacker has a live token, MFA already happened — for them.&lt;/p&gt;

&lt;p&gt;Detection leads:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;New sync/cloud named services after untrusted reconnects&lt;/li&gt;
&lt;li&gt;AMSI bypass in PowerShell logs (Event ID 4104), no file write&lt;/li&gt;
&lt;li&gt;Unexpected device-code auth after hotel Wi-Fi use&lt;/li&gt;
&lt;li&gt;Chrome debug port 9222 from unexpected parent processes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Confirmed across US, India, Saudi Arabia — finance, legal, healthcare, retail orgs affected.&lt;/p&gt;

&lt;p&gt;Full write-up with IOCs, WPAD hardening commands, SOC hunting queries:&lt;br&gt;
&lt;a href="https://www.xpert4cyber.com/2026/08/midnight-blizzard-hotel-wifi-hack.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/midnight-blizzard-hotel-wifi-hack.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>wifi</category>
      <category>news</category>
      <category>russia</category>
    </item>
    <item>
      <title>CVE-2026-12935: Unauthenticated RCE in TP-Link TL-WR940N V6 (CVSS 8.7)</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Mon, 03 Aug 2026 17:25:32 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/cve-2026-12935-unauthenticated-rce-in-tp-link-tl-wr940n-v6-cvss-87-4kpc</link>
      <guid>https://dev.to/xpert4cyber/cve-2026-12935-unauthenticated-rce-in-tp-link-tl-wr940n-v6-cvss-87-4kpc</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Foqcyvgisre6l6a59zpjt.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Foqcyvgisre6l6a59zpjt.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;🚨 CVE-2026-12935: Unauthenticated RCE in TP-Link TL-WR940N V6 (CVSS 8.7)&lt;/p&gt;

&lt;p&gt;A newly patched vulnerability in TP-Link's TL-WR940N V6 router lets attackers achieve remote code execution — no credentials, no direct user click required.&lt;/p&gt;

&lt;h2&gt;
  
  
  The bug
&lt;/h2&gt;

&lt;p&gt;The flaw lives in the router's RTSP connection-tracking module:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Attacker stands up a malicious RTSP server&lt;/li&gt;
&lt;li&gt;A LAN device (IP camera, smart TV, streaming client) initiates a connection to it&lt;/li&gt;
&lt;li&gt;A crafted RTSP message triggers a stack-based buffer overflow in the kernel module&lt;/li&gt;
&lt;li&gt;Result: DoS crash or full RCE&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Why it matters
&lt;/h2&gt;

&lt;p&gt;Routers sit at the network perimeter. A compromised device here isn't isolated — it becomes a pivot point for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;DNS hijacking → phishing redirects&lt;/li&gt;
&lt;li&gt;Traffic interception (unencrypted sessions)&lt;/li&gt;
&lt;li&gt;Persistent malware surviving reboots&lt;/li&gt;
&lt;li&gt;Lateral movement to every other device on the LAN&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The fix
&lt;/h2&gt;

&lt;p&gt;TP-Link has shipped patched firmware for all regions:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;EN: V6_260528&lt;/li&gt;
&lt;li&gt;US: V6_260528&lt;/li&gt;
&lt;li&gt;JP: V6_260527&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you're running or supporting a TL-WR940N V6 in the field, check firmware version in the admin panel and patch immediately — this is unauthenticated and low-complexity to exploit.&lt;/p&gt;

&lt;h2&gt;
  
  
  Full writeup
&lt;/h2&gt;

&lt;p&gt;Attack chain breakdown, detection commands, and a prevention checklist:&lt;br&gt;
👉 &lt;a href="https://www.xpert4cyber.com/2026/08/tp-link-cve-2026-12935-router-flaw.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/tp-link-cve-2026-12935-router-flaw.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>infosec</category>
      <category>networking</category>
      <category>security</category>
    </item>
    <item>
      <title>How a Trojanized Ad Script Bypassed Every Antivirus Engine</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Mon, 03 Aug 2026 08:00:23 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/how-a-trojanized-ad-script-bypassed-every-antivirus-engine-35ma</link>
      <guid>https://dev.to/xpert4cyber/how-a-trojanized-ad-script-bypassed-every-antivirus-engine-35ma</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F08en7xz847r1cusqamab.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F08en7xz847r1cusqamab.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;## 🚨 A Trusted Ad Script Just Got Weaponized to Steal Crypto&lt;/p&gt;

&lt;p&gt;No phishing email. No malicious download. Just a routine ad-tracking script, on thousands of legitimate sites, silently swapping crypto wallet addresses — and every antivirus engine missed it.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What happened:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Adform, an adtech platform used by ~14,000 businesses, had its core tracking script (&lt;code&gt;trackpoint-async.js&lt;/code&gt;) hijacked in a supply chain attack.&lt;/p&gt;

&lt;p&gt;The payload:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Polled victims' clipboards every few seconds for BTC/ETH/TRON wallet addresses&lt;/li&gt;
&lt;li&gt;Silently swapped the copied address with an attacker-controlled one&lt;/li&gt;
&lt;li&gt;Re-overwrote it again if the victim caught the swap and re-copied the correct address&lt;/li&gt;
&lt;li&gt;Logged victim IPs + browsing paths to a C2 server&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;The scary part:&lt;/strong&gt; submitted to VirusTotal, all &lt;strong&gt;61/61 engines&lt;/strong&gt; returned clean. 🚩&lt;/p&gt;

&lt;p&gt;This isn't a vendor failure — it's a structural blind spot. Reputation-based detection flags known-bad infra. A script served from a trusted, high-traffic domain doesn't fit that profile, even when trojanized.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Why it matters for devs:&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;If you embed any third-party ad/analytics script, this is a solid case for:&lt;/p&gt;

&lt;p&gt;I wrote up the full attack chain, IOCs, detection steps, and prevention controls here:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://www.xpert4cyber.com/2026/08/adform-hack-crypto-stealer-ad-script.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/adform-hack-crypto-stealer-ad-script.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Worth a read if you maintain any production site with third-party scripts.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>cryptocurrency</category>
      <category>news</category>
      <category>bitcoin</category>
    </item>
    <item>
      <title>SplitVPN Data Breach: What 865K Exposed Users Teach Us About "No-Logs" Architecture</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Sun, 02 Aug 2026 15:24:59 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/splitvpn-data-breach-what-865k-exposed-users-teach-us-about-no-logs-architecture-33c7</link>
      <guid>https://dev.to/xpert4cyber/splitvpn-data-breach-what-865k-exposed-users-teach-us-about-no-logs-architecture-33c7</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fysw82tp7mbp2wnqgrwzk.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fysw82tp7mbp2wnqgrwzk.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;🚨 A "No-Logs" VPN Was Secretly Logging 58 Million Connections — A Breach Breakdown for Devs &amp;amp; SOC Teams&lt;/p&gt;

&lt;p&gt;SplitVPN (formerly NotVPN) suffered a major data breach in July 2026, exposing 865,336 user accounts. The technical details here are worth a closer look, especially if you work anywhere near auth systems, logging infrastructure, or security architecture.&lt;/p&gt;

&lt;p&gt;The leaked 17 GB SQL database, verified by researchers at Mysterium, contained:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;23.4 million user records&lt;/li&gt;
&lt;li&gt;13.6 million device records&lt;/li&gt;
&lt;li&gt;2.6 million payment records&lt;/li&gt;
&lt;li&gt;58 million VPN connection logs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Here's the part that should make every engineer pause: the service explicitly marketed a "No logs or history" policy. Yet the database included a live connection-log table tracking device-to-server activity continuously from June 2025 through the breach date — meaning the schema itself contradicted the privacy policy from day one.&lt;/p&gt;

&lt;p&gt;Payment data was properly tokenized (masked BIN + last 4 digits only) — a good implementation detail worth noting. But connection metadata (device ID, server, timestamp) was retained indefinitely with no apparent enforcement layer.&lt;/p&gt;

&lt;p&gt;This is a solid real-world case study in:&lt;br&gt;
🔹 Why "policy vs. schema" mismatches are a recurring root cause in breach incidents&lt;br&gt;
🔹 How breach detection actually works (forum monitoring → third-party verification → breach aggregation via HIBP)&lt;br&gt;
🔹 Why data retention limits need to be enforced at the database layer, not just written in a privacy policy PDF&lt;/p&gt;

&lt;p&gt;I break down the full technical timeline, the SOC/threat-intel detection workflow, and practical takeaways for anyone building or auditing systems that make privacy promises:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://www.xpert4cyber.com/2026/08/splitvpn-data-breach-865k-users-exposed.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/splitvpn-data-breach-865k-users-exposed.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>webdev</category>
      <category>security</category>
      <category>privacy</category>
    </item>
    <item>
      <title>Brinks Home Data Breach: How ShinyHunters Exploited Microsoft Entra Vishing to Steal 4.9M Records</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Sun, 02 Aug 2026 06:36:40 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/brinks-home-data-breach-how-shinyhunters-exploited-microsoft-entra-vishing-to-steal-49m-records-2j0</link>
      <guid>https://dev.to/xpert4cyber/brinks-home-data-breach-how-shinyhunters-exploited-microsoft-entra-vishing-to-steal-49m-records-2j0</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx68ujl4y5t5c5j4n2oal.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fx68ujl4y5t5c5j4n2oal.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;Brinks Home Data Breach: How ShinyHunters Exploited Microsoft Entra Vishing to Steal 4.9M Salesforce Records&lt;/p&gt;

&lt;p&gt;TL;DR: No malware. No exploit. No CVE. ShinyHunters allegedly breached Brinks Home's Salesforce environment using a single vishing phone call against Microsoft Entra ID — and it took a full week to detect.&lt;/p&gt;

&lt;p&gt;What happened:&lt;/p&gt;

&lt;p&gt;On July 13, 2026, an attacker posing as internal IT support convinced a Brinks Home employee to complete what looked like a routine Entra ID authentication/MFA registration step. That single social engineering call was the entire attack chain — no phishing email, no payload, no exploit code.&lt;/p&gt;

&lt;p&gt;From there, the technique follows a pattern now well-documented across 2025-2026 breaches (Google, Qantas, Allianz Life, Adidas, EY, RingCentral):&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Recon employees via LinkedIn/corporate directories&lt;/li&gt;
&lt;li&gt;Vishing call impersonating IT support&lt;/li&gt;
&lt;li&gt;MFA/device registration abuse via Entra ID&lt;/li&gt;
&lt;li&gt;OAuth Connected App abuse (often Salesforce Data Loader) for bulk export&lt;/li&gt;
&lt;li&gt;Exfiltration via legitimate API calls that blend into normal traffic&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Brinks Home detected the intrusion on July 20 — roughly a week of dwell time — and confirmed the breach publicly on August 1, after ShinyHunters listed them on its extortion leak site with a July 30 ransom deadline.&lt;/p&gt;

&lt;p&gt;Allegedly exposed:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;1.1M+ Salesforce Contact records&lt;/li&gt;
&lt;li&gt;4,000+ employee PII rows&lt;/li&gt;
&lt;li&gt;3.8M+ customer support chat logs (Cresta platform)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Why this matters for engineers and SOC teams, not just execs:&lt;/p&gt;

&lt;p&gt;This attack succeeds through valid credentials and legitimate API calls — meaning traditional malware/IOC-based detection won't catch it. Detection has to shift toward behavioral and volume-based anomalies: new MFA registrations followed by immediate sign-ins, new OAuth Connected App grants, and abnormal bulk export volume.&lt;/p&gt;

&lt;p&gt;In the full write-up I've included ready-to-use KQL (Microsoft Sentinel) and SOQL queries for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detecting MFA registration followed by unusual sign-in&lt;/li&gt;
&lt;li&gt;Flagging bulk Salesforce export spikes via Event Monitoring&lt;/li&gt;
&lt;li&gt;Auditing newly authorized OAuth Connected Apps&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Plus a full breakdown of the attack flow, Entra ID + Salesforce log indicators to hunt for, and a 7-point prevention checklist (phishing-resistant MFA, OAuth app restrictions, help desk vishing drills, and more).&lt;/p&gt;

&lt;p&gt;Full technical breakdown: &lt;a href="https://www.xpert4cyber.com/2026/08/brinks-home-data-breach.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/brinks-home-data-breach.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If your help desk can reset MFA over a phone call, you already have the exact gap ShinyHunters knows how to exploit.&lt;/p&gt;

</description>
      <category>security</category>
      <category>cybersecurity</category>
      <category>webdev</category>
      <category>programming</category>
    </item>
    <item>
      <title>GPG for DevOps: Encrypting Files, Signing Commits &amp; Key Management</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Sat, 01 Aug 2026 17:31:57 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/gpg-for-devops-encrypting-files-signing-commits-key-management-5ag0</link>
      <guid>https://dev.to/xpert4cyber/gpg-for-devops-encrypting-files-signing-commits-key-management-5ag0</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8zlipq0hxcyi6368x7i2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F8zlipq0hxcyi6368x7i2.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;Sending sensitive files over email without encryption or signing is basically leaving your front door unlocked. 🔓&lt;/p&gt;

&lt;p&gt;If you're working anywhere near security, DevOps, or infrastructure, GPG (GNU Privacy Guard) is one of those tools you'll eventually need — whether it's for signing Git commits, verifying package integrity, or encrypting files before sending them off-site.&lt;/p&gt;

&lt;p&gt;I put together a complete, practical GPG command tutorial covering:&lt;/p&gt;

&lt;p&gt;🔐 Generating key pairs (&lt;code&gt;--gen-key&lt;/code&gt; vs &lt;code&gt;--full-generate-key&lt;/code&gt;)&lt;br&gt;
🔐 Encrypting &amp;amp; decrypting files (&lt;code&gt;-e&lt;/code&gt;, &lt;code&gt;-d&lt;/code&gt;)&lt;br&gt;
✍️ Signing files &amp;amp; verifying signatures (&lt;code&gt;--sign&lt;/code&gt;, &lt;code&gt;--verify&lt;/code&gt;)&lt;br&gt;
🔑 Exporting/importing public &amp;amp; private keys&lt;br&gt;
🛡️ Managing key trust, expiration &amp;amp; fingerprints&lt;br&gt;
⚙️ Real-world use cases: incident response, CI/CD signing, supply chain security&lt;/p&gt;

&lt;p&gt;This isn't just a command list — it walks through &lt;em&gt;when&lt;/em&gt; and &lt;em&gt;why&lt;/em&gt; you'd actually use each one, based on real SOC and DevSecOps workflows.&lt;/p&gt;

&lt;p&gt;Full breakdown with explanations and expected outputs here:&lt;br&gt;
&lt;a href="https://www.xpert4cyber.com/2026/08/gpg-command-tutorial-encryption-guide.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/08/gpg-command-tutorial-encryption-guide.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If your team signs commits or handles sensitive data transfers, this is worth bookmarking.&lt;/p&gt;

&lt;p&gt;What's your current setup for signing commits or encrypting sensitive files — GPG, SSH signing, something else? Curious how others handle this.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>devops</category>
      <category>encryption</category>
      <category>gpg</category>
    </item>
    <item>
      <title>What Devs Should Know About AI-Driven Vulnerability Discovery</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Sat, 01 Aug 2026 05:59:02 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/what-devs-should-know-about-ai-driven-vulnerability-discovery-1935</link>
      <guid>https://dev.to/xpert4cyber/what-devs-should-know-about-ai-driven-vulnerability-discovery-1935</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6aw782azqnqlnzm84g4z.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F6aw782azqnqlnzm84g4z.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;A Chrome bug hid in the codebase for 13 years. AI found it in one pass. 🔍&lt;/p&gt;

&lt;p&gt;Google just disclosed that AI agents helped find and fix 1,072 Chrome vulnerabilities across just two releases — more than the previous 23 releases combined.&lt;/p&gt;

&lt;p&gt;One standout: a sandbox escape bug that survived over a decade of manual code review, fuzzing, and bug bounty hunts — undetected until an AI agent with deep codebase context finally caught it.&lt;/p&gt;

&lt;p&gt;What's inside the breakdown:&lt;/p&gt;

&lt;p&gt;🔹 The AI pipeline behind it — Naptime, Big Sleep, CodeMender, and Gemini-powered agents working together&lt;br&gt;
🔹 Why "critic" AI agents now review AI-generated patches before humans do&lt;br&gt;
🔹 The "patch gap" problem, and why Google is moving toward dynamic, no-restart patching&lt;br&gt;
🔹 How this compares to what Microsoft and Apple are (or aren't) doing&lt;br&gt;
🔹 Practical takeaways for engineers building AppSec, DevSecOps, or CI/CD pipelines&lt;/p&gt;

&lt;p&gt;If you're a developer, SRE, or security engineer, this is a solid real-world case study in agentic AI actually shipping to production at scale — not just a demo.&lt;/p&gt;

&lt;p&gt;Full breakdown: &lt;a href="https://www.xpert4cyber.com/2026/07/ai-found-chrome-bug-hiding-13-years.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/07/ai-found-chrome-bug-hiding-13-years.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious what devs think — does AI-assisted vulnerability discovery change how you'll approach code review going forward?&lt;/p&gt;

</description>
      <category>ai</category>
      <category>cybersecurity</category>
      <category>security</category>
    </item>
    <item>
      <title>CyberStrike: The Open-Source AI Agent Turning ChatGPT Into an Autonomous Pentester</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Fri, 31 Jul 2026 18:11:07 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/cyberstrike-the-open-source-ai-agent-turning-chatgpt-into-an-autonomous-pentester-4eo7</link>
      <guid>https://dev.to/xpert4cyber/cyberstrike-the-open-source-ai-agent-turning-chatgpt-into-an-autonomous-pentester-4eo7</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frjv3248cl62283l529bl.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Frjv3248cl62283l529bl.jpg" alt=" " width="800" height="800"&gt;&lt;/a&gt;CyberStrike: The Open-Source AI Agent Turning ChatGPT Into an Autonomous Pentester 🔓🤖&lt;/p&gt;

&lt;p&gt;If you're into cybersecurity, AI agents, or open-source dev tools, this one's worth a look.&lt;/p&gt;

&lt;p&gt;CyberStrike is an open-source, AI-augmented offensive security harness released in July 2026. Instead of piping scan output into a chatbot for a summary, it wraps your existing ChatGPT, Claude, or other LLM subscription in a full "intelligence layer" — injecting OWASP methodology, attack-chain reasoning, and tool orchestration logic so the model behaves like a specialized red-team operator.&lt;/p&gt;

&lt;p&gt;🧠 Architecture highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;13+ domain-specific agents — Web (OWASP WSTG), Mobile (MASTG/MASVS), Cloud (CIS benchmarks), Internal Network (AD attacks, lateral movement)&lt;/li&gt;
&lt;li&gt;7,600+ Ed25519-signed security skill files covering JWT abuse, SSRF, SSTI, GraphQL exploitation, and post-exploitation playbooks for AWS, Azure, Kubernetes&lt;/li&gt;
&lt;li&gt;Supports 150+ AI providers and ~5,300 models — including fully offline runtimes like Ollama and LM Studio for air-gapped environments&lt;/li&gt;
&lt;li&gt;HackBrowser — a built-in Chromium browser that captures live traffic and runs 8 parallel proxy sub-testers with a three-gate confirmation protocol to cut false positives&lt;/li&gt;
&lt;li&gt;Bolt — lets tooling run on remote servers via Ed25519 key pairing, coordinating multiple attack surfaces from one terminal&lt;/li&gt;
&lt;li&gt;Integrates with an MCP ecosystem exposing 176 additional tools for cloud auditing, GitHub security posture, CVE intel, and OSINT&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;⚙️ Install:&lt;/p&gt;

&lt;p&gt;npm i -g @cyberstrike-io/cyberstrike@latest &amp;amp;&amp;amp; cyberstrike&lt;/p&gt;

&lt;p&gt;Also available via Homebrew, Scoop, or a curl script. AGPL-3.0 licensed, cross-platform (macOS/Windows/Linux).&lt;/p&gt;

&lt;p&gt;⚠️ Important distinction: Don't confuse CyberStrike with CyberStrikeAI — a separate, Go-based tool linked by researchers to real-world attacks on Fortinet FortiGate appliances, tied to a suspected nation-state actor. Same-sounding name, completely different project and intent.&lt;/p&gt;

&lt;p&gt;For defenders, the deeper takeaway is that autonomous AI-driven recon leaves a distinct network fingerprint — chained contextual requests, near-zero timing variance, and outbound calls to LLM provider APIs from hosts with no legitimate reason to make them.&lt;/p&gt;

&lt;p&gt;Full write-up with detection indicators, governance strategies, and FAQ here:&lt;br&gt;
&lt;a href="https://www.xpert4cyber.com/2026/07/cyberstrike-open-source-ai-agent-hacking-tool.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/07/cyberstrike-open-source-ai-agent-hacking-tool.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Anyone here building on top of CyberStrike, MCP-based security tooling, or similar AI pentesting agents? Would love to compare notes in the comments.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>ai</category>
      <category>pentest</category>
      <category>security</category>
    </item>
    <item>
      <title>GenieLocker Ransomware: How Toy Ghouls Are Hitting Windows, Linux &amp; ESXi</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Fri, 31 Jul 2026 16:51:21 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/genielocker-ransomware-how-toy-ghouls-are-hitting-windows-linux-esxi-neg</link>
      <guid>https://dev.to/xpert4cyber/genielocker-ransomware-how-toy-ghouls-are-hitting-windows-linux-esxi-neg</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0cv49yd8prs0mzdyjr6k.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2F0cv49yd8prs0mzdyjr6k.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;## GenieLocker Ransomware: How Toy Ghouls Are Hitting Windows, Linux &amp;amp; ESXi&lt;/p&gt;

&lt;p&gt;A new ransomware family called &lt;strong&gt;GenieLocker&lt;/strong&gt; is actively targeting Windows, Linux, and VMware ESXi environments — and it skips the usual playbook. No ransom note. No leak site. No confirmed data exfiltration. Just silent, cross-platform encryption.&lt;/p&gt;

&lt;p&gt;The group behind it, &lt;strong&gt;Toy Ghouls&lt;/strong&gt; (aka Bearlyfy), used to rely on LockBit, Babuk, and RedAlert. Building a custom encryptor in-house means no shared code signatures and a much harder attribution trail.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Attack chain breakdown:&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;🔑 Initial access via stolen partner VPN credentials&lt;/li&gt;
&lt;li&gt;🔍 Network discovery with SoftPerfect Network Scanner&lt;/li&gt;
&lt;li&gt;🔓 Credential theft via Mimikatz + KeePassXC&lt;/li&gt;
&lt;li&gt;🖥️ Lateral movement over RDP (Windows) / SSH (Linux)&lt;/li&gt;
&lt;li&gt;📡 Persistence through reverse SSH tunnels&lt;/li&gt;
&lt;li&gt;💻 Mass deployment via PsExec/PAExec&lt;/li&gt;
&lt;li&gt;💀 ESXi VMs shut down, &lt;em&gt;then&lt;/em&gt; encrypted — cascading outages&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;On the crypto side:&lt;/strong&gt; GenieLocker uses &lt;code&gt;libsodium&lt;/code&gt; — XChaCha20-Poly1305 for file encryption, Curve25519-based key wrapping sealed against an attacker-controlled public key. No known decryptor exists.&lt;/p&gt;

&lt;p&gt;The Windows build carries anti-debugging checks, a self-integrity watchdog thread, and a hex "secret argument" gate to dodge sandboxes. The Linux/ESXi build is leaner, but purpose-built to target &lt;code&gt;/vmfs/volumes&lt;/code&gt; and take down virtualized infrastructure at scale.&lt;/p&gt;

&lt;p&gt;I wrote a full technical breakdown covering the attack chain, encryption internals, IOCs, SOC detection queries (including a ready PowerShell snippet), and a hardening checklist for VPN/ESXi/backup strategy 👇&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://www.xpert4cyber.com/2026/07/genielocker-ransomware-esxi-attack.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/07/genielocker-ransomware-esxi-attack.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you run ESXi or grant third-party VPN access, worth a read before it's your incident report.&lt;/p&gt;

&lt;h1&gt;
  
  
  cybersecurity #ransomware #infosec #security
&lt;/h1&gt;

</description>
      <category>cybersecurity</category>
      <category>news</category>
      <category>linux</category>
      <category>security</category>
    </item>
    <item>
      <title>Linux ln Command Exploit: How Symlink Race Conditions Lead to Root Privilege Escalation</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Thu, 30 Jul 2026 17:52:41 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/linux-ln-command-exploit-how-symlink-race-conditions-lead-to-root-privilege-escalation-38ao</link>
      <guid>https://dev.to/xpert4cyber/linux-ln-command-exploit-how-symlink-race-conditions-lead-to-root-privilege-escalation-38ao</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffg4wogusom18ksuu2qdf.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Ffg4wogusom18ksuu2qdf.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;🔴 Linux &lt;code&gt;ln&lt;/code&gt; Command Exploit: How Symlink Race Conditions Lead to Root Privilege Escalation&lt;/p&gt;

&lt;p&gt;Most devs think &lt;code&gt;ln&lt;/code&gt; is just "create a link." Attackers know it as the tool behind one of the most persistent Linux privesc bugs in history: the symlink race condition (TOCTOU).&lt;/p&gt;

&lt;p&gt;If a root-owned script writes to a predictable path (/tmp/&lt;em&gt;.log, /var/run/&lt;/em&gt;.pid) without checking file type first, an attacker can swap that path for a symlink to /etc/passwd or a cron dir — and root writes exactly where the attacker wants.&lt;/p&gt;

&lt;p&gt;This bug class has hit container runtimes, backup tools, and logging daemons in real CVEs.&lt;/p&gt;

&lt;p&gt;📌 Full breakdown inside:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Hard links vs symbolic links (security implications)&lt;/li&gt;
&lt;li&gt;Real-world symlink attack walkthrough&lt;/li&gt;
&lt;li&gt;auditd rules + log indicators for SOC detection&lt;/li&gt;
&lt;li&gt;Blue team defenses: FIM, symlink sweeps, behavioral correlation&lt;/li&gt;
&lt;li&gt;Hardening checklist to stop privilege escalation&lt;/li&gt;
&lt;li&gt;Complete &lt;code&gt;ln&lt;/code&gt; command reference with security notes&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Read the full guide 👉 &lt;a href="https://www.xpert4cyber.com/2026/07/linux-ln-command-symlink-attack-hack-root.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/07/linux-ln-command-symlink-attack-hack-root.html&lt;/a&gt;&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>linux</category>
      <category>security</category>
      <category>news</category>
    </item>
    <item>
      <title>NVIDIA BlueField Flaw Lets Hackers Hijack Cloud Servers</title>
      <dc:creator>Shubham Chaudhary</dc:creator>
      <pubDate>Thu, 30 Jul 2026 06:14:47 +0000</pubDate>
      <link>https://dev.to/xpert4cyber/nvidia-bluefield-flaw-lets-hackers-hijack-cloud-servers-2i4c</link>
      <guid>https://dev.to/xpert4cyber/nvidia-bluefield-flaw-lets-hackers-hijack-cloud-servers-2i4c</guid>
      <description>&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuhhnuvjikuuwfy2vx4ra.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Farticles%2Fuhhnuvjikuuwfy2vx4ra.png" alt=" " width="800" height="800"&gt;&lt;/a&gt;🚨 NVIDIA BlueField DPU Vulnerability (CVE-2026-65094): A Write-What-Where Bug With a CVSS 9.0 Score&lt;/p&gt;

&lt;p&gt;NVIDIA just disclosed a critical vulnerability in its BlueField-3 DPU platform — the hardware many cloud providers use to offload networking, storage, and security processing from the host CPU.&lt;/p&gt;

&lt;p&gt;The technical details are worth understanding if you work anywhere near cloud infra, virtualization, or SOC operations:&lt;/p&gt;

&lt;p&gt;🔹 CVE-2026-65094, CVSS v3.1 score of 9.0&lt;br&gt;
🔹 Classified as CWE-123 — a "write-what-where" memory corruption bug&lt;br&gt;
🔹 Root cause: insufficient validation of Virtio-Net message structures&lt;br&gt;
🔹 A low-privileged VM can trigger it with a crafted message — zero user interaction required&lt;br&gt;
🔹 Scope change noted: exploitation can reach resources beyond the vulnerable component, which matters a lot in multi-tenant environments&lt;/p&gt;

&lt;p&gt;In practitioner terms: this isn't just "corrupt some memory and crash a process." Write-what-where bugs give attackers the primitives to overwrite function pointers or return addresses and pivot toward arbitrary code execution.&lt;/p&gt;

&lt;p&gt;NVIDIA found this internally and shipped patches across VIRTIO-Net GA, LTS25, LTS24, and LTS23. No known exploitation yet — but that's a narrow window for a bug this severe.&lt;/p&gt;

&lt;p&gt;I wrote a full breakdown covering the attack chain, detection strategies, firmware-check commands (mst status, mlxfwmanager), and remediation steps here:&lt;/p&gt;

&lt;p&gt;🔗 &lt;a href="https://www.xpert4cyber.com/2026/07/nvidia-bluefield-flaw-hijack-cloud-servers.html" rel="noopener noreferrer"&gt;https://www.xpert4cyber.com/2026/07/nvidia-bluefield-flaw-hijack-cloud-servers.html&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Curious how other infra/security folks here are prioritizing DPU firmware in their vuln management pipelines — is it getting the same SLA treatment as OS/app CVEs on your team?&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>nvidia</category>
      <category>cloudsecurity</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
