GrokEVT – Read Windows NT/2K/XP/2K3 event logs

简介: Windows event log files form a very important part of Windows system forensics.

Windows event log files form a very important part of Windows system forensics. All the application, security, and system events in the event logs provide important information about any hardware, software, and system components, and monitor security events on a local or remote computer. In short, event logs can help you identify and diagnose the source of current system problems, or help you predict potential system problems.

For example, events like valid and invalid logon attempts, as well as events related to resource use, such as the creating, opening, or deleting of files are very important for Windows forensic investigators. GrokEVT is one such Python implementation that helps you read Windows® NT/2K/XP/2K3  event log files.

It is a collection of python scripts that have been released under GNU GPL license. It does pretty much everything – extract the event records from the file, search the Registry for message files, then extract the message strings from the file. So, you see, it not only works with the Windows event log files (.evt), but also registry. So, when you have an image for a Microsoft Windows operating system you would want to perform a forensic investigation on, GrokEVT is the tool which will help you with it. It will surely help you to locate event records in on the disk, and provide you means to extract it.

Now, since this is an on going project, it has been reported to work only on Linux & FreeBSD as according to the authors tests, those are only the OS’es that natively allow case-insensitive filename mounting options. It will also work on Windows. You need software solutions like DD to work with.

All in all a very good python script. It does have a few dependencies though. You will need Python 2.3, RegLookup which must be in your $PATH and the ‘make’ program.

You can download the latest version – 0.4.1 here.

目录
相关文章
|
1月前
|
数据安全/隐私保护 虚拟化 Windows
如何在 VM 虚拟机中安装 Windows XP 操作系统保姆级教程(附链接)
如何在 VM 虚拟机中安装 Windows XP 操作系统保姆级教程(附链接)
126 0
|
6月前
|
自然语言处理 文字识别 语音技术
VMWare 安装英文版 Windows XP 后遇到中文乱码问题的解决方法
VMWare 安装英文版 Windows XP 后遇到中文乱码问题的解决方法
66 0
VMWare 安装英文版 Windows XP 后遇到中文乱码问题的解决方法
|
存储 Linux Windows
VMware12部署windows xp虚拟机
请先准备好windows xp的iso文件,如果没有请点击下载
181 0
VMware12部署windows xp虚拟机
|
XML Linux KVM
linux kvm 命令行安装Windows xp虚拟机(二)
linux kvm 命令行安装Windows xp虚拟机
306 1
linux kvm 命令行安装Windows xp虚拟机(二)
|
XML Linux 5G
linux kvm 命令行安装Windows xp虚拟机(一)
linux kvm 命令行安装Windows xp虚拟机
501 0
linux kvm 命令行安装Windows xp虚拟机(一)
|
虚拟化 Windows
windows 10 使用 VMWare workstation player 启动 windows XP 虚拟机出错的问题
windows 10 使用 VMWare workstation player 启动 windows XP 虚拟机出错的问题
215 0
windows 10 使用 VMWare workstation player 启动 windows XP 虚拟机出错的问题
屏蔽Windows98/2000/XP任务栏、win键、Ctrl+Esc、Alt+Tab等
关于这方面的文章挺多,对任务栏、win键、Ctrl+Esc、Alt+Tab的屏蔽,一般方法较为简单,最多用底层键盘钩子+DLL就能完美解决
4130 0
|
监控 关系型数据库 数据库
PostgreSQL 10.1 手册_部分 III. 服务器管理_第 18 章 服务器设置和操作_18.11. 在Windows上注册Event Log
18.11. 在Windows上注册Event Log 要为操作系统注册一个Windows 事件日志库,发出这个命令: regsvr32 pgsql_library_directory/pgevent.dll 这会创建被事件查看器使用的注册表项,默认事件源命名为PostgreSQL。
1151 0