Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
Security

Crooks Need Just Six Seconds To Guess A Credit Card Number (independent.co.uk) 110

schwit1 quotes The Independent: Criminals can work out the card number, expiration date, and security code for a Visa debit or credit card in as little as six seconds using guesswork, researchers have found... Fraudsters use a so-called Distributed Guessing Attack to get around security features put in place to stop online fraud, and this may have been the method used in the recent Tesco Bank hack...

According to a study published in the academic journal IEEE Security & Privacy, fraudsters could use computers to systematically fire different variations of security data at hundreds of websites simultaneously. Within seconds, by a process of elimination, the criminals could verify the correct card number, expiration date and the three-digit security number on the back of the card.

One of the researchers explained this attack combines two weaknesses into one powerful attack. "Firstly, current online payment systems do not detect multiple invalid payment requests from different websites... Secondly, different websites ask for different variations in the card data fields to validate an online purchase. This means it's quite easy to build up the information and piece it together like a jigsaw puzzle."

Submission + - The BBC Announces Robot Wars' Return to TV (oomlout.co.uk)

Blacklaw writes: The BBC has announced that Robot Wars, the classic metal-mashing amateur robotics competition, is returning for a new series. New technologies have been promised, along with an all-new battle arena — following the sale of the original for scrap in 2005.

Submission + - UK's National Crime Agency Publishes Crazy Cyber-Crime Warning Signs (oomlout.co.uk)

Blacklaw writes: The UK's National Crime Agency, formerly known as the Serious and Organised Crime Agency, has published a list of warning signs that a child may be heading to a life of cyber-crime — including late nights and showing any kind of interest at all in programming, even as the UK government pushes coding into the national education curriculum.

Comment Re:A nice idea... (Score 4, Informative) 348

Personally traveling to and through Boston is a 100x better than it used to be because of the Big Dig. Not to mention it reconnected two parts of the city that the original above ground highway effectively severed from each other, allowing for an insane amount of development in the seaport area since (http://www.bostonmagazine.com/2012/07/rise-seaport-district-boston/). The entire area has been transformed.

Comment I'll be keeping mine (Score 2) 257

I'm willing to give Nest and Google the benefit of the doubt. Supposedly Nest has claimed in interviews after the news broke that their privacy policy is very strict and limits the info Nest gathers to Nest products only. If that is the case, and more importantly, their privacy policy doesn't change in the future, I'll stay a happy customer.

If there is evidence of Google doing evil, then it's easy to create an eBay listing.

Comment Re:Say what you will (Score 5, Informative) 182

Assuming you mean traditional round-robin A records, the timeout(s) you still have to suffer through would kill your latency.

If your talking about DNS providers (disclaimer, I work for Dyn) with advanced features that detect a failover event occurring and will only serve healthy A records, then that is a different story.

Comment Re:Business as usual (Score 1) 233

Incorrect in some aspects. All caching means is IF a recursive DNS server had done a lookup on your domain recently enough that the TTL hadn't expired, then you use the recursive DNS server's cached copy of the DNS record.

If the recursive DNS server doesn't have a cached copy of the record, it will simply go through the resolution path to get to the authoritative DNS provider and get a fresh copy of the DNS record.

Having a low TTL just means that more queries will hit the authoritative DNS provider since the recursive DNS provider is less likely to have a cached copy of it. It's not bad necessarily to have a low TTL, it just means more queries are generated which results in a little bit longer DNS resolution time compared to using a cached copy. In the case of Dynamic DNS, you are never really going to care/notice any speed hit caused by less caching.

Slashdot Top Deals

"my terminal is a lethal teaspoon." -- Patricia O Tuama

Working...