CF Lecture 08 - Anti Forensics Techniques Part 1
CF Lecture 08 - Anti Forensics Techniques Part 1
Zunera Jalil
Email: zunera.jalil@mail.au.edu.pk
Anti Forensics 2
• Data Deletion
• Password Protection
• Steganography
• Encryption
• Tunnelling
• Onion Routing
• Obfuscation
• Spoofing
Data Deletion 6
https://whereismydata.wordpress.com/2009/06/01/forensics-what-is-the-bitmap/
Where is Recycle Bin located? 8
• A temporary storage space for deleted files in Windows OS. Files can
be restored.
• Question: File deleted from a USB goes to recycle bin. YES or NO?
• Where is Recycle Bin located?
• C:\RECYCLED –(FAT-Windows 98 and prior)
• C:\RECYCLER – (NTFS-Windows 2K, NT and XP)
• C:\$Recycle.Bin (NTFS- Current)
• All deleted files in FAT goes to C:\RECYCLED directory
• All deleted files in NTFS categorized into directors in C:\RECYCLER\$..
• No size limit on recycle bin
Where Deleted Data goes? 9
• Name and path of deleted file is stored in hidden file called INFO or
INFO 2 which helps in restoration of files later.
• Deleted file is renamed as:
• $R <#>.<original extension>
• Where <#> is set of random letters and numbers
Metadata file is created and named as:
• $I<#>.<original extension>
• Where <#> is set of random letters and numbers (same as for $R file)
$I file contains original file name, size, data and time of deletion.
Recovering Files in Windows 10
• An attacker can delete a partition on a logical drive and all data on the
drive is lost apparently.
• An attacker can delete a partition on a dynamic disk as well.
• Just the parameters about how the partition is organized are deleted, not the
whole data itself.
• Data can be recovered.
• Active@Partition Recovery tool used to recover deleted and damaged logical
drives and partitions.
Password Protection 12
• https://default-password.info/
• https://passwordsdatabase.com/
ANY QUESTIONS