{ "_id" : ObjectId("59935e1e21b1409e794f0661"), "email" : "datarequest@secmail.pro", "btc_wallet" : "1AtCBPNFDW7b3edenA2v3bprLUVkccPN61", "note" : "We have your data. Your database is backed up to our servers. If you want to restore it, then send 0.2 BTC and text me to email, just send your IP-address and payment info. Messages without payment info will be ignored." }
> show dbs
BACKUP_DB 0.000GB
mclog 4.549GB
> use BACKUP_DB
switched to db BACKUP_DB
> show collections
BACKUP_DB
> db.BACKUP_DB.find()
{ "_id" : ObjectId("59935e1e21b1409e794f0661"), "email" : "datarequest@secmail.pro", "btc_wallet" : "1AtCBPNFDW7b3edenA2v3bprLUVkccPN61", "note" : "We have your data. Your database is backed up to our servers. If you want to restore it, then send 0.2 BTC and text me to email, just send your IP-address and payment info. Messages without payment info will be ignored." }
>
-------------------------------------------------------------------------------------
> show dbs
BACKUP_DB 0.000GB
mclog 4.626GB
> use BACKUP_DB
switched to db BACKUP_DB
> show collections
BACKUP_DB
> db.BACKUP_DB.find()
{ "_id" : ObjectId("59935e1e21b1409e794f0661"), "email" : "datarequest@secmail.pro", "btc_wallet" : "1AtCBPNFDW7b3edenA2v3bprLUVkccPN61", "note" : "We have your data. Your database is backed up to our servers. If you want to restore it, then send 0.2 BTC and text me to email, just send your IP-address and payment info. Messages without payment info will be ignored." }
> ObjectId("59935e1e21b1409e794f0661").getTimestamp()
ISODate("2017-08-15T20:48:30Z")