Hackers Say They've Breached "All Sony Systems", Threaten To Sell Stolen Data

L4sBot@lemmy.worldmod to Technology@lemmy.world – 205 points –
thegamer.com

Hackers Say They've Breached "All Sony Systems", Threaten To Sell Stolen Data::Hackers are threatening to sell data from Sony, saying it has gained access to "all" of its systems.

30

You are viewing a single comment

All the user data is stored in a single json blob

Lmao could you even imagine? Gigabytes of json πŸ’€

Imagine parsing that πŸ’€

No need to imagine. A lot of dump (map data, user data, etc) can reach the gigabytes and terabytes and are done in JSON. Good tools will stream the data and filter it anyway (like jq). You don’t need the whole file in memory.

They run jq queries in shell to get user data