Hello friends, good day!
I have a challenge and I would like to know if someone with knowledge in file structure analysis or databases can help me.
I have a case of ransowmare infection and analyzing the hexadecimal structures of the files, I believe that the ransomware did not encrypt the databases. What he did was zero the first sectors of the database files. Analyzing in WinHex, I found the pattern that repeats itself in all files:
The first 6.291.440 blocks are filled and after the data is normal.
I have a database file, with the same database (no data introduced, just the tables) and I copied the first 6.291.440 blocks and saved to the damaged file. When trying to attach to SQL, the database is recognized (previously it had an error), but it still has an error when attaching.
Is there any tool to try to repair this "hybrid" file?
Would there be any other possibilities?
Thanks for all!