Attackers DDoS WannaCry Kill Switch (venturebeat.com)
An anonymous reader quotes VentureBeat:
As of late Friday, after many of the deadlines threatening data deletion had passed, few victims had paid ransoms. According to Elliptic Enterprises, only about $94,000 worth of ransoms had been paid via Bitcoin, which works out to less than one in a thousand of the 300,000 victims who were reportedly affected by WannaCry... While not as bad as feared, ransomware (not to mention cybersecurity threats in general) isn't going away. Wired reported that the domain registered by Hutchins has been under intense denial-of-service attacks delivered by an army of IoT devices marshalled, zombie-like, by Mirai.
... a bigger one appears! It's almost like it's a law.
Trump's a bitch but not a bigger bitch than his pathetic voters.
If I had the money to borrow Mirai, I can't imagine a more amusing thing to do than to poke holes in the WannaCry Dam. I tip my hat to whoever is behind this evil scheme.
Less than one in a thousand is a typical 'success' rate for any scam. Given that this is a worm, the cost of propagating to those 300k devices was almost nil after it was done being coded. Considering the attack used publicly-released exploits, pretty much every other component could've been sitting in a drawer using 95% reused code chunks.
It's not like Silicon Valley contractors were paid to code this thing, some 3rd-world hacker (possibly unemployed) threw it together; the cost of creation is way under $94k, I suspect. The NSA probably paid 10x that to find the exploits, and who knows if they ever got to use them.
Corruption is convincing someone that the selfless ideal is the same as their selfish ideal.
I don't know the name of the law, but there must be one.
Law of Large Numbers?
https://en.wikipedia.org/wiki/Law_of_large_numbers
Probably the author of this new WannaCry worm/ransomware have calculated the ROI if they kept on DDoS'ing the kill switch because many infections wreak havoc to victims and they would pay the ransom. Keep on DDoS'ing until it is not responsive, hence all the new infections would trigger. Would be logical to conclude that the guy who is DDoS'ing is the guy who built WannaCrypt worm/ransomware. Probably renting the botnet is cheap, once the cashflow (bitcoins) keeps coming in from victims of Wcry.
I thought the "kill switch" just attempted to resolve the domain name which is why just registering the name was enough to activate it. If that's the case, what's the point of the DDoS other than just being a dick overall?
Grab some popcorn. There's enough to go around.
$94k is not a bad payout. Sure they hoped for more, and the worm was very successful and could've yielded more. But publicity is the enemy of every good scam, so typically, they actually do not want their scam to make headlines.
Given all that, they still made the equivalent of a yearly salary on this thing, and without the inconvenience of paying taxes or having to show up in the office. Any indy mobile games developer would be happy with getting that return from a game.
Ransomware is here to stay. But maybe with the large number of victims this time, people will actually demand that software vendors start to provide something that is better than utter crap? That we have a very serious issue in software quality and we can't afford to bet our economy, social networks and basically all of civilisation on something that's made cheap and fast (you know the third that wasn't picked).
We need some basics done right in software, and that means re-engineering a big part of it. We need to understand trust levels, MLS or its variants. We need to get away from the user model we have, where users are treated as either complete idiots or all-knowing gods. We need to get our shit sorted out instead of pushing the next shoddy "disrupting product" out the door in search of a quick buck and a profitable IPO.
Maybe if something besides $$$ still had a value in this society...
Assorted stuff I do sometimes: Lemuria.org
Criminals gonna criminal.
Seriously, though, the makers of the ransomware are criminals. It's not entirely unrealistic to think they're also the type who would DDoS.
And the DDoS is probably less of a crime than the ransomware.
All of this assumes that the (in my opinion likely) possibility that the DDoS and ransomware are coming from the same person or people.
As the article points out, a big part of the reason is that people disable automatic updates. This should never be done, but I can understand. Automatic updates are rude. They change and break things. Windows updates got kinda nicer last few years (after you disable automatic reboot http://www.makeuseof.com/tag/d... ), but all other software updates are still crap. Every time I run a third-party sofware update (Adobe, Flash, etc.), it breaks and resets things. No I don't want a new UI for Acrobat that makes the icons twice the size (nope, forced). No I don't want the load-at-boot reinstalled (nope. reinstalled. fire msconfig and regedit to get rid of it). No I don't want to reinstall the auto-update (ditto). No I don't want my print settings reset to default (nope, done). And crap like that, every time. This is a price for security that we should not have to pay.
17779 eligible voters in a district, 17779 'vote' as one. This is Russia.
Somebody wants wannacry to continue spreading by making it seem the domain is not there ? Hmm...
So which is it called, WannaCry or WannaCray or WannaCrypt? Why does the name keep changing?
Betterjerks Law
From MS - SMB Ports 445/139 (TCP) & 137/138 (UDP) protection via:
Disable SMBv1 on the SERVER, configure the following registry key:
Registry subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters Registry entry: SMB1
REG_DWORD: 0 = Disabled
REG_DWORD: 1 = Enabled
Default: 1 = Enabled
Enable SMBv2 on the SERVER, configure the following registry key:
Registry subkey:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters Registry entry: SMB2
REG_DWORD: 0 = Disabled
REG_DWORD: 1 = Enabled
Default: 1 = Enabled
---
Disable SMBv1 on the CLIENT, run the following commands:
sc.exe config lanmanworkstation depend= bowser/mrxsmb20/nsi
sc.exe config mrxsmb10 start= disabled
Enable SMBv2 & SMBv3 on the CLIENT, run the following commands:
sc.exe config lanmanworkstation depend= bowser/mrxsmb10/mrxsmb20/nsi
sc.exe config mrxsmb20 start= auto
---
* The above is per https://support.microsoft.com/en-us/help/2696547/how-to-enable-and-disable-smbv1,-smbv2,-and-smbv3-in-windows-vista,-windows-server-2008,-windows-7,-windows-server-2008-r2,-windows-8,-and-windows-server-2012/
APK
P.S.=> For a SINGLE 'standalone' non-networked PC (no home network/LAN but TCP/IP connected online) turn off Server & Workstation services.
That shuts off any "handles" (port 445) this thing propogates thru + turn off NetBIOS over TCP/IP in your internet connection & uncheck/disable Client for Microsoft Networks + File and Print Sharing. Port 139 & 445 always pop up issues over time. It also makes your packet trains smaller (no encapsulation of LanMan)
I covered all this 11++ yrs. ago in a security guide I wrote for users with a single system & apparently, its advice STILL STANDS THE "TEST OF TIME" https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22HOW+TO+SECURE+Windows+2000%2FXP%22&btnG=Google+Search&gbv=1/ vs. even today's threats like this one.
* This effectively makes this threat a non-issue + saves you CPU cycles/RAM & other I/O wasted on services you don't NEED as a single PC user only... & you don't. They're just wastes with a single PC really. Many services are (covered in guide above based on CIS Tool guidance (who took fixes to their ware from "yours truly" too, no less)) & again, no more encapsulated packet bulk.
AND?
Don't be STUPID & click on attachments in bogus malicious emails this thing propogates thru also (Chrome/Opera/Webkit users - BEWARE of the ShellControlFile issue that just popped up (.scf file) noted here-> http://www.theregister.co.uk/2017/05/17/chrome_on_windows_has_credential_theft_bug/ ) ... apk
you honestly believe this isn't the original jerk behind the ddos?
CLI paste? paste.pr0.tips!
where's the security?
These folks don't seem to be all that sophisticated.
They are using stuff made by somebody else.
They didn't do so good with the bitcoin wallets.
They likely exposed themselves when they reintroduced the virus without the kill switch.
And they are likely doing it again with this DDoS.
If the TLA's can't catch this group of bad guys, then why are they getting to collect so much information?
It's just not healthy for a Democracy.
See subject & proof my code's AUDITED by Malwarebytes' hpHosts & is clean/safe (they wouldn't host it otherwise much less recommend it as they do along w/ hostman)
&
It's proven safe/clean by ~60 antivirus programs too https://www.virustotal.com/en/file/e01211ca36aa02e923f20adee0a3c4f5d5187dc65bdf1c997b3da3c2b0745425/analysis/1433430542/ in
APK Hosts File Engine 9.0++ SR-7 32/64-bit https://www.google.com/search?hl=en&source=hp&biw=&bih=&q=%22APK+Hosts+File+Engine%22+and+%22start64%22&btnG=Google+Search&gbv=1/
* So who are you TRYING to "fool"? Yourself??
APK
P.S.=> Get on topic, grow up & quit stalking/harassing me by your UNIDENTIFIABLE trolling worm "ne'er-do-well" posts you do - ok??? Get professional psychiatric help: You CLEARLY require it loony bird... apk
Take your own advice unidentifiable anonymous off-topic "ne'er-do-well" do nothing troll & quit stalking/harassing me.
* What's the matter? Your IMPOTENCE giving me orders NOT WORKING?? Yes. You're inability to prove me validly technically wrong bothering you too??? Yes. See subject...
APK
P.S.=> You pitiful psycho-loon... apk
It's not enough. It doesn't block the financial service to the criminals.
To be precise, DDOS (by names, IPv4/IPv6 addresses and unbound addresses) to Bitcoin's and Tor's servers is the main deterrent objective instead attacking uselessy one domain registered by this boy.
If the DNS root servers don't do the job of cooperating or prosecuting to the criminals then they might probably be the next targets or not. It depends of the complexity of the ramsonwares.
Have gnu, will travel.
Simple as that.
The world never (or almost never) had such a thing as Ransomware until untraceable, auto-laundering methods of payment like Bitcoin.
Even cash is traceable, because you have to send it somewhere!
Stop Bitcoin, and its ilk, and you will take the "Ransom" motive out of "Ransomware". Just. Like. That.
That's bullshit! Reveton back in 2012 used to demand Ukash or Paysafecard.
The Dragonball Law?
If techs didn't disagree with each other, then Microsoft would rule the world.