Skip to content

$Log File

Evidence: $Log File
Description: Dump raw contents of $LogFile
Category: DiskFilesystem
Platform: windows
Short Name: ntfslog
Is Parsed: No
Sent to Investigation Hub: Yes
Collect File(s): Yes

The $LogFile is NTFS’s transaction log that records all changes to the file system before they are committed. This logging mechanism ensures file system consistency and enables recovery from system crashes or power failures. The log file maintains both redo and undo information for file system operations.

This collector gathers structured data about $log file.

FieldDescriptionExample
TypeFile typeLogFile
NameFile name$LogFile
SourcePathOriginal pathC:$LogFile
FilePathPath in evidenceNTFSFiles/$LogFile
FileSizeFile size in bytes67108864

This collector uses kernel driver NTFS raw access to read $LogFile from each fixed NTFS drive.

The $LogFile provides forensic evidence of recent file system activity including file creation, deletion, and modification operations. It can reveal transient files that may have been deleted and provide precise timing information about file system changes. Particularly valuable for detecting data manipulation and understanding recent system activity.