All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 20 posts ] 
Author Message
 Post subject: DVR HDD - file carving
PostPosted: November 3rd, 2013, 7:30 
Offline

Joined: August 2nd, 2013, 1:32
Posts: 8
Location: Tuvalu
Hi all,

I would like to ask for your help and advice :-)

I have a DVR manufactured by ITX security and I'm trying to extract recordings from its HDD.

What I've managed to do already was to connect a 2TB HDD to the DVR, format it via said device - record video on it for a few minutes, power off the device and reconnect the HDD to a PC. The HDD is recognized properly in Win7 (however without displaying its size and used space, merely displaying its name [IFS1600000Disk] and 0/0Bytes information). Running DMDE uncovered extra bit of information, i.e. DMDE informed me that the filesystem is FAT32 (not surprised here, as it was properly detected under Win) - and displayed complete filesystem of the DVR. Hooray ;-)

Here's where the riddle starts:

Said HDD is full of 128-MB hidden files named MB00000.IFS,MB00001 etc. etc. - in a consecutive manner.

My guess is:

- that these are archive files and were created in the moment of HDD format. As I said, the HDD contains ~20 mins of recording, so these can't merely be recordings - the filesystem rather reserves all available space for them.
- that there have to be appropriate video file headers inside the files (if not, what would be the reason of having >150 deparate multi-MB files?)

My problem is:

I don't know where to go further with it. I guess I should search for known file headers inside the file, the problem is - I do not know details.
What I do know, is that the DVR encodes in H264 format - and it most probably uses IMM5 or IMM6 codec (as it returns this codec as required when trying to connect to it via RTSP stream).
here's the Dropbox link https://www.dropbox.com/s/5peofg8q3lxsic5/MB00000.IFS that contains one of the recovered files.
Viewing in WinHex displays "BMNI" ASCII information right at the file's beginning.

Thank you in advance for your help and suggestions.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 21st, 2013, 17:15 
Offline

Joined: October 22nd, 2013, 5:27
Posts: 234
Location: Spain
Well, you can try a few things before start actually thinking, like move forward to what you might identify as the main data stream or streams, and copying it or them onto a working video file with H264 encoding, with known headers (replacing your target video file data streams). Then try to open it with Videolan or similar. You might be surprised at that point!


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 21st, 2013, 19:50 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
What is the usual way this is acheived, and why cant you use that?


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 21st, 2013, 22:59 
Offline

Joined: May 10th, 2012, 13:20
Posts: 10
Location: new york
Really weird situation


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 22nd, 2013, 13:51 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15528
Location: Australia
medix08 wrote:
here's the Dropbox link https://www.dropbox.com/s/5peofg8q3lxsic5/MB00000.IFS that contains one of the recovered files.
Viewing in WinHex displays "BMNI" ASCII information right at the file's beginning.

"The file you're looking for has been deleted or moved."

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 23rd, 2013, 1:52 
Offline

Joined: November 23rd, 2013, 0:46
Posts: 5
Location: United States
Hello! This is my first post on the forum. I got the same problem medix08 has. I am trying to retrieve video from a Lorex L23WD800 DVR and it has the same file arrangement (starting with MB00000.IFS), it finally ends with a SPARE.IFS file. Specs show it records using the h.264 format, but got no luck trying to convert the MBXXXXX.IFS files.

Here is my situation: the Lorex DVR cannot access the 500 GB HDD due to a power failure (it shows cross-link errors) but anyway I recovered the IFS files before trying to mess up with the HDD data. I erased the partitions on another 1TB HDD and connected it to the DVR, first thing the DVR does is formatting the HDD properly. Then I turned the DVR off and connected the HDD to my PC right away. MiniTool Partition Wizard can see the same file structure - 128 MB (134,217,728 bytes) IFS files and again the SPARE.IFS file (24.3 MB - 25,526,272 bytes), all of them on FAT32 (it can fit more 128 MB IFS files on 1TB as expected).

This is my idea to get the files back to the HDD and make it work into the DVR: delete the partitions on the original 500 GB HDD and connect it to the Lorex DVR, let it format the HDD, turn the DVR off, connect the HDD back to my PC, and use the DMDE disk editor to overwrite the same files that are located on the partition from my backup. This is all theory because I have never used DMDE, but read about its features (sounds like a powerful tool). Any ideas or suggestions before attempting this move? Thank you for your patience.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 23rd, 2013, 2:17 
Offline

Joined: November 23rd, 2013, 0:46
Posts: 5
Location: United States
Here are two files... They were really easy to compress (128+MB to 153KB? :? )
http://www.putlocker.com/file/5F7390DBD55E8A92


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 23rd, 2013, 3:59 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15528
Location: Australia
carlomario wrote:
Here are two files... They were really easy to compress (128+MB to 153KB? :? )
http://www.putlocker.com/file/5F7390DBD55E8A92

Both files are full of zeros. The 128MB file has a "BMNI" header. I wonder if this could be "MBIN" in 16-bit little endian format.

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 23rd, 2013, 9:44 
Offline

Joined: November 23rd, 2013, 0:46
Posts: 5
Location: United States
Full of zeros means no data?


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 25th, 2013, 18:56 
Offline

Joined: October 22nd, 2013, 5:27
Posts: 234
Location: Spain
File full of zeros = file with entropy close to 0; entropy 0 = no data at all.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 26th, 2013, 20:47 
Offline

Joined: November 23rd, 2013, 0:46
Posts: 5
Location: United States
So the videos stored by the DVR are still there?


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 27th, 2013, 15:23 
Offline

Joined: August 2nd, 2013, 1:32
Posts: 8
Location: Tuvalu
Hi all,

I'm going to re-upload the file - in the course of last days I had spent a few hours tinkering with the file - there's something inside that looks like timestamps - and after that there's something that might be the video data. As for h.264 - it has no header of any kind, it is not a file after all - so it might be a difficult task to figure out which byte is the exact beginning of the video stream. There are NAL units, which define the h264 - these have the 24 bit code 0x000001 preceding them for the purpose of synchronization - but said values are prettty common in such a large file.

Tried to use file-carving tools from Backtrack, searching for anything of use in these files, but ultimately it produced no results. Going to give a try with cutting and pasting the stream - if I manage tho figure out where does it start.

CarloMario - we seem to have DVRs from the same manufacturer, ITX - at least the file structure seems to be identical.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 27th, 2013, 17:17 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
Hi, there was a similar thread about dvr recovery. A guy in Australia was contacted and he was able to write a tool to carve files from a system. I cant remember specifics right now, but a search of my posts should find where it was discussed. Maybe contact that guy/company? Might save you some time and headache


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 28th, 2013, 5:06 
Offline

Joined: August 2nd, 2013, 1:32
Posts: 8
Location: Tuvalu
Here's the file:

https://www.dropbox.com/s/a0tycw1d6jlu7fn/MB00003.IFS

also attaching the screenshot showing its very beginning.

"71 52" seems to be a delimiter of sorts, because it appears constantly throughout the whole "timestamps" section.

There seems to be some data present, starting from 0xA100 - again bytes separated by delimiters.

The interesting things start from 0x10801B. First, we have the plain-text "Flags" - and then, a lot of data which seems not to be confined between delimiters. Could this be the video stream?


Attachments:
File comment: Content view
1111.png
1111.png [ 32.63 KiB | Viewed 32175 times ]
Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 28th, 2013, 13:27 
Offline

Joined: August 2nd, 2013, 1:32
Posts: 8
Location: Tuvalu
Thanks for your help, guys! Here goes a small update:

I've managed to find h264 data, can be identified by 0x000001 67 - NAL sequence delimiter. FFmpeg plays the streams, the problem is - they're all mixed up. If I carve the h264 part from the .IFS file and try to play the stream - the ffmpeg will decode frames, but the 8 video channels will alternate consecutively - apparently the DVR simply dumps all the video inputs into one .IFS file, fills it, then moves on to the next IFS etc.. Considering that a 2TB HDD keeps ~16000 of these, manual search for a particular stream seems an arduous task.

Is there anything that could help in identifying the timestamps/channels and/or could automate the h264 extraction process?

HaQue, I managed to find your post about the Australian guy, am I right? You provided his webpage IIRC. Will try to contact him as you suggested.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: November 28th, 2013, 18:57 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 15528
Location: Australia
Without regard to any known structures, these are the patterns that appear to be present throughout the file.

Code:
Offset(h) 00   02   04   06   08   0A   0C   0E

00000000  5244 4D42 0000 0000 2300 2400 2100 2200  RDMB....#.$.!.".
00000010  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000020  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000030  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000040  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000050  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000060  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000070  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000080  0000 0000 0000 0000 FF0F FC0F FD0F FE0F  ........ÿ.ü.ý.þ.
00000090  0000 0000 0000 0000 0000 0000 0000 0000  ................
000000A0  0000 0000 0000 0000 0000 0000 0000 0000  ................
000000B0  0000 0000 0000 0000 0000 0000 0000 0000  ................
000000C0  0000 0000 0000 0000 0000 0000 0000 0000  ................
000000D0  0000 0000 0000 0000 0000 0000 0000 0000  ................
000000E0  0000 0000 0000 0000 0000 0000 0000 0000  ................
000000F0  0000 0000 0000 0000 0000 0000 0000 0000  ................
00000100  0000 0000 0000 0000 CCDD 7152 2500 007D  ........ÌÝqR%..}

Code:
Offset(h) 00   02   04   06   08   0A   0C   0E

00000100  0000 0000 0000 0000 CCDD 7152 2500 007D  ........ÌÝqR%..}
00000110  CCDD 7152 2600 007D CCDD 7152 2700 0085  ÌÝqR&..}ÌÝqR'..…
00000120  CCDD 7152 2800 0085 CEDD 7152 2910 02C5  ÌÝqR(..…ÎÝqR)..Å
00000130  CEDD 7152 2A20 02C5 CFDD 7152 2B30 0205  ÎÝqR* .ÅÏÝqR+0..
00000140  CFDD 7152 2C40 0205 D1DD 7152 2D50 024D  ÏÝqR,@..ÑÝqR-P.M
00000150  D1DD 7152 2E60 024D D1DD 7152 2F70 0255  ÑÝqR.`.MÑÝqR/p.U
00000160  D1DD 7152 3080 0255 D3DD 7152 3190 029D  ÑÝqR0€.UÓÝqR1...
00000170  D3DD 7152 32A0 029D D3DD 7152 33B0 02A5  ÓÝqR2 ..ÓÝqR3°.¥
00000180  D3DD 7152 34C0 02A5 D6DD 7152 35D0 0225  ÓÝqR4À.¥ÖÝqR5Ð.%
00000190  D6DD 7152 36E0 0225 D6DD 7152 37F0 022D  ÖÝqR6à.%ÖÝqR7ð.-
000001A0  D6DD 7152 3800 032D D8DD 7152 3910 0375  ÖÝqR8..-ØÝqR9..u
000001B0  D8DD 7152 3A20 0375 D8DD 7152 3B30 037D  ØÝqR: .uØÝqR;0.}
000001C0  D8DD 7152 3C40 037D DADD 7152 3D50 03C5  ØÝqR<@.}ÚÝqR=P.Å
000001D0  DADD 7152 3E60 03C5 DBDD 7152 3F70 0305  ÚÝqR>`.ÅÛÝqR?p..
000001E0  DBDD 7152 4080 0305 DDDD 7152 4190 034E  ÛÝqR@€..ÝÝqRA..N
000001F0  DDDD 7152 42A0 034E DDDD 7152 43B0 0356  ÝÝqRB .NÝÝqRC°.V

Code:
Offset(h) 00   02   04   06   08   0A   0C   0E

00007F00  AAE7 7152 E4CF FD59 ACE7 7152 E5DF FDA1  ªçqRäÏýY¬çqRåßý¡
00007F10  ACE7 7152 E6EF FDA1 ACE7 7152 E7FF FDA9  ¬çqRæïý¡¬çqRçÿý©
00007F20  ACE7 7152 E80F FEA9 AFE7 7152 E91F FE29  ¬çqRè.þ©¯çqRé.þ)
00007F30  AFE7 7152 EA2F FE29 AFE7 7152 EB3F FE31  ¯çqRê/þ)¯çqRë?þ1
00007F40  AFE7 7152 EC4F FE31 B1E7 7152 ED5F FE79  ¯çqRìOþ1±çqRí_þy
00007F50  B1E7 7152 EE6F FE79 B1E7 7152 EF7F FE81  ±çqRîoþy±çqRï.þ.
00007F60  B1E7 7152 F08F FE81 B4E7 7152 F19F FE01  ±çqRð.þ.´çqRñŸþ.
00007F70  B4E7 7152 F2AF FE01 B4E7 7152 F3BF FE09  ´çqRò¯þ.´çqRó¿þ.
00007F80  B4E7 7152 F4CF FE09 B6E7 7152 F5DF FE51  ´çqRôÏþ.¶çqRõßþQ
00007F90  B6E7 7152 F6EF FE51 B6E7 7152 F7FF FE59  ¶çqRöïþQ¶çqR÷ÿþY
00007FA0  B6E7 7152 F80F FF59 B8E7 7152 F91F FFA1  ¶çqRø.ÿY¸çqRù.ÿ¡
00007FB0  B8E7 7152 FA2F FFA1 B8E7 7152 FB3F FFA9  ¸çqRú/ÿ¡¸çqRû?ÿ©
00007FC0  B8E7 7152 FC4F FFA9 BBE7 7152 FD5F FF29  ¸çqRüOÿ©»çqRý_ÿ)
00007FD0  BBE7 7152 FE6F FF29 BBE7 7152 FF7F FF31  »çqRþoÿ)»çqRÿ.ÿ1
00007FE0  BBE7 7152 0080 FF31 BDE7 7152 0090 FF79  »çqR.€ÿ1½çqR..ÿy
00007FF0  BDE7 7152 00A0 FF79 BDE7 7152 00B0 FF81  ½çqR. ÿy½çqR.°ÿ.

Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

0000A100  02 3C 04 01 20 11 00 02 01 00 00 00 F0 00 00 00  .<.. .......ð...
0000A110  00 00 00 30 00 00 02 10 08 00 4C 00 10 00 5F 00  ...0......L..._.
0000A120  18 00 70 00 20 00 84 00 28 00 98 00 30 00 AC 00  ..p. .„.(.˜.0.¬.
0000A130  38 00 BF 00 40 00 D1 00 48 00 E4 00 50 00 F7 00  8.¿.@.Ñ.H.ä.P.÷.
0000A140  58 00 0A 01 60 00 1E 01 68 00 35 01 70 00 4A 01  X...`...h.5.p.J.
0000A150  78 00 5F 01 80 00 74 11 88 00 BB 01 90 00 C9 01  x._.€.t.ˆ.»...É.
0000A160  98 00 D7 01 A0 00 E5 01 A8 00 F4 01 B0 00 04 02  ˜.×. .å.¨.ô.°...
0000A170  B8 00 13 02 C0 00 21 02 C8 00 2F 02 D0 00 3A 02  ¸...À.!.È./.Ð.:.
0000A180  D8 00 49 02 E0 00 59 02 E8 00 6B 02 F0 00 7A 02  Ø.I.à.Y.è.k.ð.z.
0000A190  F8 00 8A 02 00 01 97 12 08 01 DF 02 10 01 EE 02  ø.Š...—...ß...î.
0000A1A0  18 01 FC 02 20 01 0A 03 28 01 19 03 30 01 25 03  ..ü. ...(...0.%.
0000A1B0  38 01 37 03 40 01 46 03 48 01 54 03 50 01 63 03  8.7.@.F.H.T.P.c.
0000A1C0  58 01 73 03 60 01 83 03 68 01 96 03 70 01 A6 03  X.s.`.ƒ.h.–.p.¦.
0000A1D0  78 01 B7 03 80 01 C4 13 88 01 0A 04 90 01 18 04  x.·.€.Ä.ˆ.......
0000A1E0  98 01 28 04 A0 01 3B 04 A8 01 4B 04 B0 01 58 04  ˜.(. .;.¨.K.°.X.
0000A1F0  B8 01 69 04 C0 01 75 04 C8 01 83 04 D0 01 90 04  ¸.i.À.u.È.ƒ.Ð...

Code:
Offset(h) 00       04       08       0C

0000A100  023C0401 20110002 01000000 F0000000  .<.. .......ð...
0000A110  00000030 00000210 08004C00 10005F00  ...0......L..._.
0000A120  18007000 20008400 28009800 3000AC00  ..p. .„.(.˜.0.¬.
0000A130  3800BF00 4000D100 4800E400 5000F700  8.¿.@.Ñ.H.ä.P.÷.
0000A140  58000A01 60001E01 68003501 70004A01  X...`...h.5.p.J.
0000A150  78005F01 80007411 8800BB01 9000C901  x._.€.t.ˆ.»...É.
0000A160  9800D701 A000E501 A800F401 B0000402  ˜.×. .å.¨.ô.°...
0000A170  B8001302 C0002102 C8002F02 D0003A02  ¸...À.!.È./.Ð.:.
0000A180  D8004902 E0005902 E8006B02 F0007A02  Ø.I.à.Y.è.k.ð.z.
0000A190  F8008A02 00019712 0801DF02 1001EE02  ø.Š...—...ß...î.
0000A1A0  1801FC02 20010A03 28011903 30012503  ..ü. ...(...0.%.
0000A1B0  38013703 40014603 48015403 50016303  8.7.@.F.H.T.P.c.
0000A1C0  58017303 60018303 68019603 7001A603  X.s.`.ƒ.h.–.p.¦.
0000A1D0  7801B703 8001C413 88010A04 90011804  x.·.€.Ä.ˆ.......
0000A1E0  98012804 A0013B04 A8014B04 B0015804  ˜.(. .;.¨.K.°.X.
0000A1F0  B8016904 C0017504 C8018304 D0019004  ¸.i.À.u.È.ƒ.Ð...

Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F

00107F00  00 3C 04 00 20 11 00 02 01 00 00 00 60 01 00 00  .<.. .......`...
00107F10  00 00 00 00 08 00 18 00 10 00 2C 00 18 00 41 00  ..........,...A.
00107F20  20 00 56 00 28 00 65 10 30 00 B1 00 38 00 C0 00   .V.(.e.0.±.8.À.
00107F30  40 00 CE 00 48 00 E5 00 50 00 FA 00 58 00 13 01  @.Î.H.å.P.ú.X...
00107F40  60 00 2B 01 68 00 3A 01 70 00 46 01 78 00 55 01  `.+.h.:.p.F.x.U.
00107F50  80 00 64 01 88 00 79 01 90 00 91 01 98 00 A9 01  €.d.ˆ.y...‘.˜.©.
00107F60  A0 00 BE 01 A8 00 CC 11 B0 00 16 02 B8 00 23 02   .¾.¨.Ì.°...¸.#.
00107F70  C0 00 30 02 C8 00 44 02 D0 00 57 02 D8 00 6C 02  À.0.È.D.Ð.W.Ø.l.
00107F80  E0 00 7E 02 E8 00 8E 02 F0 00 9D 02 F8 00 A9 02  à.~.è.Ž.ð...ø.©.
00107F90  00 01 B8 02 08 01 CE 02 10 01 E1 02 18 01 F6 02  ..¸...Î...á...ö.
00107FA0  20 01 0D 03 28 01 1B 13 30 01 66 03 38 01 74 03   ...(...0.f.8.t.
00107FB0  40 01 84 03 48 01 9B 03 50 01 B2 03 58 01 C6 03  @.„.H.›.P.².X.Æ.
00107FC0  60 01 DC 03 68 01 EC 03 70 01 FC 03 78 01 0A 04  `.Ü.h.ì.p.ü.x...
00107FD0  80 01 18 04 88 01 2D 04 90 01 40 04 98 01 54 04  €...ˆ.-...@.˜.T.
00107FE0  A0 01 69 04 A8 01 79 14 B0 01 C0 04 B8 01 CF 04   .i.¨.y.°.À.¸.Ï.
00107FF0  C0 01 DE 04 C8 01 F3 04 D0 01 08 05 D8 01 20 05  À.Þ.È.ó.Ð...Ø. .

Code:
Offset(h) 00   02   04   06   08   0A   0C   0E

00108000  0202 0000 0000 0000 037D 1120 CCDD 7152  .........}. ÌÝqR
00108010  D83E 5F00 0000 0000 7920 0946 6C61 6773  Ø>_.....y .Flags

00108020  0202 0101 8204 0000 017D 1120 CCDD 7152  ....‚....}. ÌÝqR
00108030  D83E 5F00 0000 0000 0000 0001 6742 801E  Ø>_.........gB€.
00108040  F40B 04A2 0000 0001 68DE 3C80 0000 0001  ô..¢....hÞ<€....
........
00108490  3BD9 969B F1EC FF7E 0180 6415 DDDD DDDD  ;Ù–›ñìÿ~.€d.ÝÝÝÝ
001084A0  C3A3 2DE4 5F80 61D3 EE21 C103 8DB7 2D20  ã-ä_€aÓî!Á..·-
001084B0  CA35 BA3E D08E 8F05 D699 F7EF FFFF EEF7  Ê5º>ÐŽ..Ö™÷ïÿÿî÷

Code:
Offset(h) 00   02   04   06   08   0A   0C   0E

001084C0  0202 0101 0D01 0000 0085 1120 CCDD 7152  .........…. ÌÝqR
001084D0  D88E 905A 0000 0000 0000 0001 619A 2506  ØŽ.Z........aš%.

001084E0  FD74 FFFE 0ABC 15D0 D6FF FFFF FD5F FFFA  ýtÿþ.¼.ÐÖÿÿÿý_ÿú
001084F0  BFFE AFF5 7FA3 3F5E F55A 93D6 BA3B 5756  ¿þ¯õ.£?^õZ“Öº;WV
00108500  FAB3 EBD5 D7BE AFF5 FFD5 FEAF F57F ABF3  ú³ëÕ×¾¯õÿÕþ¯õ.«ó
........
001085C0  EB7F ADFE AFF5 796F 11E2 BABD C57C 215B  ë.­þ¯õyo.⺽Å|![
001085D0  9627 5528 8DFD C547 6A3B 78C6 643F C749  –'U(.ýÅGj;xÆd?ÇI
001085E0  E119 06F8 DCEA EAEA EAEA EAEA EAEA EAEA  á..øÜêêêêêêêêêêê

Code:
Offset(h) 00   02   04   06   08   0A   0C   0E

07FFD200  0002 0101 3D01 0000 0001 1120 C0E7 7152  ....=...... ÀçqR
07FFD210  F036 7057 0000 0000 0000 0001 619A D906  ð6pW........ašÙ.

07FFD220  EB0C 7FFC 7782 6FFE 86BF D5FF FFFD 5FFF  ë..üw‚oþ†¿Õÿÿý_ÿ
07FFD230  FFF8 1E7C 09DE 340A 3D03 0ABC 90DE 4EAF  ÿø.|.Þ4.=..¼.ÞN¯
07FFD240  F57F ABFD 5FEA F5D5 FEAF ED5F 87F5 5EFF  õ.«ý_êõÕþ¯í_‡õ^ÿ
........
07FFD330  FF9B FF5E FFE1 9F0C F386 7C33 E17F 0BE2  ÿ›ÿ^ÿáŸ.ó†|3á..â
07FFD340  1053 10B8 85E0 D350 2E05 FC33 C341 9E18  .S.¸…àÓP..ü3ÃAž.
07FFD350  0CF5 E332 C08F F0ED 60E7 C1CA BF83 957F  .õã2À.ðí`çÁÊ¿ƒ•.

07FFD360  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
07FFD370  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
07FFD380  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
07FFD390  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
07FFD3A0  FFFF FFFF FFFF FFFE FFFF FEFF FFFF FFFD  ÿÿÿÿÿÿÿþÿÿþÿÿÿÿý
07FFD3B0  FFFF FFFF FFFF FFFF FFFF FFFF FFFF DFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿßÿ
07FFD3C0  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
07FFD3D0  FFFF FFFF FFFF FFFF FFFF FFFF FFFF FFFF  ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ

_________________
A backup a day keeps DR away.


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: December 1st, 2013, 3:30 
Offline

Joined: November 23rd, 2013, 0:46
Posts: 5
Location: United States
medix08 - Sounds like good news! If there is an automated process to extract video data it would be great. Yes, they look like the same manufacturer with a different brand name (mine is Lorex from Canada).


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: April 1st, 2014, 9:14 
Offline

Joined: April 1st, 2014, 7:08
Posts: 2
Location: Sydney
Hi all,
I have been having the same problem. Ive been attempting to read the file system .ifs on a DVR disk. I have combed the internet, approached the vendor and still nothing. I have been able to view the streaming files though, natively through Ubunutu's media player. That said the files are all jumbled up, and it looks like the files are striped across all of the files (14869 files - 2TB). It doesnt however show any date or time and is very grainy. If anyone has found a way to view the files natively, and retain the date/time I would appreciate the heads-up.
THanks
Marty


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: April 3rd, 2014, 19:21 
Offline

Joined: April 1st, 2014, 7:08
Posts: 2
Location: Sydney
HaQue,
Hi HaQue,
Do you have that guy in OZ contact? I am experiencing the same problem with DVR.
I have approached the vendor directly, but they dont seem to have a tool which can read the filesystem outside of the device.
Any help would be appreciated.
Thanks
Marty


Top
 Profile  
 
 Post subject: Re: DVR HDD - file carving
PostPosted: April 3rd, 2014, 23:12 
Offline
User avatar

Joined: December 4th, 2012, 1:35
Posts: 3844
Location: Adelaide, Australia
Hi Marty,
The post I made about it is here:
http://forum.hddguru.com/viewtopic.php?f=1&t=27220&hilit=+dvr

the link goes to this post on another forum:
http://www.cctvforum.com/viewtopic.php?f=3&t=13335&start=15

I don't personally know him, but I have heard that the company is very good. The guys name is Eric from http://www.datarecovery.com.au

another relevant bit is :
Quote:
I spent a bag of money getting him to write a de-coder for this damn Vineyard CCTV...
:-)

cheers


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 20 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 9 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group