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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Handbrake malware analysis

165 点作者 zalmoxes大约 8 年前

7 条评论

untangle大约 8 年前
For those Mac users who are unfamiliar with objective-see... Their free security tools for MacOS are a boon to the community. I think that they are right up there with "little snitch" and the like, especially since they spare the user the typical IDS data overload.
评论 #14285668 未加载
评论 #14284197 未加载
评论 #14286179 未加载
评论 #14284699 未加载
AsyncAwait大约 8 年前
I think hosting the Handbrake, (and Transmission) binaries on the GitHub releases page of the repo would be harder to compromise than their own servers.
评论 #14284712 未加载
评论 #14284773 未加载
coldcode大约 8 年前
If you look at the XProtect files, the syntax is pretty funny.<p><pre><code> condition: Macho and filesize &lt; 600000 and filesize &gt; 10000 and all of them</code></pre>
评论 #14286012 未加载
awinter-py大约 8 年前
Article talks about a fake authentication popup.<p>Has anyone used a platform that had an unspoofable one of these?
评论 #14287633 未加载
评论 #14289447 未加载
differentials大约 8 年前
If you used brew install handbreak between May 2nd and 5th, you downloaded the malicious version; - <a href="https:&#x2F;&#x2F;github.com&#x2F;caskroom&#x2F;homebrew-cask&#x2F;commit&#x2F;461af7672fa267ed42bd5572c20bf337cb4da87e" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caskroom&#x2F;homebrew-cask&#x2F;commit&#x2F;461af7672fa...</a> The pull request has comments as well, and a snarky dev ;D - <a href="https:&#x2F;&#x2F;github.com&#x2F;caskroom&#x2F;homebrew-cask&#x2F;pull&#x2F;33354" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;caskroom&#x2F;homebrew-cask&#x2F;pull&#x2F;33354</a>
atmosx大约 8 年前
The only actual counter-measure would be to take the extra step and calculate the SHASUM of the binary.<p>The shasum need to be digitally signed with a valid signature otherwise it can be manipulated as well.<p>ps. Ofc tools like littlesnitch and blockblock help, but keeping track of all the applications that try to access the internet is kinda hard these days, especially on a user machine.
评论 #14284573 未加载
评论 #14284478 未加载
merb大约 8 年前
that&#x27;s the reason why i install most mac programs that come from a website into user programs. this only works for programs that don&#x27;t add stuff to the system of course.