Closed ghost closed 8 years ago
And preprocessing gets the timezone of the image wrong too. /etc/timezone is "Europe/Paris" but preprocessing says UTC.
There are a few issues here, so I'll create issues for each of them. One thing I notice right away is apparently at some point syslog logged as "Feb 6" rather than "Feb 06". I'll tweak the parser.
Closing this issue out in favour for #928 #929 and #930.
1.5 RC1 Ubuntu 14.04LTS 64 bit
Testing RC1 against victoria-v8.sda1.img from a Honeynet forensics challenge here: https://www.honeynet.org/challenges/2011_7_compromised_server
Syslog parser generates thousands of errors saying it cannot parse log lines. Also OS type is not identified in preprocessing. (User accounts are correctly parsed from /etc/passwd and hostname is parsed, so preprocessing should be able to do better than 'N/A' for OS, OS Product & OS Version). Also errors in log file re worker processing untracked task.
victoria.log.gz auth.log.gz
Note: The file system in the img file is unclean (needs fsck). The objective of my test was to compare timestamps parsed by l2t with those parsed by Linux, which required that I mount the fs (ro). Therefore I had to 'fsck -y' it first.