Earlier quoted context omitted.
> These cyber attacks are all but literally one bored kid and a computer. Are you sure about that? A lot of this stuff is way more than just some bored kid. For the company I work for, there is almost certainly a group of well paid people who sit around every day trying to figure out new ways run scams using our site. When there is financial motivation, people go through great efforts to get that $$$. "Security" isn'…
Right, security is definitely not a box you can check but American business have decided that if they run Qualys to get that PCI-DSS everything is good. Nobody is out there seriously talking about the fact that the Linux kernel is written in fucking C. Well it's 2% faster than if we wrote it in an actual language with, I don't know, bounds checking , and we'd rather use the 2% for dividends, thanks very much. We need…
U.S. to give ransomware hacks similar priority as terrorism, official says
421–430 of 591 posts
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#422Earlier quoted context omitted.
Sure, but they are up against state-sponsored, highly trained actors, and that's not a fair fight. This requires the resources of the US Government as their bodyguard.
Then it is also time to pay a lot more in taxes and keep less in the bank too Which is it?
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#423Earlier quoted context omitted.
What CEOs have ever been fired for security breaches? If the "free market" doesn't care, why would any "I told you so" from the gov't make any difference. He'll have already taken his golden parachute and some poor CSO will take the fall.
> What CEOs have ever been fired for security breaches? None. That's part of my point: the root problem is not actually security by itself, it's bad corporate governance. CEOs should be fired for such things, but they're not. > If the "free market" doesn't care Corporate governance is not a free market nowadays. It was more of one in the past (although an argument can be made that there were important non-free market…
That's probably a rounding error on their quarterly report. Heck, it might have cost them more money to hire more people to provide adequate security to prevent such attacks than to just suck it up and get attacked.
It may actually be economically favorable to stay insecure!
If that were the case, the market would actually encourage CEO's to spend less money on security, not more.
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#424Earlier quoted context omitted.
The market doesn’t incentivize security until it is too late. A pipeline operator that passes security costs onto consumers will lose to one with lower security and lower costs. Serious, significant attacks might occur at year 5, when the company becomes a big enough target to make it worthwhile to attack. By this time, the company who did not invest as heavily in security has captured the market while the one that i…
>The market doesn’t incentivize security until it is too late. That's why you have government and law to require it. The free market solving everything is a myth, and the USA is lucky that all the pipeline hackers wanted was money. Imagine if that was a nation state trying to immobilize the military in preparation for an invasion. No ransoms, instead bombs start falling while you are paralyzed.
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#425Earlier quoted context omitted.
Yes, but then you read things like https://googleprojectzero.blogspot.com/2021/01/introducing-i... , or look at the payments offered by https://zerodium.com/program.html… the days of clicking a link -> persistence payload with escalated privileges are still here
From what I see on that page. It costs $500,000 to exploit chrome and your attack only lasts for a few days and then google pushes out a fix to all chrome users. This is so much better than the IE era where a teenager with some free time and skill could make something up and there would still be exploitable machines years later for the same bug.
It doesn’t feel like even Google are winning
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#426Earlier quoted context omitted.
Agreed. I'm a bit tired of the victim blaming with security. It's physically impossible to build a house that can't be broken in to, and even harder for computer systems. Crime is a social problem, we can't rely on a dream world of mathematically perfect zero trust security.
It's impossible to build a safe airliner, but we can get pretty damn close. Airline engineers know one cannot create a component or system that cannot fail. So the question then becomes, assume a system fails. Now how does the airplane survive? With software systems, instead of demanding a perfect defense against the root password being compromised, think "if the root password is compromised, how do we prevent that f…
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#427Earlier quoted context omitted.
Then it is also time to pay a lot more in taxes and keep less in the bank too Which is it?
Not really, the US military in particular has a lot of slack that could easily be funded into cyber stuff. I would bet there's plenty of (digital) offensive capability in the US so maybe it should be used?
This discussion is more policing, which is out of scope.
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#428Earlier quoted context omitted.
It's impossible to build a safe airliner, but we can get pretty damn close. Airline engineers know one cannot create a component or system that cannot fail. So the question then becomes, assume a system fails. Now how does the airplane survive? With software systems, instead of demanding a perfect defense against the root password being compromised, think "if the root password is compromised, how do we prevent that f…
But there is a big difference between airline safety and software safety. An airliner survives against the environment, it's PvE, a software system has to survive against hackers, it's PvP. If you shoot a rocket at an airliner, the airliner will fail, in that case we blame the person who shot the rocket.
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#429They fucked up by targeting infrastructure. If they stuck with small companies they could keep doing it till the cows came home. But now they have governments against them so now they will be hunted down.
Re: U.S. to give ransomware hacks similar priority as terrorism, official says
#430Earlier quoted context omitted.
Oddly enough though, the analogy tends to diverge when scaled: the more material you put into your house, the less vulnerable it is; the more lines of code you put into your software, the more vulnerable it is. Taken to an extreme, anyone can take down a house made of straw with their fist, but nobody can exploit hello world. I despise seeing simple apps with ridiculous dependency trees (package.json with line counts…
Surely you mean lock files not package jsons?