Earlier quoted context omitted.
Neither during this or the previous incidence the updates were compromised (they were checked by the installed binary). Only fresh downloads from the website.
I haven't read much about this, so perhaps I'm not understanding clearly, but if the downloaded binary from Transmission's "website server" was replaced, then how is that not a compromise? I genuinely feel for the developers, and I personally would not blame them if I was affected, but unless the data was intercepted enroute from their server, then I think they have to accept some degree of responsibility for the who…
Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
31–40 of 146 posts
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#32I would have thought that Mac users would be a good target in general because they might have better income than Windows users...
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#33Earlier quoted context omitted.
Only if you want an interface filled with ads.
Pay for it then? Netflix scratches my entertainment itch now, but prior to it launching in Australia I almost went ahead and paid for uTorrent. It's a good, lightweight client. Software that works well deserves to be financially supported.
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#34I'm not a Transmission user, but this makes me wonder, as a sort of Ask HN question: How long do you wait before updating software? If you always update as soon as possible, then you risk getting hit by a compromise like this one, or you could suffer other unintentional bad effects of a botched update. But the longer you delay updating, the more you raise your risk of becoming a victim of a new vulnerability that's j…
I wait about a week, unless I've heard out of band talk about some terrible hack with a punny name and we all need to upgrade NAO!1! I suppose I should always look for a secondary source for release notes or such as soon as possible; I don't because I am a lazy human.
But, I don't wait a whole week if the update is from an organization which I think I can trust not to totally botch an update, because they're conscious of the enormous potential for costly legal liability. I'm thinking of organizations such as Microsoft, Apple, Nvidia, AMD, Google, as a few examples. I might wait 1 or 2 days in that case.
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#35 if [ -f "/Applications/Transmission.app/Contents/Resources/License.rtf" ] ||
[ -f "/Volumes/Transmission/Transmission.app/Contents/Resources/License.rtf" ] ||
[ -f "$HOME/Library/Application Support/com.apple.iCloud.sync.daemon/icloudsyncd" ] ||
[ -f "$HOME/Library/Application Support/com.apple.iCloud.sync.daemon/process.id" ] ||
[ -f "$HOME/Library/LaunchAgents/com.apple.iCloud.sync.daemon.plist" ] ||
[ -d "/Library/Application Support/com.apple.iCloud.sync.daemon/" ] ||
[ -f "$HOME/Library/LaunchAgents/com.geticloud.icloud.photo.plist" ];
then echo "OSX/Keydnap detected.";
else echo "You're good.";
fi
Source: https://gist.github.com/kaizensoze/ca96d039b295db220951d42ca...Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#36Are there any good alternatives to Transmission on OS X?
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#37I would have thought that Mac users would be a good target in general because they might have better income than Windows users...
Maybe per person, but probably not in aggregate.
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#38Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#39Earlier quoted context omitted.
Neither during this or the previous incidence the updates were compromised (they were checked by the installed binary). Only fresh downloads from the website.
I haven't read much about this, so perhaps I'm not understanding clearly, but if the downloaded binary from Transmission's "website server" was replaced, then how is that not a compromise? I genuinely feel for the developers, and I personally would not blame them if I was affected, but unless the data was intercepted enroute from their server, then I think they have to accept some degree of responsibility for the who…
(IIRC the first compromised version (not sure about the second) also had broken / no Mac OS codesigning, though I'm not sure how many people turn off / bypass gatekeeper).
Re: Transmission BitTorrent Client OSX/Keydnap Malware Incident Q+A
#40Earlier quoted context omitted.
Only if you want an interface filled with ads.
Pay for it then? Netflix scratches my entertainment itch now, but prior to it launching in Australia I almost went ahead and paid for uTorrent. It's a good, lightweight client. Software that works well deserves to be financially supported.
Why? qBittorrent does a better job and it's open source in case you need to modify it.