French Tax Agency Admits Data Leak: Hacker Stole 678,000 Records

cryptonews.ru发布于2026-08-15更新于2026-08-15

文章摘要

A significant data breach has occurred at France's General Directorate of Public Finances (DGFiP), with a hacker known as "Zerobytes" stealing 678,438 taxpayer records. The attacker claims to have infiltrated internal servers via a VPN using an internal search tool. Although access was cut off, preventing a full data download, the stolen file is reportedly being sold for thousands of euros. The DGFiP confirmed the June 12th attack, stating it immediately disabled all compromised accounts but admitted its access controls failed to detect the sophisticated data theft. The agency assured that website login credentials remain secure and announced new security measures. It will directly contact affected individuals next week to inform them of the specific data likely viewed or extracted and any necessary precautions. The breach has heightened fears among French cryptocurrency holders of potential "key attacks," as France has seen a rise in crypto-related crimes. Following the incident, calls have emerged for a moratorium on state data collection until security improves. By April, French authorities had charged 88 individuals in 12 crypto-related kidnapping cases, with 41 attacks recorded.

A new threat has emerged for cryptocurrency owners in France after malicious actors gained access to a large amount of taxpayers' personal information.

A hacker using the pseudonym Zerobytes managed to steal data of 678,438 taxpayers, extracted from the website of the General Directorate of Public Finance (DGFiP). According to local reports, the attacker claims to have breached internal servers using an internal search tool via a VPN.

The perpetrator, who also appears to have been involved in previous attacks on French institutions, had his access cut off and was unable to retrieve all DGFiP taxpayer data. Nevertheless, the file is being sold to interested parties for several thousand euros.

The DGFiP confirmed that the attack occurred on June 12, emphasizing that it "immediately terminated access to all accounts used in the identified incidents," but "the access control measures taken in this case did not detect that these intrusions resulted in data theft, due to the sophistication of the attack."

The agency also clarified that the data necessary to access the website was not compromised and reported implementing new security measures to prevent similar leaks in the future.

"Next week, the DGFiP will directly contact each of the affected individuals and professionals. They will receive individual information by email or post specifying the data that was likely viewed or extracted, and, if necessary, precautionary measures to be taken," the agency concluded.

French cryptocurrency owners expressed their concern on social media, fearing that this new leak could trigger new "key attacks" against them. France has become a hotbed for such crimes after a tax official allegedly sold data on high-status cryptocurrency owners.

Alexander Stachtchenko, head of strategy and communications at Bitstack, called for a moratorium on the collection of personal data by government agencies, stressing that France has endangered taxpayers.

"Demand a moratorium: stop collecting data until the state learns to protect what it holds. Contact your deputies. Share this information. The right to privacy is one of the fundamental freedoms that must be guaranteed," he emphasized.

By April, 88 individuals had been charged in France in 12 cryptocurrency-related kidnapping cases; at that time, 41 attacks had been recorded.

end-content

热门币种推荐

相关问答

QWhat is the main topic of this article?

AThe article discusses a major data breach at the French tax agency DGFiP, where a hacker stole records of over 678,000 taxpayers, raising concerns for cryptocurrency owners.

QHow did the hacker, Zerobytes, allegedly gain access to the French tax agency's data?

AThe hacker, using the pseudonym Zerobytes, claims to have breached internal servers using an internal search tool via a VPN connection.

QWhat was DGFiP's response to the attack that occurred on June 12th?

ADGFiP confirmed the attack and stated they immediately cut off access to all accounts involved in the identified incidents. They also announced plans to directly contact each affected individual next week to inform them about which data was likely viewed or extracted.

QWhy are French cryptocurrency owners particularly concerned about this data leak?

AThey fear this new leak could lead to new 'key attacks' (likely targeting their digital wallets or assets). Their concern is heightened by previous incidents where tax officials reportedly sold data on high-status crypto owners.

QWhat broader measure did Alexandre Stachtchenko, from Bitstack, call for in response to the incident?

AHe called for a moratorium on the collection of personal data by state institutions until the government learns how to properly protect the data it holds, emphasizing the right to privacy as a fundamental freedom.

你可能也喜欢

八年投入急转弯,以太坊为何突然放弃Poseidon?

以太坊基金会研究员Justin Drake近日宣布,以太坊将在Layer 1层放弃已研发八年的SNARK友好型哈希算法Poseidon,转而采用SHA2或BLAKE2等传统哈希函数。这一重大转向源于后量子密码学研究的突破性进展。 Poseidon自2019年起因其在零知识证明电路中的高效性,被广泛用于zkRollup等应用。但其算法历史较短,密码学分析时间不足。而随着后量子安全成为硬性要求,其局限性显现。最新的SNARK设计,特别是基于“二进制域”的证明系统(如Binius和Flock),已能高效处理传统哈希函数的布尔运算,使得SHA2等成熟算法在证明性能上可媲美甚至超越Poseidon,消除了采用后者的主要优势。 另一关键因素是应对量子计算威胁的时间表正在加速。报告预测“量子破译日”可能在本世纪30年代初到来,将对区块链资产构成巨大风险。以太坊因此需要尽快采用经过长期密码分析验证的、抗量子攻击能力更强的哈希方案。其后续量子路线图计划于2027年推出核心构件leanVM,并在2028年完成共识层、执行层和数据层的部署。 与此同时,其他公链如Solana已选定后量子签名方案Falcon,而StarkNet也计划采用BLAKE2等算法。以太坊此次转向,标志着技术重点从“设计SNARK友好型哈希”转变为“设计哈希友好型SNARK”,是在后量子时代选择更成熟、更稳健的密码学基元的战略调整。

marsbit41分钟前

八年投入急转弯,以太坊为何突然放弃Poseidon?

marsbit41分钟前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

Anthropic官方发布博客,针对开发者使用Claude Code时可能产生的不必要高额费用,总结了六条核心省钱建议: 1. 任务完成后及时使用 `/clear` 清理对话,避免无关历史占用上下文。 2. 对话开始时固定好模型和推理强度,中途切换会导致提示缓存失效,需全价重新计算历史。 3. 使用 `@` 引用文件,而非手动输入路径,可避免Claude进行工具调用和试探性读取,减少上下文累积。 4. 为输出冗长的命令(如运行测试)添加静默参数,减少输出内容对上下文的占用。 5. 在会话缓存仍有效时(如休息前)进行 `/compact` 压缩对话,成本仅为十分之一。 6. 将产生大量输出的任务交由子Agent处理,其独立上下文不会污染主对话。 文章解释了费用产生的机制:输入token(预填充)成本较低,输出token(解码)成本约为其5倍。模型(Opus/Sonnet/Haiku)和推理强度直接影响单价和token数量。 **提示缓存是关键的省钱杠杆**:若请求前缀与之前完全相同,服务器可加载缓存结果,读取成本仅为正常输入价的10%。但切换模型、改变推理强度、执行压缩、缓存过期等操作都会导致缓存失效。 此外,对话历史会因不断追加文件内容和命令输出而“变胖”,导致后续每轮对话成本呈接近平方级(O(n²))增长。除了上述建议,还可使用 `/rewind` 回退无效轮次以保住前面缓存。 文章指出,管理token开销正成为AI时代开发者的新技能,关系到使用效率和成本控制。Anthropic自身大量使用AI编写代码,精细的成本管理至关重要。

marsbit2小时前

全球程序员都在给Anthropic白送钱!官方终于看不下去了

marsbit2小时前

交易

现货

热门文章

如何购买DATA

欢迎来到HTX.com!我们已经让购买DATA Network(DATA)变得简单而便捷。跟随我们的逐步指南,放心开始您的加密货币之旅。第一步:创建您的HTX账户使用您的电子邮件、手机号码注册一个免费账户在HTX上。体验无忧的注册过程并解锁所有平台功能。立即注册第二步:前往买币页面,选择您的支付方式信用卡/借记卡购买:使用您的Visa或Mastercard即时购买DATA Network(DATA)。余额购买:使用您HTX账户余额中的资金进行无缝交易。第三方购买:探索诸如Google Pay或Apple Pay等流行支付方法以增加便利性。C2C购买:在HTX平台上直接与其他用户交易。HTX场外交易台(OTC)购买:为大量交易者提供个性化服务和竞争性汇率。第三步:存储您的DATA Network(DATA)购买完您的DATA Network(DATA)后,将其存储在您的HTX账户钱包中。您也可以通过区块链转账将其发送到其他地方或者用于交易其他加密货币。第四步:交易DATA Network(DATA)在HTX的现货市场轻松交易DATA Network(DATA)。访问您的账户,选择您的交易对,执行您的交易,并实时监控。HTX为初学者和经验丰富的交易者提供了友好的用户体验。

881人学过发布于 2026.07.01更新于 2026.07.01

如何购买DATA

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对DATA(DATA)币价的意见。

活动图片