Somehow I feel good about this. The article claims nothing good can come of deleting exposed databases, but I strongly disagree - I'd by far rather my data be deleted than stolen and shared. If the owner doesn't have proper backups AND can't secure a database, they have no business hosting such data, period. IMHO.
New ‘Meow’ attack has deleted almost 4k unsecured databases
201–210 of 544 posts
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#202Earlier quoted context omitted.
Good tree^H^H^H^Hgraph traversal algorithms have a history stack specifically to detect and deal with loops.
1) If it‘s a tree, it ain‘t got no loops 2) The stack isn‘t to deal with loops, the „visited“ flag at each edge is there for that. The stack (for DFS, BFS would be a queue) is there to keep track of which nodes have been visited such that you can construct a path from the starting node to the one you‘re looking for. Obviously there are variants to this, depending on what you‘re actually trying to achieve with it. My…
2) a visited flag on an edge? That won't support simultaneous traversals. Keeping a stack is a lot more efficient than permitting only one traversal at a time.
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#203It's stuff like this that reminds me that the internet is in many ways still in a loosely regulated, "Wild West" state. This is pretty clearly willful destruction (I.e. vandalism; https://legal-dictionary.thefreedictionary.com/Willful+damag... ). It's illegal in the real world, and should be illegal in the digital world. A lot of people are saying that organizations that had these DBs in public "had it coming", or "n…
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#204Earlier quoted context omitted.
You should configure a timeout.
Good tree^H^H^H^Hgraph traversal algorithms have a history stack specifically to detect and deal with loops.
If we pretend we're using readline here, ^W (yank previous word) and ^U (yank to the start of the line) should save you some key presses.
Some recommended bedtime reading:
https://catonmat.net/ftp/readline-emacs-editing-mode-cheat-s...
https://en.wikipedia.org/wiki/GNU_Readline#Emacs_keyboard_sh...
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#205Why is mongodb seem to show up alot with this. Does their default set up hide some unsecured users? Its been a while but I dont remember that being in there.
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#206It's stuff like this that reminds me that the internet is in many ways still in a loosely regulated, "Wild West" state. This is pretty clearly willful destruction (I.e. vandalism; https://legal-dictionary.thefreedictionary.com/Willful+damag... ). It's illegal in the real world, and should be illegal in the digital world. A lot of people are saying that organizations that had these DBs in public "had it coming", or "n…
I assume other countries have similar laws.
That said, enforcing it is a different matter.
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#207It's stuff like this that reminds me that the internet is in many ways still in a loosely regulated, "Wild West" state. This is pretty clearly willful destruction (I.e. vandalism; https://legal-dictionary.thefreedictionary.com/Willful+damag... ). It's illegal in the real world, and should be illegal in the digital world. A lot of people are saying that organizations that had these DBs in public "had it coming", or "n…
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#208Earlier quoted context omitted.
> Why must some people insist on being assholes? The ones leaving giant databases unsecured? At least they are being taught an important lesson.
My blame scale for breaches, most to least: 1) the cultural and economic forces driving everything online way before that’s anything like a good idea, 2) companies storing more than they need to, 3) the people who left it unsecured (bigco, tech startups, and anything very sensitive), 4) the people stealing data, 5) the people who left it unsecured (Smaller shops that’ve been made to feel they must be online), [large…
Also, do you think that this person or persons would refrain from deleting the data if they had the opportunity, but it qualified as a "good idea" to keep online? I.e. they might review, say, medical records, spend some time thinking to themselves whether it was 'necessary' to be online, and then decide to delete or not delete depending on their judgment?
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#209It's stuff like this that reminds me that the internet is in many ways still in a loosely regulated, "Wild West" state. This is pretty clearly willful destruction (I.e. vandalism; https://legal-dictionary.thefreedictionary.com/Willful+damag... ). It's illegal in the real world, and should be illegal in the digital world. A lot of people are saying that organizations that had these DBs in public "had it coming", or "n…
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#210Earlier quoted context omitted.
You don't know who was the storage vendor and who's data was being deleted and you have no idea what that data represents or what the consequences are of having to restore it. You are making several unfounded assumptions.
No one knows more information than the article presents. When you state that victims exist or that the data being deleted is important you are also making unfounded assumptions. You can't have it both ways.