#data_exfiltration โ Public Fediverse posts
Live and recent posts from across the Fediverse tagged #data_exfiltration, aggregated by home.social.
-
US Hospital Finance Software Provider Craneware Reports Data Theft in Cyber Incident - https://www.redpacketsecurity.com/us-hospital-finance-software-provider-craneware-reports-data-theft/
#threatintel #Craneware #healthcare_cyberattack #data_exfiltration
-
US Hospital Finance Software Provider Craneware Reports Data Theft in Cyber Incident - https://www.redpacketsecurity.com/us-hospital-finance-software-provider-craneware-reports-data-theft/
#threatintel #Craneware #healthcare_cyberattack #data_exfiltration
-
Canvas Data Breach Analysis: CMC Releases Guidance for UK Education Sector After Instructure Incident - https://www.redpacketsecurity.com/cmc-releases-analysis-and-guidance-for-education-sector-after-canvas-data-breach/
#threatintel #Canvas_breach #data_exfiltration #incident_response
-
Canvas Data Breach Analysis: CMC Releases Guidance for UK Education Sector After Instructure Incident - https://www.redpacketsecurity.com/cmc-releases-analysis-and-guidance-for-education-sector-after-canvas-data-breach/
#threatintel #Canvas_breach #data_exfiltration #incident_response
-
JetBrains Marketplace Plugins Stealing AI API Keys: Security Researchers Find 15 Malicious IDE Extensions - https://www.redpacketsecurity.com/fifteen-jetbrains-marketplace-plugins-found-stealing-api-keys/
#threatintel #IDE_plugins #AI_api_key_theft #data_exfiltration
-
JetBrains Marketplace Plugins Stealing AI API Keys: Security Researchers Find 15 Malicious IDE Extensions - https://www.redpacketsecurity.com/fifteen-jetbrains-marketplace-plugins-found-stealing-api-keys/
#threatintel #IDE_plugins #AI_api_key_theft #data_exfiltration
-
๐๐ง๐ข๐ฏ๐๐ซ๐ฌ๐ข๐ญ๐๐ญ ๐๐ ๐๐๐ฅ๐ฬ๐ง๐๐ข๐ ๐๐๐ซ๐ ๐๐ญ๐๐ ๐๐ฒ ๐๐จ๐ฏ๐ ๐๐ซ๐จ๐ฎ๐ฉ: ๐๐๐๐๐ ๐๐๐ญ๐ ๐๐ฑ๐๐ข๐ฅ๐ญ๐ซ๐๐ญ๐ข๐จ๐ง ๐๐ฅ๐๐ข๐ฆ๐๐, ๐๐ง๐ข๐ญ๐ข๐๐ฅ $๐๐๐,๐๐๐ ๐๐๐ง๐ฌ๐จ๐ฆ ๐๐๐ฆ๐๐ง๐ ๐๐๐ฏ๐๐๐ฅ๐๐
News of the attack was initially reported by the online newspaper Escudo Digital in an article by journalist Alberto Payo, which included statements attributed to a member of the universityโs IT team. These details are now complemented by statements provided exclusively to SuspectFile.com directly by the Nova group, introducing additional information that had not previously emerged publicly, including an alleged initial ransom demand of $500,000.
#Data_Breach #Data_Exfiltration #Nova #Ransomoware #Universitat_de_Valรจncia
-
๐๐ง๐ข๐ฏ๐๐ซ๐ฌ๐ข๐ญ๐๐ญ ๐๐ ๐๐๐ฅ๐ฬ๐ง๐๐ข๐ ๐๐๐ซ๐ ๐๐ญ๐๐ ๐๐ฒ ๐๐จ๐ฏ๐ ๐๐ซ๐จ๐ฎ๐ฉ: ๐๐๐๐๐ ๐๐๐ญ๐ ๐๐ฑ๐๐ข๐ฅ๐ญ๐ซ๐๐ญ๐ข๐จ๐ง ๐๐ฅ๐๐ข๐ฆ๐๐, ๐๐ง๐ข๐ญ๐ข๐๐ฅ $๐๐๐,๐๐๐ ๐๐๐ง๐ฌ๐จ๐ฆ ๐๐๐ฆ๐๐ง๐ ๐๐๐ฏ๐๐๐ฅ๐๐
News of the attack was initially reported by the online newspaper Escudo Digital in an article by journalist Alberto Payo, which included statements attributed to a member of the universityโs IT team. These details are now complemented by statements provided exclusively to SuspectFile.com directly by the Nova group, introducing additional information that had not previously emerged publicly, including an alleged initial ransom demand of $500,000.
#Data_Breach #Data_Exfiltration #Nova #Ransomoware #Universitat_de_Valรจncia
-
๐ฏ AI
===================Executive summary: Urban VPN Proxy, a Chrome extension with over 6 million users, was observed harvesting AI chat data across multiple platforms. The extension injects platform-specific executor scripts, overrides core browser network APIs, and forwards captured conversations to Urban VPN infrastructure.
Technical details:
โข The extension deploys dedicated executor scripts (examples: chatgpt.js, claude.js, gemini.js) when targeted AI platform pages load.
โข Injected code wraps and overrides fetch and XMLHttpRequest so all request and response payloads for the page flow through the extension first.
โข Extracted fields include user prompts, model responses, conversation IDs, timestamps, session metadata, and the specific AI platform/model used.
โข Inter-script messaging uses window.postMessage with an identifier PANELOS_MESSAGE to pass parsed data to the extension content script.
โข The content script forwards packaged, compressed data to the background service worker, which transmits to endpoints such as analytics.urban-vpn.com and stats.urban-vpn.com.Analysis:
โข The approach is highly invasive: overriding fetch/XMLHttpRequest captures both outgoing prompts and incoming model outputs before rendering, exposing full conversation context.
โข Harvesting is independent of VPN functionality and enabled by hardcoded flags with no user-visible opt-out, increasing exposure risk for users who installed the extension for privacy reasons.Detection guidance:
โข Monitor outbound connections to analytics.urban-vpn.com and stats.urban-vpn.com from browser processes.
โข Inspect loaded extension scripts for executor filenames and for patterns overriding fetch/XMLHttpRequest and using window.postMessage with PANELOS_MESSAGE.Limitations:
โข Public reporting indicates the extension targeted ten AI platforms; specific historical timeline details were not fully enumerated in the source.
โข No CVE identifiers or named threat actor attribution were provided in the disclosed findings.References / Tags:
chatgpt.js, claude.js, PANELOS_MESSAGE, analytics.urban-vpn.com๐น ai #privacy #browser_extension #data_exfiltration
๐ Source: https://www.koi.ai/blog/urban-vpn-browser-extension-ai-conversations-data-collection
-
๐ฏ AI
===================Executive summary: Urban VPN Proxy, a Chrome extension with over 6 million users, was observed harvesting AI chat data across multiple platforms. The extension injects platform-specific executor scripts, overrides core browser network APIs, and forwards captured conversations to Urban VPN infrastructure.
Technical details:
โข The extension deploys dedicated executor scripts (examples: chatgpt.js, claude.js, gemini.js) when targeted AI platform pages load.
โข Injected code wraps and overrides fetch and XMLHttpRequest so all request and response payloads for the page flow through the extension first.
โข Extracted fields include user prompts, model responses, conversation IDs, timestamps, session metadata, and the specific AI platform/model used.
โข Inter-script messaging uses window.postMessage with an identifier PANELOS_MESSAGE to pass parsed data to the extension content script.
โข The content script forwards packaged, compressed data to the background service worker, which transmits to endpoints such as analytics.urban-vpn.com and stats.urban-vpn.com.Analysis:
โข The approach is highly invasive: overriding fetch/XMLHttpRequest captures both outgoing prompts and incoming model outputs before rendering, exposing full conversation context.
โข Harvesting is independent of VPN functionality and enabled by hardcoded flags with no user-visible opt-out, increasing exposure risk for users who installed the extension for privacy reasons.Detection guidance:
โข Monitor outbound connections to analytics.urban-vpn.com and stats.urban-vpn.com from browser processes.
โข Inspect loaded extension scripts for executor filenames and for patterns overriding fetch/XMLHttpRequest and using window.postMessage with PANELOS_MESSAGE.Limitations:
โข Public reporting indicates the extension targeted ten AI platforms; specific historical timeline details were not fully enumerated in the source.
โข No CVE identifiers or named threat actor attribution were provided in the disclosed findings.References / Tags:
chatgpt.js, claude.js, PANELOS_MESSAGE, analytics.urban-vpn.com๐น ai #privacy #browser_extension #data_exfiltration
๐ Source: https://www.koi.ai/blog/urban-vpn-browser-extension-ai-conversations-data-collection
-
Ransomware Attacks Focus on Data Exfiltration Over Encryption - https://www.redpacketsecurity.com/only-a-fifth-of-ransomware-attacks-now-encrypt-data/
-
Ransomware Attacks Focus on Data Exfiltration Over Encryption - https://www.redpacketsecurity.com/only-a-fifth-of-ransomware-attacks-now-encrypt-data/
-
Chemical Facilities Warned of Possible Data Exfiltration Following CISA Breach - https://www.redpacketsecurity.com/chemical-facilities-warned-of-possible-data-exfiltration-following-cisa-breach/
#threatintel #cybersecurity_breach #data_exfiltration #chemical_security
-
Chemical Facilities Warned of Possible Data Exfiltration Following CISA Breach - https://www.redpacketsecurity.com/chemical-facilities-warned-of-possible-data-exfiltration-following-cisa-breach/
#threatintel #cybersecurity_breach #data_exfiltration #chemical_security
-
Russian Coldriver Hackers Deploy Malware to Target Western Officials - https://www.redpacketsecurity.com/russian-coldriver-hackers-deploy-malware-to-target-western-officials/
#threatintel #Coldriver_malware #Russian_threat_group #Data_exfiltration
-
Russian Coldriver Hackers Deploy Malware to Target Western Officials - https://www.redpacketsecurity.com/russian-coldriver-hackers-deploy-malware-to-target-western-officials/
#threatintel #Coldriver_malware #Russian_threat_group #Data_exfiltration