Visualização normal

Ontem — 8 de Setembro de 2026Stream principal
  • ✇Cisco Talos Blog
  • ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2 Sean Gallagher
    Cisco Talos is tracking a cryptocurrency-stealing campaign that abuses the Google Visualization API for command and control (C2), retrieving obfuscated JavaScript from a publicly published Google Sheets document and injecting it into the victim's browser session. The actors use a variation on ClickFix social engineering. Instead of convincing targets to run commands against the operating system, they convince targets to paste JavaScript into the Chrome address bar or install it into the Tampermo
     

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

8 de Setembro de 2026, 07:00
  • Cisco Talos is tracking a cryptocurrency-stealing campaign that abuses the Google Visualization API for command and control (C2), retrieving obfuscated JavaScript from a publicly published Google Sheets document and injecting it into the victim's browser session. 
  • The actors use a variation on ClickFix social engineering. Instead of convincing targets to run commands against the operating system, they convince targets to paste JavaScript into the Chrome address bar or install it into the Tampermonkey browser extension, which also provides persistence. 
  • The lure poses as a leaked vulnerability report describing a nonexistent API flaw at cryptocurrency swap services, and is aimed at users willing to exploit it for financial gain. Talos observed lures distributed through Telegram, DarkForums, and paste sites. 
  • The injected script functions as a web skimmer. It hooks the browser's fetch API, replaces cryptocurrency deposit addresses in server responses and the user's clipboard, and displays counterfeit "bonus" interface elements. 

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

Cisco Talos has recently observed a criminal campaign that leveraged an interesting twist on what we refer to as “legitimate service abuse.” In this monthslong campaign, the criminal actors used the Google Visualization API as part of a scheme to inject malicious JavaScript into two cryptocurrency trading websites. 

This campaign uses a twist on the tactics associated with “ClickFix” social engineering attacks, in which targets are manipulated into copying and pasting PowerShell or other commands and executing them to launch malware. Rather than targeting the victim device’s OS, the actors behind this campaign aim to convince the user to inject malicious code into their own browser session.

Early versions of this campaign began in early October 2025. The social engineering lures used initially focused on getting targets to paste a code snippet directly into the Chrome web browser’s navigation bar; the latest version relies on a legitimate Chrome plugin, Tampermonkey, to inject a loader script pasted in by the user and provide persistence across sessions with the current targeted site.

In March 2026, the actors behind the campaign began using the Google Visualization API to deliver malicious scripts stored in a Google Sheets document. In July, after frequent disruption of their posts on shared text sites, the actors moved to hosting all the components of their campaign in Google Docs and Google Sheets. 

So far, the actors behind the scheme have largely targeted individuals who frequent web discussion boards and forums focused on cryptocurrency trading, software development, basic cybersecurity, and hacking. The lure used in the campaign is designed to appeal mostly to would-be cybercriminals looking to make a quick profit off an “API vulnerability” that doesn’t exist to get bigger payouts on cryptocurrency trades.  

While this campaign doesn’t pose a specific threat to most organizations, the approaches that the actors here are using do. These techniques and tools could be leveraged in other malware and web attacks with much wider impact, including supply-chain attacks on e-commerce sites and other customer-facing systems.

Just Google it 

Google application abuse for C2 is not new by any stretch of the imagination. There have been multiple cases of state-sponsored actors using Google Sheets APIs, Google Drive, and other Google cloud services to help control deployed malware, concealing communications within traffic to otherwise trusted network spaces.

Hunting for these threats usually requires examination of DNS traffic and the processes that are making the requests to reach these destinations — like a random executable making a DNS request for “docs.google[.]com”. But when the requests are made from within a browser session, that makes detection much more difficult.

The Google Visualization API is a feature of Google Docs that is almost as old as the platform itself. Initially introduced in 2008, the API provides free, unauthenticated read-only access to the contents of any Google Sheets spreadsheet that has been publicly published to the web via queries embedded in a URI. These queries result in delivery of data from within the spreadsheet in JSON format or as an HTML table. 

A Visualization API request URI looks like this:

https[:]//docs.google[.]com/spreadsheets/d/[document identifier] /gviz/tq?[query language input formatted for HTTP] 

The API’s query language is very similar to Structured Query Language (SQL). For example, to get all of the content from a sheet’s column B returned as a JSON object, the query portion of the URI would be:

/gviz/tq?tqx=out:json&tq=SELECT%20B

API responses in JSON are returned in the format like the one below, ready to be parsed by the calling JavaScript application:

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

This is a read-only API, so it can’t be used by an application to alter the data in the spreadsheet. However, an application could append to the data to a spreadsheet connected to a Google Forms page by sending an HTML POST request. Presto! A full C2 system hidden within HTTPS traffic to a trusted domain.

The campaign Talos observed used the Visualization API to retrieve two cells from a remote spreadsheet containing obfuscated JavaScript, which were injected into the web browser session of a target. Used in combination with other abused legitimate services, the actors behind this campaign could modify the query used to change which cells were retrieved and injected, or if necessary change the spreadsheet targeted by the query — which they did after we disrupted their operations the first time.

Phishing for sharks 

The actors behind this scheme are looking for a very specific kind of mark: someone who is willing to commit fraud using technical means that they don’t clearly understand. Early versions of their phishing campaign documented by researchers used email, carrying links to a Google Docs document purportedly leaked security report. Actors also used comments on Pastebin and other text-sharing sites and direct messages in various forums to post links to versions of the Docs file.

In January, operators of the most recent incarnation of the scheme set up a Telegram account to facilitate the scam. The Telegram channel only allows posts from the channel administrator, and the threat actors delete older posts each time a new version of the lure is published to disguise the fact that they’re essentially just reposting the same fictional “exploit” over and over again.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 1. Telegram channel post promoting the “API Exploit” lure document. 

Talos found multiple lures related to this Telegram channel posted in dark web forums, including the cybercrime-focused DarkForums. Lures were also posted in the comments on text files shared on Pastebin and a number of other text-sharing sites. Some (like the one above) directed recipients to a Telegram channel, while others linked directly to a Google Docs document promoted in the Telegram channel.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 2. A screenshot of a private message on a dark web forum linking to the Telegram channel operated by the scammers.
ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 3. A message titled “Updated Docs” just contained a link to the lure document.
ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 4. A comment on a “Pastebin[.]com” post advertising the lure, warning against trying more than one transaction per day — likely to make targets attempt large transactions and cover for the absence of a completed transaction.

Waves of these messages were sent out at least twice a month, coinciding with new postings on the Telegram channel.  

Baiting the hook 

Talos saw two variants of the Google Docs document linked in the phishing messages. Both used the same “docs.google[.]com” URL and the same file name (“API Logic Flaw”).  The first was active from April 12 – 16, 2026; the second was active starting at least as early as April 19 and remained active as of July 22, despite it being reported to Google through multiple channels.

The initial version we observed targeted the cryptocurrency trading site “SwapZone[.]io”. It was formatted in the style of a vulnerability report and discussed a purported weakness in an older version of the ChangeNOW cryptocurrency exchange’s API allegedly still exposed through SwapZone; if accessed, the report claimed, it would result in “~38% higher payouts” on trades of Bitcoin for other cryptocurrencies.

All the reader had to do to leverage this mythical old API, according to the lure document, was copy the script shared through a “paste[.]sh” link into the navigation bar of the Chrome browser preceded by “javascript:”.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 5. Instructions to activate the “zero day” in the first version of the lure document.

On April 18, Talos observed a new revision of the lure document. The new lure used the same “docs.google[.]com” URL as the previous lure but was rewritten to target a different trading site — “SimpleSwap[.]io”, another cryptocurrency trading aggregator. The fake exploit this time was a flaw in a “loyalty bonus” function that allegedly triggered a 25% boost in the value of the trade, according to the updated lure document.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 6. The second version of the lure, highlighting SimpleSwap.

This wasn’t the only revision to the lure. In the new version, instructions were given to install the Tampermonkey browser extension from the Chrome Web Store to activate the “bonus.”

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 7. Instructions in the second observed lure to install Tampermonkey.

The instructions then directed the targets to a link to a new source script on “paste[.]sh” to be added to the plugin (“https[:]//paste[.]sh/dQfdExjo#AqjB4BBt]lwLt2NKrlC0x8J9O”). The plugin would activate the script whenever the user visited “SimpleSwap[.]io”. 

Reeling them in: First-stage scripts 

Aside from their means of being executed by the user, both versions of this campaign’s first-stage loader script contained strings that do essentially the same thing. They both connected to the same Google-hosted spreadsheet via the Visualization API, retrieving blocks of code from different pairs of cells within the sheet.

The initial version of the script depended on direct user execution of the script within Chrome. Targets were instructed by the lure to copy the script from the “paste[.]sh” URL and paste it directly into Chrome’s navigation bar preceded by “javascript:” which results in the execution of the script within the context of the current web page.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 8. The first version of the lure’s linked “paste[.]sh” page.

The address of the Google Docs spreadsheet is plainly visible in the sample, and the JavaScript containing it swaps it for the fictitious vulnerable API’s URL to construct the Visualization API URL to retrieve the second stage script from:

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

This results in the Visualization API call to:

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

The script used in the second version of the lure was intended to be pasted into the Tampermonkey browser plugin’s configuration. It was somewhat more obfuscated than the first:

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 9. The script code on “paste[.]sh” for the first stage script used in the second version of the lure.

In this script, the URL needed for the visualization API call is hidden within the fake SimpleSwap API address, encoded in Base64:

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

When decoded, the block of text after “bonus” becomes:

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2

In both cases, the generated request for the site comes from the Chrome browser and would have appeared as legitimate web traffic. Both scripts then concatenate the retrieved blocks of JavaScript, reconstruct the full second-stage JavaScript payload, and inject into the browser session.

In the first version, this is a bit more involved: The script explores the document object model of the web page looking specifically for script elements associated with browser extensions. If it finds more than one script associated with Chrome extensions, it picks a random one to inject the payload into. If no extensions are found, it picks a random <script> object within the page as the location for injection of the payload.

The method used in the second lure makes injection much easier for the attacker, as it uses an installed browser extension (Tampermonkey) to host the injected code. The script added to the extension assembles the payload code and appends it to the SimpleSwap web page’s code when the site is loaded. This also provides persistence, as the code will be loaded every time the target navigates to the SimpleSwap site.

Landing the catch: The second-stage payload 

Over the course of our investigation, Talos saw the actors behind this campaign change the the payload delivered by the first stage script multiple times, which all did essentially the same thing: They decoded JavaScript code to inject into the targeted web pages to create the “exploits” they used to steal Bitcoin from victims.

We collected 21 unique samples of the second-stage payload from the spreadsheet referenced by the API call. These included scripts for both versions of the lure, as the scripts for SwapZone were left in the spreadsheet after the actors shifted to SimpleSwap.

To conceal the contents of the spreadsheet from casual analysis, the actors hid the text containing payload data by formatting the text as white on a white background. As revisions were  made to the sheets to add new versions of the script, more rows were added to push the hidden cells further down the sheet, making them only discoverable through a text search or with the API query.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 10. A screenshot of the Google Docs spreadsheet hosting the final payloads for both versions of the scripts used in this campaign.

The payload within each pair of rows was heavily obfuscated JavaScript. Except in two cases, all the obfuscation was based on converting the functional script in the payload into arrays of hexadecimal pairs that had been XOR encoded. The rest of the script was math functions to render the code and additional garbage math to conceal the actual XOR key used. One sample used Base64 encoding along with conversion of characters to Unicode values (e.g., converting “A” to “\x41”). Another paired XOR with the use of Unicode escaping for the apostrophes used to contain each array element, further impeding analysis.  

Revisions of the scripts over the course of Talos’ observation used different XOR keys each time to change the signature of the code and used different random strings for variable and function names, consistent with output from “Obfuscator[.]io” and similar Javascript obfuscation tools. However, it was clear that there were no actual changes to the scripts being obfuscated after they were initially coded for each targeted site.

ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 11. A view of the rows storing code in the script after downloading in CSV format.

Both the SwapZone and SimpleSwap scripts targeted cryptocurrency transaction interfaces of the sites, creating new user interface elements and altering existing functions. The scripts performed the following key actions: 

  • DOM and UI manipulation: The script monitors the page using MutationObserver and dynamically replaces displayed deposit addresses in the interface. The malware script also modifies displayed transaction amounts to deceive targeted users into believing that they have received a “bonus” on their transactions. HTML rendered by both versions of the script presents counterfeit “hidden functionality” within the site, as shown in Figure 12.
ClickFix moves into the browser: Cryptocurrency theft with Google-hosted C2
Figure 12. Rendered HTML code from the malware script injected into the SimpleSwap website.
  • Network interception: The script overrides the browser’s fetch API to inspect and modify responses related to wallet or deposit endpoints. When JSON responses containing cryptocurrency deposit addresses are returned, the script replaces legitimate addresses with attacker‑controlled addresses. Based on decoded UI selectors and identifiers found in the script, the malware intercepts the contents of elements in forms on the targeted websites such as:
    • data-testid="recipientAddressContainer" 
    • data-testid="depositAddress" 
    • data-testid="currencyList" 
    • data-testid="cryptoExchangeTab"
    • data-testid="mainExchangeForm"
  • Clipboard hijacking: The malware monitors UI elements used to copy cryptocurrency addresses. When a user attempts to copy a deposit address, the script replaces the copied value with an attacker’s wallet address. A rotating list of Bitcoin Bech32 wallet addresses was embedded in the code of each script; these were selected randomly for substation. 
  • Persistence: The script conducts periodic DOM scanning to ensure the malicious replacements persist during page updates. Further persistence is provided in the second version of the attack using the Chrome extension-based loader.

Cashing in 

Talos identified 49 BTC wallet addresses that were used in the campaign. The majority of the samples we de-obfuscated (from April to the end of June) used an identical set of 30 addresses. Of these, 24 received funds from victims of the scheme, totalling 0.159 BTC (approximately $10,000 at early August 2026 valuations of Bitcoin). There was likely more collected, as we were unable to find samples from prior to April and may not have captured the wallets used by all variants. 

It’s difficult to tell how much the actors behind this campaign have been able to extract from their scam-driven malware. Funds were routed out through 30 more wallets, sometimes using multiple counterparties within the set.  From there the funds were moved in highly complex transactions involving a total of over 3,000 additional addresses—likely related to a Bitcoin “mixing” operation to hide the funds’ destinations. 

Still, this has been a very lucrative operation for relatively little investment for the actors behind it. And it has been difficult to disrupt the operation. In April, we shared information about the campaign with both the targeted websites and with Google, and the documents acting as lure and C2 components were blocked; a week later, the campaign was back with a new Google sheet and another paste[.]sh script, and back in business at a slightly reduced rate of victim recruitment. 

Paste[.]sh’s administrator took action to automatically detect new scripts matching the first-stage script’s signature in July. The actor then updated the lure and added a Google Docs document containing the script. As of August 11, the Google documents have again been reported but are still active. 

Beyond dishonor among thieves 

It is hard to be sympathetic to victims of crimes that preyed on their own willingness to essentially be criminals, but the capabilities demonstrated in this campaign could have a much more widespread and damaging impact in the wrong hands.

The techniques used here are a variation on classic web skimming approaches. Other web skimming attacks, such as Magecart web skimming campaigns, depend largely on supply chain compromise to infect legitimate sites, injecting code through compromised dependencies — third party services, Node Package Manager distributions, and other external sources integrated into web pages to add features or provide application support.

With a rise in supply-chain attacks by groups such as TeamPCP, which has sold access to other cybercriminals, the methods used in this cryptocurrency-stealing campaign could be used to leverage stolen access across large numbers of web applications dependent on compromised code bases.

An actor leveraging this sort of access to gain additional targeted access or steal other information from web-based applications could use the techniques used in this campaign to selectively alter functionality of user interfaces with code from what would look to defenders to be legitimate application traffic. Malicious and fraudulent browser plugins already alter content in web pages and redirect traffic; a subtle corruption of an existing browser plugin update using a Google document for C2 could make detecting malicious activity from network telemetry much more difficult for defenders.

Additionally, other social engineering attacks could leverage the Visualization API for opportunistic attacks on organizations much in the way other ClickFix-style attacks have managed to convince users to execute malicious code.

To defend against these real and potential threats, organizations should take the following steps: 

  • Manage users’ browsers, limiting use of developer-level functionality and deployment of browser extensions based on role. 
  • Monitor for HTTP requests to “docs.google[.]com” from unknown applications or in the context of browser sessions that do not include other Google Docs activity. 
  • Test and sanitize third-party dependencies in employee and customer-facing web applications regularly, checking for obfuscated script that appears out of place in JavaScript-based web and mobile applications. 
  • Warn employees and customers of social engineering techniques and the dangers of modifying browser behavior through copy-and-paste code. 

  • ✇The CyberWire
  • 25 Years After 9/11: The CIA's First Moments Behind Enemy Lines in Afghanistan
    Retired Colonel Justin Sapp was a Green Beret detailed to the CIA after the September 11th terrorist attacks. He was part of Team Alpha, the first eight Americans to drop behind enemy lines into the mountains of Afghanistan. At 29, Justin was its youngest member. There was no time to onboard him, and he was told he was leaving the next day, departing from the DC area to a base in Uzbekistan, then touching down in northern Afghanistan on a Black Hawk helicopter. Justin would go on to clear the wa
     

25 Years After 9/11: The CIA's First Moments Behind Enemy Lines in Afghanistan

8 de Setembro de 2026, 08:00
Retired Colonel Justin Sapp was a Green Beret detailed to the CIA after the September 11th terrorist attacks. He was part of Team Alpha, the first eight Americans to drop behind enemy lines into the mountains of Afghanistan. At 29, Justin was its youngest member. There was no time to onboard him, and he was told he was leaving the next day, departing from the DC area to a base in Uzbekistan, then touching down in northern Afghanistan on a Black Hawk helicopter. Justin would go on to clear the way for follow-on forces to land, secure alliances with warlords to oust the Taliban, interrogate enemy fighters who had been captured. He would also tragically lose his colleague, Johnny “Mike” Spann. Justin takes us back into that historic mission 25 years later.

Antes de ontemStream principal
  • ✇The CyberWire
  • How Do You Let AI Agents Run Safely with Rob Allen from ThreatLocker
    Rob Allen, Chief Product Officer at ThreatLocker, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices. Rob discusses how the conversation around agentic AI has quickly shifted from whether organizations should allow these tools to how they can use them safely. He explains why built-in guardrails aren't enough and how external controls, visibility, and a Zero Trust approach can help organizations embrace AI without giving agents unrestricted access to sensitive data
     

How Do You Let AI Agents Run Safely with Rob Allen from ThreatLocker

2 de Setembro de 2026, 17:20
Rob Allen, Chief Product Officer at ThreatLocker, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices. Rob discusses how the conversation around agentic AI has quickly shifted from whether organizations should allow these tools to how they can use them safely. He explains why built-in guardrails aren't enough and how external controls, visibility, and a Zero Trust approach can help organizations embrace AI without giving agents unrestricted access to sensitive data and systems.

  • ✇The CyberWire
  • From Shadow AI to Shadow Agents with Heather Ceylan from Box
    Heather Ceylan, CISO at Box, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices to discuss how autonomous AI agents are changing the enterprise risk landscape. She explains why organizations need to govern content, permissions, and agent actions from the start, and how CISOs can create secure pathways for AI adoption that enable innovation rather than stand in its way.
     

From Shadow AI to Shadow Agents with Heather Ceylan from Box

1 de Setembro de 2026, 17:20
Heather Ceylan, CISO at Box, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices to discuss how autonomous AI agents are changing the enterprise risk landscape. She explains why organizations need to govern content, permissions, and agent actions from the start, and how CISOs can create secure pathways for AI adoption that enable innovation rather than stand in its way.

  • ✇The CyberWire
  • Japanese Surveillance, Enslavement, and Experimentation in Wartime China
    The Asia-Pacific theater saw its own scenes of brutality during World War II. But many of us don't know about them. Jenny Chan co-founded Pacific Atrocities Education to raise awareness of these lesser-known horrors. This conversation focuses on the Imperial Japanese Army, which occupied parts of China between 1937 and 1945 as part of the Second Sino-Japanese War. Jenny uncovered new details that showed how intelligence-gathering and covert research enabled war crimes.
     

Japanese Surveillance, Enslavement, and Experimentation in Wartime China

1 de Setembro de 2026, 08:00
The Asia-Pacific theater saw its own scenes of brutality during World War II. But many of us don't know about them. Jenny Chan co-founded Pacific Atrocities Education to raise awareness of these lesser-known horrors. This conversation focuses on the Imperial Japanese Army, which occupied parts of China between 1937 and 1945 as part of the Second Sino-Japanese War. Jenny uncovered new details that showed how intelligence-gathering and covert research enabled war crimes.

  • ✇The CyberWire
  • Hybrid Identity in the Age of Agentic AI with Tim Springston from Semperis
    Tim Springston from Semperis joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices to discuss why hybrid identity isn't going away and what that means for cyber resilience. Tim explores the growing complexity of identity environments and how agentic AI is creating new opportunities for defenders while simultaneously giving attackers new ways to target identity systems.
     

Hybrid Identity in the Age of Agentic AI with Tim Springston from Semperis

27 de Agosto de 2026, 17:20
Tim Springston from Semperis joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices to discuss why hybrid identity isn't going away and what that means for cyber resilience. Tim explores the growing complexity of identity environments and how agentic AI is creating new opportunities for defenders while simultaneously giving attackers new ways to target identity systems.

  • ✇The CyberWire
  • The Hidden Attack Surface Inside Data Centers
    Stephen Hilt, Senior Threat Researcher at TrendAI, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. Drawing on research presented at DEF CON, he discusses thousands of internet-exposed industrial control systems associated with U.S. data centers, how attackers could target building and energy infrastructure to bypass traditional IT defenses, and why the growing importance of data centers makes these overlooked systems an increasing
     

The Hidden Attack Surface Inside Data Centers

26 de Agosto de 2026, 17:20
Stephen Hilt, Senior Threat Researcher at TrendAI, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. Drawing on research presented at DEF CON, he discusses thousands of internet-exposed industrial control systems associated with U.S. data centers, how attackers could target building and energy infrastructure to bypass traditional IT defenses, and why the growing importance of data centers makes these overlooked systems an increasingly important part of the security conversation.

  • ✇The CyberWire
  • When Prevention Is No Longer Enough with Christy Wyatt from Absolute Security
    Christy Wyatt, CEO of Absolute Security, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. She discusses why prevention and detection alone are no longer enough to define security performance, how the business costs of downtime are putting greater focus on cyber resilience, and why organizations are increasingly thinking about their ability to remain operational and recover when disruption occurs.
     

When Prevention Is No Longer Enough with Christy Wyatt from Absolute Security

25 de Agosto de 2026, 17:20
Christy Wyatt, CEO of Absolute Security, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. She discusses why prevention and detection alone are no longer enough to define security performance, how the business costs of downtime are putting greater focus on cyber resilience, and why organizations are increasingly thinking about their ability to remain operational and recover when disruption occurs.

  • ✇The CyberWire
  • Peter Ortiz: The WWII Marine Who Foreshadowed Modern-Day Special Forces
    In 2017, journalist Katie Sanders discovered an episode of a radio program called This Is Your Life. It was a scratchy recording from 1949, and she heard the voice of 2nd Lt. Murray Simon, her grandfather, for the first time. In the episode, Murray was reunited with a man named Peter Ortiz, who had rescued him after his plane crashed over Nazi-occupied France in 1944. Ortiz became one of the most decorated Marine officers of World War II, undertaking missions now handled by units like the Navy S
     

Peter Ortiz: The WWII Marine Who Foreshadowed Modern-Day Special Forces

25 de Agosto de 2026, 08:00
In 2017, journalist Katie Sanders discovered an episode of a radio program called This Is Your Life. It was a scratchy recording from 1949, and she heard the voice of 2nd Lt. Murray Simon, her grandfather, for the first time. In the episode, Murray was reunited with a man named Peter Ortiz, who had rescued him after his plane crashed over Nazi-occupied France in 1944. Ortiz became one of the most decorated Marine officers of World War II, undertaking missions now handled by units like the Navy SEALs and Green Berets. Katie and Nicholas Reynolds, a former CIA historian, went on to write Ortiz's War.

  • ✇The CyberWire
  • When AI Makes Everyone a Target with Mark Beare from Malwarebytes
    Mark Beare, General Manager of Malwarebytes Consumer Business, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how AI is helping scammers create highly personalized attacks at scale, why everyday consumers are increasingly attractive targets, and how AI could also help defenders make cybersecurity easier and more accessible for the people they protect.
     

When AI Makes Everyone a Target with Mark Beare from Malwarebytes

24 de Agosto de 2026, 19:00
Mark Beare, General Manager of Malwarebytes Consumer Business, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how AI is helping scammers create highly personalized attacks at scale, why everyday consumers are increasingly attractive targets, and how AI could also help defenders make cybersecurity easier and more accessible for the people they protect.

  • ✇The CyberWire
  • Why the Annual Pentest Can’t Keep Up with Chris Wallis from Intruder
    Chris Wallis, Founder and CEO of Intruder, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses why point-in-time pentesting is struggling to keep pace as teams ship software and attackers exploit vulnerabilities faster, how AI agents could make continuous investigation more practical, and why compliance standards need to evolve alongside the changing threat landscape.
     

Why the Annual Pentest Can’t Keep Up with Chris Wallis from Intruder

20 de Agosto de 2026, 17:20
Chris Wallis, Founder and CEO of Intruder, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses why point-in-time pentesting is struggling to keep pace as teams ship software and attackers exploit vulnerabilities faster, how AI agents could make continuous investigation more practical, and why compliance standards need to evolve alongside the changing threat landscape.

  • ✇The CyberWire
  • AI Is Calling Your Security Bluff with Brian Vecci from Varonis
    Brian Vecci, Field CTO at Varonis, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how AI assistants and agents are magnifying existing data security risks, what recent research reveals about emerging AI-enabled threats, and why organizations need to rethink how they protect enterprise data as both employees and attackers gain access to more powerful AI tools.
     

AI Is Calling Your Security Bluff with Brian Vecci from Varonis

19 de Agosto de 2026, 17:20
Brian Vecci, Field CTO at Varonis, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how AI assistants and agents are magnifying existing data security risks, what recent research reveals about emerging AI-enabled threats, and why organizations need to rethink how they protect enterprise data as both employees and attackers gain access to more powerful AI tools.

  • ✇The CyberWire
  • Zero Trust Wasn't Built for AI Agents with Ev Kontsevoy from Teleport
    Ev Kontsevoy, CEO of Teleport, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses why traditional Zero Trust principles need to evolve for autonomous AI agents, how agents can operate within their permissions while still behaving in unintended ways, and why organizations need security controls that protect the business without creating friction that drives users toward workarounds.
     

Zero Trust Wasn't Built for AI Agents with Ev Kontsevoy from Teleport

18 de Agosto de 2026, 17:20
Ev Kontsevoy, CEO of Teleport, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses why traditional Zero Trust principles need to evolve for autonomous AI agents, how agents can operate within their permissions while still behaving in unintended ways, and why organizations need security controls that protect the business without creating friction that drives users toward workarounds.

  • ✇The CyberWire
  • What It Takes to Run the CIA's Southeast Asia Department
    You might find Meredith Cavan playing music in an Irish pub. But long before her first album dropped, she clocked more than 20 years at the CIA. One of her jobs there was Southeast Asia Department chief, where she oversaw covert action, intelligence operations, and analysis across 30 countries. We're talking about the years 2021 to 2023, when terrorism was taking a back seat to strategic competition, and her priority was trying to thwart China's influence and infrastructure in its most consequen
     

What It Takes to Run the CIA's Southeast Asia Department

18 de Agosto de 2026, 08:00
You might find Meredith Cavan playing music in an Irish pub. But long before her first album dropped, she clocked more than 20 years at the CIA. One of her jobs there was Southeast Asia Department chief, where she oversaw covert action, intelligence operations, and analysis across 30 countries. We're talking about the years 2021 to 2023, when terrorism was taking a back seat to strategic competition, and her priority was trying to thwart China's influence and infrastructure in its most consequential playground.

  • ✇The CyberWire
  • When AI Sprawl Becomes a Security Problem with Nick Warner from Neo
    Nick Warner, CEO of Neo, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how the rapid adoption of AI tools and agentic software is reshaping enterprise security, why CISOs need greater visibility and control over the software operating across their environments, and how organizations can put guardrails around AI without creating unnecessary friction.
     

When AI Sprawl Becomes a Security Problem with Nick Warner from Neo

17 de Agosto de 2026, 17:20
Nick Warner, CEO of Neo, joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices recorded at Black Hat USA 2026. He discusses how the rapid adoption of AI tools and agentic software is reshaping enterprise security, why CISOs need greater visibility and control over the software operating across their environments, and how organizations can put guardrails around AI without creating unnecessary friction.

How Frontier Models Are Reshaping Cyber Defense with Clint Gibler from OpenAI and Robby Winchester from SpecterOps

13 de Agosto de 2026, 17:20
Clint Gibler, Cyber Lead at OpenAI, and Robby Winchester, Chief Services Officer at SpecterOps, join Dave Bittner for a discussion recorded live at Black Hat USA 2026. Together, they explore how frontier AI models are changing cyber defense, where AI creates the greatest value for defenders, and why responsible deployment and human expertise remain essential as organizations adopt these technologies.

  • ✇The CyberWire
  • The AI Supply Chain Has a Trust Problem with Michael Leland from Island
    Michael Leland, Field CTO at Island joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices at Black Hat USA 2026. He discusses the emerging risks in the AI supply chain, why AI agents introduce new challenges around trust and governance, and what organizations can do to securely adopt agentic AI without slowing innovation.
     

The AI Supply Chain Has a Trust Problem with Michael Leland from Island

12 de Agosto de 2026, 17:20
Michael Leland, Field CTO at Island joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices at Black Hat USA 2026. He discusses the emerging risks in the AI supply chain, why AI agents introduce new challenges around trust and governance, and what organizations can do to securely adopt agentic AI without slowing innovation.

  • ✇The CyberWire
  • The Identities Your Security Stack Is Ignoring with Stephen Harrison from Abnormal AI
    Stephen Harrison, VP of Product at Abnormal AI joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices interview at Black Hat USA 2026. He explains why AI agents and service accounts are creating a new identity challenge for security teams, how shadow AI is expanding the attack surface through unmanaged OAuth permissions, and why organizations need to understand what "normal" looks like for every identity in their environment.
     

The Identities Your Security Stack Is Ignoring with Stephen Harrison from Abnormal AI

11 de Agosto de 2026, 17:20
Stephen Harrison, VP of Product at Abnormal AI joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices interview at Black Hat USA 2026. He explains why AI agents and service accounts are creating a new identity challenge for security teams, how shadow AI is expanding the attack surface through unmanaged OAuth permissions, and why organizations need to understand what "normal" looks like for every identity in their environment.

  • ✇The CyberWire
  • Cuba's Spies, Defectors, and the Ex-FBI Agent Who Met Them All
    For decades, Cuban intelligence has been seen as a force that punches above its weight. Shaped during the Cold War through cooperation with the Soviet Union, its intelligence officers received extensive training by the KGB. But where does Cuba’s spy service stand today, especially as it faces pressure from Washington? Retired FBI special agent Peter J. Lapp, who wrote Queen of Cuba, came in to discuss Havana’s capabilities, the Americans who spied for Cuba, and the Cubans who spied for us.
     

Cuba's Spies, Defectors, and the Ex-FBI Agent Who Met Them All

11 de Agosto de 2026, 08:00
For decades, Cuban intelligence has been seen as a force that punches above its weight. Shaped during the Cold War through cooperation with the Soviet Union, its intelligence officers received extensive training by the KGB. But where does Cuba’s spy service stand today, especially as it faces pressure from Washington? Retired FBI special agent Peter J. Lapp, who wrote Queen of Cuba, came in to discuss Havana’s capabilities, the Americans who spied for Cuba, and the Cubans who spied for us.

  • ✇The CyberWire
  • When AI Moves Faster Than Security with Mujtaba Hamid from Booz Allen Hamilton
    Mujtaba Hamid, EVP of Product and Strategy at Booz Allen Hamilton joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices at Black Hat USA 2026. He explains how AI is compressing the timeline from vulnerability discovery to exploitation, why traditional human-paced security operations can no longer keep up, and how AI-native defensive systems can help organizations detect, adapt, and respond at machine speed.
     

When AI Moves Faster Than Security with Mujtaba Hamid from Booz Allen Hamilton

10 de Agosto de 2026, 17:20
Mujtaba Hamid, EVP of Product and Strategy at Booz Allen Hamilton joins Dave Bittner on the CyberWire Daily podcast for a sponsored Industry Voices at Black Hat USA 2026. He explains how AI is compressing the timeline from vulnerability discovery to exploitation, why traditional human-paced security operations can no longer keep up, and how AI-native defensive systems can help organizations detect, adapt, and respond at machine speed.

❌
❌