Earlier quoted context omitted.
You forgot the top two other pieces of advice - Make sure you have a decent adaptive firewall, and run anything even slightly worrisome in a virtual machine, never on your main operating system.
You are right, those too. I would also recommend Sandboxie[1], not sure on its effectiveness but the convenience to just right click and run apps in its own sandbox is huge. Does anyone know an open source alternative to it? [1] http://www.sandboxie.com/
MS Security Essentials reporting false positives in the Bitcoin blockchain
41–50 of 85 posts
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#42So a joker decided to embed some Anti Virus bait in the blockchain, just a few bytes is enough to make the software go nuts deleting a whole lot of files the Bitcoin client needs. The solution the Bitcoin developers suggest is pure old-school malware style, XOR the blocks to hide it from the Anti Virus suites. Classic. https://github.com/bitcoin/bitcoin/issues/4069
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#43I seem to remember just having some text copy+pasted into IRC channels used to send peoples anti virus software into meltdown.. but this was sometime like 2000-2001
DCC SEND LOLLERCOPTER There were a few others, but that's the one i remember. the part after DCC SEND doesn't matter as long as it was longer than 8 characters i think it was.
bug report e.g. http://colloquy.info/project/ticket/531
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#44Earlier quoted context omitted.
Those are probably 'full nodes' to participate in the network as a miner or casual user you don't need to run a full node.
Yeah, but if there are just 8,000 nodes, suddenly it seems like it wouldn't be all that hard to hijack the network. It's possible I misunderstand, and overestimate the value of full nodes.
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#45Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#46After some consideration and the feedback here https://news.ycombinator.com/item?id=7543196 I decided to inform one major antivirus vendor about it. They offered their thanks for the warning, but also the opinion that false alerts would be strongly limited since the virus signatures are in files that would generally not be scanned. The scope of this remains to be seen, but apparently at least Microsoft Security Essentials doesn't handle this entirely without problems.
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#47I seem to remember just having some text copy+pasted into IRC channels used to send peoples anti virus software into meltdown.. but this was sometime like 2000-2001
DCC SEND LOLLERCOPTER There were a few others, but that's the one i remember. the part after DCC SEND doesn't matter as long as it was longer than 8 characters i think it was.
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#48I seem to remember just having some text copy+pasted into IRC channels used to send peoples anti virus software into meltdown.. but this was sometime like 2000-2001
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#49So a joker decided to embed some Anti Virus bait in the blockchain, just a few bytes is enough to make the software go nuts deleting a whole lot of files the Bitcoin client needs. The solution the Bitcoin developers suggest is pure old-school malware style, XOR the blocks to hide it from the Anti Virus suites. Classic. https://github.com/bitcoin/bitcoin/issues/4069
Re: MS Security Essentials reporting false positives in the Bitcoin blockchain
#50The simple solution is to not allow your anti-virus software to scan anything that cannot malware. There are exceptions to the rule of course such as MP3s that had executable code, but why does it need to scan every single file on your system? Full disclosure: I used to work for an AV software company and personally think that AV is a dead technology.
It's true that the world is full of auto morphing malwares, but you can still detect them new variants through heuristics. Which in turn delivers the results to what is generally known as some sort of Antivirus Cloud Lookup or File Reputation Lookup.
Also the AV industry shares information between them. So in the background you don't have anymore analysts looking at every sample file. Instead there's automation that analyses each incoming sample.
The old scan databases you prefer to are usually last line of defense now days if all the other technologies before haven't been able to show the file to be known good file or bad file.
Full disclosure: I currently work for computer security company.