6 matches found
pe-sieve
はじめに PE-sieve は、システム上で実行されているマルウェアを検出し、さらに分析のために悪意のある可能性のある材料を収集するのに役立つツールです。スキャン対象プロセス内のさまざまなインプラント(置換・インジェクションされたPE、シェルコード、フック、その他のメモリパッチ)を認識し、ダンプします。 インラインフック、Process Hollowing、Process Doppelgänging、Reflective DLL Injection などを検出します。 PE-sieve は、軽量エンジン として設計されており、一度に単一のプロセス をスキャンします。EXE または DLL...
hollows_hunter
hollowshunter Hollows Hunter is a command-line application based on PE-sieve passive memory scanner. Recognizes and dumps a variety of potentially malicious implants replaced/implanted PEs, shellcodes, hooks, in-memory patches. While in case of PE-sieve you can select the process only by its PID,...
mal_unpack
malunpack 基于 PE-sieve 的动态脱壳工具( 📖 了解更多 )。 它运行加壳的恶意软件,等待其解出有效载荷,转储该有效载荷,然后终止原始进程。 !CAUTION 此脱壳工具会实际运行原始恶意软件。请仅在虚拟机中使用。 ⚙ 用法 基本用法: root@kitploit: malunpack.exe /exe /timeout 默认情况下,它会转储植入的 PE。 如果要转储 shellcode,请使用选项:/shellc。 如果要转储被修改/挂钩/修补的 PE,请使用选项 /hooks。 如果希望脱壳器在超时时终止,而不是在找到第一个植入物时终止,请使用 /trigger T...
pesieve-go
pesieve-go PE-sieve 的 Golang 绑定。 需要 pe-sieve32.dll、pe-sieve64.dll(受支持版本)位于项目目录中,或位于环境变量 PESIEVEDIR 指向的路径中。 API 为 PE-sieve API 提供以下包装器: root@kitploit: PESieveVersion uint32 func PESieveHelp func PESieveScanpp PEsieveParams PEsieveReport func PESieveScanExpp PEsieveParams, rtype treporttype,...
ida_ifl
IFL - Lista interactiva de funciones Licencia: CC-BY https://creativecommons.org/licenses/by/3.0/ Un pequeño plugin cuyo objetivo es proporcionar una forma fácil de navegar entre funciones y sus referencias. Además, permite importar informes generados por, por ejemplo, PE-sieve en IDA. Soporta:...
Investigate Inline Hooks: PE-sieve
PE-sieve is a light-weight tool that helps to detect malware running on the system, as well as to collect the potentially malicious material for further analysis. Recognizes and dumps variety of implants within the scanned process: replaced/injected PEs, shellcodes, hooks, and other in-memory...