• Skip navigation
  • Skip to navigation
  • Skip to the bottom
Simulate organization breadcrumb open Simulate organization breadcrumb close
Friedrich-Alexander-Universität IT Security Infrastructures Lab
  • FAUTo the central FAU website
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Suche öffnen
  • Campo
  • StudOn
  • FAUdir
  • Jobs
  • Map
  • Help
  1. Friedrich-Alexander-Universität
  2. Technische Fakultät
  3. Department Informatik
Friedrich-Alexander-Universität IT Security Infrastructures Lab
Navigation Navigation close
  • Research
    • Forensic Computing Group
    • Human Factors in Security and Privacy Group
    • Multimedia Security
    • Security Education Development Group
    • System Security Group
    • Information Security Group
    • Archive
    • Funded Projects
    • Publications
    Portal Research
  • Lab
    • Staff & Research Groups
    • Alumni
    • Partners
    • FAU i1 Webshop
    Portal Lab
  • Teaching
    • Courses
    • General Information regarding Teaching/Courses
    • Notes on Examinations
    • eTeaching
    • Theses
    • Writing a Thesis at Informatik 1
    Portal Teaching
  • How to reach us
  1. Home
  2. Research
  3. Archive
  4. Forensic RAID Recovery

Forensic RAID Recovery

In page navigation: Research
  • Forensic Computing Group
  • Human Factors in Security and Privacy Group
  • Information Security Group
  • Multimedia Security
  • Security Education Development Group
  • System Security Group
  • Archive
    • ContrOWL: A new security app based on crowed intelligence
    • Ext4 File Recovery
    • Forensic Email Visualization
    • Forensic RAID Recovery
    • Forensig²: File System Images for Training Courses in Forensic Computing
    • Mobile Hotspots
    • Mobile-Sandbox & ADEL: Automated Malware Analyses / Mobile Phone Forensics
    • Privacy Aspects of Forensic Computing
    • PyBox - A Python Sandbox
    • TrustedPals: Framework to Help Establish Security in a Mutually Untrusted Distributed System
    • VirMA: Windows NT pagefile.sys Virtual Memory Analysis
    • Win Vista/7/8/10 Thumbnails Analyzer
  • Funded Projects
  • Publications

Forensic RAID Recovery

RAIDs (Redundant Arrays of Independent Disks) are a good way to prevent data loss in case of hardware defects like a broken hard disk, while at the same time improving I/O performance. However, due to the introduction of an additional abstraction layer (i.e. the RAID layer) between the hard disks and the operating system, it becomes harder to reconstruct the file system data from the set of disks in case the RAID controller fails, as data is distributed among the disks. A similar case occurs in the field of forensic computing (or IT forensics), where accessing data on previously seized and imaged hard disks is the base of many investigations. The challenge here is to recover the RAID system from the single disk images by verifying redundancy information and reconstructing failed or missing disks.

In the course of the lecture ‘Forensic Hacks’ at Friedrich-Alexander-University by Dr.-Ing. Andreas Dewald, Sabine Seufert and Christian Zoubek implemented a recovery tool for different RAID levels (RAID 0, RAID 1, RAID 5). Hereby, the goal was to automatically estimate parameters used by the raidcontroller like the raidsystem, stripesize and the corresponding stripemap.

That tool is called “Raid faster – recover better” (rfrb v1.0.0) and uses several entropy-based heuristics to determine those parameters. Furthermore, we focused on performance to increase read/write throughput to ensure that large RAID images can be recovered in a reasonable time.

Alongside the corresponding paper ‘Generic RAID Reassembly using Block-Level Entropy’, rfrb has been published at the 2016 DFRWS EU conference (http://www.dfrws.org/2016eu/).

We put our presentation slides from the conference here: https://www.ernw.de/download/DFRWS-EU-2016-Forensic-RAID-Recovery-Slides…

The full paper is also publicly accessible here: http://dx.doi.org/10.1016/j.diin.2016.01.007

Download Source Code

Lehrstuhl für Informatik 1
Friedrich-Alexander-Universität Erlangen-Nürnberg (FAU)

Martensstrasse 3
91058 Erlangen
  • Impressum
  • Datenschutz
  • Barrierefreiheit
  • Facebook
  • RSS Feed
  • Twitter
  • Xing
Up