Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
Fastir_Collector — Live Windows forensic acquisition tool that collects system artefacts (registry, memory, disk, files) into CSV/JSON for early compromise detection and incident response. | Kitploit
工具/GitHubGitHub/sekoialab/fastir_collector
磁盘取证内存取证取证分析信息收集数字取证事件响应
GitHubsekoialab/fastir_collector

Fastir_Collector

Live Windows forensic acquisition tool that collects system artefacts (registry, memory, disk, files) into CSV/JSON for early compromise detection and incident response.

查看仓库
5211295年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享
网站

FastIR Collector

我们已改变实时取证采集的方法,因此 FastIR Collector 不再维护。推荐使用我们的新版 FastIR Artifacts 收集器 替代

概念

该工具在实时 Windows 系统上收集不同的痕迹,并将结果记录在 csv 或 json 文件中。通过对这些痕迹的分析,可以检测到早期的入侵迹象。

下载

二进制文件可在本项目的 发布页面 中找到。

要求

  • pywin32
  • python WMI
  • python psutil
  • python yaml
  • construct
  • distorm3
  • hexdump
  • pytz

或者,reqs.pip 文件中提供了 pip freeze 输出。

编译

要编译 FastIR,你需要 pyinstaller。只需在项目根目录使用 pyinstaller pyinstaller.spec 即可。二进制文件默认位于 /dist 中。

重要提示:对于 x64 系统,请确保你的本地 Python 安装也是 x64 版本。

执行

  • ./fastIR_x64.exe -h 查看帮助
  • ./fastIR_x64.exe --packages fast 提取除 dump 和 FileCatcher 包以外的所有痕迹
  • ./fastIR_x64.exe --packages dump --dump mft 提取 MFT
  • ./fastIR_x64.exe --packages all --output_dir your_output_dir 设置输出目录(默认为 ./output/)
  • ./fastIR_x64.exe --profile you_file_profile 设置自定义提取配置文件。如何创建自己的配置文件,请参阅 wiki

包

包列表及所含痕迹:

  • fs

    • IE/Firefox/Chrome 历史记录
    • IE/Firefox/Chrome 下载记录
    • 命名管道
    • 预读取文件
    • 回收站
    • 启动目录
  • health

    • ARP 表
    • 驱动器列表
    • 网络驱动器
    • 网卡
    • 进程
    • 路由表
    • 任务
    • 计划作业
    • 服务
    • 会话
    • 网络共享
    • 套接字
  • registry

    • 安装程序文件夹
    • OpenSaveMRU
    • 最近文档
    • 服务
    • Shellbags
    • 自动运行
    • USB 历史
    • UserAssist
    • 网络列表
  • memory

    • 剪贴板
    • 已加载 DLL
    • 已打开文件
  • dump

    • MFT(原始或时间线格式),使用 AnalyseMFT
    • MBR
    • RAM
    • 磁盘
    • 注册表
    • SAM
  • FileCatcher

    • 基于 MIME 类型
    • 定义路径和深度以过滤搜索
    • 可过滤搜索
    • Yara 规则

完整文档可在此处下载:文档。

关于 FastIR Collector 与高级威胁的文章可参考 此处,以及对应的 白皮书。

下载工具