TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How would you defeat a bootkit?

2 点作者 beeburrt大约 1 个月前
If your main machine, your money-making linux computer, were infected with a very sophisticated rootkit and/or bootkit, how would you go about ridding your device of it?

4 条评论

LinuxBender大约 1 个月前
<i>If your main machine, your money-making linux computer, were infected with a very sophisticated rootkit and&#x2F;or bootkit, how would you go about ridding your device of it?</i><p>Boot off Thumb or iPXE and flash the BIOS after confirming with the vendor in writing this is how they would do it for this particular bootkit. If this is not sufficient replace the BIOS chip. If that is not an option write off the server and accept the losses and lessons learned. Implement better security. File lawsuits against the vendor if the server came with the bootkit.
benoau大约 1 个月前
Using a Linux boot DVD that has never been near my network, I&#x27;d nuke the machine entirely. Then I&#x27;d set it up offline with an application-level firewall to block outgoing communication, and a limited account to block write access as much as possible across the system. I would also rebuild any other computers on your network in the same way. Before anything got back onto my network I would rebuild the router and stuff too.
eimrine大约 1 个月前
If Eva is able to produce a very sophisticated malware so everything has to be considered compromised, from the router to the e-mail. The situation is almost unrecoverable, I would never trust such device before understanding the full picture.
ggm-at-algebras大约 1 个月前
Do you trust the bios or UEFI enough to reinstall via unwritable media, you downloaded independently? Was it a Locked boot state? Does it have a locked reinstall image?<p>Checksums are your friend. If you had a checksum over the post install bios state you can verify reinstalling.<p>If not, remove the hard drive&#x2F;ssd media and reconstruct elsewhere.