Giter VIP home page Giter VIP logo

leechcore's Introduction

The LeechCore Physical Memory Acquisition Library:

The LeechCore Memory Acquisition Library focuses on Physical Memory Acquisition using various hardware and software based methods.

Use the LeechCore library locally or connect to, over the network, a LeechAgent to acquire physical memory or run commands remotely. The connection is by default compressed and secured with mutually authenticated kerberos - making it ideal in incident response when combined with analysis and live memory capture using Comae DumpIt or WinPMEM - even over high latency low-bandwidth connections!

The LeechCore library is used by PCILeech and The Memory Process File System (MemProcFS).

The LeechCore library is supported on 32/64-bit Windows (.dll) and 64-bit Linux (.so). No executable exists for LeechCore - the library is always loaded by other applications using it - such as PCILeech and The Memory Process File System MemProcFS.exe.

For detailed information about individual memory acquisition methods or the LeechCore API please check out the LeechCore wiki.

Memory Acquisition Methods:

Software based memory aqusition methods:

Please find a summary of the supported software based memory acquisition methods listed below. Please note that the LeechService only provides a network connection to a remote LeechCore library. It's possible to use both hardware and software based memory acquisition once connected.

Device Type Linux Support
RAW physical memory dump File Yes
Full Microsoft Crash Dump File Yes
Full ELF Core Dump File Yes
Hyper-V Saved State File No
TotalMeltdown CVE-2018-1038 No
DumpIt /LIVEKD Live Memory No
WinPMEM Live Memory No
LeechService* Remote No

Hardware based memory aqusition methods:

Please find a summary of the supported hardware based memory acquisition methods listed below. All hardware based memory acquisition methods are supported on both Windows and Linux. The FPGA based methods however sports a slight performance penalty on Linux and will max out at approx: 90MB/s compared to 150MB/s on Windows.

Device Type Interface Speed 64-bit memory access PCIe TLP access
AC701/FT601 FPGA USB3 150MB/s Yes Yes
PCIeScreamer FPGA USB3 100MB/s Yes Yes
SP605/FT601 FPGA USB3 75MB/s Yes Yes
SP605/TCP FPGA TCP/IP 100kB/s Yes Yes
NeTV2/UDP FPGA UDP/IP 7MB/s Yes Yes
USB3380-EVB USB3380 USB3 150MB/s No No
PP3380 USB3380 USB3 150MB/s No No
DMA patched HP iLO BMC TCP/IP 1MB/s Yes No

The LeechAgent Memory Acquisition and Analysis Agent:

The LeechAgent Memory Acquisition and Analysis Agent exists for Windows only. It allows users of the LeechCore library (PCILeech and MemProcFS) to connect to remotely installed LeechAgents over the network. The connection is secured, by default, with mutually authenticated encrypted kerberos.

Once connected physical memory may be acquired over the secure compressed connection. Memory analysis scripts, written in Python, may also be submitted for remote processing by the LeechAgent.

The LeechAgent authenticates all incoming connections against membership in the Local Administrators group. The clients must also authenticate the agent itself against the SPN used by the agent - please check the Application Event Log for information about the SPN and also successful authentication events against the agent.

There is also a possibility to run the LeechAgent in interactive mode (as a normal program). If run in interactive mode a user may also start the LeechAgent in "insecure" mode - which means no authentication or logging at all.

The LeechAgent listens on the port tcp/28473 - please ensure network connectivity for this port in the firewall. Also, if doing live capture ensure that LeechAgent (if running in interactive mode) is started as an administrator.

For more information please check the LeechCore wiki and the blog entry about remote live memory capture with the LeechAgent.

The video below shows the process of installing the LeechAgent to a remote computer, connecting to it with MemProcFS to analyze and dump the memory while also connecting to it in parallel with PCILecch to submit a Python memory analysis script that make use of the MemProcFS API to analyze the remote CPU page tables for rwx-sections. Click on the video to open a higher-quality version on Youtube.

Examples:

Installing the LeechAgent on the local system (run as elevated administrator)'. Please ensure that the LeechAgent.exe is on the local C: drive before installing the agent service. Please also ensure that dependencies such as required .dll and/or .sys files (and optional Python sub-subfolder) are put in the same directory as the LeechAgent before running the install command.

  • LeechAgent.exe -install

Installing the LeechAgent on a remote system (or on the local system) in the Program Files\LeechAgent folder. An Actice Directory environment with remote access to the Service Manager of the target system is required. For additional information see the wiki entry about installing LeechAgent.

  • LeechSvc.exe -remoteinstall <remotecomputer.contoso.com>

Uninstall an existing, locally installed, LeechAgent. The agent service will be uninstalled but any files will remain.

  • LeechAgent.exe -uninstall

Uninstall a LeechAgent from a remote system and delete the Program Files\LeechAgent folder.

  • LeechAgent.exe -remoteuninstall <remotecomputer.contoso.com>

Start the LeechAgent in interactive mode only accepting connections from administative users over kerberos-secured connections. Remember to start as elevated administrator if clients accessing LeechAgent should load WinPMEM to access live memory.

  • LeechAgent.exe -interactive

Start the LeechAgent in interactive insecure mode - accepting connections from all clients with access to port tcp/28473. NB! unauthenticated clients may dump memory and submit Python scripts running as SYSTEM. Use with care for testing only!

  • LeechAgent.exe -interactive -insecure

Start the LeechAgent in interactive mode with DumpIt LIVEKD to allow connecting clients to access live memory. Start as elevated administrator. Only accept connections from administative users over kerberos-secured connections.

  • DumpIt.exe /LIVEKD /A LeechAgent.exe /C -interactive

Start the LeevhAgent in interactive mode with DumpIt LIVEKD to allow connecting clients to access live memory. Start as elevated administrator. Accept connections from all clients with access to port tcp/28473 without any form of authentication.

  • DumpIt.exe /LIVEKD /A LeechAgent.exe /C "-interactive -insecure"

Building:

Pre-built binaries, modules and configuration files are found in the latest release. Build instructions are found in the Wiki in the Building section.

Links:

Changelog:

v1.0

  • Initial Release.

v1.1

  • Multiple bug fixes including pmem device.
  • LeechService: Multiple parallel connections and connection timeouts supported.

v1.2

  • Project upgrade to Visual Studio 2019.
  • Release of the LeechAgent - remote memory acquisition and remote physical memory analysis.
  • LeechCore Windows x86 support. Now Windows x86/x64 and Linux x64 is supported.
  • Bug fixes and additional functionality to support LeechAgent.

v1.3

v1.4

  • Minor API fixes and additions to allow extended MemProcFS dump file functionality.

v1.5

  • Move binaries into releases section.
  • RawUDP device (NeTV2 FPGA over UDP).
  • ELF Core Dump support (VirtualBox VBoxManage debugvm dumpvmcore).

Latest

  • Bug fixes.

leechcore's People

Contributors

ufrisk avatar tlk-synacktiv avatar shuffle2 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.